Commit Graph

105 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
jiaopengju 93c24b6f31 Using futurist to solve python3 issues
Change-Id: Ibc0beee562905ba93660116799b3f0eb5b7e7b8a
2019-09-08 12:26:24 +00:00
pengyuesheng 0ecde665fd Sync Sphinx requirement
Sync sphinx dependency with global requirements. It caps python 2 since
sphinx 2.0 no longer supports Python 2.7.

Change-Id: I2dc7c29d0e0392f7a8c31e83ed2383863a13cf4d
2019-08-02 10:36:29 +08:00
Vlad Gusev a5e27bbaa9 Stop using deprecated keystone_authtoken/auth_uri
keystone_authtoken/auth_uri is deprecated [1]. Use www_authenticate_uri
instead.

keystonemiddleware is in requirements and lower constraints
should be increased because www_authenticate_uri was introduced
in keystonemiddleware 4.18.0.

[1] https://review.openstack.org/#/c/508522/

Change-Id: Iad00242c629d1a321c5067e705108396931402a2
2019-03-21 08:50:12 +00: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 Proposal Bot ed23bc9551 Updated from global requirements
Change-Id: If5b6940659889c6f5f7df5285d94893eb5c751e8
2018-08-16 10:43:01 +08:00
Doug Hellmann 40dd3ed7d3 add lower-constraints job
Create a tox environment for running the unit tests against the lower
bounds of the dependencies.

Create a lower-constraints.txt to be used to enforce the lower bounds
in those tests.

Add openstack-tox-lower-constraints job to the zuul configuration.

Remove the cap on eventlet so the requirements match the global list.

See http://lists.openstack.org/pipermail/openstack-dev/2018-March/128352.html
for more details.

Change-Id: I3d381fc2c614d5c0a9ca5cb0322c24c60887724b
Depends-On: https://review.openstack.org/555034
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-04-20 16:26:33 -04:00
OpenStack Proposal Bot 1a786acf5a Updated from global requirements
Change-Id: I89f2ba71ceabeb270216e19ce99038732aa0b6c2
2018-03-14 05:32:05 +00:00
OpenStack Proposal Bot 984cd50a5b Updated from global requirements
Change-Id: I33a974e452073ae7746daec7ad51a0d806770c14
2018-02-17 09:33:26 +00:00
OpenStack Proposal Bot 9d0193fc61 Updated from global requirements
Change-Id: I49f58444d20758957df117c1ba6a39564aaa4e00
2018-01-24 01:56:20 +00:00
OpenStack Proposal Bot ed1f4b3801 Updated from global requirements
Change-Id: Iace98b5454501f9ad6d7fee7c940323093b489b7
2018-01-02 06:58:37 +00:00
OpenStack Proposal Bot d3d8e78f27 Updated from global requirements
Change-Id: Icb780cf4dc535284ec86cc6c0ff9573ebcc8b9a3
2017-12-10 07:07:40 +00:00
Zuul 0578b9149d Merge "jsonschema validation: base schema framework and plans API" 2017-12-06 02:42:41 +00:00
chenying 84f83a3d70 jsonschema validation: base schema framework and plans API
This patch adds a base jsonschema framework which will be used
by other subsequent patches for adding jsonschema validation
support for Karbor V1 APIs.
This patch adds jsonschema validation for Karbor Plans API.

This patch follows the Cinder-Schema-framework:
https://github.com/openstack/cinder/tree/master/cinder/api/validation

