-
When testing PR #168 end-to-end provisioning using a Fedora VM, I got this error:
```
TASK: [Run openshift installer] ***********************************************
failed: [localhost] => {"changed…
-
We are trying to deploy a cluster using version 3.0.34 of `openshift-ansible` and a corresponding AMI, but we get the following error from the AWS machine controller:
```
ERROR: logging before fla…
-
Publish content to:
- IBM Cloud - [https://github.com/IBM/automation-ibmcloud-infra-openshift](https://github.com/IBM/automation-ibmcloud-infra-openshift)
- AWS - [https://github.com/IBM/automatio…
-
The user system can't create image stream when we issue this command
```
oc create -f openshift-ansible/roles/openshift_examples/files/examples/v1.2/xpaas-streams/jboss-image-streams.json -n openshi…
-
Linux, Ansible, OpenShift
-
I think this is actually a contrib issue now, but need to look into it further.
```
Failure summary:
1. Host: localhost
Play: localhost
Task: openshift-ansible-contrib…
-
In the following section of install-from-bastion.sh, you specify by hand which version of ansible to use, which is different by version of openshift-ansible:
```
# Get the OpenShift 3.10 installer…
-
### Summary
I am running ansible-playbook job in github actions pipeline and somehow i keep getting these inventory related errors below:
```
Warning: : * Failed to parse /home/runner/_work/aa…
-
How do I decide (and convince my colleagues) what to use? Do I use Ansible k8s module to provision my Openshift objects or do I use the Openshift Applier role?
I started with Openshift applier, bu…
-
I believe the [k8s_raw](https://docs.ansible.com/ansible/2.5/modules/k8s_raw_module.html) module is now in a place where we could adopt it in openshift-applier. There is also an [oc_process](https://g…