Refactored OOM heat template/env file locations 91/28691/1
authorGary Wu <gary.i.wu@huawei.com>
Fri, 19 Jan 2018 20:28:33 +0000 (12:28 -0800)
committerGary Wu <gary.i.wu@huawei.com>
Fri, 19 Jan 2018 20:28:33 +0000 (12:28 -0800)
Change-Id: Ib0fcf2cac1fe209b252027d183f12ce7cdfee953
Issue-ID: INT-381
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
deployment/heat/onap-oom/env/gwu/onap.env [moved from test/ete/labs/gwu/onap-oom.env with 71% similarity]
deployment/heat/onap-oom/env/huawei/onap-beijing-oom.env [moved from test/ete/labs/huawei/onap-oom.env with 60% similarity]
deployment/heat/onap-oom/k8s_vm_entrypoint.sh [moved from test/ete/labs/huawei/k8s_vm_entrypoint.sh with 100% similarity]
deployment/heat/onap-oom/onap-oom.yaml [moved from test/ete/labs/huawei/onap-oom.yaml with 100% similarity]
deployment/heat/onap-oom/rancher_vm_entrypoint.sh [moved from test/ete/labs/huawei/rancher_vm_entrypoint.sh with 100% similarity]

similarity index 71%
rename from test/ete/labs/gwu/onap-oom.env
rename to deployment/heat/onap-oom/env/gwu/onap.env
index 6315267..1f3b9e5 100644 (file)
@@ -1,26 +1,25 @@
 parameters:
 
-  ##############################################
-  #                                            #
-  # Parameters used across all ONAP components #
-  #                                            #
-  ##############################################
-
-  public_net_id: 024582bd-ef9b-48b9-9e70-e6732559d9df
-  public_net_name: provider
-  docker_proxy: 192.168.1.51:5000
-  apt_proxy: 192.168.1.51:3142
-  ubuntu_1404_image: trusty
-  ubuntu_1604_image: xenial
-  centos_7_image: centos7
+  keystone_url: http://192.168.1.11:5000
   openstack_tenant_id: 4c93f99551604bf7af25a8f80c7f34cb
   openstack_tenant_name: onap
   openstack_username: demo
   openstack_api_key: demo
-  keystone_url: http://192.168.1.11:5000
+
+  ubuntu_1404_image: trusty
+  ubuntu_1604_image: xenial
+  centos_7_image: centos7
+
+  apt_proxy: 192.168.1.51:3142
+  docker_proxy: 192.168.1.51:5000
+
   rancher_vm_flavor: m1.small
   k8s_vm_flavor: m2.xxlarge
-  dns_list: ["192.168.1.11", "192.168.1.3"]
-  dns_forwarder: 192.168.1.11
+
+  public_net_id: 024582bd-ef9b-48b9-9e70-e6732559d9df
+  public_net_name: provider
+
   oam_network_cidr: 172.16.0.0/16
   dcae_ip_addr: 172.16.0.4
+  dns_list: ["192.168.1.11", "192.168.1.3"]
+  dns_forwarder: 192.168.1.11
similarity index 60%
rename from test/ete/labs/huawei/onap-oom.env
rename to deployment/heat/onap-oom/env/huawei/onap-beijing-oom.env
index 423480f..00f3bd2 100644 (file)
@@ -1,21 +1,25 @@
 parameters:
 
-  ##############################################
-  #                                            #
-  # Parameters used across all ONAP components #
-  #                                            #
-  ##############################################
-
-  public_net_id: 3a6247f1-fac6-4167-a49f-33cc8415ccf4
-  docker_proxy: 10.145.122.118:5000
-  apt_proxy: 10.145.122.118:3142
-  dns_list: ["10.145.122.117", "10.145.122.118"]
-  oam_network_cidr: 172.16.0.0/16
-  ubuntu_1404_image: trusty
+  keystone_url: http://10.145.122.117:5000
   openstack_tenant_id: 3d228d2fcbb7447bbba3cde703431bc1
-  openstack_tenant_name: onap-ci-amsterdam-heat
+  openstack_tenant_name: onap-beijing-oom
   openstack_username: demo
   openstack_api_key: demo
-  keystone_url: http://10.145.122.117:5000
+
+  ubuntu_1404_image: trusty
+  ubuntu_1604_image: xenial
+  centos_7_image: centos7
+
+  apt_proxy: 10.145.122.118:3142
+  docker_proxy: 10.145.122.118:5000
+
   rancher_vm_flavor: m1.small
   k8s_vm_flavor: m1.xxlarge
+
+  public_net_id: 3a6247f1-fac6-4167-a49f-33cc8415ccf4
+  public_net_name: provider
+
+  oam_network_cidr: 172.16.0.0/16
+  dcae_ip_addr: 172.16.0.4
+  dns_list: ["10.145.122.117", "10.145.122.118"]
+  dns_forwarder: 10.145.122.117