Skip to content

Commit

Permalink
Merge pull request #534 from klgill/Docs-MinorFixes
Browse files Browse the repository at this point in the history
updated dataplane operator and databaseUser field
  • Loading branch information
klgill authored Jul 19, 2024
2 parents aa6e213 + 0afadf4 commit 9087d51
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs_user/modules/proc_adopting-autoscaling.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ ifeval::["{build}" == "downstream"]
listenerImage: "registry.redhat.io/rhosp-dev-preview/openstack-aodh-listener-rhel9:18.0"
endif::[]
passwordSelectors:
databaseUser: aodh
databaseAccount: aodh
databaseInstance: openstack
memcachedInstance: memcached
EOF
Expand Down
1 change: 0 additions & 1 deletion docs_user/modules/proc_adopting-key-manager-service.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ spec:
template:
databaseInstance: openstack
databaseAccount: barbican
databaseUser: barbican
rabbitMqClusterName: rabbitmq
secret: osp-secret
simpleCryptoBackendSecret: osp-secret
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Compute services rolling upgrade cannot be done during adoption,
there is in a lock-step with Compute control plane services, because those are managed independently by data plane ansible and Kubernetes Operators.
Compute service operator and Dataplane Operator ensure upgrading
The Compute service operator and OpenStack Operator ensure upgrading
is done independently of each other, by configuring
`[upgrade_levels]compute=auto` for Compute services. Compute control plane
services apply the change right after custom resource (CR) is patched. Compute data plane services will catch up the same config change with ansible deployment later on.
Expand Down

0 comments on commit 9087d51

Please sign in to comment.