Update lab RC files 75/56675/3
authorgwu <gary.i.wu@huawei.com>
Wed, 18 Jul 2018 05:11:39 +0000 (22:11 -0700)
committerGary Wu <gary.i.wu@huawei.com>
Wed, 18 Jul 2018 06:15:37 +0000 (23:15 -0700)
Change-Id: Ie50b3c75047f1dac0af471e46c04ecd02c0dee82
Issue-ID: INT-532
Signed-off-by: gwu <gary.i.wu@huawei.com>
22 files changed:
deployment/heat/onap-oom/env/gwu/onap-heat-openrc [new file with mode: 0644]
deployment/heat/onap-oom/env/gwu/onap-heat.env [moved from deployment/heat/onap-oom/env/gwu/onap.env with 93% similarity]
deployment/heat/onap-oom/env/gwu/onap-oom-openrc [moved from test/ete/labs/gwu/onap-openrc with 64% similarity]
deployment/heat/onap-oom/env/gwu/onap-oom.env [new file with mode: 0644]
deployment/heat/onap-oom/env/gwu/onap-openrc [deleted symlink]
deployment/heat/onap-oom/env/huawei/onap-beijing-oom-openrc [deleted symlink]
deployment/heat/onap-oom/env/huawei/onap-heat-openrc [moved from test/ete/labs/huawei/onap-beijing-oom-openrc with 65% similarity]
deployment/heat/onap-oom/env/huawei/onap-heat.env [moved from deployment/heat/onap-oom/env/huawei/onap-beijing-oom.env with 83% similarity]
deployment/heat/onap-oom/env/huawei/onap-oom-openrc [new file with mode: 0644]
deployment/heat/onap-oom/env/huawei/onap-oom.env [new file with mode: 0644]
deployment/heat/onap-oom/onap-oom.yaml
deployment/heat/onap-oom/parts/onap-oom-1.yaml
deployment/heat/onap-oom/parts/onap-oom-2.yaml
deployment/heat/onap-oom/scripts/gen-onap-oom-yaml.sh
test/ete/labs/gwu/apt-proxy.sh
test/ete/labs/gwu/onap-heat-openrc [new symlink]
test/ete/labs/gwu/onap-oom-openrc [new symlink]
test/ete/labs/gwu/onap-openstack-template.env
test/ete/labs/huawei/apt-proxy.sh
test/ete/labs/huawei/onap-heat-openrc [new symlink]
test/ete/labs/huawei/onap-oom-openrc [new symlink]
test/ete/labs/huawei/onap-openstack-template.env

diff --git a/deployment/heat/onap-oom/env/gwu/onap-heat-openrc b/deployment/heat/onap-oom/env/gwu/onap-heat-openrc
new file mode 100644 (file)
index 0000000..c28e378
--- /dev/null
@@ -0,0 +1,9 @@
+export OS_PROJECT_DOMAIN_NAME=Default
+export OS_USER_DOMAIN_NAME=Default
+export OS_PROJECT_ID=7504c113f3b241fab1ee9d3d9323f6c1
+export OS_PROJECT_NAME=onap-heat
+export OS_USERNAME=demo
+#export OS_PASSWORD=demo
+export OS_AUTH_URL=http://controller:5000/v3
+export OS_IDENTITY_API_VERSION=3
+export OS_IMAGE_API_VERSION=2
similarity index 93%
rename from deployment/heat/onap-oom/env/gwu/onap.env
rename to deployment/heat/onap-oom/env/gwu/onap-heat.env
index efc263e..07ac9c1 100644 (file)
@@ -3,12 +3,13 @@ parameters:
   ubuntu_1604_image: xenial
 
   apt_proxy: 192.168.1.51:3142
-  docker_proxy: 192.168.1.51:5000
+  docker_proxy: 192.168.2.20:5000
 
   rancher_vm_flavor: m1.xlarge
   k8s_vm_flavor: m1.xlarge
 
-  public_net_id: 024582bd-ef9b-48b9-9e70-e6732559d9df
+  public_net_id: bfd766f4-ccb5-4d14-944a-fcf1a94a824c
+  key_name: onap-key
 
   oam_network_cidr: 10.0.0.0/16
 
