diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-10-03 07:32:26 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-10-03 15:50:02 -0500 |
commit | 4b367d124bece258eb520c7878de835b37a01abb (patch) | |
tree | ead2520d31a7367c1c342ea44f368b6e9f980589 /ci/config_tpl | |
parent | 8ef7d630c0b868770e77a333171819af133d6308 (diff) |
removing the stalled filed
Remove the stalled files and update the labconfig for juniper
lab in opnfv.
Change-Id: Ib734a9b8cd608e70cbaae007a60caa8d3c14fdf3
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/config_tpl')
-rw-r--r-- | ci/config_tpl/bundle_tpl/phase2-overrides.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ci/config_tpl/bundle_tpl/phase2-overrides.yaml b/ci/config_tpl/bundle_tpl/phase2-overrides.yaml index d8235286..c38af914 100644 --- a/ci/config_tpl/bundle_tpl/phase2-overrides.yaml +++ b/ci/config_tpl/bundle_tpl/phase2-overrides.yaml @@ -25,6 +25,11 @@ {% if ubuntu.release == 'trusty' %} source: "cloud:{{ ubuntu.release }}-{{ os.release }}" {% endif %} +{% if ubuntu.release == 'xenial' %} +{% if os.release == 'newton' %} + source: "cloud:{{ ubuntu.release }}-{{ os.release }}" +{% endif %} +{% endif %} openstack-origin: "cloud:{{ ubuntu.release }}-{{ os.release }}" {% if os.ha.mode == 'nonha' %} {% if opnfv.storage_dict.ceph is defined %} |