Adds Calipso scenario
[apex.git] / lib / ansible / playbooks / post_deploy_undercloud.yml
index d6b8805..a5b8677 100644 (file)
       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