-Subproject commit 626eb9c0fbfd8cbc8115aacfa21ef07f55695d54
+Subproject commit 09cb3bcf48185afdc5af0a548be904491ae215de
"ANSIBLE_STDOUT_CALLBACK=debug"
],
"extra_arguments": [
- "--scp-extra-args", "'-O'",
- "--ssh-extra-args",
- "-o IdentitiesOnly=yes -o HostKeyAlgorithms=+ssh-rsa -o PubkeyAcceptedAlgorithms=+ssh-rsa"
+ "--ssh-extra-args", "-o IdentitiesOnly=yes -o HostKeyAlgorithms=+ssh-rsa"
]
}
]
"ANSIBLE_STDOUT_CALLBACK=debug"
],
"extra_arguments": [
- "--extra-vars",
- "os_branch=stable/queens rdo_branch=queens",
- "--scp-extra-args", "'-O'",
- "--ssh-extra-args",
- "-o IdentitiesOnly=yes -o HostKeyAlgorithms=+ssh-rsa -o PubkeyAcceptedAlgorithms=+ssh-rsa"
+ "--extra-vars", "os_branch=stable/queens rdo_branch=queens",
+ "--ssh-extra-args", "-o IdentitiesOnly=yes -o HostKeyAlgorithms=+ssh-rsa"
]
}
]
command = "./common-packer/ansible-playbook.sh"
extra_arguments = [
"--extra-vars", "os_branch=stable/queens rdo_branch=queens",
- "--scp-extra-args", "'-O'",
- "--ssh-extra-args", "-o IdentitiesOnly=yes -o HostKeyAlgorithms=+ssh-rsa -o PubkeyAcceptedAlgorithms=+ssh-rsa"
+ "--ssh-extra-args", "-o IdentitiesOnly=yes -o HostKeyAlgorithms=+ssh-rsa"
]
playbook_file = "provision/devstack-pre-pip-centos.yaml"
skip_version_check = true
"ANSIBLE_STDOUT_CALLBACK=debug"
],
"extra_arguments": [
- "--extra-vars",
- "os_branch=stable/queens rdo_branch=queens",
- "--scp-extra-args", "'-O'",
- "--ssh-extra-args",
- "-o IdentitiesOnly=yes -o HostKeyAlgorithms=+ssh-rsa -o PubkeyAcceptedAlgorithms=+ssh-rsa"
+ "--extra-vars", "os_branch=stable/queens rdo_branch=queens",
+ "--ssh-extra-args", "-o IdentitiesOnly=yes -o HostKeyAlgorithms=+ssh-rsa"
]
}
]
command = "./common-packer/ansible-playbook.sh"
extra_arguments = [
"--extra-vars", "os_branch=stable/queens rdo_branch=queens",
- "--scp-extra-args", "'-O'",
- "--ssh-extra-args", "-o IdentitiesOnly=yes -o HostKeyAlgorithms=+ssh-rsa -o PubkeyAcceptedAlgorithms=+ssh-rsa"
+ "--ssh-extra-args", "-o IdentitiesOnly=yes -o HostKeyAlgorithms=+ssh-rsa"
]
playbook_file = "provision/devstack-pre-pip-centos.yaml"
skip_version_check = true
"ANSIBLE_STDOUT_CALLBACK=debug"
],
"extra_arguments": [
- "--extra-vars",
- "os_branch=stable/queens rdo_branch=queens",
- "--scp-extra-args", "'-O'",
+ "--extra-vars", "os_branch=stable/queens rdo_branch=queens",
"--ssh-extra-args",
- "-o IdentitiesOnly=yes -o HostKeyAlgorithms=+ssh-rsa -o PubkeyAcceptedAlgorithms=+ssh-rsa"
+ "-o IdentitiesOnly=yes -o HostKeyAlgorithms=+ssh-rsa"
]
}
]
}
provisioner "ansible" {
- ansible_env_vars = ["ANSIBLE_DEBUG=False", "ANSIBLE_NOCOWS=1", "ANSIBLE_PIPELINING=True", "ANSIBLE_ROLES_PATH=${var.ansible_roles_path}", "ANSIBLE_CALLBACK_WHITELIST=profile_tasks", "ANSIBLE_STDOUT_CALLBACK=debug"]
+ ansible_env_vars = [
+ "ANSIBLE_DEBUG=False",
+ "ANSIBLE_NOCOWS=1",
+ "ANSIBLE_PIPELINING=True",
+ "ANSIBLE_ROLES_PATH=${var.ansible_roles_path}",
+ "ANSIBLE_CALLBACK_WHITELIST=profile_tasks",
+ "ANSIBLE_STDOUT_CALLBACK=debug"
+ ]
command = "./common-packer/ansible-playbook.sh"
- extra_arguments = ["--extra-vars", "os_branch=stable/queens rdo_branch=queens", "--scp-extra-args", "'-O'", "--ssh-extra-args", "-o IdentitiesOnly=yes -o HostKeyAlgorithms=+ssh-rsa -o PubkeyAcceptedAlgorithms=+ssh-rsa"]
+ extra_arguments = [
+ "--extra-vars", "os_branch=stable/queens rdo_branch=queens",
+ "--ssh-extra-args", "-o IdentitiesOnly=yes -o HostKeyAlgorithms=+ssh-rsa"
+ ]
playbook_file = "provision/devstack-pre-pip-centos.yaml"
skip_version_check = true
}
"ANSIBLE_STDOUT_CALLBACK=debug"
],
"extra_arguments": [
- "--extra-vars",
- "os_branch=stable/yoga rdo_branch=yoga",
- "--scp-extra-args", "'-O'",
+ "--extra-vars", "os_branch=stable/yoga rdo_branch=yoga",
"--ssh-extra-args",
- "-o IdentitiesOnly=yes -o HostKeyAlgorithms=+ssh-rsa -o PubkeyAcceptedAlgorithms=+ssh-rsa"
+ "-o IdentitiesOnly=yes -o HostKeyAlgorithms=+ssh-rsa"
]
}
]
}
provisioner "ansible" {
- ansible_env_vars = ["ANSIBLE_DEBUG=False", "ANSIBLE_NOCOWS=1", "ANSIBLE_PIPELINING=True", "ANSIBLE_ROLES_PATH=${var.ansible_roles_path}", "ANSIBLE_CALLBACK_WHITELIST=profile_tasks", "ANSIBLE_STDOUT_CALLBACK=debug"]
+ ansible_env_vars = [
+ "ANSIBLE_NOCOWS=1",
+ "ANSIBLE_PIPELINING=False",
+ "ANSIBLE_HOST_KEY_CHECKING=False",
+ "ANSIBLE_ROLES_PATH=${var.ansible_roles_path}",
+ "ANSIBLE_CALLBACK_WHITELIST=profile_tasks",
+ "ANSIBLE_STDOUT_CALLBACK=debug"
+ ]
+ extra_arguments = [
+ "--extra-vars", "os_branch=stable/yoga rdo_branch=yoga",
+ "--ssh-extra-args",
+ "-o IdentitiesOnly=yes -o HostKeyAlgorithms=+ssh-rsa"
+ ]
command = "./common-packer/ansible-playbook.sh"
- extra_arguments = ["--extra-vars", "os_branch=stable/yoga rdo_branch=yoga", "--scp-extra-args", "'-O'", "--ssh-extra-args", "-o IdentitiesOnly=yes -o HostKeyAlgorithms=+ssh-rsa -o PubkeyAcceptedAlgorithms=+ssh-rsa"]
playbook_file = "provision/devstack-pre-pip-centos.yaml"
skip_version_check = true
}
"ANSIBLE_STDOUT_CALLBACK=debug"
],
"extra_arguments": [
- "--scp-extra-args", "'-O'",
"--ssh-extra-args",
- "-o IdentitiesOnly=yes -o HostKeyAlgorithms=+ssh-rsa -o PubkeyAcceptedAlgorithms=+ssh-rsa"
+ "-o IdentitiesOnly=yes -o HostKeyAlgorithms=+ssh-rsa"
]
}
]
}
provisioner "ansible" {
- ansible_env_vars = ["ANSIBLE_NOCOWS=1", "ANSIBLE_PIPELINING=True", "ANSIBLE_ROLES_PATH=${var.ansible_roles_path}", "ANSIBLE_CALLBACK_WHITELIST=profile_tasks", "ANSIBLE_STDOUT_CALLBACK=debug"]
+ ansible_env_vars = [
+ "ANSIBLE_NOCOWS=1",
+ "ANSIBLE_PIPELINING=False",
+ "ANSIBLE_HOST_KEY_CHECKING=False",
+ "ANSIBLE_ROLES_PATH=${var.ansible_roles_path}",
+ "ANSIBLE_CALLBACK_WHITELIST=profile_tasks",
+ "ANSIBLE_STDOUT_CALLBACK=debug"
+ ]
command = "./common-packer/ansible-playbook.sh"
- extra_arguments = ["--scp-extra-args", "'-O'", "--ssh-extra-args", "-o IdentitiesOnly=yes -o HostKeyAlgorithms=+ssh-rsa -o PubkeyAcceptedAlgorithms=+ssh-rsa"]
+ extra_arguments = [
+ "--ssh-extra-args", "-o IdentitiesOnly=yes -o HostKeyAlgorithms=+ssh-rsa"
+ ]
playbook_file = "provision/devstack-centos.yaml"
skip_version_check = true
}
"ANSIBLE_STDOUT_CALLBACK=debug"
],
"extra_arguments": [
- "--scp-extra-args", "'-O'",
"--ssh-extra-args",
- "-o IdentitiesOnly=yes -o HostKeyAlgorithms=+ssh-rsa -o PubkeyAcceptedAlgorithms=+ssh-rsa"
+ "-o IdentitiesOnly=yes -o HostKeyAlgorithms=+ssh-rsa"
]
}
]
}
provisioner "ansible" {
- ansible_env_vars = ["ANSIBLE_NOCOWS=1", "ANSIBLE_PIPELINING=True", "ANSIBLE_ROLES_PATH=${var.ansible_roles_path}", "ANSIBLE_CALLBACK_WHITELIST=profile_tasks", "ANSIBLE_STDOUT_CALLBACK=debug"]
+ ansible_env_vars = [
+ "ANSIBLE_NOCOWS=1",
+ "ANSIBLE_PIPELINING=False",
+ "ANSIBLE_HOST_KEY_CHECKING=False",
+ "ANSIBLE_ROLES_PATH=${var.ansible_roles_path}",
+ "ANSIBLE_CALLBACK_WHITELIST=profile_tasks",
+ "ANSIBLE_STDOUT_CALLBACK=debug"
+ ]
command = "./common-packer/ansible-playbook.sh"
- extra_arguments = ["--scp-extra-args", "'-O'", "--ssh-extra-args", "-o IdentitiesOnly=yes -o HostKeyAlgorithms=+ssh-rsa -o PubkeyAcceptedAlgorithms=+ssh-rsa"]
+ extra_arguments = [
+ "--ssh-extra-args", "-o IdentitiesOnly=yes -o HostKeyAlgorithms=+ssh-rsa"
+ ]
playbook_file = "provision/helm.yaml"
skip_version_check = true
}
"ANSIBLE_STDOUT_CALLBACK=debug"
],
"extra_arguments": [
- "--scp-extra-args", "'-O'",
"--ssh-extra-args",
- "-o IdentitiesOnly=yes -o HostKeyAlgorithms=+ssh-rsa -o PubkeyAcceptedAlgorithms=+ssh-rsa"
+ "-o IdentitiesOnly=yes -o HostKeyAlgorithms=+ssh-rsa"
]
}
]
}
provisioner "ansible" {
- ansible_env_vars = ["ANSIBLE_NOCOWS=1", "ANSIBLE_PIPELINING=True", "ANSIBLE_ROLES_PATH=${var.ansible_roles_path}", "ANSIBLE_CALLBACK_WHITELIST=profile_tasks", "ANSIBLE_STDOUT_CALLBACK=debug"]
+ ansible_env_vars = [
+ "ANSIBLE_NOCOWS=1",
+ "ANSIBLE_PIPELINING=False",
+ "ANSIBLE_HOST_KEY_CHECKING=False",
+ "ANSIBLE_ROLES_PATH=${var.ansible_roles_path}",
+ "ANSIBLE_CALLBACK_WHITELIST=profile_tasks",
+ "ANSIBLE_STDOUT_CALLBACK=debug"
+ ]
command = "./common-packer/ansible-playbook.sh"
- extra_arguments = ["--scp-extra-args", "'-O'", "--ssh-extra-args", "-o IdentitiesOnly=yes -o HostKeyAlgorithms=+ssh-rsa -o PubkeyAcceptedAlgorithms=+ssh-rsa"]
+ extra_arguments = [
+ "--ssh-extra-args", "-o IdentitiesOnly=yes -o HostKeyAlgorithms=+ssh-rsa"
+ ]
playbook_file = "provision/mininet-ovs-2.8.yaml"
skip_version_check = true
}
"ANSIBLE_STDOUT_CALLBACK=debug"
],
"extra_arguments": [
- "--scp-extra-args", "'-O'",
"--ssh-extra-args",
- "-o IdentitiesOnly=yes -o HostKeyAlgorithms=+ssh-rsa -o PubkeyAcceptedAlgorithms=+ssh-rsa"
+ "-o IdentitiesOnly=yes -o HostKeyAlgorithms=+ssh-rsa"
]
}
]
}
provisioner "ansible" {
- ansible_env_vars = ["ANSIBLE_NOCOWS=1", "ANSIBLE_PIPELINING=True", "ANSIBLE_ROLES_PATH=${var.ansible_roles_path}", "ANSIBLE_CALLBACK_WHITELIST=profile_tasks", "ANSIBLE_STDOUT_CALLBACK=debug"]
+ ansible_env_vars = [
+ "ANSIBLE_NOCOWS=1",
+ "ANSIBLE_PIPELINING=False",
+ "ANSIBLE_HOST_KEY_CHECKING=False",
+ "ANSIBLE_ROLES_PATH=${var.ansible_roles_path}",
+ "ANSIBLE_CALLBACK_WHITELIST=profile_tasks",
+ "ANSIBLE_STDOUT_CALLBACK=debug"
+ ]
command = "./common-packer/ansible-playbook.sh"
- extra_arguments = ["--scp-extra-args", "'-O'", "--ssh-extra-args", "-o IdentitiesOnly=yes -o HostKeyAlgorithms=+ssh-rsa -o PubkeyAcceptedAlgorithms=+ssh-rsa"]
+ extra_arguments = [
+ "--ssh-extra-args", "-o IdentitiesOnly=yes -o HostKeyAlgorithms=+ssh-rsa"
+ ]
playbook_file = "provision/robot.yaml"
skip_version_check = true
}