Skip to content

Commit

Permalink
Start version 1.2.0 development
Browse files Browse the repository at this point in the history
Change-Id: Ib60f1cc3bd5c7c9f467aad7f27d6b563e9ea5e94
  • Loading branch information
9seconds committed May 15, 2017
1 parent 392de44 commit 535944d
Show file tree
Hide file tree
Showing 84 changed files with 141 additions and 6,088 deletions.
2 changes: 1 addition & 1 deletion .scd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
config: 1

version:
number: "1.1.0"
number: "1.2.0.dev1"
scheme: pep440

search_patterns:
Expand Down
19 changes: 19 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ The format is based on `Keep a Changelog <http://keepachangelog.com>`_
and this project adheres to `Sematic Versioning <http://semver.org>`_.


-----------
[1.2] - XXX
-----------


------------------
[1.1] - 2017-05-15
------------------
Expand Down Expand Up @@ -41,6 +46,20 @@ Changed
* Upgrade of Ansible to 2.3.0.0



--------------------
[1.0.1] - 2017-05-15
--------------------

Changed
*******

* Fixes for `cidner_integration` playbook
* Correct task canceling
* Support for NIC aliases on playbook generation
* More liberal verification of IDs on server discovery


------------------
[1.0] - 2017-03-14
------------------
Expand Down
10 changes: 5 additions & 5 deletions backend/admin/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@


