diff options
author | Marco Platania <platania@research.att.com> | 2017-08-21 11:27:39 -0400 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2017-08-21 11:27:39 -0400 |
commit | df0c0cf6c8eb6bc6d3e4df5c5e3275dc425f4f6f (patch) | |
tree | a6403912419323f34e6f5d4c18131537964689d5 /heat/ONAP/onap_openstack_float.env | |
parent | 312996e26c793460869c5569d73cb4159a13f996 (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_openstack_float.env')
-rw-r--r-- | heat/ONAP/onap_openstack_float.env | 17 |
1 files changed, 17 insertions, 0 deletions
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 |