[DCAE-7] Supporting vanilla OpenStack 13/3913/1
authorCarsten Lund <lund@research.att.com>
Fri, 5 May 2017 14:37:26 +0000 (14:37 +0000)
committerCarsten Lund <lund@research.att.com>
Fri, 5 May 2017 14:37:26 +0000 (14:37 +0000)
Change-Id: I5162b7bfb74adbb074335955f675e79345c46d41
Signed-off-by: Carsten Lund <lund@research.att.com>
.gitignore [new file with mode: 0644]
boot/dcae_install.sh

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..1c44a07
--- /dev/null
@@ -0,0 +1,2 @@
+/.project
+.*.sw?
index 0d347b6..8ec7edb 100644 (file)
@@ -28,6 +28,7 @@ NEXUS_USER=$(cat /opt/config/nexus_username.txt)
 NEXUS_PASSWORD=$(cat /opt/config/nexus_password.txt)
 NEXUS_URL_SNAPSHOTS=$(cat /opt/config/nexus_url_snapshots.txt)
 DOCKER_REGISTRY=$(cat /opt/config/nexus_docker_repo.txt)
+DOCKER_VERSION=$(cat /opt/config/docker_version.txt)
 DCAE_CODE_VERSION=$(cat /opt/config/dcae_code_version.txt)
 
 DCAE_IP_ADDR=$(cat /opt/config/dcae_ip_addr.txt)
@@ -106,6 +107,7 @@ mkdir -p /opt/app/dcae-controller
 cat > /opt/app/dcae-controller/config.yaml << EOF_CONFIG
 BASE: $BASE
 ZONE: $ZONE
+DNS-IP-ADDR=$DNS_IP_ADDR
 STATE: $STATE
 DCAE-VERSION: $DCAE_CODE_VERSION
 HORIZON-URL: $HORIZON_URL/$OPENSTACK_USER
@@ -127,6 +129,7 @@ NEXUS-URL-SNAPSHOTS: $NEXUS_URL_SNAPSHOTS
 NEXUS-RAWURL: $NEXUS_REPO
 
 DOCKER-REGISTRY: $DOCKER_REGISTRY
+DOCKER-VERSION: $DOCKER_VERSION
 
 GIT-MR-REPO: http://gerrit.onap.org/r/dcae/demo/startup/message-router.git
 
@@ -164,4 +167,4 @@ fi
 
 # Run docker containers
 cd /opt
-./dcae_vm_init.sh
\ No newline at end of file
+./dcae_vm_init.sh