ryoung1us

Results 9 issues of ryoung1us

The ansible code needs to support RHEL 9 for the KVM hosts AND guests.

enhancement

The ansible code attempts to install sshuttle by default. This is NOT on the RHEL distribution. It is also in the all yaml file in a section that is labeled...

bug

[admin1@controller Ansible-OpenShift-Provisioning]$ ansible-playbook playbooks/3_setup_kvm_host.yaml ERROR! 'extended_allitems' is not a valid attribute for a LoopControl The error appears to be in '/home/admin1/ocpauto/Ansible-OpenShift-Provisioning/roles/configure_storage/tasks/main.yaml': line 67, column 5, but may be elsewhere in...

bug

Example: ansible-galaxy collection install community.general community.crypto ansible.posix community.libvirt Playbook 0 is about setting up the Ansible controller. To have fewer user errors, if these collections were installed by playbook0 it...

enhancement

Actual hostname produced is bastion.ibm.com However the bastion base domain name supplied is ocp1.ibm.com so the full hostname should be bastion.ocp1.ibm.com ! All.yaml section 5 # Section 5 - Bastion...

bug

Expected Results With bastion.options.dns: false and bastion.networking.nameserver1 9.76.61.94 bastion resolv.conf should contain 9.76.61.94 Actual results: [root@bastion network-scripts]# cat ifcfg-enc1 TYPE=Ethernet PROXY_METHOD=none BROWSER_ONLY=no BOOTPROTO=none IPADDR=9.76.61.82 PREFIX=24 GATEWAY=9.76.61.1 DNS1=9.76.61.94 DEFROUTE=yes IPV4_FAILURE_FATAL=no IPV6INIT=no...

bug

If a userid of root is used, the path of /home/root is attempted. If the use of root is allowed, it should use /root not /home/root. If root is not...

It appears the path of /home// is needed/assumed At some sites using path my not be desired. Also it not clearly documented that if setting up http on the file...

I am having several issues in playbook 5: You can see the failure below where named does not start It failed to start because it didn't build the DNS record...