redhat-cop / ocp4-helpernode

This playbook helps set up an "all-in-one" node, that has all the infrastructure/services in order to install OpenShift 4.
335 stars 301 forks source link

add internet variable #311

Open schabrolles opened 1 year ago

schabrolles commented 1 year ago

the variable internet=false tells Ansible to not perform some action that need internet access. The user will have to be sure that the image deployed has the right packages already installed.

The reason for this is when the bastion has to be deployed in a network that can't connect to internet (disconnected cluster).

christianh814 commented 1 year ago

the variable internet=false tells Ansible to not perform some action that need internet access. The user will have to be sure that the image deployed has the right packages already installed.

The reason for this is when the bastion has to be deployed in a network that can't connect to internet (disconnected cluster).

But wouldn't the need to install the packages still exist? Just because I'm disconnected doesn't mean I can't still connect to an internal YUM repo (or even a local repo using YUM).