mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-21 22:48:06 -03:30
Fix fedora reset (#8205)
* Reset: Fedora uses NetworkManager * CI: test reset on fedora
This commit is contained in:
parent
0263c649f4
commit
acd5185ad4
@ -202,6 +202,8 @@ packet_fedora33-calico:
|
||||
stage: deploy-part2
|
||||
extends: .packet_periodic
|
||||
when: on_success
|
||||
variables:
|
||||
RESET_CHECK: "true"
|
||||
|
||||
packet_fedora34-calico-selinux:
|
||||
stage: deploy-part2
|
||||
|
||||
@ -385,7 +385,7 @@
|
||||
service:
|
||||
name: >-
|
||||
{% if ansible_os_family == "RedHat" -%}
|
||||
{%- if ansible_distribution_major_version|int == 8 or is_fedora_coreos -%}
|
||||
{%- if ansible_distribution_major_version|int == 8 or is_fedora_coreos or ansible_distribution == "Fedora" -%}
|
||||
NetworkManager
|
||||
{%- else -%}
|
||||
network
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user