diff options
-rwxr-xr-x | deploy/compass_conf/templates/ansible_installer/openstack_ocata/vars/HA-ansible-multinodes.tmpl | 7 | ||||
-rwxr-xr-x | deploy/launch.sh | 18 |
2 files changed, 11 insertions, 14 deletions
diff --git a/deploy/compass_conf/templates/ansible_installer/openstack_ocata/vars/HA-ansible-multinodes.tmpl b/deploy/compass_conf/templates/ansible_installer/openstack_ocata/vars/HA-ansible-multinodes.tmpl index e62e58d5..1fdc5d5e 100755 --- a/deploy/compass_conf/templates/ansible_installer/openstack_ocata/vars/HA-ansible-multinodes.tmpl +++ b/deploy/compass_conf/templates/ansible_installer/openstack_ocata/vars/HA-ansible-multinodes.tmpl @@ -186,6 +186,13 @@ CONGRESS_PASS: $congress_pass DEMO_PASS: $demo_pass ADMIN_PASS: $admin_pass +#set plugins = $getVar('plugins', []) +#for item in plugins +#set keys = $item.keys() +#set values = $item.values() +$keys[0]: $values[0] +#end for + #set neutron_service_plugins=['router'] #if $getVar('enable_fwaas', True) diff --git a/deploy/launch.sh b/deploy/launch.sh index d2ec0814..8bba3403 100755 --- a/deploy/launch.sh +++ b/deploy/launch.sh @@ -120,20 +120,10 @@ set +x figlet -ctf slant Installation Complete! echo "" -echo "+-----------------+----------+--------------------------------+" -echo "| Dashboard | Web | http://$public_vip/horizon |" -echo "| | Domain | default |" -echo "| | User | admin |" -echo "| | Password | console |" -echo "+-------------------------------------------------------------+" -echo "| Compass | IP | $MGMT_IP |" -echo "| Virtual Machine | User | root |" -echo "| | Password | root |" -echo "+-------------------------------------------------------------+" -echo "| Openrc Path | admin | /opt/admin-openrc.sh |" -echo "| | demo | /opt/demo-openrc.sh |" -echo "+-----------------+----------+--------------------------------+" -echo "NOTE: openrc file is in the controller nodes" +echo "+------------------------------------------------------------------+" +echo "| To Use OpenStack CLI and Access Horizon, Follow instructions in |" +echo "| https://wiki.opnfv.org/display/compass4nfv/Containerized+Compass |" +echo "+------------------------------------------------------------------+" echo "" if [[ ${DHA##*/} =~ "openo" ]]; then |