From 679cea82482225336d978b1e2bb77eb6375afb6b Mon Sep 17 00:00:00 2001 From: Vladimir Kuklin Date: Thu, 2 Mar 2017 17:51:34 +0300 Subject: [PATCH] Bump openstack version to Ocata for UCA Change-Id: I3f2f4d5dcb4bfe0b346361cec6b137566479e6b6 --- nailgun/nailgun/fixtures/openstack.yaml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/nailgun/nailgun/fixtures/openstack.yaml b/nailgun/nailgun/fixtures/openstack.yaml index 35a4f1c29f..2bee18858b 100644 --- a/nailgun/nailgun/fixtures/openstack.yaml +++ b/nailgun/nailgun/fixtures/openstack.yaml @@ -1967,9 +1967,9 @@ - pk: 1 extend: *base_release fields: - name: "Newton on CentOS 6.5" + name: "Ocata on CentOS 6.5" state: "unavailable" - version: "newton-11.0" + version: "ocata-11.0" operating_system: "CentOS" description: "This option will install the OpenStack Mitaka packages using a CentOS based operating system. With high availability features built in, you are getting a robust, enterprise-grade OpenStack deployment." attributes_metadata: @@ -2042,7 +2042,7 @@ extend: *base_release fields: name: "Newton on Ubuntu 16.04" - version: "newton-11.0" + version: "ocata-11.0" operating_system: "Ubuntu" description: "This option will install the OpenStack Newton packages using Ubuntu as a base operating system. With high availability features built in, you are getting a robust, enterprise-grade OpenStack deployment." attributes_metadata: @@ -2272,8 +2272,8 @@ - pk: 3 extend: *ubuntu_xenial fields: - name: "Newton on Ubuntu+UCA 16.04" - version: "newton-11.0" + name: "Ocata on Ubuntu+UCA 16.04" + version: "ocata-11.0" description: "This option will install the OpenStack Newton packages using Ubuntu as a base operating system, including Ubuntu Cloud Archive OpenStack packages. With high availability features built in, you are getting a robust, enterprise-grade OpenStack deployment." attributes_metadata: editable: @@ -2307,37 +2307,37 @@ - type: "deb" name: "uca" uri: "http://ubuntu-cloud.archive.canonical.com/ubuntu" - suite: "xenial-updates/newton" + suite: "xenial-updates/ocata" section: "main" priority: 1080 - type: "deb" name: "uca-proposed" uri: "http://ubuntu-cloud.archive.canonical.com/ubuntu" - suite: "xenial-proposed/newton" + suite: "xenial-proposed/ocata" section: "main" priority: 1080 - type: "deb" name: "mos" uri: "http://{settings.MASTER_IP}:8080/{cluster.release.version}/ubuntu/x86_64" - suite: "mos10.0" + suite: "mos11.0" section: "main restricted" priority: 1050 - type: "deb" name: "mos-updates" uri: "http://mirror.fuel-infra.org/mos-repos/ubuntu/{cluster.release.environment_version}/" - suite: "mos10.0-updates" + suite: "mos11.0-updates" section: "main restricted" priority: 1050 - type: "deb" name: "mos-security" uri: "http://mirror.fuel-infra.org/mos-repos/ubuntu/{cluster.release.environment_version}/" - suite: "mos10.0-security" + suite: "mos11.0-security" section: "main restricted" priority: 1050 - type: "deb" name: "mos-holdback" uri: "http://mirror.fuel-infra.org/mos-repos/ubuntu/{cluster.release.environment_version}/" - suite: "mos10.0-holdback" + suite: "mos11.0-holdback" section: "main restricted" priority: 1100 - type: "deb"