Skip to content
Snippets Groups Projects
Verified Commit 0d342486 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

Merge branch 'master' into oas_behave-1-set-oas-specific-values-in-openappstack-repo

parents c901d112 8e9c4820
No related branches found
No related tags found
No related merge requests found
......@@ -2,10 +2,6 @@
# Check if cluster directory was available from cache
set -v
# Shorten the hostname to work around a bug in cosmos, which fails to create a
# working VPS if the the hostname is too long.
HOSTNAME=$(expr substr "${HOSTNAME}" 1 40)
if [ -d clusters/$HOSTNAME/secrets ]
then
ip_address=$(python -m openappstack ${HOSTNAME} info --ip-address)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment