Re: Re-configure openshift cluster using ansible

2017-11-24 Thread Tim Dudgeon
It would be useful to have a a more definitive description of what can and what can't be changed by re-running the installer. On 21/11/2017 18:05, Scott Dodson wrote: It really depends on the configuration changes you want to make whether or not you can simply re-run config.yml and get what

Re: Re-configure openshift cluster using ansible

2017-11-22 Thread Rodrigo Bersa
Hi Alon, You can just run the config.yml again, or if you prefere. Run the uninstall.yml script and then the config.yml. Rodrigo Bersa Cloud Consultant, RHCVA, RHCE Red Hat Brasil rbe...@redhat.comM: +55-11-99557-5841 TRIED. TESTED. TRUSTED.

Re: Re-configure openshift cluster using ansible

2017-11-21 Thread Alon Zusman
Thanks. But when I need to change things that a bit more like different hostnames or certificates, what should I run? Upgrade? > On 22 Nov 2017, at 2:32, Joel Pearson wrote: > > For reference what you're after is: > > openshift_disable_check=disk_availability >

Re: Re-configure openshift cluster using ansible

2017-11-21 Thread Joel Pearson
For reference what you're after is: openshift_disable_check=disk_availability On Wed, Nov 22, 2017 at 5:05 AM Scott Dodson wrote: > It really depends on the configuration changes you want to make whether or > not you can simply re-run config.yml and get what you're looking

Re: Re-configure openshift cluster using ansible

2017-11-21 Thread Scott Dodson
It really depends on the configuration changes you want to make whether or not you can simply re-run config.yml and get what you're looking for. Things like hostnames that get placed in certs and certain network configuration such as services and cluster CIDR ranges are immutable and cannot be

Re-configure openshift cluster using ansible

2017-11-21 Thread Alon Zusman
Hello, I could not figure out how I can change the inventory file for new configurations and then Re-configure my current cluster. Whenever I re run the configure.yml in the byo folder, it checks again the minimal requirements and my /var is already less than 40G after the installation.