Skip to content

Commit 5f7727f

Browse files
committed
add create fss deployment files
1 parent 5c2e2ac commit 5f7727f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ocne2/deploy_ocne_oci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,10 @@
284284
become: true
285285
become_user: "{{ username }}"
286286

287+
- name: Create fss deployment descriptors
288+
ansible.builtin.include_tasks: "fss_deployments.yml"
289+
when: use_fss
290+
287291
- name: Provision the cluster
288292
ansible.builtin.shell: |
289293
ocne cluster start -u false -c myconfig.yaml

0 commit comments

Comments
 (0)