add parameters to DCAE Heat/install
[demo.git] / heat / OpenECOMP / onap_rackspace_RC.env
index 87cef33..3a148ac 100644 (file)
@@ -24,6 +24,8 @@ parameters:
 
   openstack_password: INSERT YOUR PASSWORD HERE
 
+  openstack_auth_method: api-key
+
   dmaap_topic: AUTO
 
   artifacts_version: 1.1.0-SNAPSHOT
@@ -37,6 +39,8 @@ parameters:
 
   # Parameters for DCAE instantiation
 
+  dcae_base_environment: 2-NIC
+
   dcae_zone: iad4
 
   dcae_state: vi
@@ -50,3 +54,13 @@ parameters:
   gitlab_branch: master
 
   dcae_code_version: 1.0.0
+
+
+  # IP Address of DCAE VMs
+
+  dcae_ip_addr: 10.0.4.1
+  dcae_coll_ip_addr: 10.0.4.102
+  dcae_db_ip_addr: 10.0.4.101
+  dcae_hdp1_ip_addr: 10.0.4.103
+  dcae_hdp2_ip_addr: 10.0.4.104
+  dcae_hdp3_ip_addr: 10.0.4.105
\ No newline at end of file