File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
bindata/network/ovn-kubernetes/common Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,11 @@ kind: MachineConfig
44metadata :
55 labels :
66 machineconfiguration.openshift.io/role : master
7+ annotations :
8+ user-ipsec-machine-config : " true"
79 name : 80-ipsec-master-extensions
810spec :
11+ osImageURL : quay.io/pepalani/ipsec-rhcos-layered-image:nm-libreswan-fix
912 config :
1013 ignition :
1114 version : 3.2.0
2023
2124 [Service]
2225 Type=oneshot
23- ExecStartPre=rm -f /etc/ipsec .d/cno .conf
26+ ExecStartPre=systemd-tmpfiles --create /usr/lib/rpm-ostree/tmpfiles .d/libreswan .conf
2427 ExecStart=systemctl enable --now ipsec.service
2528
2629 [Install]
2730 WantedBy=multi-user.target
28- extensions :
29- - ipsec
3031{{end}}
Original file line number Diff line number Diff line change @@ -4,8 +4,11 @@ kind: MachineConfig
44metadata :
55 labels :
66 machineconfiguration.openshift.io/role : worker
7+ annotations :
8+ user-ipsec-machine-config : " true"
79 name : 80-ipsec-worker-extensions
810spec :
11+ osImageURL : quay.io/pepalani/ipsec-rhcos-layered-image:nm-libreswan-fix
912 config :
1013 ignition :
1114 version : 3.2.0
2023
2124 [Service]
2225 Type=oneshot
23- ExecStartPre=rm -f /etc/ipsec .d/cno .conf
26+ ExecStartPre=systemd-tmpfiles --create /usr/lib/rpm-ostree/tmpfiles .d/libreswan .conf
2427 ExecStart=systemctl enable --now ipsec.service
2528
2629 [Install]
2730 WantedBy=multi-user.target
28- extensions :
29- - ipsec
3031{{end}}
You can’t perform that action at this time.
0 commit comments