Barry Kaplan

Results 18 issues of Barry Kaplan

rather than ``` [17:16:42] Create ca cert directory | 10.0.197.195 | SUCCESS | 765ms 10.0.198.55 | SUCCESS | 766ms 10.0.196.132 | SUCCESS | 885ms ``` It might be easier to...

The library will emit this error ``` { [KafkaError: This request is for a topic or partition that does not exist on this broker.] name: 'KafkaError', code: 'UnknownTopicOrPartition', message: 'This...

The check for appamor status uses: ``` when: apparmor_status.failed is defined ``` But the result object looks like ``` TASK [cis : debug] *************************************************************************************************************************************************************************************************************************************** ok: [10.0.17.220] => { "apparmor_status": {...

[DEPRECATION WARNING]: always_run is deprecated. Use check_mode = no instead.. This feature will be removed in version 2.4. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.

This is related #101, #102, #108 I think. When I run ``` roles: - role: cis when: a_var_that_false|bool == false ``` I get errors for all the places where there...

I'm looking at `deployment/rpi/installer/docker-compose/docker-compose.prod.yml` with the intent of trying to deploy to kubernetes. There are a lot of containers in there that I don't see in the docs. I see...

https://www.npmjs.com/advisories/1184 version:0.22.0

When trying to deploy a IotConfig on a k8 cluster (not oc) I get the error ``` Configuration Error: Implicit inter-service certificate configuration can only be used on OpenShift 4...

kind/question

How do I set the JMX_PORT environment variable on the brokers started by the scheduler? I know abouy the --jmv-options, but isn't the env required for kafka-manager?

Since using the ansible-galaxy method is not supported (even via direct from git) what is the recommend way for using these roles? Just copy and modify?