similarity index 64%
rename from test/ete/labs/gwu/onap-openrc
rename to deployment/heat/onap-oom/env/gwu/onap-oom-openrc
index 1a452fa..d11ead4 100644 (file)
@@ -1,9 +1,9 @@
-export OS_PROJECT_ID=4c93f99551604bf7af25a8f80c7f34cb
 export OS_PROJECT_DOMAIN_NAME=Default
 export OS_USER_DOMAIN_NAME=Default
-export OS_PROJECT_NAME=onap
+export OS_PROJECT_ID=6d39557690ff4bc18372d0ca6c0e3d82
+export OS_PROJECT_NAME=onap-oom
 export OS_USERNAME=demo
-export OS_PASSWORD=demo
+#export OS_PASSWORD=demo
 export OS_AUTH_URL=http://controller:5000/v3
 export OS_IDENTITY_API_VERSION=3
 export OS_IMAGE_API_VERSION=2
diff --git a/deployment/heat/onap-oom/env/gwu/onap-oom.env b/deployment/heat/onap-oom/env/gwu/onap-oom.env
new file mode 100644 (file)
index 0000000..07ac9c1
--- /dev/null
@@ -0,0 +1,42 @@
+parameters:
+
+  ubuntu_1604_image: xenial
+
+  apt_proxy: 192.168.1.51:3142
+  docker_proxy: 192.168.2.20:5000
+
+  rancher_vm_flavor: m1.xlarge
+  k8s_vm_flavor: m1.xlarge
+
+  public_net_id: bfd766f4-ccb5-4d14-944a-fcf1a94a824c
+  key_name: onap-key
+
+  oam_network_cidr: 10.0.0.0/16
+
+  integration_override_yaml: >
+    global:
+      repository: 192.168.1.51:5000
+      pullPolicy: IfNotPresent
+    robot:
+      openStackKeyStoneUrl: "http://192.168.1.11:5000"
+      openStackPublicNetId: "024582bd-ef9b-48b9-9e70-e6732559d9df"
+      openStackPassword: "${OS_PASSWORD}"
+      openStackTenantId: "${OS_PROJECT_ID}"
+      openStackUserName: "${OS_USERNAME}"
+      ubuntu14Image: "trusty"
+      ubuntu16Image: "xenial"
+      openStackPrivateNetId: "__oam_network_id__"
+      openStackPrivateSubnetId: "__oam_subnet_id__"
+      openStackPrivateNetCidr: "10.0.0.0/16"
+      openStackOamNetworkCidrPrefix: "10.0"
+      dcaeCollectorIp: "__k8s_1_vm_ip__"
+      vnfPubKey: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKXDgoo3+WOqcUG8/5uUbk81+yczgwC4Y8ywTmuQqbNxlY1oQ0YxdMUqUnhitSXs5S/yRuAVOYHwGg2mCs20oAINrP+mxBI544AMIb9itPjCtgqtE2EWo6MmnFGbHB4Sx3XioE7F4VPsh7japsIwzOjbrQe+Mua1TGQ5d4nfEOQaaglXLLPFfuc7WbhbJbK6Q7rHqZfRcOwAMXgDoBqlyqKeiKwnumddo2RyNT8ljYmvB6buz7KnMinzo7qB0uktVT05FH9Rg0CTWH5norlG5qXgP2aukL0gk1ph8iAt7uYLf1ktp+LJI2gaF6L0/qli9EmVCSLr1uJ38Q8CBflhkh"
+    so:
+      config:
+        openStackUserName: "${OS_USERNAME}"
+        openStackKeyStoneUrl: "http://192.168.1.11:5000"
+        openStackEncryptedPasswordHere: "${OS_PASSWORD_ENCRYPTED}"
+    appc:
+      replicaCount: 3
+    sdnc:
+      replicaCount: 3
diff --git a/deployment/heat/onap-oom/env/gwu/onap-openrc b/deployment/heat/onap-oom/env/gwu/onap-openrc
deleted file mode 120000 (symlink)
index c08bcbd..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../../../../../test/ete/labs/gwu/onap-openrc
\ No newline at end of file
diff --git a/deployment/heat/onap-oom/env/huawei/onap-beijing-oom-openrc b/deployment/heat/onap-oom/env/huawei/onap-beijing-oom-openrc
deleted file mode 120000 (symlink)
index 38d9b3f..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../../../../../test/ete/labs/huawei/onap-beijing-oom-openrc
\ No newline at end of file
@@ -1,9 +1,9 @@
 export OS_PROJECT_DOMAIN_NAME=Default
 export OS_USER_DOMAIN_NAME=Default
