jnm27

Results 9 issues of jnm27

##### SUMMARY I am trying to use the aruba module with network_cli and am unable to run aruba_config on it. Looking through the code, it appears that it is calling...

bug
module
plugins

### Summary I hit a breaking bug that was causing a variable to have the "wrong" value intermittently. After a lot of research and testing with ANSIBLE_DEBUG, I narrowed it...

support:core
bug
needs_verified
affects_2.13

Are there plans to replace hpilo's usage of hponcfg with ilorest as recommended by HPE? (There are some intermittent issues with hponcfg, and when we contacted HPE about them, they...

##### SUMMARY Getting this deprecation warning in the log; pretty sure it's coming from the synchronize module. ``` [DEPRECATION WARNING]: The connection's stdin object is deprecated. Call display.prompt_until(msg) instead. This...

synchronize

##### SUMMARY The use_ssh_args parameter does not work with delegate_to in the general case. It only happens to work if the delegate_to host happens to be ssh and happens to...

##### SUMMARY When using the synchronize module in an until: loop, the first attempt will have --rsync-path set correctly to add sudo, but subsequent retries will not have sudo, it...

Excerpt from imageset-config.yml: ``` - catalog: registry.redhat.io/redhat/community-operator-index:v4.16 targetCatalog: my/community-operator-index packages: - name: grafana-operator channels: - name: v5 minVersion: 5.13.0 maxVersion: 5.13.0 ``` Yields the tag a6124978: ``` docker.io/grafana/grafana@sha256:b7fcb534f7b3512801bb3f4e658238846435804deb479d105b5cdc680847c272=10.0.2.15:5000/grafana/grafana:a6124978 NAME TAG...

bug
triage/accepted

**What happened**: In the subdir field of the storage class, I am using subDir: ${pvc.metadata.namespace}/${pvc.metadata.name} The namespace is correct, but the name returns "prime-$UID", such as: prime-968efac8-99c2-430d-8731-7714e424ad44 This gives no...

##### SUMMARY When passing the kubeconfig to various kubernetes.core modules as a dictionary instead of a path, it contains sensitive data and should not be logged. I've patched this in...