aboutsummaryrefslogtreecommitdiffstats
path: root/boot/mso_vm_init.sh
diff options
context:
space:
mode:
authorplatania <platania@research.att.com>2017-02-16 11:20:22 -0500
committerplatania <platania@research.att.com>2017-02-16 11:20:47 -0500
commit3426556541256f93d2cba65df3b9c8d1d1772861 (patch)
tree56e5b26481400d35e3e2e36be20df953793e348d /boot/mso_vm_init.sh
parentf525cb9014ae27ddd795f933dee54a78b214a589 (diff)
Initial OpenECOMP Demo commit
Change-Id: Ibf8696196a7ac2c84ac8aa7cde1982c9c89fb64d Signed-off-by: platania <platania@research.att.com>
Diffstat (limited to 'boot/mso_vm_init.sh')
-rw-r--r--boot/mso_vm_init.sh50
1 files changed, 50 insertions, 0 deletions
diff --git a/boot/mso_vm_init.sh b/boot/mso_vm_init.sh
new file mode 100644
index 00000000..f878f535
--- /dev/null
+++ b/boot/mso_vm_init.sh
@@ -0,0 +1,50 @@
+#!/bin/bash
+
+NEXUS_USERNAME=$(cat /opt/config/nexus_username.txt)
+NEXUS_PASSWD=$(cat /opt/config/nexus_password.txt)
+NEXUS_DOCKER_REPO=$(cat /opt/config/nexus_docker_repo.txt)
+OPENSTACK_USERNAME=$(cat /opt/config/openstack_username.txt)
+OPENSTACK_APIKEY=$(cat /opt/config/api_key.txt)
+DMAAP_TOPIC=$(cat /opt/config/dmaap_topic.txt)
+export MSO_DOCKER_IMAGE_VERSION=1.0.0
+
+# Update the MSO configuration file.
+read -d '' MSO_CONFIG_UPDATES <<-EOF
+{
+"default_attributes":
+ {
+ "asdc-connections":
+ {
+ "asdc-controller1":
+ {
+ "environmentName": "$DMAAP_TOPIC"
+ }
+ },
+ "mso-po-adapter-config":
+ {
+ "identity_services":
+ [
+ {"dcp_clli": "RAX_KEYSTONE",
+ "identity_url": "https://identity.api.rackspacecloud.com/v2.0",
+ "mso_id": "$OPENSTACK_USERNAME",
+ "mso_pass": "$OPENSTACK_APIKEY",
+ "admin_tenant": "service",
+ "member_role": "admin",
+ "tenant_metadata": "true",
+ "identity_server_type": "KEYSTONE",
+ "identity_authentication_type": "RACKSPACE_APIKEY"
+
+ }
+ ]
+ }
+ }
+}
+EOF
+export MSO_CONFIG_UPDATES
+
+
+# Deploy the environment
+cd /opt/test_lab
+chmod +x deploy.sh
+#This script takes in input 2 nexus repos (the first one for the MSO image, the second one for mariadb)
+./deploy.sh $NEXUS_DOCKER_REPO $NEXUS_USERNAME $NEXUS_PASSWD ecomp-nexus:51211 release sfWU3DFVdBr7GVxB85mTYgAW