Commit Graph

28 Commits

Author SHA1 Message Date
Kendall Nelson 353f75eca0 Retire Karbor
As announced on the openstack-discuss ML[1], Karbor is retiring
this cycle (Wallaby).

This commit retires this repository as per the process defined in
the project-guide[2].

Thank you to all the contributors of Karbor for your hard work!

[1] http://lists.openstack.org/pipermail/openstack-discuss/2020-November/018643.html
[2] https://docs.openstack.org/project-team-guide/repository.html#retiring-a-repository

Depends-On: https://review.opendev.org/c/openstack/project-config/+/767030
Change-Id: I972ffb299f93863c4e34b1f504b002095661e6af
2020-12-21 11:51:02 -08:00
Andreas Jaeger ee26961cfc Cleanup py27 support
This repo is now testing only with Python 3, so let's make
a few cleanups:
- Remove python 2.7 stanza from setup.py
- Add requires on python >= 3.6 to setup.cfg so that pypi and pip
  know about the requirement
- Remove obsolete sections from setup.cfg
- Update classifiers
- Switch to using sphinx-build
- Cleanup doc/source/conf.py to remove now obsolete content.
- Use newer openstackdocstheme version
- Move constraints into deps
- Increase warlock dependency, glanceclient blocks version 1.3.0

Change-Id: I8feb2e86281f2250bdc379b7868c5e738c1a19e6
2020-04-21 09:44:39 +02:00
OpenStack Proposal Bot 9c55d2046e Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: I333852356cbe61a4209fde06b10c73def3e5100c
2020-03-20 07:31:07 +00:00
Ghanshyam Mann 401c9bca56 [ussuri][goal] Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle.

Karbor is ready with python 3 and ok to drop the
python 2.7 support.

Complete discussion & schedule can be found in
- http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html
- https://etherpad.openstack.org/p/drop-python2-support

Ussuri Communtiy-wide goal:
https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html

Depends-On: https://review.opendev.org/#/c/693631/
Change-Id: Id923a1e18a1ba2439eda11a88abab64a3b32cab1
2020-01-23 13:43:50 +00:00
OpenStack Proposal Bot d8749ff640 Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: I63ef76eaa7bc22c62bc99bd0fcc9a3e2adec0f51
2019-11-05 09:07:34 +00:00
OpenStack Release Bot fd07acadbf Update master for stable/train
Add file to the reno documentation build to show release notes for
stable/train.

Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/train.

Change-Id: I8a13402cc47bc33a38182b3340987eefd9026850
Sem-Ver: feature
2019-10-04 13:10:01 +00:00
OpenStack Release Bot 52b15fcb72 Update master for stable/stein
Add file to the reno documentation build to show release notes for
stable/stein.

Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/stein.

Change-Id: I2d9151ea3a2adf39255420aaa72e19e881679857
Sem-Ver: feature
2019-03-26 18:28:28 +00:00
jiaopengju ecc6b64f4a Add support to reset checkpoint state
Now when doing checkpoint copy failed, checkpoint
will be wait_copying status forever, and so we can
not do the restore anymore. So we should add an API
to support checkpoint status reset if we deeply knows
that the checkpoint is ok. This patch added API
support for doing checkpoint state reset.
Implements: bp checkpoint-status-reset

Change-Id: Iabaa98c9900fba554be2ad0833d438901e01147a
2018-12-03 14:02:01 +08:00
jiaopengju abab99c0eb Add all tenants support for checkpoints listing
Change-Id: Ic02a60a0eec1e7d3b0ca7b1a355a5d62d5c0046c
Implements: bp checkpoint-all-tenants
2018-11-19 09:35:33 +08:00
akhiljain23 b03585d2ca Add framework for karbor-status upgrade check
This commit adds the functionality of karbor-status CLI for performing
upgrade checks as part of the Stein cycle upgrade-checkers goal.
It only includes a sample check which must be replaced by real checks in
future.

