DEV-814: start iam with keycloak, before other services in patchday

qa
Hoan To 3 years ago
parent f1e7c4683a
commit dcfcb3887e

@ -212,7 +212,7 @@
# due to bloody dependencies in SMA application startup, iam must be available during startup
# => patching IAM service outsourced in separate part to make sure that is up and running
- hosts: iam
- hosts: iam,keycloak
serial: 10
become: yes
tasks:
@ -257,7 +257,7 @@
state: present
loop: '{{ docker_compose_services.files }}'
- hosts: all,!elastic,!postgres,!k8s_cluster,!iam,!restore
- hosts: all,!elastic,!postgres,!k8s_cluster,!iam,!restore,!keycloak
serial: 10
become: yes
tasks:

Loading…
Cancel
Save