Merge "Updated openstack-helm-infra for Ubuntu 18.04"
This commit is contained in:
commit
e0de23a786
tools/deployment/airskiff/developer
@ -19,7 +19,7 @@ set -xe
|
||||
|
||||
CURRENT_DIR="$(pwd)"
|
||||
: "${INSTALL_PATH:="../"}"
|
||||
: "${OSH_INFRA_COMMIT:="8ba46703ee9fab0115e4b7f62ea43e0798c36872"}"
|
||||
: "${OSH_INFRA_COMMIT:="eacf93722136636dcfbd2b68c59b71f071ffc085"}"
|
||||
: "${CLONE_ARMADA:=true}"
|
||||
: "${CLONE_DECKHAND:=true}"
|
||||
: "${CLONE_SHIPYARD:=true}"
|
||||
|
@ -40,4 +40,8 @@ if echo $(groups) | grep -qv 'docker'; then
|
||||
fi
|
||||
END_SCRIPT
|
||||
|
||||
# clean up /etc/resolv.conf, if it includes a localhost dns address
|
||||
sudo sed -i.bkp '/^nameserver.*127.0.0.1/d
|
||||
w /dev/stdout' /etc/resolv.conf
|
||||
|
||||
cd "${CURRENT_DIR}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user