summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Remove unmaintained zuul checks"19.0.0.0rc119.0.0Zuul2023-02-281-3/+0
|\
| * Remove unmaintained zuul checkswu.chunyang2023-02-281-3/+0
| | | | | | | | Change-Id: I4ed80bd449777c3515be646d9ab5b2add4e15b36
* | Merge "container_registry_password should be secret"Zuul2023-02-281-1/+2
|\ \ | |/ |/|
| * container_registry_password should be secretTakashi Kajinami2023-02-201-1/+2
| | | | | | | | | | | | | | | | | | | | The [guest_agent] container_registry_password option takes a credential to access a container registry, thus its value should be hidden from debug logs. Story: 2010594 Task: 47456 Change-Id: I8f595fff616606a96e70d1712a3a2e65c85b3476
* | Merge "Using local registry in devstack."Zuul2023-02-275-6/+47
|\ \
| * | Using local registry in devstack.wu.chunyang2023-02-265-6/+47
| | | | | | | | | | | | | | | | | | | | | This patch runs a registry container during the installation of devstack Change-Id: I5e5a89cd9c65d1ea5b47fece985dbc044bfdec5e
* | | Merge "Updates the backup document"Zuul2023-01-291-115/+149
|\ \ \ | |_|/ |/| |
| * | Updates the backup documentHirotaka Wakabayashi2023-01-281-115/+149
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This PR updates the backup document[1]. The page contains wrong descriptions since we have many updates for years. [1]: https://docs.openstack.org/trove/latest/user/backup-db.html#create-incremental-backups Story: 2010323 Task: 46430 Change-Id: Ief3d3b98b55c02e185edb2294b9c723843e62086
* | | Fixing tests with tox 4.2.6wu.chunyang2023-01-182-17/+29
| |/ |/| | | | | | | | | | | | | | | | | | | 1. Remove basepython from testenv 2. this change also fix unittests because stevedore has dropped pkg_resources[0], after tox upgraded to 4.0.*, tox with usedevelop parameter installs trove in develop mode, hence stevedore unable to get the entrypoints from sdist[1]. [0]: https://opendev.org/openstack/stevedore/commit/d5297167e08468c75d2477f15004df61cf98e57e [1]: https://tox.wiki/en/2.8.1/config.html#confval-usedevelop=BOOL Change-Id: Ie65d099509e3cb7a61a09d975c58c1e95aa12b51
* | Merge "Fix the missing log request-id"Zuul2022-11-282-0/+6
|\ \
| * | Fix the missing log request-idHa Minh Cong2022-11-282-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This PS ensure oslo Context.update_store method is called, to ensure that thread-local context object is updated before Trove service render log Story: 2010451 Task: 46951 Change-Id: I5258853aed33cbcd26a5b6d68a5e5a4b9aa1fd48 Signed-off-by: Ha Minh Cong <conghm1@viettel.com.vn>
* | | Merge "Follow up: CI: test build docker image"Zuul2022-11-282-2/+3
|\ \ \
| * | | Follow up: CI: test build docker imagewu.chunyang2022-11-232-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous patch forgot to push the tarball to openstack website. This change adds a task to push it and replaces hard quote with soft quote Change-Id: I8619621b4348bff26808104e4f9e070c64429c3f
* | | | Merge "Adds database_service_uid to the document"Zuul2022-11-281-0/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | Adds database_service_uid to the documentHirotaka Wakabayashi2022-10-311-0/+3
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | This PR adds the `database_service_uid` configuration option to the document. Story: 2010259 Task: 46154 Change-Id: I11aa38d2ff0da058590ec2b089756a659cad777b
* | | Imported Translations from ZanataOpenStack Proposal Bot2022-11-221-4/+82
| |/ |/| | | | | | | | | | | For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: If90736e1907a05aa48dacfc31f8ee46dfbed612b
* | CI: test build docker imagewu.chunyang2022-11-183-0/+80
|/ | | | Change-Id: Ia8ce0d8ec8f099501a39dc8bdff53a394bd53fea
* Merge "add openstack-python3-zed-jobs-arm64 job"Zuul2022-10-191-0/+1
|\
| * add openstack-python3-zed-jobs-arm64 joblikui2022-10-101-0/+1
| | | | | | | | | | | | | | | | This is a non-voting job to validate py3 unittests on ARM64 Change-Id: Ib987c25f125c8867c21d5aad90c3d2aac3050825 Task: #40402 Story: 2007938
* | Merge "Imported Translations from Zanata"Zuul2022-10-191-2/+242
|\ \
| * | Imported Translations from ZanataOpenStack Proposal Bot2022-10-121-2/+242
| |/ | | | | | | | | | | | | For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I00206ffcbd038ffafd6ccf4646adb77f9b38fa6f
* | Fix deprecation warningsTakashi Natsume2022-10-1510-26/+26
|/ | | | | | | | | | | | | | Fix the following deprecation warnings. * DeprecationWarning: Using the 'user' argument is deprecated in version '2.18' and will be removed in version '3.0', please use the 'user_id' argument instead * DeprecationWarning: Property 'user' has moved to 'user_id' in version '2.6' and will be removed in version '3.0' Change-Id: I18802ae1e2318eae3c62a26459178b259c728ac4 Signed-off-by: Takashi Natsume <takanattie@gmail.com>
* Switch to 2023.1 Python3 unit tests and generic template nameOpenStack Release Bot2022-09-261-1/+1
| | | | | | | | | | | | 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: I7c81bf7a43d91c5e63a3dc3ca34528667c4966b5
* Merge "Adapt bindep ubuntu-jammy"Zuul2022-09-231-6/+4
|\
| * Adapt bindep ubuntu-jammyTakashi Natsume2022-08-201-6/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch changes the following items. * Remove python-dev in bindep.txt This is needed to make openstack-tox-py310 job to install deps properly. * Make python3 and python3-devel installed on CentOS 8 and Fedora Change-Id: Icf7c1e874923d0270bab4f76e14d5d4bfa22d6da Signed-off-by: Takashi Natsume <takanattie@gmail.com>
* | Merge "Update master for stable/zed"Zuul2022-09-222-0/+7
|\ \
| * | Update master for stable/zedOpenStack Release Bot2022-09-162-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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: I73c0db6a1c38f19184dc42fc4187087ceb322bfe
* | | [CI] Move queue setting to project levelwu.chunyang2022-09-201-3/+3
|/ / | | | | | | | | | | | | | | Per [1]. [1] http://lists.zuul-ci.org/pipermail/zuul-discuss/2022-May/001801.html Change-Id: I217033ab7266e9760ee92eb46401a11b82990030
* | Fix illegal shell characters18.0.0.0rc118.0.0wu.chunyang2022-09-145-0/+40
| | | | | | | | | | | | | | | | | | | | This change checks if the user input is legal. if illegal, we raise an InvalidValue excepiton. Story: 2010004 Task: 45128 Change-Id: Ib81646b8f8a01fcbc31d033ec205491b76a7b755
* | Fix compatibility with oslo.db 12.1.0wu.chunyang2022-09-141-0/+4
| | | | | | | | | | | | | | | | | | | | | | oslo.db 12.1.0 has changed the default value for the 'autocommit' parameter of 'LegacyEngineFacade' from 'True' to 'False'. This is a necessary step to ensure compatibility with SQLAlchemy 2.0. However, we are currently relying on the autocommit behavior and need changes to explicitly manage sessions. Until that happens, we need to override the default. Change-Id: I93ab8e0cce22a71efc08f73bde804d99a63b4a8d
* | Rename api_wsgi.py to app_wsgi.pyHirotaka Wakabayashi2022-09-023-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This PR changes wsgi script filename to app_wsgi.py. Original problem is that mod_wsgi script not found after devstack installation. This bug is created by #854356[1]. -- [1]: https://review.opendev.org/c/openstack/trove/+/854356 Story: 2010264 Task: 46163 Change-Id: I22883c8a8bb7e2818679d667b6868587a040a602
* | Rename app.wsgi to app_wsgi.pywu.chunyang2022-08-258-5/+13
|/ | | | | | | | | | 1. app.wsgi is a python script and should be end with py extension. 2. Generate trove-wsgi script which is needed by kolla to support https and ipv6. 3. Ignore build directory in git 4. update docs Change-Id: Ibbd6ecb8db25aa3a443d3f526f4cf6d418eb26f3
* Merge "Fix the missing of guest-agent.conf in guest vm"Zuul2022-08-193-2/+12
|\
| * Fix the missing of guest-agent.conf in guest vmwu.chunyang2022-08-163-2/+12
| | | | | | | | | | | | | | | | This PS sets the injected_config_owner to ubuntu and the injected_config_group to root. Story: 2010231 Task: 46023 Change-Id: I77f9d0332a123594eae434c6e1cc795242e4022d
* | Merge "Update python testing as per zed cycle testing runtime"Zuul2022-08-182-2/+6
|\ \
| * | Update python testing as per zed cycle testing runtimeTakashi Kajinami2022-07-172-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In Zed cycle, we have dropped the python 3.6/3.7[1] testing and its support. Add release notes and update the python classifier for the same. [1] https://governance.openstack.org/tc/reference/runtimes/zed.html Co-Authored-By: Ghanshyam Mann <gmann@ghanshyammann.com> Change-Id: Icb2db7d8db7487432864923740e82b42f52e329c
* | | Imported Translations from ZanataOpenStack Proposal Bot2022-08-151-5/+25
| |/ |/| | | | | | | | | | | For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: Ia27177b862e141cd7abd5e5ca09fdf0ac756d0cf
* | Merge "Uses ML2/OVN as network backend driver"Zuul2022-08-151-11/+28
|\ \
| * | Uses ML2/OVN as network backend driverHirotaka Wakabayashi2022-06-201-11/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This PR updates the Trove install instruction page using devstack to use OVN as network backend driver. Devstack has changed the default value of Q_AGENT to "ovn"[1] a few month ago, but The current Trove installation docs uses old network backend driver. [1]: https://opendev.org/openstack/devstack/commit/e38a39ad404637ca1649cea072883aa0a4592c4f Story: 2009925 Task: 44793 Change-Id: I10c7bf08324a2422fba8fcfa4aa238ac8d006030
* | | Merge "Fix docker start failed in guest-agent"Zuul2022-08-134-3/+15
|\ \ \
| * | | Fix docker start failed in guest-agentwuchunyang2022-08-094-3/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | docker_insecure_registries is a StrOpt, but the default value is '[]' which is true for a string. Change-Id: I4b8841cc77324f274bc8210d328bc42ddef5d056
* | | | Drop bionic supportwu.chunyang2022-08-1211-36/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | drop the support of bionic. ref: https://governance.openstack.org/tc/reference/runtimes/zed.html Change-Id: I6dd126d49196af30bd5578c6aefa90fff9f1d5c1
* | | | Merge "Increase guest image size to 5G"Zuul2022-08-121-1/+1
|\ \ \ \
| * | | | Increase guest image size to 5Gwu.chunyang2022-08-121-1/+1
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | trovestack built image failed due to the less disk space. this ps increases the image size from 3 to 5G ref: https://zuul.opendev.org/t/openstack/build/fedba359fbc8427c886ff2b2f0767d37/console Change-Id: I7e48d74e2e03fe168a185949b162b3dfcc6fb7d5
* | | | Set os release to focal in devstackwu.chunyang2022-08-111-1/+1
|/ / / | | | | | | | | | | | | | | | | | | | | | trove built image failed in devstack due to the bionic os release. in 'Z' cycle, openstack doesn't support bionic any more. Change-Id: I1138c4dc346d4b4bbe4d72e72ff8ae59f2fce606
* | | Imported Translations from ZanataOpenStack Proposal Bot2022-08-043-121/+302
| | | | | | | | | | | | | | | | | | | | | For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I968952ecf55c67e752c764cf1a4a80934e411ebe
* | | Merge "Changed py39 from py27 in tox"Zuul2022-07-292-7/+6
|\ \ \
| * | | Changed py39 from py27 in toxljhuang2022-07-292-7/+6
| | | | | | | | | | | | | | | | | | | | | | | | Changed py39 from py27 in tox for contributing doc Change-Id: Ia079b7b7f5d96858c7dfe4b3d103c0efd86ae68b
* | | | Merge "Ignore vscode files in git"Zuul2022-07-281-0/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Ignore vscode files in gitwu.chunyang2022-07-111-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | Trivial Fix Change-Id: I8f157005409fae76c19caadf15c9dd291bd971b4