-
I am trying to install multi-master openshift-3.11 setup in openstack VMs as per the inventory file present in the official documentation.
https://docs.openshift.com/container-platform/3.11/insta…
-
On the network we had:
- 10.0.100.1 MQTT
- 10.0.100.2 NodeRED
This has been brought down after a leak in the roof caused water to drip down onto the Raspberry PI's running these services. These s…
-
Qustion1: How to clean hosts deployed by cp-ansible?
After I run the command :"
yum remove $(yum list installed | grep 'confluent' | awk '{ print $1}')
",the data in kafka still exists,and some …
-
Hi - I am getting an error when I try to create a topic - not sure wether it's an actual "Kafka-Error" or more of a python import error
## Expected Behavior
```
- hosts: localhost
connection: …
-
For Kafka Brokers with Jolokia Basic Auth configured `upgrade_kafka_broker.yml` fails. The `Get ActiveControllerCount` play is failing as URL module is missing Basic Auth settings.
## Broker Jolo…
-
I'm getting this in my log file
```
Could not send status, build has no repository_name property for Gitea.
```
I'm struggling a bit as to where this property is supposed to be set.
Any c…
wzzrd updated
3 years ago
-
The current imperative approach to upgrade Kafka (`upgrade_*.yml` and `upgrade_kafka_broker_log_format.yml`) does not fit very well in our GitOps setup. I would prefer if the upgrade could be handled…
-
### Expected behavior and actual behavior.
Expected Behavior could be while saving the permitted urls it should whitelist those urls, but it return with error that SET -WHLIST generate a command erro…
-
# Description
I deploy the cluster with the inventory below:
```
[OSEv3:children]
masters
nodes
etcd
lb
[OSEv3:vars]
Ensure these variables are set for bootstrap
openshift required…
-
Hi!
Continuation of issue [#1108]
We are trying to deploy a service to kubernetes. Trying bare-metal and minikube
After deployment, we catch the server error 500 when working with the `connection…