Add file to the reno documentation build to show release notes for
stable/2023.2.
Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/2023.2.
Sem-Ver: feature
Change-Id: I9fb38332ffd040768e57c6c44d2f6d9ff2c0d38c
Allow cluster config directly return configs instead of writing file.
This is useful when using magnum client utils from non-commandline
interfaces.
Change-Id: Ie6717e1f2d673fe3e92c58a926a82f255a6d20ca
Add file to the reno documentation build to show release notes for
stable/2023.1.
Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/2023.1.
Sem-Ver: feature
Change-Id: I0c22a449c3dc7422edfbe662e911e24ae5618ce9
The v1alpha1 version is removed in kubernetes 1.24. v1beta1 was added in
Kubernetes 1.11 and should be supported through existing versions.
Change-Id: I446b8c1c9b46fb8d70317f271a6a650d2a1bbefa
These translation sections are not needed anymore, Babel can
generate translation files without them.
Conflicts:
babel.cfg
setup.cfg
Change-Id: Ib74bc35a867dd25c51de6eac2ab1e611b69d4e37
Pypy is not tested in OpenStack anymore,remove the job.
in 'victoria' cycle, we should test py38 by default.
and remove redundant python env.
Change-Id: I8389799ebf2eaa95324b1dc532ef4398ee3094da
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for antelope. Also,
updating the template name to generic one.
See also the PTI in governance [1].
[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html
Change-Id: Ibfe85c550cf20a7b5f4570700df348bb41ed261a
Add file to the reno documentation build to show release notes for
stable/zed.
Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/zed.
Sem-Ver: feature
Change-Id: I465c586eecf3dea6ad59a641f78b81a7a8da60cf
In Zed cycle, we have dropped the python 3.6/3.7[1] testing
and its support. Removing the py36 centos8 job as well as
updating the python classifier also to reflect the same.
Also indicates that we support python 3.9.
[1] https://governance.openstack.org/tc/reference/runtimes/zed.html
Change-Id: I36180f40cb2858aa051366af9b3c3c28d635632c
These translation sections are not needed anymore, Babel can
generate translation files without them.
Change-Id: I843baf9428adfcdd159438da1400be86621c201a
Python 3.10 changed the way the optional arguments defined in argparse
are listed in the help output, the title was changed from "Optional
arguments" to "Options".
This checks the python version where the unit test is being executed and
uses the string that corresponds.
Story: 2009946
Task: 44858
Change-Id: Ibee09bf76399849f7da987c4661fa1945d27afb7
Add file to the reno documentation build to show release notes for
stable/yoga.
Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/yoga.
Sem-Ver: feature
Change-Id: Ib5c80a3ee3ccba3cbc2ddca42edf0b4b80bea98e
Add file to the reno documentation build to show release notes for
stable/victoria.
Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/victoria.
Change-Id: I1cdfcb67c1d4f0e89451a80b2fbd3d52b60167f4
Sem-Ver: feature
Add file to the reno documentation build to show release notes for
stable/xena.
Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/xena.
Sem-Ver: feature
Change-Id: I880c4ee202c2f70960cadc13b7e688dff03fdf30
The master_lb_enabled is not really working for disabled case.
This patch fix it by introducing the --master-lb-disabled param.
Story: 2008655
Task: 41924
Change-Id: I90db6d91dd3887fbec629ce5037d6a7e6f7c05e4
It assumes its a requests response but could
be a HTTPResponse from urllib.
Story: 2008789
Task: 42183
Change-Id: I7306d167a17284c7f478ec1c1599a8d4b32040c2
Add file to the reno documentation build to show release notes for
stable/wallaby.
Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/wallaby.
Sem-Ver: feature
Change-Id: I024b96e93f4262a59922d3cda72943962454fd86
We noticed that from the user perspective it is hard
to know when a cluster_template provided by the cloud
admin is mature enough for a production release.
This field will allow the administrator to add an
annotation to the cluster template like
{deprecated, recommended, testing} giving further
usefull information to the end user about the
template's life cycle
This patch allows the magnumclient to pass the
--tags <text> when creating a cluster template
and also shows the observations available when listing
existent cluster templates.
story: 2004215
task: 40161
Depends-On: I5d1c4221f089bc5cd12b25f620aa01771a029df9
Change-Id: Ibbdc9a9cd7ae4733eb6d38a7db11a68866f0d446
Signed-off-by: Diogo Guerra <dy090.guerra@gmail.com>
This changes the default value for nodegroups min_node_count to 0.
Scaling nodegroups to 0 is also allowed.
Change-Id: I74dd0d34990b71b290b6ccbe707afb8cc7ae7340
Depends-On: Id63459d0fe9836e678bb7569f23d29eabc225e9e
story: 2007851
task: 40147
Projects like oslo are dropping lower constraints
testing. There is also discussion to drop it until
we find a proper setup. For details, please follow
the ML thread. TC will have updates soon.
http://lists.openstack.org/pipermail/openstack-discuss/2021-January/019679.html
story: 2008482
task: 41523
Change-Id: Ia91451c0f93ffe4c7a555874f8f843e01b146df5
Signed-off-by: Spyros Trigazis <spyridon.trigazis@cern.ch>
docker_volume_size is an parameter for creating cluster, it should also
be displayed when showing it
Change-Id: I354043496cc60a99c362f7d8bf36d5ca27ed6d30
As per victoria cycle testing runtime and community goal,
we need to migrate upstream CI/CD to Ubuntu Focal(20.04).
Bump lower constraints to make testing work for Focal.
Change-Id: Ib98d55b46ec6190252d404a0baa7d353d4628400
Story: #2007865
Task: #402190
The mock third party library was needed for mock support in py2
runtimes. Since we now only support py36 and later, we can use the
standard lib unittest.mock module instead.
Change-Id: Iaf13c7dc3cf908d3755116ac861f732c220e324d