Skip to content

Commit b64e200

Browse files
committed
Restructure install_yamls_setup playbook
... and run EDPM_TOTAL_NODES=2 make edpm_compute
1 parent 120e630 commit b64e200

File tree

1 file changed

+3
-11
lines changed
  • install_yamls_setup/roles/podified_cp/tasks

1 file changed

+3
-11
lines changed

install_yamls_setup/roles/podified_cp/tasks/main.yaml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -93,17 +93,6 @@
9393
state: link
9494
tags: crc
9595

96-
- name: Create devsetup using make
97-
shell:
98-
cmd: |
99-
set +ex
100-
eval $(crc oc-env)
101-
oc login -u kubeadmin -p 12345678 https://api.crc.testing:6443
102-
make crc_storage
103-
make input
104-
chdir: "~/install_yamls"
105-
tags: crc
106-
10796
- name: Run make crc_attach_default_interface
10897
shell:
10998
cmd: |
@@ -112,6 +101,7 @@
112101
oc login -u kubeadmin -p 12345678 https://api.crc.testing:6443
113102
make attach_default_interface_cleanup
114103
make crc_attach_default_interface
104+
EDPM_TOTAL_NODES=2 make edpm_compute
115105
exit 0
116106
chdir: "~/install_yamls/devsetup"
117107
tags: crc
@@ -139,6 +129,8 @@
139129
set +ex
140130
eval $(crc oc-env)
141131
oc login -u kubeadmin -p 12345678 https://api.crc.testing:6443
132+
make crc_storage
133+
make input
142134
make openstack_wait 2>&1 | tee make_openstack.log
143135
sleep 20
144136
TIMEOUT=600 make openstack_wait_deploy 2>&1 | tee make_openstack_deploy.log

0 commit comments

Comments
 (0)