Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions roles/openshift_node/tasks/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,14 @@
- name: Pull MCD image
command: "podman pull --tls-verify={{ openshift_node_tls_verify }} --authfile {{ tempfile.path }}/pull-secret.json {{ release_image_mcd.stdout }}"

- name: Create CNI dir
file:
path: /opt/cni/bin
state: directory
owner: root
group: root
mode: 0755

- name: Apply ignition manifest
command: "podman run {{ podman_mounts }} {{ podman_flags }} {{ mcd_command }}"
vars:
Expand Down