Commit Graph

32 Commits

Author SHA1 Message Date
Zuul bab1aade23 Merge "Propose control plane resize feature." 2024-01-31 09:11:41 +00:00
Dale Smith fabe7dd74e Propose control plane resize feature.
Spec to move resize logic into driver to allow CAPI drivers to
optionally implement this, if they choose.

Change-Id: I3d25c010b38134dabf64185bd38dbb3acb8b1dd8
2024-01-12 10:25:35 +13:00
Jake Yip c5a7a81979 Improve driver discovery
Spec to improve driver discovery and allow for use of multiple drivers
that clashes on the same ('coe', 'server_type', 'os') tuple.

Change-Id: I9ea1e4df9c437fd8aa99dbabdff63a21a5ee5443
2023-11-27 17:01:49 +11:00
Stig Telfer 042d55a322 Add Cluster API Kubernetes COE driver
This spec proposes a new driver class that implements Kubernetes
cluster orchestration using Cluster API. The intention of this
proposal is to create a simplified Kubernetes driver that takes
advantage of a broader cross-infrastructure community using Cluster
API.

story: 2009780
Change-Id: I0750ec7440c1fa329104a524cf6779203e842c7c
2023-01-30 23:17:46 +11:00
Zuul ddca520d0e Merge "remove unicode prefix from code" 2022-11-10 11:12:19 +00:00
niuke c549fba925 remove unicode prefix from code
Change-Id: I376f75683be5101db3f41b152bb42ae88bb56fca
2022-08-24 11:11:51 +08:00
songwenping 8ae2d39877 setup.cfg: Replace dashes by underscores
Since setuptools v54.1.0[1], the parmeters with dash have been
deprecated in favor of the new parameters with underscore.

This change updates the parameters accordingly to avoid the warnings
like the example below.

  UserWarning: Usage of dash-separated 'description-file' will not be
  supported in future versions. Please use the underscore name
  'description_file' instead

[1] https://github.com/pypa/setuptools/commit/a2e9ae4cb

Change-Id: I136b88f5f207acd455ad5e2e262bbbfa7774fe15
2022-08-19 10:16:42 +08:00
Andreas Jaeger 188a3338f7 Cleanup docs building
This repo is now testing only with Python 3, so let's make
a few cleanups:
- Remove obsolete sections from setup.cfg
- Switch to using sphinx-build
- Remove install_command from tox.ini, the default is fine
- cleanup tox.ini
- Update pbr requirement

Change-Id: I0adc74190fa820434a46b2a6bf9247ca6eb3e51d
2020-06-04 09:42:05 +02:00
Andreas Jaeger eb7c979999 Switch to newer openstackdocstheme version
Switch to openstackdocstheme 2.2.1 version. Using
this version will allow especially:
* Linking from HTML to PDF document
* Allow parallel building of documents
* Fix some rendering problems

Update Sphinx version as well.

Disable openstackdocs_auto_name to use 'project' variable as name.

Change pygments_style to 'native' since old theme version always used
'native' and the theme now respects the setting and using 'sphinx' can
lead to some strange rendering.

openstackdocstheme renames some variables, so follow the renames
before the next release removes them. A couple of variables are also
not needed anymore, remove them.

See also
http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html

Change-Id: I9dbba04f3918ced819e9e69a58bc5e580ad5d538
2020-05-31 17:50:01 +02:00
Zuul dbc3dbe5bd Merge "Change flag name" 2020-05-12 22:08:40 +00:00
Theodoros Tsioutsias 4ee6904f7a Change flag name
As discussed during the team meeting, the verb "merge" describes the
proposed functionality more accurately than "override". Therefore,
this patch changes the proposed flag from --override-labels to
--merge-labels.

Change-Id: I17654786a20778ed4772a4098f1edde89130a8a2
2020-05-11 20:14:20 +00:00
Zuul 42c6bbab1b Merge "Magnum Labels Override" 2020-05-06 09:05:15 +00:00
Theodoros Tsioutsias 26d573ecaa Magnum Labels Override
This spec tries to address the problem of label overriding during
cluster and nodegroup creation.

Change-Id: Ie93d7faed0e5e68a084cc4e63a49431365efcd72
Story: #2007515
Task: #39298
2020-05-05 09:40:25 +00:00
98k 7534e70e74 Update home-page
Change-Id: Ic824913c738ef6d82e23abf7780b7c10cf5167d4
2020-04-29 11:45:00 +00:00
Zuul 91db1b857d Merge "Change openstack-dev to openstack-discuss" 2020-04-29 11:37:31 +00:00
Bharat Kunwar d2b6c23959 ci: Fix and address all tox -e docs warnings
Warning is now treated as an error to prevent backlog of genuine
formatting issues, e.g. improper references, indentation and not listing
newly added specs into the index.

