Set version of Fuel to 6.1 everywhere

blueprint package-fuel-components

Change-Id: I728b06cae0abb6a4a491641545b0cf8ee19bfd01
This commit is contained in:
Dmitry Pyzhov 2015-03-05 04:08:41 +03:00 committed by Matthew Mosesohn
parent 5dcd8e0d75
commit 28cff8b08b
9 changed files with 13 additions and 17 deletions

View File

@ -1,6 +1,6 @@
[metadata]
name = fuel-agent
version = 6.0.0
version = 6.1.0
author = Mirantis
author-email = fuel-dev@lists.launchpad.net
summary = Fuel agent

View File

@ -1,6 +1,6 @@
[metadata]
name = fuel-agent-ci
version = 6.0.0
version = 6.1.0
author = Mirantis
author-email = fuel-dev@lists.launchpad.net
summary = Fuel agent

View File

@ -18,7 +18,7 @@ import setuptools
setuptools.setup(
name="fuelmenu",
version='6.0.0',
version='6.1.0',
description="Console util for pre-configuration of Fuel server",
author="Matthew Mosesohn",
author_email="mmosesohn@mirantis.com",

View File

@ -1199,7 +1199,7 @@
extend: *base_release
fields:
name: "Juno on CentOS 6.5"
version: "2014.2-6.1"
version: "2014.2.2-6.1"
can_update_from_versions: []
operating_system: "CentOS"
description: "This option will install the OpenStack Juno packages using a CentOS based operating system. With high availability features built in, you are getting a robust, enterprise-grade OpenStack deployment."
@ -1260,7 +1260,7 @@
extend: *base_release
fields:
name: "Juno on Ubuntu 14.04.1"
version: "2014.2-6.1"
version: "2014.2.2-6.1"
can_update_from_versions: []
operating_system: "Ubuntu"
description: "This option will install the OpenStack Juno packages using Ubuntu as a base operating system. With high availability features built in, you are getting a robust, enterprise-grade OpenStack deployment."

View File

@ -19,7 +19,7 @@ from setuptools import find_packages
from setuptools import setup
name = 'nailgun'
version = '6.0.0'
version = '6.1.0'
def find_requires():

View File

@ -17,7 +17,7 @@ import setuptools
setuptools.setup(
name="nailgun-net-check",
version='6.0.0',
version='6.1.0',
author="Mirantis Inc",
classifiers=[
"License :: OSI Approved :: Apache 2.0",

View File

@ -17,7 +17,7 @@ import setuptools
setuptools.setup(
name='shotgun',
version='6.0.0',
version='6.1.0',
description='Shotgun package',
long_description='Shotgun is diagnostic snapshot generator',
classifiers=[

View File

@ -1,11 +1,7 @@
%define name nailgun
%define version 6.0.0
%define version 6.1.0
%define release 1
#FIXME(aglarendil): actually, we should have one version
#everywhere, but we will fix it a little bit later
%define new_version 6.1.0
Summary: Nailgun package
Name: %{name}
Version: %{version}
@ -115,7 +111,7 @@ rm -rf $RPM_BUILD_ROOT
%package -n nailgun-agent
Summary: Nailgun startup agent
Version: 6.0.0
Version: %{version}
Release: 1
License: GPLv2
BuildRoot: %{_tmppath}/%{name}-%{version}
@ -274,7 +270,7 @@ Fuel-agent package
%package -n fencing-agent
Summary: Fencing agent
Version: 6.0.0
Version: %{version}
Release: 1
License: GPLv2
BuildRoot: %{_tmppath}/%{name}-%{version}
@ -312,7 +308,7 @@ Command line utility to download apt/yum repositories for Fuel
%package -n fuel-provisioning-scripts
Summary: Fuel provisioning scripts
Version: %{new_version}
Version: %{version}
Release: %{release}
URL: http://mirantis.com
License: Apache

View File

@ -25,7 +25,7 @@ def requirements():
name = 'tasklib'
version = '6.0.0'
version = '6.1.0'
setuptools.setup(