Akash Manohar
Akash Manohar
An issue related to exrm or relx causes creating releases to error out. I've reported the issue here - https://github.com/bitwalker/exrm/issues/167 Been updating details from debugging sessions and identified the problem.
Refactor and test the following actions: - [x] Remove patched monit module - [x] setup - [ ] deploy strategy: restart - [ ] deploy strategy: upgrade - [ ]...
monit module is included within this role is a copy of the latest monit module from the ansible-modules-extras repo. Needed for a bugfix (else monit stop won't work in Ansible...
> *Found this when looking into #1579* **Describe the bug** * When `cleanup_all` is run, the third-party tools installed are also expected to be cleaned up (via the dependency task...
**Describe the bug** * The `versioned_tag` test requires OPA Gatekeeper to be installed. This is installed via the `install_opa` task as a dependency. * The helm install takes about 5min...
## Describe the bug When running workload tests, the test crashes if there is no CNF installed. The user should be informed that the test requires a CNF to be...
## Description * Create a cnf-testsuite config file for the latest version of coredns. * Test coredns with the cnf-testsuite following the [v1 cert instructions](https://github.com/cncf/cnf-certification/blob/main/instructions.md). * Share the test results...
> *This is a part of #1286 and split from #1400* Add support for running the `pod_network_duplication` test against CNFs that use non-default namespaces.
## Describe the bug Running shell commands in `Log.info { }` would result in the command being skipped when the log level is higher or not set. So when the...