diff options
author | 2017-08-21 11:27:39 -0400 | |
---|---|---|
committer | 2017-08-21 11:27:39 -0400 | |
commit | df0c0cf6c8eb6bc6d3e4df5c5e3275dc425f4f6f (patch) | |
tree | a6403912419323f34e6f5d4c18131537964689d5 /heat/ONAP/onap_openstack.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.env')
-rw-r--r-- | heat/ONAP/onap_openstack.env | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/heat/ONAP/onap_openstack.env b/heat/ONAP/onap_openstack.env index b94bcca2..4b13a466 100644 --- a/heat/ONAP/onap_openstack.env +++ b/heat/ONAP/onap_openstack.env @@ -114,4 +114,22 @@ parameters: gitlab_branch: master - dcae_code_version: 1.1.0
\ No newline at end of file + 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 |