REQUIREMENTS = (
"decapod-api~=1.1",
"decapod-common~=1.1",
"decapod-controller~=1.1",
"decapodlib~=1.1",
"decapod-api~=1.2.dev1",
"decapod-common~=1.2.dev1",
"decapod-controller~=1.2.dev1",
"decapodlib~=1.2.dev1",
"python-keystoneclient>=3.9,<4",
"click>=6,<7",
"cryptography>=1.4,<2",
Expand All @@ -35,7 +35,7 @@
name="decapod-admin",
description="Admin scripts for Decapod",
long_description="", # TODO
version="1.1.0",
version="1.2.0.dev1",
author="Sergey Arkhipov",
author_email="sarkhipov@mirantis.com",
maintainer="Sergey Arkhipov",
Expand Down
2 changes: 1 addition & 1 deletion backend/admin/stdeb.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[DEFAULT]
X-Python3-Version: >= 3.4
Depends3: python3-decapod-common (>= 1.1), python3-decapod-common (<< 1.2)
Depends3: python3-decapod-common (>= 1.2), python3-decapod-common (<< 1.3)
2 changes: 1 addition & 1 deletion backend/ansible/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
name="decapod-ansible",
description="Decapod Ansible files",
long_description="", # TODO
version="1.1.0",
version="1.2.0.dev1",
author="Sergey Arkhipov",
author_email="sarkhipov@mirantis.com",
maintainer="Sergey Arkhipov",
Expand Down
4 changes: 2 additions & 2 deletions backend/api/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@


REQUIREMENTS = (
"decapod-common~=1.1",
"decapod-common~=1.2.dev1",
"Flask>=0.12,<0.13",
"jsonschema>=2.6,<2.7"
)
Expand All @@ -30,7 +30,7 @@
name="decapod-api",
description="Decapod API service",
long_description="", # TODO
version="1.1.0",
version="1.2.0.dev1",
author="Sergey Arkhipov",
author_email="sarkhipov@mirantis.com",
maintainer="Sergey Arkhipov",
Expand Down
2 changes: 1 addition & 1 deletion backend/api/stdeb.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[DEFAULT]
X-Python3-Version: >= 3.4
Depends3: python3-decapod-common (>= 1.1), python3-decapod-common (<< 1.2)
Depends3: python3-decapod-common (>= 1.2), python3-decapod-common (<< 1.3)
2 changes: 1 addition & 1 deletion backend/common/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
name="decapod-common",
description="Decapod common package",
long_description="", # TODO
version="1.1.0",
version="1.2.0.dev1",
author="Sergey Arkhipov",
author_email="sarkhipov@mirantis.com",
maintainer="Sergey Arkhipov",
Expand Down
4 changes: 2 additions & 2 deletions backend/controller/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@


REQUIREMENTS = (
"decapod-common~=1.1",
"decapod-common~=1.2.dev1",
"python-daemon>=2.1,<2.2",
"lockfile>=0.12,<0.13"
)
Expand All @@ -30,7 +30,7 @@
name="decapod-controller",
description="Ceph Lifecycle Management controller service",
long_description="", # TODO
version="1.1.0",
version="1.2.0.dev1",
author="Sergey Arkhipov",
author_email="sarkhipov@mirantis.com",
maintainer="Sergey Arkhipov",
Expand Down
2 changes: 1 addition & 1 deletion backend/controller/stdeb.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[DEFAULT]
X-Python3-Version: >= 3.4
Depends3: python3-decapod-common (>= 1.1), python3-decapod-common (<< 1.2)
Depends3: python3-decapod-common (>= 1.2), python3-decapod-common (<< 1.3)
4 changes: 2 additions & 2 deletions backend/docker/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@


REQUIREMENTS = (
"decapod-common~=1.1",
"decapod-common~=1.2.dev1",
"uwsgi-tools>=1.0.3,<1.1"
)

Expand All @@ -29,7 +29,7 @@
name="decapod-docker",
description="Decapod docker scripts",
long_description="", # TODO
version="1.1.0",
version="1.2.0.dev1",
author="Sergey Arkhipov",
author_email="sarkhipov@mirantis.com",
maintainer="Sergey Arkhipov",
Expand Down
4 changes: 2 additions & 2 deletions backend/monitoring/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@


REQUIREMENTS = (
"decapod-ansible~=1.1",
"decapod-ansible~=1.2.dev1",
"PyMongo[tls]>=3.4,<3.5",
"PyYAML>=3.10,<4",
"ipaddr>=2.1,<2.2"
Expand All @@ -31,7 +31,7 @@
name="decapod-monitoring",
description="Custom monitoring plugin for Decapod",
long_description="", # TODO
version="1.1.0",
version="1.2.0.dev1",
author="Sergey Arkhipov",
author_email="sarkhipov@mirantis.com",
maintainer="Sergey Arkhipov",
Expand Down
2 changes: 1 addition & 1 deletion backend/monitoring/stdeb.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[DEFAULT]
XS-Python-Version: >= 2.7
Depends: python-decapod-ansible (>= 1.1), python-decapod-ansible (<< 1.2)
Depends: python-decapod-ansible (>= 1.2), python-decapod-ansible (<< 1.3)
2 changes: 1 addition & 1 deletion containerization/backend-admin.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ FROM decapod/base
MAINTAINER Mirantis Inc.


LABEL version="1.1.0" description="Admin utilities for Decapod" vendor="Mirantis"
LABEL version="1.2.0" description="Admin utilities for Decapod" vendor="Mirantis"
ARG pip_index_url=
ARG npm_registry_url=
ENV DECAPOD_URL=http://frontend:80 DECAPOD_LOGIN=root DECAPOD_PASSWORD=root EDITOR=vim
Expand Down
2 changes: 1 addition & 1 deletion containerization/backend-api.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ FROM decapod/base
MAINTAINER Mirantis Inc.


LABEL version="1.1.0" description="API service for Decapod" vendor="Mirantis"
LABEL version="1.2.0" description="API service for Decapod" vendor="Mirantis"
ARG pip_index_url=
ARG npm_registry_url=

Expand Down
2 changes: 1 addition & 1 deletion containerization/backend-base.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ FROM docker-prod-virtual.docker.mirantis.net/ubuntu:xenial
MAINTAINER Mirantis Inc.


LABEL version="1.1.0" description="Base image of Decapod" vendor="Mirantis"
LABEL version="1.2.0" description="Base image of Decapod" vendor="Mirantis"
ARG pip_index_url=
ARG npm_registry_url=

Expand Down
2 changes: 1 addition & 1 deletion containerization/backend-controller.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ FROM decapod/base
MAINTAINER Mirantis Inc.


LABEL version="1.1.0" description="Controller service for Decapod" vendor="Mirantis"
LABEL version="1.2.0" description="Controller service for Decapod" vendor="Mirantis"
ARG pip_index_url=
ARG npm_registry_url=

Expand Down
2 changes: 1 addition & 1 deletion containerization/db-data.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ FROM docker-prod-virtual.docker.mirantis.net/tianon/true
MAINTAINER Mirantis Inc.


LABEL version="1.1.0" description="Base image with database data for Decapod" vendor="Mirantis"
LABEL version="1.2.0" description="Base image with database data for Decapod" vendor="Mirantis"
ARG pip_index_url=
ARG npm_registry_url=
2 changes: 1 addition & 1 deletion containerization/db.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ FROM docker-prod-virtual.docker.mirantis.net/mongo:3.4
MAINTAINER Mirantis Inc.


LABEL version="1.1.0" description="Base image with database for Decapod" vendor="Mirantis"
LABEL version="1.2.0" description="Base image with database for Decapod" vendor="Mirantis"
ARG pip_index_url=
ARG npm_registry_url=

Expand Down
2 changes: 1 addition & 1 deletion containerization/frontend.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ FROM docker-prod-virtual.docker.mirantis.net/nginx:stable
MAINTAINER Mirantis Inc.


LABEL version="1.1.0" description="Base image with frontend for Decapod" vendor="Mirantis"
LABEL version="1.2.0" description="Base image with frontend for Decapod" vendor="Mirantis"
ARG pip_index_url=
ARG npm_registry_url=

Expand Down
2 changes: 1 addition & 1 deletion containerization/ui-tests.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ FROM docker-prod-virtual.docker.mirantis.net/ubuntu:xenial
MAINTAINER Mirantis Inc.


LABEL version="1.1.0" description="Image to run UI tests" vendor="Mirantis"
LABEL version="1.2.0" description="Image to run UI tests" vendor="Mirantis"


ARG pip_index_url=
Expand Down
4 changes: 2 additions & 2 deletions decapodcli/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@


REQUIREMENTS = (
"decapodlib~=1.1",
"decapodlib~=1.2.dev1",
"click>=6,<7",
"six>=1.10",
"backports.csv"
Expand All @@ -31,7 +31,7 @@
name="decapod-cli",
description="Decapod CLI",
long_description="", # TODO
version="1.1.0",
version="1.2.0.dev1",
author="Sergey Arkhipov",
author_email="sarkhipov@mirantis.com",
maintainer="Sergey Arkhipov",
Expand Down
4 changes: 2 additions & 2 deletions decapodcli/stdeb.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[DEFAULT]
XS-Python-Version: >= 2.7
X-Python3-Version: >= 3.4
Depends: python-backports.csv, python-decapodlib (>= 1.1), python-decapodlib (<< 1.2)
Depends3: python3-decapodlib (>= 1.1), python3-decapodlib (<< 1.2)
Depends: python-backports.csv, python-decapodlib (>= 1.2), python-decapodlib (<< 1.3)
Depends3: python3-decapodlib (>= 1.2), python3-decapodlib (<< 1.3)
2 changes: 1 addition & 1 deletion decapodlib/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
name="decapodlib",
description="Decapod client library",
long_description="", # TODO
version="1.1.0",
version="1.2.0.dev1",
author="Sergey Arkhipov",
author_email="sarkhipov@mirantis.com",
maintainer="Sergey Arkhipov",
Expand Down
4 changes: 2 additions & 2 deletions decapodlib/stdeb.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[DEFAULT]
XS-Python-Version: >= 2.7
X-Python3-Version: >= 3.4
Suggests: python-decapod-cli (>= 1.1), python-decapod-cli (<< 1.2)
Suggests3: python3-decapod-cli (>= 1.1), python3-decapod-cli (<< 1.2)
Suggests: python-decapod-cli (>= 1.2), python-decapod-cli (<< 1.3)
Suggests3: python3-decapod-cli (>= 1.2), python3-decapod-cli (<< 1.3)
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@
# built documents.
#
# The short X.Y version.
version = "1.1"
version = "1.2"
# The full version, including alpha/beta/rc tags.
release = "1.1.0"
release = "1.2.0.dev1"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions plugins/alerts/emails/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@


REQUIREMENTS = (
"decapod-common~=1.1",
"decapod-common~=1.2.dev1",
)


setuptools.setup(
name="decapod-plugin-alerts-emails",
description="Decapod email alerts plugin",
long_description="", # TODO
version="1.1.0",
version="1.2.0.dev1",
author="Sergey Arkhipov",
author_email="sarkhipov@mirantis.com",
maintainer="Sergey Arkhipov",
Expand Down
2 changes: 1 addition & 1 deletion plugins/alerts/emails/stdeb.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[DEFAULT]
X-Python3-Version: >= 3.4
Depends3: python3-decapod-common (>= 1.1), python3-decapod-common (<< 1.2)
Depends3: python3-decapod-common (>= 1.2), python3-decapod-common (<< 1.3)
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
setuptools.setup(
name="{{ cookiecutter.package|replace('_', '-') }}",
description="{{ cookiecutter.description }}",
version="1.1.0",
version="1.2.0.dev1",
author="Sergey Arkhipov",
author_email="sarkhipov@mirantis.com",
url="https://github.com/Mirantis/ceph-lcm",
Expand All @@ -42,7 +42,7 @@
]
},
install_requires=[
"decapod-common~=1.1"
"decapod-common~=1.2.dev1"
],
zip_safe=False
)
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[DEFAULT]
X-Python3-Version: >= 3.4
Depends3: python3-decapod-common (>= 1.1), python3-decapod-common (<< 1.2)
Depends3: python3-decapod-common (>= 1.2), python3-decapod-common (<< 1.3)
4 changes: 2 additions & 2 deletions plugins/playbook/add_client/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
setuptools.setup(
name="decapod-plugin-playbook-add-client",
description="Add RBD and CLI clients to the hosts",
version="1.1.0",
version="1.2.0.dev1",
author="Sergey Arkhipov",
author_email="sarkhipov@mirantis.com",
url="https://github.com/Mirantis/ceph-lcm",
Expand All @@ -42,7 +42,7 @@
]
},
install_requires=[
"decapod-common~=1.1"
"decapod-common~=1.2.dev1"
],
zip_safe=False
)
2 changes: 1 addition & 1 deletion plugins/playbook/add_client/stdeb.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[DEFAULT]
X-Python3-Version: >= 3.4
Depends3: python3-decapod-common (>= 1.1), python3-decapod-common (<< 1.2)
Depends3: python3-decapod-common (>= 1.2), python3-decapod-common (<< 1.3)
4 changes: 2 additions & 2 deletions plugins/playbook/add_mds/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
setuptools.setup(
name="decapod-plugin-playbook-add-mds",
description="Add metadata server host",
version="1.1.0",
version="1.2.0.dev1",
author="Sergey Arkhipov",
author_email="sarkhipov@mirantis.com",
url="https://github.com/Mirantis/ceph-lcm",
Expand All @@ -42,7 +42,7 @@
]
},
install_requires=[
"decapod-common~=1.1"
"decapod-common~=1.2.dev1"
],
zip_safe=False
)
2 changes: 1 addition & 1 deletion plugins/playbook/add_mds/stdeb.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[DEFAULT]
X-Python3-Version: >= 3.4
Depends3: python3-decapod-common (>= 1.1), python3-decapod-common (<< 1.2)
Depends3: python3-decapod-common (>= 1.2), python3-decapod-common (<< 1.3)

0 comments on commit 535944d

Please sign in to comment.