From: Fatih Degirmenci Date: Tue, 28 Jul 2020 17:37:21 +0000 (+0000) Subject: Merge "Add Shared Storage as optional" X-Git-Url: https://gerrit.nordix.org/gitweb?p=infra%2Fstack%2Fkubernetes.git;a=commitdiff_plain;h=bae763edf77d9870274ee0253a14a9fc8d96cecb;hp=-c Merge "Add Shared Storage as optional" --- bae763edf77d9870274ee0253a14a9fc8d96cecb diff --combined apps/ceph/kubespray/playbooks/roles/install/tasks/main.yaml index 90fb05b,6d3a676..fc8f2dc --- a/apps/ceph/kubespray/playbooks/roles/install/tasks/main.yaml +++ b/apps/ceph/kubespray/playbooks/roles/install/tasks/main.yaml @@@ -76,15 -76,6 +76,15 @@@ loop_control: loop_var: config_file +- name: Implement Workaround for connectivity problem - ping all tunnels + k8s: + state: present + definition: "{{ lookup('template', config_file) }}" + with_items: + - ping-tunnel-workaround.yaml.j2 + loop_control: + loop_var: config_file + - name: Wait until OPERATOR pod is available k8s_facts: kind: Pod @@@ -160,10 -151,19 +160,19 @@@ with_items: - pool.yaml.j2 - storageclass.yaml.j2 + loop_control: + loop_var: config_file + + - name: Create rook file system + k8s: + state: present + definition: "{{ lookup('template', config_file) }}" + with_items: - filesystem.yaml.j2 - filesystem-storageclass.yaml.j2 loop_control: loop_var: config_file + when: rook_filesystem|bool - name: Create rook external dashboard k8s: