-
OS - ubuntu 16.0
Openshit Setup: oc cluster up (using v1.5.0)
When I execute run_setup_local.sh getting following error.
```
ERROR! the playbook: /setup_local_environment.yml could not be found
…
-
Need to make sure that product demos deploys and functions on AAP 2.5 deployments
-
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…
-
## What component is this about ?
callback plugin
## What is happening ?
Noticed when running openshift-ansible:
```
2020-01-03 20:30:19,014 WARNING django.request: Bad Request: /api/v1/f…
-
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…
-
### What happened?
In `CheckWhenObserve` mode, reconciliation always fails with `observe failed: Error decoding results\n\tinvalid character` error. This error comes from provider-ansible attem…
-
Can we deprecate / archive the repo in favor of https://github.com/redhat-developer-demos/ansible-devspaces-demo that is used in the learning path - https://developers.redhat.com/learn/openshift/strea…
-
1. create project
``` oc new-project ansible-automation-platform ```
2. create a file called sub.yaml with the following contents:
```
---
apiVersion: v1
kind: Namespace
metadata:
labels:
…
-
SUMMARY
Message:
'openshift.io/Image' is not one of ['Container', 'PersistentVolumeClaim', 'Pod']"
Openshift documentation: https://docs.openshift.com/container-platform/4.10/nodes/cl…
-
I am running this command:
./ose-on-aws.py --keypair=domain_key --public-hosted-zone=domain.com --deployment-type=origin --ami=ami-4726cb20 --region=eu-west-2 --stack-name=test -vvv
I have removed…