aboutsummaryrefslogtreecommitdiffstats
path: root/heat/ONAP/onap_rackspace.env
diff options
context:
space:
mode:
authorMarco Platania <platania@research.att.com>2017-08-21 11:27:39 -0400
committerMarco Platania <platania@research.att.com>2017-08-21 11:27:39 -0400
commitdf0c0cf6c8eb6bc6d3e4df5c5e3275dc425f4f6f (patch)
treea6403912419323f34e6f5d4c18131537964689d5 /heat/ONAP/onap_rackspace.env
parent312996e26c793460869c5569d73cb4159a13f996 (diff)
Parametrize ONAP installation repositories
- Remove hardcoded repository names from installation scripts - Add parameters in Heat template - Use those parameters in the install scripts Change-Id: I3feadda7da22c282bd00618903de9aac1c01055b Issue-ID: UCA-33 Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'heat/ONAP/onap_rackspace.env')
-rw-r--r--heat/ONAP/onap_rackspace.env21
1 files changed, 19 insertions, 2 deletions
diff --git a/heat/ONAP/onap_rackspace.env b/heat/ONAP/onap_rackspace.env
index 422dce3b..4f3945bf 100644
--- a/heat/ONAP/onap_rackspace.env
+++ b/heat/ONAP/onap_rackspace.env
@@ -59,10 +59,27 @@ parameters:
# 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
+ dcae_hdp3_ip_addr: 10.0.4.105
+
+
+ #####################
+ # #
+ # ONAP repositories #
+ # #
+ #####################
+ aai_repo: http://gerrit.onap.org/r/aai/test-config
+ appc_repo: http://gerrit.onap.org/r/appc/deployment.git
+ dcae_repo: http://gerrit.onap.org/r/dcae/demo/startup/controller.git
+ mr_repo: http://gerrit.onap.org/r/dcae/demo/startup/message-router.git
+ mso_repo: http://gerrit.onap.org/r/so/docker-config.git
+ policy_repo: http://gerrit.onap.org/r/policy/docker.git
+ portal_repo: http://gerrit.onap.org/r/portal.git
+ robot_repo: http://gerrit.onap.org/r/testsuite/properties.git
+ sdc_repo: http://gerrit.onap.org/r/sdc.git
+ sdnc_repo: http://gerrit.onap.org/r/sdnc/oam.git
+ vid_repo: http://gerrit.onap.org/r/vid.git