-export OS_PROJECT_ID=3d228d2fcbb7447bbba3cde703431bc1
-export OS_PROJECT_NAME=onap-beijing-oom
+export OS_PROJECT_ID=66a48e4b0a934463bef0bd694f93147a
+export OS_PROJECT_NAME=onap-heat
 export OS_USERNAME=demo
-export OS_PASSWORD=demo
+#export OS_PASSWORD=demo
 export OS_AUTH_URL=http://controller.neo.futurewei.com:5000/v3
 export OS_IDENTITY_API_VERSION=3
 export OS_IMAGE_API_VERSION=2
@@ -2,13 +2,14 @@ parameters:
 
   ubuntu_1604_image: xenial
 
-  apt_proxy: 10.145.122.118:3142
-  docker_proxy: 10.145.122.118:5000
+  apt_proxy: 10.145.122.117:8000
+  docker_proxy: 10.145.123.23:5000
 
   rancher_vm_flavor: m1.xlarge
   k8s_vm_flavor: m1.xlarge
 
-  public_net_id: 3a6247f1-fac6-4167-a49f-33cc8415ccf4
+  public_net_id: 7baa99ac-43a0-4013-9dfb-bbb94fdcd91a
+  key_name: onap-key
 
   oam_network_cidr: 10.0.0.0/16
 
@@ -17,7 +18,7 @@ parameters:
       repository: 10.145.122.118:5000
       pullPolicy: IfNotPresent
     robot:
-      openStackKeyStoneUrl: "http://10.145.122.117:5000"
+      openStackKeyStoneUrl: "http://10.145.122.118:5000"
       openStackPublicNetId: "3a6247f1-fac6-4167-a49f-33cc8415ccf4"
       openStackPassword: "${OS_PASSWORD}"
       openStackTenantId: "${OS_PROJECT_ID}"
@@ -33,7 +34,7 @@ parameters:
     so:
       config:
         openStackUserName: "${OS_USERNAME}"
-        openStackKeyStoneUrl: "http://10.145.122.117:5000"
+        openStackKeyStoneUrl: "http://10.145.122.118:5000"
         openStackEncryptedPasswordHere: "${OS_PASSWORD_ENCRYPTED}"
     appc:
       replicaCount: 3
diff --git a/deployment/heat/onap-oom/env/huawei/onap-oom-openrc b/deployment/heat/onap-oom/env/huawei/onap-oom-openrc
new file mode 100644 (file)
index 0000000..cdafe23
--- /dev/null
@@ -0,0 +1,9 @@
+export OS_PROJECT_DOMAIN_NAME=Default
+export OS_USER_DOMAIN_NAME=Default
+export OS_PROJECT_ID=13159ba149fa47ea9646902ce5734b89
+export OS_PROJECT_NAME=onap-oom
+export OS_USERNAME=demo
+#export OS_PASSWORD=demo
+export OS_AUTH_URL=http://controller.neo.futurewei.com:5000/v3
+export OS_IDENTITY_API_VERSION=3
+export OS_IMAGE_API_VERSION=2
diff --git a/deployment/heat/onap-oom/env/huawei/onap-oom.env b/deployment/heat/onap-oom/env/huawei/onap-oom.env
new file mode 100644 (file)
index 0000000..d4d82e7
--- /dev/null
@@ -0,0 +1,42 @@
+parameters:
+
+  ubuntu_1604_image: xenial
+
+  apt_proxy: 10.145.122.117:8000
+  docker_proxy: 10.145.123.23:5000
+
+  rancher_vm_flavor: m1.xlarge
+  k8s_vm_flavor: m1.xlarge
+
+  public_net_id: 7baa99ac-43a0-4013-9dfb-bbb94fdcd91a
+  key_name: onap-key
+
+  oam_network_cidr: 10.0.0.0/16
+
+  integration_override_yaml: >
+    global:
+      repository: 10.145.122.118:5000
+      pullPolicy: IfNotPresent
+    robot:
+      openStackKeyStoneUrl: "http://10.145.122.118:5000"
+      openStackPublicNetId: "3a6247f1-fac6-4167-a49f-33cc8415ccf4"
+      openStackPassword: "${OS_PASSWORD}"
+      openStackTenantId: "${OS_PROJECT_ID}"
+      openStackUserName: "${OS_USERNAME}"
+      ubuntu14Image: "trusty"
+      ubuntu16Image: "xenial"
+      openStackPrivateNetId: "__oam_network_id__"
+      openStackPrivateSubnetId: "__oam_subnet_id__"
+      openStackPrivateNetCidr: "10.0.0.0/16"
+      openStackOamNetworkCidrPrefix: "10.0"
+      dcaeCollectorIp: "__k8s_1_vm_ip__"
+      vnfPubKey: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKXDgoo3+WOqcUG8/5uUbk81+yczgwC4Y8ywTmuQqbNxlY1oQ0YxdMUqUnhitSXs5S/yRuAVOYHwGg2mCs20oAINrP+mxBI544AMIb9itPjCtgqtE2EWo6MmnFGbHB4Sx3XioE7F4VPsh7japsIwzOjbrQe+Mua1TGQ5d4nfEOQaaglXLLPFfuc7WbhbJbK6Q7rHqZfRcOwAMXgDoBqlyqKeiKwnumddo2RyNT8ljYmvB6buz7KnMinzo7qB0uktVT05FH9Rg0CTWH5norlG5qXgP2aukL0gk1ph8iAt7uYLf1ktp+LJI2gaF6L0/qli9EmVCSLr1uJ38Q8CBflhkh"
+    so:
+      config:
+        openStackUserName: "${OS_USERNAME}"
+        openStackKeyStoneUrl: "http://10.145.122.118:5000"
+        openStackEncryptedPasswordHere: "${OS_PASSWORD_ENCRYPTED}"
+    appc:
+      replicaCount: 3
+    sdnc:
+      replicaCount: 3
index 8cd8169..23d930b 100644 (file)
@@ -47,6 +47,10 @@ parameters:
     type: string
     default: "docker-manifest.csv"
 
