Setup keystone sp/idp after db contract
This will fail if the db contract has not happened Depends-On: https://review.opendev.org/760429 Change-Id: I0e6299a2b86015928b18558ae8de530b0796d8b1
This commit is contained in:
parent
f2873ddbdb
commit
457447431f
@ -150,3 +150,19 @@
|
|||||||
value: "False"
|
value: "False"
|
||||||
when:
|
when:
|
||||||
- "dbsync_contract is succeeded"
|
- "dbsync_contract is succeeded"
|
||||||
|
|
||||||
|
# note(jrosser) this can only be done once the DB contract has completed so we must put it as
|
||||||
|
# the last part of the keystone setup
|
||||||
|
- name: SP/IDP setup
|
||||||
|
hosts: keystone_all
|
||||||
|
gather_facts: no
|
||||||
|
user: root
|
||||||
|
environment: "{{ deployment_environment_variables | default({}) }}"
|
||||||
|
vars_files:
|
||||||
|
- "defaults/{{ install_method }}_install.yml"
|
||||||
|
tags:
|
||||||
|
- keystone
|
||||||
|
roles:
|
||||||
|
- role: os_keystone
|
||||||
|
tasks_from: main_keystone_federation_sp_idp_setup.yml
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user