Change-Id: I5a552f33608a924b0a410fdf1b83b7f5c4759aae
Partial-Implements: bp karbor-json-schema-validation
2017-12-05 17:45:40 +08:00
OpenStack Proposal Bot 99c45fb8f0 Updated from global requirements
Change-Id: I01a663f4981796e16565624f5fb2c26d16376c62
2017-11-29 08:57:53 +00:00
OpenStack Proposal Bot a0c03473a3 Updated from global requirements
Change-Id: Iaaff3caf882ae4e255a9796c58c48c2d326b4e1e
2017-11-16 11:06:31 +00:00
OpenStack Proposal Bot 2052c63e6e Updated from global requirements
Change-Id: I6214332a5cf176931db87766e5aaa7ed6339e271
2017-11-07 00:23:45 +00:00
OpenStack Proposal Bot 607e787725 Updated from global requirements
Change-Id: I69f4480b364ef66a1a0ec725fb89e6aaeff9c847
2017-10-12 21:54:33 +00:00
OpenStack Proposal Bot 2e0fda195a Updated from global requirements
Change-Id: I7f311eda16adc49aff544c2fac0491f77712670f
2017-09-24 12:19:01 +00:00
OpenStack Proposal Bot 341321b62e Updated from global requirements
Change-Id: Ic75335853f7857feeedaa52395fad94d0c95031e
2017-09-20 03:34:36 +00:00
Jenkins c5fdb55e4f Merge "Updated from global requirements" 2017-09-14 17:29:38 +00:00
OpenStack Proposal Bot 2dbc1afab3 Updated from global requirements
Change-Id: Ic54b02587c564e003328b76c8495cd687337d3bf
2017-09-13 12:51:38 +00:00
jiaopengju bf752c4a84 Add freezer protection plugin for karbor
Change-Id: I619b06ff33fb4339a5851098867a46298a9aeb51
blueprint: freezer-protection-plugin
2017-09-10 17:16:14 +08:00
OpenStack Proposal Bot e9160d22ce Updated from global requirements
Change-Id: I9eea319acff02e37c0527149a2b019627d2f6701
2017-09-07 13:32:55 +00:00
chenying 4b53170235 Add kubernetes client to Karbor
Change-Id: I7543d29f575ecca9e3aac28c2c7157037731f928
Implements: blueprint kubernetes-pods-protection-plugin
2017-08-31 19:24:59 +08:00
OpenStack Proposal Bot bda0375200 Updated from global requirements
Change-Id: I167b1cd6282d05f82256b950b80f0222fa18c49d
2017-08-27 11:38:46 +00:00
OpenStack Proposal Bot 84a37f8f37 Updated from global requirements
Change-Id: Ib36a62a8dd96bf5b5fb54f683d2d9c79e912edd8
2017-08-08 12:13:13 +00:00
zengchen 9947cb40e2 Remove all codes about Heat
Change-Id: Ibf773e8e63f56a1f9eb1aa0ff38e718e4e750355
Implements: blueprint remove-heat
2017-08-04 09:53:11 +08:00
OpenStack Proposal Bot 3af8c8cfb1 Updated from global requirements
Change-Id: I5147a6a2eaf0c9c15acba02602627ee955b0cb2b
2017-07-28 05:15:55 +00:00
Jenkins 1da45877cc Merge "Add trove database instance protectable plugin for karbor" 2017-07-27 10:04:26 +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
OpenStack Proposal Bot 3055d6faf7 Updated from global requirements
Change-Id: I0a716aa9daa3ba2ff806fd561e7847c4ccef296c
2017-07-13 13:00:52 +00:00
chenying b7a94c884d Add trove database instance protectable plugin for karbor
Change-Id: Ib3a9988ded4dadd35e0f1a1053b2700c3a53a555
blueprint: trove-database-proection-plugin
2017-07-11 18:04:11 +08:00
OpenStack Proposal Bot c119c3cf64 Updated from global requirements
Change-Id: I33dbf702e94b058f537a2a08e269837bb64e95c5
2017-06-23 18:06:00 +00:00
OpenStack Proposal Bot fd8a1daa81 Updated from global requirements
Change-Id: I2abbe1b98fd02aa5f41d4f97ac603c894b4b9e6d
2017-06-10 21:38:17 +00:00
OpenStack Proposal Bot abff6c3e9b Updated from global requirements
Change-Id: Ie067c95e2a65131e9625328df0b542de9393e28c
2017-06-07 11:50:44 +00:00
OpenStack Proposal Bot b4f3e9d082 Updated from global requirements
Change-Id: Ie792e22777e39d091e9259df87af34ed877268d0
2017-05-30 13:35:10 +00:00
OpenStack Proposal Bot 78eec8b130 Updated from global requirements
Change-Id: I2da96890f1d3a3c6d22c7a3812084192e9155c30
2017-05-26 01:48:34 +00:00
OpenStack Proposal Bot 35e461e52e Updated from global requirements
Change-Id: I0babf2388f1838c74ca9b3cec04bc73a729cf6cf
2017-05-24 03:37:07 +00:00
OpenStack Proposal Bot a83137c817 Updated from global requirements
Change-Id: Iee6f7ed584737d9e6778ce2dac6d3ed373314fb8
2017-05-20 04:36:32 +00:00
OpenStack Proposal Bot 9e0463fbb3 Updated from global requirements
Change-Id: Id49ff22d43176a5e2ea9bdc2216cc6fec83b374d
2017-05-07 17:30:36 +00:00
OpenStack Proposal Bot 6b8811c74a Updated from global requirements
Change-Id: I216287e3ad1d33351571971a711167df8400df1b
2017-04-26 18:11:18 +00:00
chenying 3158f5e24c Add manila client for karbor
Change-Id: I7aa8acb186fc428a3263dd90d39f177965d2835f
blueprint: manila-share-proection-plugin
2017-04-20 11:26:47 +08:00
OpenStack Proposal Bot 42b8bd319c Updated from global requirements
Change-Id: If6ea49ccd180c991790bd6a5cd53993cad5bfe9b
2017-04-12 04:12:45 +00:00
OpenStack Proposal Bot cff0b5f784 Updated from global requirements
Change-Id: I39e4f505a668ae786de5674683fc1db983d48a79
2017-04-07 12:46:14 +00:00
OpenStack Proposal Bot b14557e925 Updated from global requirements
Change-Id: If51622fd05e9c3c85641b92abf4f4cd8ab9c6080
2017-04-01 15:24:54 +00:00
OpenStack Proposal Bot 1558976adb Updated from global requirements
Change-Id: I6f8823f1dd1f0508650b60ff98ebd732c7e99b18
2017-03-28 12:14:06 +00:00
OpenStack Proposal Bot 9ee8ee0ef2 Updated from global requirements
Change-Id: I5cc5cfea5e4751c6db943f37051a2044a69e1ef7
2017-03-15 05:11:26 +00:00
OpenStack Proposal Bot 634c1cf4e8 Updated from global requirements
Change-Id: Id96ab625240968e65878e25746b3a2644c30f1a8
2017-03-07 01:57:53 +00:00