+  key_name:
+    type: string
+    default: "onap_key"
+
 resources:
   random-str:
     type: OS::Heat::RandomString
@@ -135,7 +139,7 @@ resources:
       name: rancher
       image: { get_param: ubuntu_1604_image }
       flavor: { get_param: rancher_vm_flavor }
-      key_name: onap_key
+      key_name: { get_param: key_name }
       networks:
       - port: { get_resource: rancher_private_port }
       user_data_format: RAW
@@ -187,7 +191,7 @@ resources:
       name: k8s_1
       image: { get_param: ubuntu_1604_image }
       flavor: { get_param: k8s_vm_flavor }
-      key_name: onap_key
+      key_name: { get_param: key_name }
       networks:
       - port: { get_resource: k8s_1_private_port }
       user_data_format: RAW
@@ -220,7 +224,7 @@ resources:
       name: k8s_2
       image: { get_param: ubuntu_1604_image }
       flavor: { get_param: k8s_vm_flavor }
-      key_name: onap_key
+      key_name: { get_param: key_name }
       networks:
       - port: { get_resource: k8s_2_private_port }
       user_data_format: RAW
@@ -253,7 +257,7 @@ resources:
       name: k8s_3
       image: { get_param: ubuntu_1604_image }
       flavor: { get_param: k8s_vm_flavor }
-      key_name: onap_key
+      key_name: { get_param: key_name }
       networks:
       - port: { get_resource: k8s_3_private_port }
       user_data_format: RAW
@@ -286,7 +290,7 @@ resources:
       name: k8s_4
       image: { get_param: ubuntu_1604_image }
       flavor: { get_param: k8s_vm_flavor }
-      key_name: onap_key
+      key_name: { get_param: key_name }
       networks:
       - port: { get_resource: k8s_4_private_port }
       user_data_format: RAW
@@ -319,7 +323,7 @@ resources:
       name: k8s_5
       image: { get_param: ubuntu_1604_image }
       flavor: { get_param: k8s_vm_flavor }
-      key_name: onap_key
+      key_name: { get_param: key_name }
       networks:
       - port: { get_resource: k8s_5_private_port }
       user_data_format: RAW
@@ -352,7 +356,7 @@ resources:
       name: k8s_6
       image: { get_param: ubuntu_1604_image }
       flavor: { get_param: k8s_vm_flavor }
-      key_name: onap_key
+      key_name: { get_param: key_name }
       networks:
       - port: { get_resource: k8s_6_private_port }
       user_data_format: RAW
