summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Do not configure removed [DEFAULT] rpc_backend"HEADmasterZuul2023-04-292-4/+0
|\
| * Do not configure removed [DEFAULT] rpc_backendTakashi Kajinami2023-03-202-4/+0
| | | | | | | | | | | | | | | | This option was removed in oslo.messaging 9.0.0[1]. [1] https://docs.openstack.org/releasenotes/oslo.messaging/stein.html#relnotes-9-0-0-stable-stein-upgrade-notes Change-Id: I11660751532dde117bbf509302fbde594e3911b1
* | Merge "Test 5.7.29 for mysql datastore"Zuul2023-04-291-2/+2
|\ \
| * | Test 5.7.29 for mysql datastorewu.chunyang2023-03-311-2/+2
| | | | | | | | | | | | | | | | | | we test a exact mysql version in CI Change-Id: Icb0fe4b7357805410de9e8c9f6c9c8a5284827c0
* | | Merge "Fix inspect.getargspec() deprecation warning"Zuul2023-04-182-2/+2
|\ \ \
| * | | Fix inspect.getargspec() deprecation warninglikui2023-04-182-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() or inspect.getfullargspec() [1] https://docs.python.org/3/library/inspect.html#inspect.getargspec Story: 2010694 Task: 47804 Change-Id: Ica14e66d2130dbc5949a6567673e68e8bb450061
* | | | Merge "Add missing releasenotes"Zuul2023-03-302-0/+13
|\ \ \ \ | |_|/ / |/| | |
| * | | Add missing releasenoteswu.chunyang2023-03-292-0/+13
| | | | | | | | | | | | | | | | Change-Id: Ic0cf8ad40cb82254d0eae9ac6d4ed7de6eb59450
* | | | Using 5.7.29 tag for mysql image.wu.chunyang2023-03-291-1/+1
|/ / / | | | | | | | | | | | | | | | | | | mysql:5.7 image always links to the lastest mysql 5.7 image, this may not be stable for our CI test. Change-Id: I8845918929aeb3c35270be9148120a1f445e3fa9
* | | Merge "Ignore more files for zuul jobs"Zuul2023-03-281-0/+12
|\ \ \
| * | | Ignore more files for zuul jobswu.chunyang2023-03-221-0/+12
| | | | | | | | | | | | | | | | Change-Id: Ib00fdb1b4e64b5e0c017024d2772e236ce6dc8bc
* | | | Merge "Fixes permission problem when restoring backup"Zuul2023-03-222-30/+62
|\ \ \ \
| * | | | Fixes permission problem when restoring backupHirotaka Wakabayashi2023-01-272-30/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This PR changes the owner of the file used by the docker container that resets the mysql root password. Original problem is the failure to restore mysql:5.7.x backup. The error occurs because the container process tries to update the file that owned by the others. Story: 2010467 Task: 47017 Change-Id: I3d8ebaac4ee5e13af83c305ce28b51e4442d8c8b
* | | | | Merge "Use new get_rpc_client API from oslo.messaging"Zuul2023-03-202-5/+4
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Use new get_rpc_client API from oslo.messagingTobias Urdin2023-03-062-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use the new API that is consistent with the existing API instead of instantiating the client class directly. This was introduced in release 14.1.0 here [1] and added into oslo.messaging here [2] [1] https://review.opendev.org/c/openstack/requirements/+/869340 [2] https://review.opendev.org/c/openstack/oslo.messaging/+/862419 Change-Id: Ia0178e905654aaf0d05c7396867332ea5a661760
* | | | | Merge "Imported Translations from Zanata"Zuul2023-03-170-0/+0
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Imported Translations from ZanataOpenStack Proposal Bot2023-03-142-0/+128
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I385fe409a484e0710f3788f24719d1260e8980d9
* | | | | Imported Translations from ZanataOpenStack Proposal Bot2023-03-092-0/+128
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: Ibbb4be0abe55eb43f0df1a46af22041e048d3d9b
* | | | Imported Translations from ZanataOpenStack Proposal Bot2023-03-071-4/+4
|/ / / | | | | | | | | | | | | | | | | | | For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I492b82019e6c25154cec0fc7e6ee8353e7a572c5
* | | Update master for stable/2023.1OpenStack Release Bot2023-03-062-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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: I940fe5c523b28602bcf7baabaca372b2ea35938d
* | | Merge "Fix tox cover check"Zuul2023-03-051-2/+2
|\ \ \
| * | | Fix tox cover checkwu.chunyang2023-02-281-2/+2
| | | | | | | | | | | | | | | | Change-Id: Id6cec4d2f94bcdbdf0954f1fe3be1ce4404c983c
* | | | Merge "Creates the mysqld extra configuration dir"Zuul2023-03-051-2/+4
|\ \ \ \
| * | | | Creates the mysqld extra configuration dirHirotaka Wakabayashi2023-01-241-2/+4
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This PR makes guest-agent create the mysqld extra configuration dir. The original problem is that guest-agent fails to start mysql service with the following error message: ``` mysqld: Can't read dir of '/etc/mysql/mysql.conf.d/' (Errcode: 2 - No such file or directory) ``` Story: 2010543 Task: 47205 Change-Id: Ib1fcc64d5f27bf595d4b4c1d4e145136160bf842
* | | | 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
|\ \ \