Change-Id: I8b75d516725c7cdf169d558b1c4b6f92a695ab2e
Story: 2003657
Task: 26134
2018-10-22 08:11:33 +00:00
OpenStack Release Bot c75a968cba Update reno for stable/rocky
Change-Id: I2a3aa26ce8e932427d6ffaa8e6bb75c6b4b55d04
2018-08-17 20:10:15 +00:00
OpenStack Proposal Bot a792f3c759 Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: I87fe1a1604adc9290e87a6631d7fe856ceb6c09a
2018-03-15 06:55:02 +00:00
OpenStack Proposal Bot 7b1198f87b Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: I4091ab9180ad9487ce057c7538a3ea8d324cad73
2018-02-24 06:57:43 +00:00
OpenStack Release Bot 58220bc469 Update reno for stable/queens
Change-Id: I9bc7f966ad94d324cf9035031193c9d5e6fc8042
2018-01-26 14:22:09 +00:00
Andreas Jaeger 209e700ea4 Fix releasenotes build
Change I8ff60cc3793aea723a77d1b47a0f68c6c5c6ec62 left a broken
line in the tree such that releasenotes did not build anymore if karbor
was not installed, remove it.

Change-Id: I0dfb57c925b305e770e513586a1a1dea0df354f3
2017-12-03 23:45:42 +01:00
rajat29 c1f501e82c Remove setting of version/release from releasenotes
Release notes are version independent, so remove version/release
values. We've found that projects now require the service package
to be installed in order to build release notes, and this is entirely
due to the current convention of pulling in the version information.

Release notes should not need installation in order to build, so this
unnecessary version setting needs to be removed.

This is needed for new release notes publishing, see
I56909152975f731a9d2c21b2825b972195e48ee8 and the discussion starting
at
http://lists.openstack.org/pipermail/openstack-dev/2017-November/124480.html

Change-Id: I8ff60cc3793aea723a77d1b47a0f68c6c5c6ec62
2017-11-17 10:12:34 +05:30
OpenStack Proposal Bot 93757dfb7d Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: Iad1623a8ed82d2350f71b65a04113279f826d32c
2017-11-01 07:18:14 +00:00
OpenStack Release Bot fad0e7e57c Update reno for stable/pike
Change-Id: I9a31cd8105134cbfd7b24835d5ee6aed8ef83afb
2017-08-14 16:53:53 +00:00
OpenStack Proposal Bot 30972d9ea7 Imported Translations from Zanata
For more information about this automatic import see:
http://docs.openstack.org/developer/i18n/reviewing-translation-import.html

Change-Id: I0a1ba6bb40ff4671c3ac7c5a0f8debf99d56ea99
2017-08-09 06:31:02 +00:00
Jenkins d7fd814768 Merge "Increase s3 bank plugin" 2017-07-19 07:57:16 +00:00
jiaopengju 323d17b6fb Increase s3 bank plugin
Change-Id: I3ab61c9c6d22187d95205ef8235fe078d5d1592d
Implements: blueprint s3-bank-plugin
2017-07-18 13:51:39 +08:00
Andreas Jaeger f3e9bd6efd fix releasenotes
Building of releasenotes fails with
Could not import extension openstackdocsthemereno.sphinxext (exception:
No module named 'openstackdocsthemereno')

fix it - add a missing ","

Change-Id: I82441240c750a97a6bee12d204c5f143b3459d1e
2017-07-10 21:12:23 +02:00
Jenkins 07b8d05822 Merge "Migration from oslo_sphinx to openstackdocstheme" 2017-07-06 02:09:06 +00:00
ritesh.arya 52b24be74c Migration from oslo_sphinx to openstackdocstheme
As a part of docs migration work[0] for pike we need to switch
to openstackdocstheme

Change-Id: Ida9099e0621d172f9f29fd221bfb47b25c265fac
2017-07-04 05:47:16 +00:00
Jeremy Liu dba51806f2 Generate the karbor.conf.sample with oslo-config-generator
It's hard to maintain karbor.conf by hand, let's switch to use
oslo-config-generator and follow OpenStack convention.

Change-Id: I0dd0a63267e14321ff723d32bd6d90db07cc5f95
2017-07-03 18:12:13 +08:00
Yuval Brik da0bd1f9c9 ocata: release notes
Change-Id: I34a264f6118d32e288abd9c6f17e6842eb4c346c
2017-02-01 11:21:59 +02:00
pawnesh.kumar ccb38fe96b Added release-notes for karbor
Change-Id: I873d652440fb3cb2491c5c1fee11143cd74b26fa
Implements: blueprint maintain-releasenote
2016-10-31 08:50:43 +00:00
Gal Sagie d20a834543 Add reno release notes to Smaug
Release notes can now be managed by reno [1]

[1] http://docs.openstack.org/developer/reno/

Change-Id: I36b0ece7ae1f91edc6b38043f0a351cbf5b27f69
2016-06-06 09:11:51 +03:00