Bump version to 11.0.0
Change-Id: I04286056b36aba0af286a3b05c83dedac244d5b4
This commit is contained in:
parent
7de50e4ed5
commit
c640ed05cb
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
fuel-nailgun (11.0.0-1) unstable; urgency=low
|
||||
|
||||
* Bump version to 11.0.0
|
||||
|
||||
-- Vladimir Kuklin <vkuklin@mirantis.com> Thu, 02 Mar 2017 15:48:19 +0300
|
||||
|
||||
fuel-nailgun (10.0.0-1) trusty; urgency=low
|
||||
|
||||
* Bump version to 10.0
|
||||
|
@ -1969,7 +1969,7 @@
|
||||
fields:
|
||||
name: "Newton on CentOS 6.5"
|
||||
state: "unavailable"
|
||||
version: "newton-10.0"
|
||||
version: "newton-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-10.0"
|
||||
version: "newton-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:
|
||||
@ -2085,25 +2085,25 @@
|
||||
- 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"
|
||||
@ -2273,7 +2273,7 @@
|
||||
extend: *ubuntu_xenial
|
||||
fields:
|
||||
name: "Newton on Ubuntu+UCA 16.04"
|
||||
version: "newton-10.0"
|
||||
version: "newton-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:
|
||||
|
@ -43,7 +43,7 @@
|
||||
},
|
||||
{
|
||||
"os": "ubuntu",
|
||||
"version": "newton-10.0",
|
||||
"version": "newton-11.0",
|
||||
"mode": ["ha"],
|
||||
"deployment_scripts_path": "deployment_scripts/",
|
||||
"repository_path": "repositories/ubuntu"
|
||||
@ -103,7 +103,7 @@
|
||||
},
|
||||
{
|
||||
"os": "ubuntu",
|
||||
"version": "newton-10.0",
|
||||
"version": "newton-11.0",
|
||||
"mode": ["ha"],
|
||||
"deployment_scripts_path": "deployment_scripts/",
|
||||
"repository_path": "repositories/ubuntu"
|
||||
@ -150,7 +150,7 @@
|
||||
},
|
||||
{
|
||||
"os": "ubuntu",
|
||||
"version": "newton-10.0",
|
||||
"version": "newton-11.0",
|
||||
"mode": ["ha"],
|
||||
"deployment_scripts_path": "deployment_scripts/",
|
||||
"repository_path": "repositories/ubuntu"
|
||||
@ -208,7 +208,7 @@
|
||||
},
|
||||
{
|
||||
"os": "ubuntu",
|
||||
"version": "newton-10.0",
|
||||
"version": "newton-11.0",
|
||||
"mode": ["ha"],
|
||||
"deployment_scripts_path": "deployment_scripts/",
|
||||
"repository_path": "repositories/ubuntu"
|
||||
@ -316,7 +316,7 @@
|
||||
},
|
||||
{
|
||||
"repository_path": "repositories/centos",
|
||||
"version": "newton-10.0",
|
||||
"version": "newton-11.0",
|
||||
"os": "ubuntu",
|
||||
"mode": ["ha"],
|
||||
"deployment_scripts_path": "deployment_scripts/"
|
||||
@ -452,7 +452,7 @@
|
||||
},
|
||||
{
|
||||
"repository_path": "repositories/centos",
|
||||
"version": "newton-10.0",
|
||||
"version": "newton-11.0",
|
||||
"os": "ubuntu",
|
||||
"mode": ["ha"],
|
||||
"deployment_scripts_path": "deployment_scripts/"
|
||||
|
@ -1,5 +1,5 @@
|
||||
%define name fuel-nailgun
|
||||
%{!?version: %define version 10.0.0}
|
||||
%{!?version: %define version 11.0.0}
|
||||
%{!?release: %define release 1}
|
||||
|
||||
Summary: Nailgun package
|
||||
|
Loading…
Reference in New Issue
Block a user