diff options
author | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2017-03-21 12:28:27 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-03-21 12:28:27 +0000 |
commit | 1180ec3baaed69aac4927b33157d7e9be4584c6b (patch) | |
tree | aa5a303f74ee19ebe0cfbacf631162f7be09b008 /prototypes | |
parent | 8789b2b0625996014a8d94177e78e4530a8df2df (diff) | |
parent | b2ef9343918cc08e6042a5c3adcfe680351ac629 (diff) |
Merge "xci: Remove obsolete bifrost dib ELEMENTS_PATH"
Diffstat (limited to 'prototypes')
-rwxr-xr-x | prototypes/bifrost/scripts/osa-bifrost-deployment.sh | 3 | ||||
-rwxr-xr-x | prototypes/bifrost/scripts/test-bifrost-deployment.sh | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/prototypes/bifrost/scripts/osa-bifrost-deployment.sh b/prototypes/bifrost/scripts/osa-bifrost-deployment.sh index bd6e54383..c92bd9d4e 100755 --- a/prototypes/bifrost/scripts/osa-bifrost-deployment.sh +++ b/prototypes/bifrost/scripts/osa-bifrost-deployment.sh @@ -55,9 +55,6 @@ INVENTORY_DHCP_STATIC_IP=false WRITE_INTERFACES_FILE=true -# DIB custom elements path -export ELEMENTS_PATH=/opt/puppet-infracloud/files/elements - # settings for console access export DIB_DEV_USER_PWDLESS_SUDO=yes export DIB_DEV_USER_PASSWORD=devuser diff --git a/prototypes/bifrost/scripts/test-bifrost-deployment.sh b/prototypes/bifrost/scripts/test-bifrost-deployment.sh index 3c3b6bacb..2e33bc164 100755 --- a/prototypes/bifrost/scripts/test-bifrost-deployment.sh +++ b/prototypes/bifrost/scripts/test-bifrost-deployment.sh @@ -54,9 +54,6 @@ WRITE_INTERFACES_FILE=true # Set BIFROST_INVENTORY_SOURCE export BIFROST_INVENTORY_SOURCE=/tmp/baremetal.json -# DIB custom elements path -export ELEMENTS_PATH=/opt/puppet-infracloud/files/elements - # settings for console access export DIB_DEV_USER_PWDLESS_SUDO=yes export DIB_DEV_USER_PASSWORD=devuser |