File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed
install_yamls_setup/roles/podified_cp/tasks Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change 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 : |
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
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
You can’t perform that action at this time.
0 commit comments