diff --git a/docs/openstack/edpm_adoption.md b/docs/openstack/edpm_adoption.md index f640f408d..47c141dcc 100644 --- a/docs/openstack/edpm_adoption.md +++ b/docs/openstack/edpm_adoption.md @@ -156,24 +156,24 @@ done value: "True" - name: ANSIBLE_ENABLE_TASK_DEBUGGER value: "True" + nodes: + standalone: + hostName: standalone + ansible: + ansibleHost: 192.168.122.100 + networks: + - defaultRoute: true + fixedIP: 192.168.122.100 + name: CtlPlane + subnetName: subnet1 + - name: InternalApi + subnetName: subnet1 + - name: Storage + subnetName: subnet1 + - name: Tenant + subnetName: subnet1 nodeTemplate: ansibleSSHPrivateKeySecret: dataplane-adoption-secret - nodes: - standalone: - hostName: standalone - ansible: - ansibleHost: 192.168.122.100 - networks: - - defaultRoute: true - fixedIP: 192.168.122.100 - name: CtlPlane - subnetName: subnet1 - - name: InternalApi - subnetName: subnet1 - - name: Storage - subnetName: subnet1 - - name: Tenant - subnetName: subnet1 managementNetwork: ctlplane ansible: ansibleUser: root diff --git a/tests/roles/dataplane_adoption/tasks/main.yaml b/tests/roles/dataplane_adoption/tasks/main.yaml index e6c0c9c71..33e2afd01 100644 --- a/tests/roles/dataplane_adoption/tasks/main.yaml +++ b/tests/roles/dataplane_adoption/tasks/main.yaml @@ -166,24 +166,24 @@ value: "True" - name: ANSIBLE_ENABLE_TASK_DEBUGGER value: "True" + nodes: + standalone: + hostName: standalone + ansible: + ansibleHost: {{ edpm_node_ip }} + networks: + - defaultRoute: true + fixedIP: {{ edpm_node_ip }} + name: CtlPlane + subnetName: subnet1 + - name: InternalApi + subnetName: subnet1 + - name: Storage + subnetName: subnet1 + - name: Tenant + subnetName: subnet1 nodeTemplate: ansibleSSHPrivateKeySecret: {{ ansibleSSHPrivateKeySecret }} - nodes: - standalone: - hostName: standalone - ansible: - ansibleHost: {{ edpm_node_ip }} - networks: - - defaultRoute: true - fixedIP: {{ edpm_node_ip }} - name: CtlPlane - subnetName: subnet1 - - name: InternalApi - subnetName: subnet1 - - name: Storage - subnetName: subnet1 - - name: Tenant - subnetName: subnet1 managementNetwork: ctlplane ansible: ansiblePort: 22