From df0c0cf6c8eb6bc6d3e4df5c5e3275dc425f4f6f Mon Sep 17 00:00:00 2001 From: Marco Platania Date: Mon, 21 Aug 2017 11:27:39 -0400 Subject: 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 --- heat/ONAP/onap_openstack_float.env | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'heat/ONAP/onap_openstack_float.env') diff --git a/heat/ONAP/onap_openstack_float.env b/heat/ONAP/onap_openstack_float.env index 4f3a42df..e2baf6ea 100644 --- a/heat/ONAP/onap_openstack_float.env +++ b/heat/ONAP/onap_openstack_float.env @@ -135,3 +135,20 @@ parameters: gitlab_branch: master dcae_code_version: 1.1.0 + + ##################### + # # + # 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 -- cgit 1.2.3-korg