@@ -385,7 +389,7 @@ resources:
       name: k8s_7
       image: { get_param: ubuntu_1604_image }
       flavor: { get_param: k8s_vm_flavor }
-      key_name: onap_key
+      key_name: { get_param: key_name }
       networks:
       - port: { get_resource: k8s_7_private_port }
       user_data_format: RAW
@@ -418,7 +422,7 @@ resources:
       name: k8s_8
       image: { get_param: ubuntu_1604_image }
       flavor: { get_param: k8s_vm_flavor }
-      key_name: onap_key
+      key_name: { get_param: key_name }
       networks:
       - port: { get_resource: k8s_8_private_port }
       user_data_format: RAW
@@ -451,7 +455,7 @@ resources:
       name: k8s_9
       image: { get_param: ubuntu_1604_image }
       flavor: { get_param: k8s_vm_flavor }
-      key_name: onap_key
+      key_name: { get_param: key_name }
       networks:
       - port: { get_resource: k8s_9_private_port }
       user_data_format: RAW
@@ -484,7 +488,7 @@ resources:
       name: k8s_10
       image: { get_param: ubuntu_1604_image }
       flavor: { get_param: k8s_vm_flavor }
-      key_name: onap_key
+      key_name: { get_param: key_name }
       networks:
       - port: { get_resource: k8s_10_private_port }
       user_data_format: RAW
@@ -517,7 +521,7 @@ resources:
       name: k8s_11
       image: { get_param: ubuntu_1604_image }
       flavor: { get_param: k8s_vm_flavor }
-      key_name: onap_key
+      key_name: { get_param: key_name }
       networks:
       - port: { get_resource: k8s_11_private_port }
       user_data_format: RAW
index 78e6f10..000ef6a 100644 (file)
@@ -44,6 +44,10 @@ parameters:
     type: string
     default: "docker-manifest.csv"
 
+  key_name:
+    type: string
+    default: "onap_key"
+
 resources:
   random-str:
     type: OS::Heat::RandomString
index 7ee9021..a5b1b33 100644 (file)
@@ -18,7 +18,7 @@
       name: ${K8S_VM_NAME}
       image: { get_param: ubuntu_1604_image }
       flavor: { get_param: k8s_vm_flavor }
-      key_name: onap_key
+      key_name: { get_param: key_name }
       networks:
       - port: { get_resource: ${K8S_VM_NAME}_private_port }
       user_data_format: RAW
index 32ccfc5..8399924 100755 (executable)
@@ -37,7 +37,7 @@ cat <<EOF
       name: rancher
       image: { get_param: ubuntu_1604_image }
       flavor: { get_param: rancher_vm_flavor }
-      key_name: onap_key
+      key_name: { get_param: key_name }
       networks:
       - port: { get_resource: rancher_private_port }
       user_data_format: RAW
index e1c4f08..74a180b 100755 (executable)
@@ -5,7 +5,7 @@ sed -i '/#!\/bin\/bash/a\
             mkdir -p /etc/docker\
             cat > /etc/docker/daemon.json <<EOF\
             {\
-              "insecure-registries" : ["192.168.1.51:5000"]\
+              "insecure-registries" : ["192.168.2.20:5000"]\
             }\
             EOF\
             cat > /etc/apt/apt.conf.d/30proxy<<EOF\
diff --git a/test/ete/labs/gwu/onap-heat-openrc b/test/ete/labs/gwu/onap-heat-openrc
new file mode 120000 (symlink)
index 0000000..f398cdb
--- /dev/null
@@ -0,0 +1 @@
+../../../../deployment/heat/onap-oom/env/gwu/onap-heat-openrc
\ No newline at end of file
diff --git a/test/ete/labs/gwu/onap-oom-openrc b/test/ete/labs/gwu/onap-oom-openrc
new file mode 120000 (symlink)
index 0000000..d0bcd67
--- /dev/null
@@ -0,0 +1 @@
+../../../../deployment/heat/onap-oom/env/gwu/onap-oom-openrc
\ No newline at end of file
index ec5648c..516312b 100644 (file)
@@ -6,7 +6,7 @@ parameters:
   #                                            #
   ##############################################
 
-  public_net_id: 024582bd-ef9b-48b9-9e70-e6732559d9df
+  public_net_id: bfd766f4-ccb5-4d14-944a-fcf1a94a824c
 
   public_net_name: provider
 
