diff options
author | Dan Radez <dradez@redhat.com> | 2016-03-08 16:19:04 -0500 |
---|---|---|
committer | Dan Radez <dradez@redhat.com> | 2016-04-01 19:12:25 -0400 |
commit | 9a96f371f290fdf8530239a4c0df591527fe636f (patch) | |
tree | 7450d1b1e6023adf1cc82de5b3523518ce421590 /build/variables.sh | |
parent | 53003f9fef6b49304f37e5fbb5d15bc4f1316948 (diff) |
Migrating to Mitaka
- Only support for NOSDN for this patch
- Other SDN controllers will not be tested for this patch
- AODH is now upstream and not needed to be carried in Apex
- puppet-cinder-quota-fix.patch is now upstream and not needed to be carried in Apex
- puppet-neutron-force-metadata.patch is now upstream and not needed to be carried in Apex
- removing the catalog of nic files and creating a templatization for them
JIRA: APEX-108
JIRA: APEX-93
JIRA: APEX-92
Change-Id: Ic1a24baec7ef295e9dc1b8b72ac36ca5b05578ea
Signed-off-by: Dan Radez <dradez@redhat.com>
Diffstat (limited to 'build/variables.sh')
-rw-r--r-- | build/variables.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/variables.sh b/build/variables.sh index 9342ddf9..5a0de36c 100644 --- a/build/variables.sh +++ b/build/variables.sh @@ -9,8 +9,8 @@ ############################################################################## rdo_images_cache=/stable-images -#rdo_images_uri=https://ci.centos.org/artifacts/rdo/images/mitaka/delorean/stable/ -rdo_images_uri=file://$rdo_images_cache +rdo_images_uri=https://ci.centos.org/artifacts/rdo/images/mitaka/delorean/stable/ +#rdo_images_uri=file://$rdo_images_cache #onos_artifacts_uri=http://205.177.226.237:9999/onosfw onos_artifacts_uri=file:///stable-images/onos/ odl_artifacts_cache=/stable-images/odl |