Change-Id: I3b8a1ce7f931bfd83db36600dc74d1d0c2ef293e
2020-04-02 11:13:31 +00:00
OpenDev Sysadmins d02a5b3cf6 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:31:24 +00:00
Vieri 866e6d1a39 Change openstack-dev to openstack-discuss
Mailinglists have been updated. Openstack-discuss replaces openstack-dev.

Change-Id: I71db7d9d4ee205b7d6b3a66dca9c33d68d69223c
2018-12-04 19:17:09 +00:00
Theodoros Tsioutsias e1c67df536 Introduce magnum nodegroups
Introduce the concept of nodegroups. This approach gives the ability
to create heterogeneous clusters by defining groups of nodes with
different properties.

This spec tries to summarize the changes needed in order to support
nodegroups with Magnum.

story: 2004169
task: 27644

Change-Id: I4e64e928b8d8c7a3b9fd1772875edd4d60cae6ee
2018-10-24 10:58:45 +00:00
qingszhao 98aeebbd63 import zuul job settings from project-config
This is a mechanically generated patch to complete step 1 of moving
the zuul job settings out of project-config and into each project
repository.

Because there will be a separate patch on each branch, the branch
specifiers for branch-specific jobs have been removed.

Because this patch is generated by a script, there may be some
cosmetic changes to the layout of the YAML file(s) as the contents are
normalized.

See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html

Change-Id: I4ebd0cc3c8728b22afb3dfc88116b1b3ac905733
Story: #2002586
Task: #24308
2018-08-23 04:59:31 +00:00
Ricardo Rocha 1315420afe Add Federation API specification
Add a new spec covering the impact and implementation details for a new
Magnum API managing federation and federated clusters.

Implements: blueprint federation-api
Co-Authored-By: Clenimar Filemon <clenimar.filemon@gmail.com>

Change-Id: I1b58f44520c6d968dd0c930a54dbd0ef36c2cb4e
2017-10-25 10:45:41 +02:00
Drago Rosson 8bf99f093d Add spec for allowing name as positional argument
blueprint positional-name

Change-Id: I75d14cc3de16810d57424ac9a0f66c7a66982f05
2017-02-09 16:49:04 +00:00
Jenkins 48ab123a6d Merge "Add spec for phase 1 of cluster creds management" 2017-01-23 15:18:51 +00:00
Jason Dunsmore ac23b4b890 Add spec for phase 1 of cluster creds management
blueprint revoke-cluster-cert

Change-Id: Ie960464e45445e195e75b91e8d65a4046eb21e93
2017-01-21 07:39:06 -06:00
Jenkins f352859a45 Merge "Add pre-ocata and ocata index" 2016-12-08 03:09:22 +00:00
Jenkins 0cc158a9f6 Merge "Added spec template, and refactored dir layout" 2016-11-18 18:26:53 +00:00
Spyros Trigazis fdcd152080 Add pre-ocata and ocata index
We need to add the specs directories in the index file.

Change-Id: I94bb6393c2ed5c428c353eae3e38bc17d96e3393
2016-11-18 16:08:41 +01:00
Adrian Otto 4077766030 Added spec template, and refactored dir layout
This patch adds a template for the ocata specs, and re-arranges the directory
structure to be more consistent with other OpenStack spec repositories.

Change-Id: Ic3128d764a449a0cd5266b635d12f591a887fd2f
2016-11-17 17:58:06 +00:00
Randall Burt 9fc6ac0b8c Add cluster driver encapsulation spec
Moving this to the spec repo. Previous patch is
https://review.openstack.org/#/c/389835/

Change-Id: I9de7b59e6737ae0fe01e3a6f33ec5fafcaa7984a
Partial-Blueprint: bp-driver-consolodation
2016-11-15 11:48:14 -06:00
Spyros Trigazis 8b0a99e44b Import all implemented specs from magnum repo
* Add all implemented specs to specs/implemented.
* Create ocata directory to store the corresponding specs.

Change-Id: I36da3a26ece3b6f7d27b7af80460303f4a6c4226
2016-11-09 16:35:04 +01:00
Spyros Trigazis 74da0acf5d Initial commit
Spec repo created using the specs-cookiecutter repo [1].

[1] https://git.openstack.org/cgit/openstack-dev/specs-cookiecutter

Change-Id: Id6ed56d21ff0984ea7394e21b204a99cd2237956
2016-11-09 16:34:29 +01:00
OpenStack Project Creator 32f47884e5 Added .gitreview 2016-11-09 09:13:41 +00:00