@@ -24,13 +24,13 @@ parameters:
 
   vm_base_name: onap
 
-  key_name: onap_key
+  key_name: onap-key
 
   pub_key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKXDgoo3+WOqcUG8/5uUbk81+yczgwC4Y8ywTmuQqbNxlY1oQ0YxdMUqUnhitSXs5S/yRuAVOYHwGg2mCs20oAINrP+mxBI544AMIb9itPjCtgqtE2EWo6MmnFGbHB4Sx3XioE7F4VPsh7japsIwzOjbrQe+Mua1TGQ5d4nfEOQaaglXLLPFfuc7WbhbJbK6Q7rHqZfRcOwAMXgDoBqlyqKeiKwnumddo2RyNT8ljYmvB6buz7KnMinzo7qB0uktVT05FH9Rg0CTWH5norlG5qXgP2aukL0gk1ph8iAt7uYLf1ktp+LJI2gaF6L0/qli9EmVCSLr1uJ38Q8CBflhkh
 
   nexus_artifact_repo: https://nexus.onap.org
 
-  nexus_docker_repo: 192.168.1.51:5000
+  nexus_docker_repo: 192.168.2.20:5000
 
   nexus_username: anonymous
 
index b952993..6fec3d0 100755 (executable)
@@ -3,11 +3,11 @@ sed -i '/#!\/bin\/bash/a\
             mkdir -p /etc/docker\
             cat > /etc/docker/daemon.json <<EOF\
             {\
-              "insecure-registries" : ["10.145.122.118:5000"]\
+              "insecure-registries" : ["10.145.123.23:5000"]\
             }\
             EOF\
             cat > /etc/apt/apt.conf.d/30proxy<<EOF\
-            Acquire::http { Proxy "http://10.145.122.118:3142"; };\
+            Acquire::http { Proxy "http://10.145.122.117:8000"; };\
             Acquire::https::Proxy "DIRECT";\
             EOF\
             apt-get -y update' $1
diff --git a/test/ete/labs/huawei/onap-heat-openrc b/test/ete/labs/huawei/onap-heat-openrc
new file mode 120000 (symlink)
index 0000000..1a3b2b1
--- /dev/null
@@ -0,0 +1 @@
+../../../../deployment/heat/onap-oom/env/huawei/onap-heat-openrc
\ No newline at end of file
diff --git a/test/ete/labs/huawei/onap-oom-openrc b/test/ete/labs/huawei/onap-oom-openrc
new file mode 120000 (symlink)
index 0000000..775759c
--- /dev/null
@@ -0,0 +1 @@
+../../../../deployment/heat/onap-oom/env/huawei/onap-oom-openrc
\ No newline at end of file
index 033644a..ee4f229 100644 (file)
@@ -6,7 +6,7 @@ parameters:
   #                                            #
   ##############################################
 
-  public_net_id: 3a6247f1-fac6-4167-a49f-33cc8415ccf4
+  public_net_id: 7baa99ac-43a0-4013-9dfb-bbb94fdcd91a
 
   public_net_name: provider
 
@@ -24,13 +24,13 @@ parameters:
 
   vm_base_name: onap
 
-  key_name: onap_key
+  key_name: onap-key
 
   pub_key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKXDgoo3+WOqcUG8/5uUbk81+yczgwC4Y8ywTmuQqbNxlY1oQ0YxdMUqUnhitSXs5S/yRuAVOYHwGg2mCs20oAINrP+mxBI544AMIb9itPjCtgqtE2EWo6MmnFGbHB4Sx3XioE7F4VPsh7japsIwzOjbrQe+Mua1TGQ5d4nfEOQaaglXLLPFfuc7WbhbJbK6Q7rHqZfRcOwAMXgDoBqlyqKeiKwnumddo2RyNT8ljYmvB6buz7KnMinzo7qB0uktVT05FH9Rg0CTWH5norlG5qXgP2aukL0gk1ph8iAt7uYLf1ktp+LJI2gaF6L0/qli9EmVCSLr1uJ38Q8CBflhkh
 
   nexus_artifact_repo: https://nexus.onap.org
 
-  nexus_docker_repo: 10.145.122.118:5000
+  nexus_docker_repo: 10.145.123.23:5000
 
   nexus_username: anonymous