Fix typos in Kolla
TrivialFix Change-Id: I21f51811ec4256d9b6b2e219de6201e4811dfc5a
This commit is contained in:
parent
bd5d38ef3c
commit
328a7e8898
@ -676,7 +676,7 @@ def main():
|
|||||||
|
|
||||||
try:
|
try:
|
||||||
dw = DockerWorker(module)
|
dw = DockerWorker(module)
|
||||||
# TODO(inc0): We keep it bool to have ansible deal with cosistent
|
# TODO(inc0): We keep it bool to have ansible deal with consistent
|
||||||
# types. If we ever add method that will have to return some
|
# types. If we ever add method that will have to return some
|
||||||
# meaningful data, we need to refactor all methods to return dicts.
|
# meaningful data, we need to refactor all methods to return dicts.
|
||||||
result = bool(getattr(dw, module.params.get('action'))())
|
result = bool(getattr(dw, module.params.get('action'))())
|
||||||
|
@ -15,7 +15,7 @@ parameters:
|
|||||||
|
|
||||||
external_network_id:
|
external_network_id:
|
||||||
type: string
|
type: string
|
||||||
description: uuid of a network to use for aaccessing Kolla hosts by floating ip address
|
description: uuid of a network to use for accessing Kolla hosts by floating ip address
|
||||||
|
|
||||||
container_external_network_id:
|
container_external_network_id:
|
||||||
type: string
|
type: string
|
||||||
|
@ -57,7 +57,7 @@ resources:
|
|||||||
|
|
||||||
######################################################################
|
######################################################################
|
||||||
#
|
#
|
||||||
# security groups. we need to permit network traffic of various
|
# Security groups. We need to permit network traffic of various
|
||||||
# sorts.
|
# sorts.
|
||||||
#
|
#
|
||||||
secgroup_base:
|
secgroup_base:
|
||||||
|
@ -56,7 +56,7 @@ function setup_ssh {
|
|||||||
ssh-keygen -f /home/jenkins/.ssh/kolla -N ''
|
ssh-keygen -f /home/jenkins/.ssh/kolla -N ''
|
||||||
cat /home/jenkins/.ssh/kolla.pub >> /home/jenkins/.ssh/authorized_keys
|
cat /home/jenkins/.ssh/kolla.pub >> /home/jenkins/.ssh/authorized_keys
|
||||||
|
|
||||||
# Push the the public key around to all of the nodes
|
# Push the public key around to all of the nodes
|
||||||
for ip in $(cat /etc/nodepool/sub_nodes_private); do
|
for ip in $(cat /etc/nodepool/sub_nodes_private); do
|
||||||
scp /home/jenkins/.ssh/kolla.pub ${ip}:/home/jenkins/.ssh/authorized_keys
|
scp /home/jenkins/.ssh/kolla.pub ${ip}:/home/jenkins/.ssh/authorized_keys
|
||||||
# TODO(SamYaple): Remove this root key pushing once Kolla doesn't
|
# TODO(SamYaple): Remove this root key pushing once Kolla doesn't
|
||||||
|
Loading…
Reference in New Issue
Block a user