Commit 6cdbdaba by Feanil Patel

Pass in a ssh key url from the packer environment.

parent 0329f733
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
"command": ". {{user `venv_dir`}}/bin/activate && ansible-playbook", "command": ". {{user `venv_dir`}}/bin/activate && ansible-playbook",
"inventory_groups": "jenkins_worker", "inventory_groups": "jenkins_worker",
"extra_arguments": [ "extra_arguments": [
"-e \"jenkins_edx_platform_version={{user `test_platform_version`}} NEWRELIC_LICENSE_KEY={{user `new_relic_key`}} initialize_replica_set=false\"", "-e \"jenkins_edx_platform_version={{user `test_platform_version`}} NEWRELIC_LICENSE_KEY={{user `new_relic_key`}} initialize_replica_set=false jenkins_worker_key_url='{{env `JENKINS_WORKER_KEY_URL`}}'\"",
"-vvv" "-vvv"
] ]
}, { }, {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment