diff options
author | Marco Platania <platania@research.att.com> | 2017-03-29 10:46:52 -0400 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2017-03-29 10:46:52 -0400 |
commit | fc7b4a5cfe3fac62abf682f17f0630f38b60f28b (patch) | |
tree | 2f008dcc2e1ce53f61d494c24510b188c514b718 /heat/OpenECOMP/openecomp_rackspace.env | |
parent | 48078ac0a8595d661b541d322072486aeb8fcec9 (diff) |
switch to onap.org in master branch
Change-Id: I0be55c9926bc6cd9294a772f7c3891aa4b9b1546
Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'heat/OpenECOMP/openecomp_rackspace.env')
-rw-r--r-- | heat/OpenECOMP/openecomp_rackspace.env | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/heat/OpenECOMP/openecomp_rackspace.env b/heat/OpenECOMP/openecomp_rackspace.env index 3e8e09c2..178dfa7d 100644 --- a/heat/OpenECOMP/openecomp_rackspace.env +++ b/heat/OpenECOMP/openecomp_rackspace.env @@ -1,6 +1,6 @@ parameters: - # Generic parameters used across all OpenECOMP components + # Generic parameters used across all ONAP components public_net_id: 00000000-0000-0000-0000-000000000000 @@ -8,9 +8,9 @@ parameters: pub_key: INSERT YOUR PUBLIC KEY HERE - nexus_repo: https://nexus.openecomp.org/content/sites/raw + nexus_repo: https://nexus.onap.org/content/sites/raw - nexus_docker_repo: nexus3.openecomp.org:10001 + nexus_docker_repo: nexus3.onap.org:10001 nexus_username: INSERT YOUR USERNAME HERE @@ -24,6 +24,10 @@ parameters: artifacts_version: 1.0.0 + docker_version: 1.0-STAGING-latest + + gerrit_branch: release-1.0.0 + # Parameters for DCAE instantiation @@ -39,9 +43,9 @@ parameters: openstack_password: INSERT YOUR PASSWORD HERE - nexus_repo_root: https://nexus.openecomp.org + nexus_repo_root: https://nexus.onap.org - nexus_url_snapshot: https://nexus.openecomp.org/content/repositories/snapshots + nexus_url_snapshot: https://nexus.onap.org/content/repositories/snapshots openstack_region: IAD |