summaryrefslogtreecommitdiffstats
path: root/deploy/launch.sh
diff options
context:
space:
mode:
Diffstat (limited to 'deploy/launch.sh')
-rwxr-xr-xdeploy/launch.sh25
1 files changed, 5 insertions, 20 deletions
diff --git a/deploy/launch.sh b/deploy/launch.sh
index 51094b29..8bba3403 100755
--- a/deploy/launch.sh
+++ b/deploy/launch.sh
@@ -84,15 +84,10 @@ else
log_info "deploy host macs: $machines"
fi
-
-if [[ -z "$REDEPLOY_HOST" || "$REDEPLOY_HOST" == "false" ]]; then
+if [[ "$REDEPLOY_HOST" != "true" ]]; then
if ! set_compass_machine; then
log_error "set_compass_machine fail"
fi
-
- # FIXME: refactor compass adapter and conf code, instead of doing
- # hack conf injection.
- inject_compass_conf
fi
if [[ "$DEPLOY_HOST" == "true" || $REDEPLOY_HOST == "true" ]]; then
@@ -125,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