Chore: Prettify packer json files
[releng/builder.git] / packer / templates / devstack-pre-pip-stein.json
index f689b44126435a749ff6076eab08df5097d4f316..3a4e3851aff3840f9fd6d33710dbb7097b1f3824 100644 (file)
@@ -55,7 +55,9 @@
     },
     {
       "type": "ansible",
-      "playbook_file": "provision/devstack-pre-pip.yaml",
+      "playbook_file": "provision/devstack-pre-pip-centos.yaml",
+      "command": "./common-packer/ansible-playbook.sh",
+      "skip_version_check": true,
       "ansible_env_vars": [
         "ANSIBLE_DEBUG=False",
         "ANSIBLE_NOCOWS=1",
@@ -66,7 +68,9 @@
       ],
       "extra_arguments": [
         "--extra-vars",
-        "os_branch=stable/stein rdo_branch=stein"
+        "os_branch=stable/queens rdo_branch=queens",
+        "--ssh-extra-args",
+        "-o IdentitiesOnly=yes -o HostKeyAlgorithms=+ssh-rsa"
       ]
     }
   ]