Skip to content

Commit

Permalink
Merge pull request #12477 from yuvalk/master
Browse files Browse the repository at this point in the history
Add rpms needed for ipsec
  • Loading branch information
patrickdillon committed Feb 7, 2024
2 parents d96c87d + 16da3de commit c369981
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions roles/openshift_node/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ openshift_node_support_packages_base:
- nfs-utils
- NetworkManager
- NetworkManager-ovs # https://bugzilla.redhat.com/show_bug.cgi?id=1884095
- NetworkManager-libreswan
- libreswan
- dnsmasq
- lvm2
- iscsi-initiator-utils
Expand Down
5 changes: 5 additions & 0 deletions roles/openshift_node/tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,11 @@
name: "crio"
enabled: yes

- name: Enable ipsec service
systemd:
name: "ipsec"
enabled: yes

# persistent storage in journal is needed for MachineConfig to work
- name: Enable persistent storage on journal
ini_file:
Expand Down

0 comments on commit c369981

Please sign in to comment.