diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-02-06 17:31:04 -0800 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-02-06 18:11:15 -0800 |
commit | 374498a7796e1755086579c8160206feb2375079 (patch) | |
tree | cd3c5281f31fb2d630ae05106ba66c8fe246725d /deployment/heat/onap-oom/scripts | |
parent | 7b94e0a63c3598eea5e1eed18bb5cd1cd0b0beb2 (diff) |
Add config for ATT TLAB
Change-Id: I31387cbb17db19cd602cc9d4da59a55223996583
Issue-ID: INT-414
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'deployment/heat/onap-oom/scripts')
-rwxr-xr-x | deployment/heat/onap-oom/scripts/deploy.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deployment/heat/onap-oom/scripts/deploy.sh b/deployment/heat/onap-oom/scripts/deploy.sh index 961a8ba2f..fb5bd03e9 100755 --- a/deployment/heat/onap-oom/scripts/deploy.sh +++ b/deployment/heat/onap-oom/scripts/deploy.sh @@ -14,8 +14,8 @@ for n in $(seq 1 5); do $WORKSPACE/test/ete/scripts/teardown-onap.sh cd $WORKSPACE/deployment/heat/onap-oom - openstack stack create -t ./onap-oom.yaml -e $ENV_FILE onap-oom - openstack stack output show onap-oom k8s_vm_ip + envsubst < $ENV_FILE > $ENV_FILE~ + openstack stack create -t ./onap-oom.yaml -e $ENV_FILE~ onap-oom for i in $(seq 1 10); do sleep 10 |