From 763af47be8d410d63fd85047abd0592b73dad38d Mon Sep 17 00:00:00 2001 From: Fabricio Aguiar Date: Wed, 4 Oct 2023 11:13:57 +0100 Subject: [PATCH] Adding back the dataplane services Signed-off-by: Fabricio Aguiar --- docs/openstack/edpm_adoption.md | 2 +- tests/roles/dataplane_adoption/tasks/main.yaml | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/openstack/edpm_adoption.md b/docs/openstack/edpm_adoption.md index b5a16cb78..0e9ea4d70 100644 --- a/docs/openstack/edpm_adoption.md +++ b/docs/openstack/edpm_adoption.md @@ -154,9 +154,9 @@ done - ctlplane preProvisioned: true services: + - download-cache - configure-network - validate-network - - download-cache - install-os - configure-os - run-os diff --git a/tests/roles/dataplane_adoption/tasks/main.yaml b/tests/roles/dataplane_adoption/tasks/main.yaml index ea322280a..88fd6127a 100644 --- a/tests/roles/dataplane_adoption/tasks/main.yaml +++ b/tests/roles/dataplane_adoption/tasks/main.yaml @@ -166,9 +166,13 @@ - ctlplane preProvisioned: true services: + - download-cache - configure-network - validate-network - install-os + - configure-os + - run-os + - ovn env: - name: ANSIBLE_CALLBACKS_ENABLED value: "profile_tasks" @@ -300,6 +304,6 @@ ansible.builtin.shell: | {{ shell_header }} {{ oc_header }} - oc wait --for condition=Ready osdpns/openstack --timeout=30m + oc wait --for condition=Ready osdpns/openstack --timeout=40m # TODO: work on network configuration for making possible to run this task on other IP ranges when: "edpm_node_ip.startswith('192.168.122')"