Keystone: add deps for rabbitmq job
This PS adds dep checking for the rabbitmq management jobs. Change-Id: Ibdaa1a9d6db0eb8fae83ba6390d629af7ee63571 Signed-off-by: Pete Birley <pete@port.direct>
This commit is contained in:
parent
fb22bbf6cf
commit
75b1af3897
@ -13,6 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|||||||
See the License for the specific language governing permissions and
|
See the License for the specific language governing permissions and
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
*/}}
|
*/}}
|
||||||
|
|
||||||
{{- if .Values.manifests.job_rabbit_init }}
|
{{- if .Values.manifests.job_rabbit_init }}
|
||||||
{{- $rmqUserJob := dict "envAll" . "serviceName" "keystone" -}}
|
{{- $rmqUserJob := dict "envAll" . "serviceName" "keystone" -}}
|
||||||
{{ $rmqUserJob | include "helm-toolkit.manifests.job_rabbit_init" }}
|
{{ $rmqUserJob | include "helm-toolkit.manifests.job_rabbit_init" }}
|
||||||
|
@ -105,6 +105,7 @@ dependencies:
|
|||||||
- keystone-db-sync
|
- keystone-db-sync
|
||||||
- keystone-credential-setup
|
- keystone-credential-setup
|
||||||
- keystone-fernet-setup
|
- keystone-fernet-setup
|
||||||
|
- keystone-rabbit-init
|
||||||
services:
|
services:
|
||||||
- endpoint: internal
|
- endpoint: internal
|
||||||
service: oslo_cache
|
service: oslo_cache
|
||||||
@ -133,6 +134,7 @@ dependencies:
|
|||||||
- keystone-db-init
|
- keystone-db-init
|
||||||
- keystone-credential-setup
|
- keystone-credential-setup
|
||||||
- keystone-fernet-setup
|
- keystone-fernet-setup
|
||||||
|
- keystone-rabbit-init
|
||||||
services:
|
services:
|
||||||
- endpoint: internal
|
- endpoint: internal
|
||||||
service: oslo_db
|
service: oslo_db
|
||||||
|
Loading…
x
Reference in New Issue
Block a user