summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Do not configure removed [DEFAULT] rpc_backendTakashi Kajinami2023-03-201-2/+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 "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
* | 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
* Rename app.wsgi to app_wsgi.pywu.chunyang2022-08-251-1/+1
| | | | | | | | | | 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 "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
* | Drop bionic supportwu.chunyang2022-08-124-10/+10
| | | | | | | | | | | | | | | | drop the support of bionic. ref: https://governance.openstack.org/tc/reference/runtimes/zed.html Change-Id: I6dd126d49196af30bd5578c6aefa90fff9f1d5c1
* | Add release note(aka. reno) guidewu.chunyang2022-07-113-0/+167
| | | | | | | | | | | | | | This PR adds reloease note guide for trove project and renames some notes due to uid collision Change-Id: I55f49425dc3df6599ff6714efd8f7c1dc656ddf2
* | Uses userdata instead of personality filesHirotaka Wakabayashi2022-06-201-0/+7
|/ | | | | | | | | | | | | | | This PR uses userdata instead of personality files because of Nova's deprecates personality files[1] since the the NovaApi-2.57 microversion. Original problem is guest instance creation failure due to the lack of guestagent configuration files because of the recent code chage[2]. [1]: https://review.opendev.org/c/openstack/nova/+/522027 [2]: https://review.opendev.org/c/openstack/trove/+/823632 Task: 44821 Story: 2009934 Change-Id: Id6a6aae3de17c12001b1e9946a4c0ce28ff29f73
* Add python3.9 supportwu.chunyang2022-04-281-3/+3
| | | | | | | Add python3.9 support and set the default test env from py38 to py39 Change-Id: Ie1a4790762b80b8f60eda86b879b73b8a6005eba
* Fixes the wrong instructionHirotaka Wakabayashi2022-04-041-1/+1
| | | | | | | | | | | | | | | | This PR changes the "configuration" command parameter name from "datastore_version" to datastore-version. The parameter name has changed from "datastore_version" to "datastore-version"[1]. The original problem is what I got an error when I try to create a configuration: "openstack database configuration create: error: unrecognized arguments: --datastore_version ..." [1]: https://github.com/openstack/python-troveclient/commit/a57568397e58cd40269a48b777bd41cc1a1416e8 Story: 2009960 Task: 44928 Change-Id: I94e02cfd4026c56a05b3acccc3a5327b54e6b585
* Defines Q_AGENT openvswitch explicitlyHirotaka Wakabayashi2022-03-111-2/+4
| | | | | | | | | | | | | This PR fixes Trove installation errors using devstack. We need to set Q_AGENT as openvswitch explicitly in local.conf when we continue to use openvswitch because devstack recently changed the default L2 agent from openvswitch to OVN[1]. [1]: https://review.opendev.org/c/openstack/devstack/+/735097 Task: 44754 Story: 2009913 Change-Id: I270bff21e0621ba59607a31607303f7d06d4a054
* [Doc] Describe the usage of root_on_create optionLingxian Kong2021-10-061-6/+11
| | | | Change-Id: I8a64f3dfaae824d03927d291d3510ffd04fc1995
* Doc: Upgrade trove guest agentLingxian Kong2021-08-171-77/+99
| | | | Change-Id: I0140da9d9bea575d947fd48004088a258d95b5a9
* Show user network ID for getting instanceLingxian Kong2021-08-023-63/+63
| | | | Change-Id: Ia1e9112ae69e04f8c3e9e9d1b4a0189c743d7448
* Add periodic task to remove postgres archived wal filesLingxian Kong2021-07-233-0/+47
| | | | | | | | | | | | * Added a periodic task for postgresql datastore to clean up the archived WAL files. * Added a check when creating incremental backups for postgresql. * A new container image ``openstacktrove/db-backup-postgresql:1.1.2`` is uploaded to docker hub. Story: 2009066 Task: 42871 Change-Id: I235e2abf8c0405e143ded6fb48017d596b8b41a1
* Add doc for running unit testsLingxian Kong2021-07-131-70/+42
| | | | Change-Id: Ib6a55b65767e89eb5411783934aa3cc362505dcb
* [doc] Add configuration referenceDmitriy Rabotyagov2021-04-066-3/+92
| | | | | | | Config reference has been dropped for some reason several releases before. We return configuration reference along with policy to the docs. Change-Id: I0927466d18eca5572932fcf9e2ca6349b11ca847
* [Doc] Add another method to check guest agent logLingxian Kong2021-03-251-19/+86
| | | | Change-Id: Id163bdb1b30cf8057f3bd171448a8771194ee8ec
* doc: Restore backup from other regions15.0.0.0rc1Lingxian Kong2021-02-221-2/+41
| | | | Change-Id: Id9d9ea26d2a9cdc45d9e84764a49baa46d052281
* Support to restore backup from remote locationLingxian Kong2021-02-181-0/+18
| | | | | | | | In multi-region deployment with geo-replicated Swift, the user can restore a backup in one region by manually specifying the original backup data location created in another region. Change-Id: Iefef3bf969163af707935445bc23299400dc88c3
* Doc: custom container image registryLingxian Kong2021-02-091-0/+31
| | | | Change-Id: I6a144fbf5d79c29dc204483bb7403ea850983a73
* remove unicode from codelikui2021-01-031-12/+12
| | | | | Implements: blueprint remove-unicode Change-Id: Ib7eb517f404fe87b880f7091366721d2cfc5cdf8
* [goal] Deprecate the JSON formatted policy fileGhanshyam Mann2020-12-261-1/+9
| | | | | | | | | | | | | | | | | | As per the community goal of migrating the policy file the format from JSON to YAML[1], we need to do two things: 1. Change the default value of '[oslo_policy] policy_file'' config option from 'policy.json' to 'policy.yaml' with upgrade checks. 2. Deprecate the JSON formatted policy file on the project side via warning in doc and releasenotes. Also replace policy.json to policy.yaml ref from doc and tests. [1]https://governance.openstack.org/tc/goals/selected/wallaby/migrate-policy-format-from-json-to-yaml.html Change-Id: I790409da69df8479ad2fe152b15c32ba45067c23
* Support instance operating_statusLingxian Kong2020-12-094-165/+131
| | | | | | | Added a new field ``operating_status`` for the instance to show the actual operational status of user's database. Change-Id: I7c52cff0ec48289fe1a260e99e02a506d4f8ddec
* Merge "Remove the experimental claim of dev_mode false"Zuul2020-11-271-3/+2
|\
| * Remove the experimental claim of dev_mode falseLingxian Kong2020-11-271-3/+2
| | | | | | | | | | | | I am using the guest image built by dev_mode=false for some time, it's stable. Change-Id: Ic74d10647f82044038ea9a4d99cb9a0320459675
* | Fix the guest service name in troubleshooting guideLingxian Kong2020-11-271-1/+1
|/ | | | Change-Id: Icae399527211a2c4f50b04889b5e1ba09b4982ed
* Support --image-tags for trove-manager datastore_version_update commandLingxian Kong2020-11-262-9/+10
| | | | | | | | | image-tags was introduced in commit 1d24b65 but the implementation was backward incompatible for the CLI `trove-manager datastore_version_update`. This patch changes that by supporting an optional parameter `--image-tags`. Change-Id: I583c296f15a453bdfadf10de5c678ac483cbd4dd
* [Doc] Support datastore version numberLingxian Kong2020-11-222-6/+11
| | | | | | | Story: 2008358 Task: 41264 Change-Id: I45ba63454f5b9c29d95c67e49b44f8233dda18fb
* Add doc for running functional testLingxian Kong2020-10-311-11/+78
| | | | Change-Id: I0bb1619435b5fb7cfcc4ea55691d728413939fef
* Merge "Warning user running command trove-manage db_recreate"Zuul2020-10-211-0/+4
|\
| * Warning user running command trove-manage db_recreateNguyen Thanh Cong2020-10-021-0/+4
| | | | | | | | | | | | | | Warning because when running command it will drop database and loss all data with no optional or confirm. Change-Id: Id81523e844213c806e0f4965deea9bb43b0b5a5e
* | [TrivialFix] Fix '--replica-of' argument format in docsIvan Kolodyazhny2020-10-191-2/+2
| | | | | | | | Change-Id: I1410951c46654f1aad0e3aa2904ed006d629c41b
* | [Doc] datastore guideLingxian Kong2020-10-131-9/+17
| | | | | | | | Change-Id: Id2ab6f94a372395563eef12a6fd5f0682eb94777
* | fix typo in docswu.chunyang2020-10-123-4/+4
| | | | | | | | | | | | | | | | replace datastore_version with datastore-version in openstack client. trivial fix Change-Id: I5b5198c41af2f6463bf18b49de6f85080c5e05f8
* | Add resource quota description for production guideLingxian Kong2020-10-121-6/+20
| | | | | | | | Change-Id: Id51ec601e84a3fcf9cfe2ab206a91126a4af9321
* | Support database version image tags for creating instanceLingxian Kong2020-10-092-4/+21
| | | | | | | | Change-Id: If6ffacb5bab1aa5ffc51dd5678bd110c0beeb51d
* | Image tags support in datastore versionLingxian Kong2020-10-096-200/+70
| | | | | | | | Change-Id: I0e51d08515c121e3a7b0e82b6e4c4161bb4fbc4a
* | Merge "Update OS Ubuntu and fix create configuration"Zuul2020-10-022-3/+5
|\ \
| * | Update OS Ubuntu and fix create configurationNguyen Thanh Cong2020-10-022-3/+5
| |/ | | | | | | | | | | | | | | Ubuntu 14.04 can't install Openstack latest, update to Ubuntu 18.04. Create configuration need specific --datastore_version if no default datastore is defined. Change-Id: I78ab5fcb64837166a9807fbcc414a2538f85b6ac
* | abbreviation error correctionNguyen Thanh Cong2020-10-021-3/+3
|/ | | | Change-Id: I246524f7a9edba2092469d487f341255b8be6e70
* [Doc] Improve building Trove guest image instructionLingxian Kong2020-09-211-3/+26
| | | | Change-Id: I96c9c70aee9363880c0ba9372a347a80fa930e14
* Only enable user and database API for MySQLLingxian Kong2020-09-132-58/+57
| | | | Change-Id: Ic59f2fd94c5f216414effe7d13d0dd486dce9243
* Trove upgrade guideLingxian Kong2020-08-143-21/+213
| | | | Change-Id: Ib270f967cd9dc2ee72c96d93baa853c0a4e8c780
* Add instruction for upgrading trove guest agentLingxian Kong2020-08-072-0/+21
| | | | Change-Id: I574f93d2023d35b2ede0e6e532a06ea1bdddad5f
* Merge "Using same config with primary for replicas"Zuul2020-07-274-82/+137
|\
| * Using same config with primary for replicasLingxian Kong2020-07-274-82/+137
| | | | | | | | Change-Id: Icadc95ea54e4509dc148f8e84f2eaac5840509f3
* | Fix oslo-config-generator command example in docLingxian Kong2020-07-241-1/+1
|/ | | | Change-Id: Iaa4a1793e6ed9e42e516c72545c04278b1fcd291