Skip to content

Commit

Permalink
Ensure firewalld is running early enough (openshift#1285)
Browse files Browse the repository at this point in the history
  • Loading branch information
danwinship authored Aug 12, 2021
1 parent 6d98933 commit b7083f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 02_configure_host.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ if [[ ! -z "${MIRROR_IMAGES}" || $(env | grep "_LOCAL_IMAGE=") || ! -z "${ENABL
setup_local_registry
fi

sudo systemctl enable --now firewalld

# Configure an NTP server for use by the cluster, this is especially
# important on IPv6 where the cluster doesn't have outbound internet
# access.
Expand Down Expand Up @@ -91,7 +93,6 @@ if [ ${NUM_EXTRA_WORKERS} -ne 0 ]; then
fi

ZONE="\nZONE=libvirt"
sudo systemctl enable --now firewalld

# Allow local non-root-user access to libvirt
# Restart libvirtd service to get the new group membership loaded
Expand Down

0 comments on commit b7083f7

Please sign in to comment.