Remove instack-create-overcloudrc

This is now handled by tripleoclient, and has generated a bug
report.  Let's get rid of it.

Change-Id: I3c51b5d920efe26fa47c3ae033f2b3199dbb2eeb
Closes-Bug: 1634052
This commit is contained in:
Ben Nemec 2016-10-19 18:43:44 +00:00
parent 48a1ecbd87
commit 1b89f5bf7b
2 changed files with 0 additions and 34 deletions

View File

@ -1,33 +0,0 @@
#!/bin/bash
set -eu
set -o pipefail
OS_AUTH_URL=${OS_AUTH_URL:-""}
if [ -z "$OS_AUTH_URL" ]; then
echo "You must source a stackrc file for the Undercloud."
exit 1
fi
export TRIPLEO_ROOT=${TRIPLEO_ROOT:-"/etc/tripleo"}
export NODES_JSON=${NODES_JSON:-"instackenv.json"}
export TE_DATAFILE=$NODES_JSON
source tripleo-overcloud-passwords
OVERCLOUD_ENDPOINT=$(heat output-show overcloud KeystoneURL|sed 's/^"\(.*\)"$/\1/')
export OVERCLOUD_IP=$(echo $OVERCLOUD_ENDPOINT | awk -F '[/:]' '{print $4}')
source $TRIPLEO_ROOT/overcloudrc
cat > ~/overcloudrc << EOF
export NOVA_VERSION=$NOVA_VERSION
export COMPUTE_API_VERSION=$COMPUTE_API_VERSION
export OS_PASSWORD=$OS_PASSWORD
export OS_AUTH_URL=$OS_AUTH_URL
export OS_USERNAME=$OS_USERNAME
export OS_TENANT_NAME=$OS_TENANT_NAME
export OS_NO_CACHE=True
export OS_CLOUDNAME=overcloud
export no_proxy=${no_proxy:-''},$OVERCLOUD_IP
EOF

View File

@ -23,7 +23,6 @@ packages =
instack_undercloud
scripts =
scripts/instack-create-overcloudrc
scripts/instack-install-undercloud
scripts/instack-virt-setup
scripts/instack-haproxy-cert-update