| --- |
| - name: Update planet cache |
| include: apigee-planet-cache.yml |
| vars: |
| target_hosts: planet |
| |
| - name: Install and configure OS pre-requisites |
| include: apigee-os-pre-requisites.yml |
| tags: ['os'] |
| vars: |
| target_hosts: planet |
| |
| - name: Install Apigee pre-requisites |
| include: apigee-pre-requisites-bootstrap.yml |
| tags: ['bootstrap'] |
| vars: |
| target_hosts: planet |
| |
| - name: Install Apigee pre-requisites |
| include: apigee-pre-requisites-common-install.yml |
| tags: ['common'] |
| vars: |
| target_hosts: planet |
| |
| - name: Configure Cassandra & Zookeeper node |
| include: apigee-edge-configuration.yml |
| tags: ['ds','ds-config'] |
| vars: |
| target_hosts: dc-2-ds,dc-1-ds |
| opdk_ldap_type: '2' |
| |
| - name: Apply configuration to Cassandra & Zookeeper node |
| include: install-edge-cassandra-zookeeper-component-setup.yml |
| tags: ['ds','ds-setup'] |
| vars: |
| target_hosts: dc-2-ds,dc-1-ds |
| |
| - name: Configure MS node on dc-1 |
| include: apigee-edge-configuration.yml |
| tags: ['ms','ms-config'] |
| vars: |
| target_hosts: dc-1-ms |
| opdk_ldap_type: '2' |
| |
| - name: Configure Cassandra Client on the Management Server on dc-1 |
| include: install-edge-cassandra-client.yml |
| tags: ['ms', 'ms-cass-client'] |
| vars: |
| target_hosts: dc-1-ms |
| |
| - name: Apply configuration to Management Server node |
| include: install-edge-management-server-component-setup.yml |
| tags: ['ms','ms-setup'] |
| vars: |
| target_hosts: dc-1-ms |
| |
| - name: Rebuild Cassandra |
| include: edge-expansion-rebuild-cassandra.yml |
| tags: ['ms', 'ms-cass-rebuild'] |
| vars: |
| target_hosts: dc-2-ds |
| |
| - name: Configure MS node on dc-2 |
| include: apigee-edge-configuration.yml |
| tags: ['ms','ms-config'] |
| vars: |
| target_hosts: dc-2-ms |
| opdk_ldap_type: '2' |
| |
| - name: Apply configuration to Management Server node |
| include: install-edge-management-server-component-setup.yml |
| tags: ['ms','ms-setup'] |
| vars: |
| target_hosts: dc-2-ms |
| |
| - name: Configure RMP node |
| include: apigee-edge-configuration.yml |
| tags: ['rmp','rmp-config'] |
| vars: |
| target_hosts: dc-2-rmp,dc-1-rmp |
| opdk_ldap_type: '2' |
| |
| - name: Apply configuration to Router & Message Processor node |
| include: install-edge-rmp-component-setup.yml |
| tags: ['rmp','rmp-setup'] |
| vars: |
| target_hosts: dc-2-rmp,dc-1-rmp |
| |
| - name: Configure Qpid node |
| include: apigee-edge-configuration.yml |
| tags: ['qpid','qpid-config'] |
| vars: |
| target_hosts: dc-2-qpid |
| opdk_ldap_type: '2' |
| |
| - name: Apply configuration to Qpid node |
| include: install-edge-qpid-component-setup.yml |
| tags: ['qpid','qpid-setup'] |
| vars: |
| target_hosts: dc-2-qpid |
| |
| - name: Register dc-2 Qpids with Management Server |
| include: edge-expansion-register-qpid.yml |
| tags: ['qpid','qpid-expand'] |
| vars: |
| target_hosts: dc-2-qpid |
| |
| - name: Configure Qpid node |
| include: apigee-edge-configuration.yml |
| tags: ['pg','pg-config'] |
| vars: |
| target_hosts: pg |
| opdk_ldap_type: '2' |
| |
| - name: Install Postgres node |
| include: install-edge-pg-component-setup.yml |
| tags: ['pg','pg-config'] |
| vars: |
| target_hosts: pg |
| |
| - name: Install Postgres node |
| include: edge-pgmaster-pgstandby-node-config.yml |
| tags: ['pg','pg-expand'] |
| |
| - name: Validate RMP |
| include: install-edge-rmp-validate.yml |
| tags: ['validate-rmp'] |
| vars: |
| target_hosts: dc-2-rmp |
| |
| - name: Download logs and configs |
| tags: ['logs'] |
| include: apigee-log-config-files.yml |
| vars: |
| target_hosts: planet |