summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/source/admin/run_trove_in_production.rst3
-rw-r--r--playbooks/image-build/docker-registry.yaml2
-rw-r--r--zuul.d/jobs.yaml3
3 files changed, 6 insertions, 2 deletions
diff --git a/doc/source/admin/run_trove_in_production.rst b/doc/source/admin/run_trove_in_production.rst
index 8d683e83..7ebb0f65 100644
--- a/doc/source/admin/run_trove_in_production.rst
+++ b/doc/source/admin/run_trove_in_production.rst
@@ -232,6 +232,9 @@ DEFAULT group
Maximum time (in seconds) to wait for Guest Agent 'slow' requests (such as
restarting the instance server) to complete.
+ database_service_uid
+ The UID(GID) of database service user.
+
keystone_authtoken group
Like most of other OpenStack services, Trove uses `Keystone Authentication
Middleware
diff --git a/playbooks/image-build/docker-registry.yaml b/playbooks/image-build/docker-registry.yaml
index fc9074f1..8c46b01d 100644
--- a/playbooks/image-build/docker-registry.yaml
+++ b/playbooks/image-build/docker-registry.yaml
@@ -65,4 +65,4 @@
become: true
archive:
path: "/opt/trove_registry/"
- dest: '{{ ansible_user_dir }}/images/trove-datastore-registry-master.tar.gz' \ No newline at end of file
+ dest: "{{ ansible_user_dir }}/images/trove-datastore-registry-master.tar.gz"
diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml
index a2747831..032f4776 100644
--- a/zuul.d/jobs.yaml
+++ b/zuul.d/jobs.yaml
@@ -484,7 +484,8 @@
Build and publish trove datastore docker images to
tarballs.openstack.org.
run: playbooks/image-build/docker-registry.yaml
+ parent: publish-openstack-artifacts
post-run: playbooks/image-build/post.yaml
nodeset: trove-ubuntu-focal-single
required-projects:
- - openstack/trove \ No newline at end of file
+ - openstack/trove