diff options
author | Tim Rozet <trozet@redhat.com> | 2017-09-21 15:35:55 +0000 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2017-09-21 15:35:55 +0000 |
commit | 18b0862b97850f3e4bfb9abf0dc5835e90f0dada (patch) | |
tree | eea9c69e3b0b16f30c07f827646f71753910621a /lib/ansible/playbooks | |
parent | 433961f8c0b816f19aa858654261fa87d2f02a19 (diff) |
Revert "Adds Calipso scenario"
This reverts commit 433961f8c0b816f19aa858654261fa87d2f02a19.
Change-Id: Ic8a14d2e0ad8d1006625af401fde2f365890650b
Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'lib/ansible/playbooks')
-rw-r--r-- | lib/ansible/playbooks/post_deploy_undercloud.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/ansible/playbooks/post_deploy_undercloud.yml b/lib/ansible/playbooks/post_deploy_undercloud.yml index a5b8677f..d6b8805a 100644 --- a/lib/ansible/playbooks/post_deploy_undercloud.yml +++ b/lib/ansible/playbooks/post_deploy_undercloud.yml @@ -115,7 +115,3 @@ become_user: stack when: congress with_items: "{{ congress_datasources }}" - - name: Install Calipso - command: python3 /root/calipso-installer.py --command start-all --copy q - become: yes - when: calipso |