updated with work for installing two regions at once.
diff --git a/components/opdk-setup-postgres-common.yml b/components/opdk-setup-postgres-common.yml index e2ef8ef..3bf3699 100644 --- a/components/opdk-setup-postgres-common.yml +++ b/components/opdk-setup-postgres-common.yml
@@ -36,15 +36,3 @@ when: pg_component is defined and pg_component == 'standby' tags: - apigee-component - -- hosts: '{{ hosts }}' - serial: 1 - roles: - - apigee-opdk-setup-default-settings - tasks: - - name: Obtain server self report - opdk_server_self: - server_type: 'ps' - username: '{{ opdk_user_email }}' - password: '{{ opdk_user_pass }}' - ignore_errors: yes
diff --git a/installation.yml b/installation.yml index e42ad76..1f7a0b9 100644 --- a/installation.yml +++ b/installation.yml
@@ -74,14 +74,6 @@ - dc-1-ms - dc-1 -- include: configuration/opdk-set-reachable.yml - vars: - hosts: 'dc-1-rmp' - reachability: 'false' - tags: - - dc-1-rmp - - dc-1 - - include: components/opdk-install-component.yml vars: hosts: 'dc-1-rmp' @@ -90,14 +82,6 @@ - dc-1-rmp - dc-1 -- include: configuration/opdk-set-reachable.yml - vars: - hosts: 'dc-1-rmp' - reachability: 'true' - tags: - - dc-1-rmp - - dc-1 - - include: components/opdk-install-component.yml vars: hosts: 'dc-1-qpid' @@ -278,6 +262,8 @@ - dc-2-qpid - dc-2 +# TODO: add new ax group here then continue + - include: components/opdk-setup-postgres-common.yml vars: hosts: 'dc-2-pgmaster'