Ansible-OpenShift-Provisioning icon indicating copy to clipboard operation
Ansible-OpenShift-Provisioning copied to clipboard

Automate the deployment of Red Hat OpenShift Container Platform on IBM zSystems (s390x). Automated User-Provisoned Infrastructure (UPI) setup using Kernel-based Virtual Machine (KVM).

Results 62 Ansible-OpenShift-Provisioning issues
Sort by recently updated
recently updated
newest added

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...

It would be nice for users, and relatively simple, to create a playbook that sets up the file server in a way that is compatible with these playbooks. If the...

From OCP 4.16 onwards a new separate installer tarball is added for rhel 9 (openshift-install-rhel9-s390x.tar.gz). The normal binary is for rhel 8. Downloading this and extracting it results in installer...

New Parameter: Introduced a new parameter boot_method to support both PXE and ISO-based installations. ISO Image Creation: Added functionality for ISO image creation for KVM. ISO-Based Installation: Implemented support for...

Need to add required parameters for ABI under install-config section in all.yaml

The "boot_LPAR" role is using bastion as nameserver: nameserver={{ env.bastion.networking.ip }} This function can not be used when a external nameserver is configured.

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...