irmsan

Results 8 issues of irmsan

in HA environment why create the control nodes one-by-one and not in a loop parallel, like it is implemented in the create compute nodes role

If you run the “install_packages” role behind a proxy, it looks like the ansible do NOT pick up the env variable set-up proxy therefore I suggest placing proxy info to...

bug

the create bastion ROLE use a kickstart file where SOME additional packages are installed after the "minimal" environment In all.yaml variable file includes packages that are required for the bastion....

in the actual version, an error exists: When the proxy settings are filled in the NAT section is in a wrong INDENT the easiest solution: place the PROXY stuff at...

bug

Please implement a variable to decide whether OpenVPN setup is needed or not. And use the OpenVPN deployment dependent of that variable (default should be FALSE i think)

enhancement

in the get cop role when creating the install config yaml there is a PROBLEM: TASK [get_ocp : Use template file to create install-config and backup.] ******************************************************************************************************* An exception occurred...

bug

in the HA mode the 2nd and 3rd control node install fails if someone compare the 1st virt-install (what is working well) with the 2nd and 3rd the difference will...

using PROXY still in error the condition is: use_proxy: "{{ 'True' if (proxy_env.http_proxy is defined or proxy_env.https_proxy is defined or [proxy_env.no](http://proxy_env.no/)_proxy is defined) else 'False' }}" proxy_env.http_proxy variable not exists...