Fix role order so that pg config is created before the pg cr
This commit is contained in:
parent
3900ec1bf3
commit
84495bfa92
@ -119,7 +119,7 @@
|
||||
set_fact:
|
||||
tenant_config_updated: >-
|
||||
{% if (scheduler_config is changed and
|
||||
scheduler_config.diff and
|
||||
scheduler_config.diff|default(None) and
|
||||
'main.yaml' in scheduler_config.diff[-1][1]) %}True
|
||||
{% endif %}
|
||||
|
||||
|
@ -123,5 +123,3 @@
|
||||
pgo-backrest: 'false'
|
||||
pgo-version: 3.5.2
|
||||
usersecretname: "{{ pg_cluster_name }}-zuul-secret"
|
||||
|
||||
- pause:
|
||||
|
@ -7,13 +7,13 @@
|
||||
command: env
|
||||
- import_role:
|
||||
name: get_status
|
||||
- import_role:
|
||||
name: create_config
|
||||
- import_role:
|
||||
name: deploy_pg
|
||||
when: (pg_cr_lookup|length==0)
|
||||
- import_role:
|
||||
name: deploy_zk
|
||||
when: (zk_cr_lookup|length==0)
|
||||
- import_role:
|
||||
name: create_config
|
||||
- import_role:
|
||||
name: deploy
|
||||
|
Loading…
Reference in New Issue
Block a user