summaryrefslogtreecommitdiff
path: root/playbooks
diff options
context:
space:
mode:
authorCarlos Konstanski <carlos.konstanski@verizonwireless.com>2017-12-23 00:48:53 +0000
committerCarlos Konstanski <carlos.konstanski@verizonwireless.com>2017-12-23 00:48:53 +0000
commitc6e89aa02bdd1396b0f268f2a85b19cec890ca20 (patch)
tree0d618b1d6936ad4fe9a7572ec41f2e0ce3b2df6c /playbooks
parent24e0deb33b076e30ee168fd8f40096c206accd9f (diff)
autocommit Sat Dec 23 00:48:53 UTC 2017
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/openbook.yaml12
1 files changed, 6 insertions, 6 deletions
diff --git a/playbooks/openbook.yaml b/playbooks/openbook.yaml
index 385efd5..eef1305 100644
--- a/playbooks/openbook.yaml
+++ b/playbooks/openbook.yaml
@@ -195,22 +195,22 @@
docker pull "{{ openbook_docker_registry_url }}/openbook_database"
fi
if [ "{{ openbook_install_job_scheduler_server|string() }}" == "True" ]; then
- docker pull "{{ openbook_docker_registry_url }}/openbook_job_scheduler_server_unstable"
+ docker pull "{{ openbook_docker_registry_url }}/openbook_job_scheduler_server_develop"
fi
if [ "{{ openbook_install_workflow_server|string() }}" == "True" ]; then
- docker pull "{{ openbook_docker_registry_url }}/openbook_workflow_server_unstable"
+ docker pull "{{ openbook_docker_registry_url }}/openbook_workflow_server_develop"
fi
if [ "{{ openbook_install_admin_api_server|string() }}" == "True" ]; then
- docker pull "{{ openbook_docker_registry_url }}/openbook_admin_api_server_unstable"
+ docker pull "{{ openbook_docker_registry_url }}/openbook_admin_api_server_develop"
fi
if [ "{{ openbook_install_customer_api_server|string() }}" == "True" ]; then
- docker pull "{{ openbook_docker_registry_url }}/openbook_customer_api_server_unstable"
+ docker pull "{{ openbook_docker_registry_url }}/openbook_customer_api_server_develop"
fi
if [ "{{ openbook_install_admin_web_ui|string() }}" == "True" ]; then
- docker pull "{{ openbook_docker_registry_url }}/openbook_admin_web_ui_unstable"
+ docker pull "{{ openbook_docker_registry_url }}/openbook_admin_web_ui_develop"
fi
if [ "{{ openbook_install_customer_web_ui|string() }}" == "True" ]; then
- docker pull "{{ openbook_docker_registry_url }}/openbook_customer_web_ui_unstable"
+ docker pull "{{ openbook_docker_registry_url }}/openbook_customer_web_ui_develop"
fi
args:
executable: /bin/bash