Ondra Machacek

Results 9 issues of Ondra Machacek

## Problem Two network interfaces support for RHEL 8.4+. ## Solution Two network interfaces support for Azure was implemented in package `NetworkManager-cloud-setup`, which is included in RHEL 8.4. Unfortunatelly there...

## Problem This PR changes the `playbook_04_00_00_hana_db_install.yaml` to use `redhat_sap.sap_hana_deployment` instead of `roles-db/4.0.0-hdb-install`. This is just a propsal and shows how we could reuse the roles, open to discussion, whether...

## Problem This PR is just a proposal and open to discussion about the playbook structure. - We can execute roles from `roles:` statement in the play. - Use `pre_tasks`...

This PR add code for generating the clientset and the generated client set the example usage is: ```golang package handlers import ( "context" "fmt" "net/http" "os" "github.com/gin-gonic/gin" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/client-go/rest"...

approved

This patch add an option to not create default templates. The ENV variable called CREATE_DEFAULT_TEMPLATES can be set to false, and the default templates won't be created. The default value...

needs-ok-to-test
needs-rebase

This PR add usage of specific client set for specific operation. We now use client set built from kubeconfig parameter only for creation and watching of the experiment of the...

Since `next_available_ip` plugin finds free IP from network excluding the DHCP range. It would be nice to have option also to return free IP from DHCP range.

This parameter add use_range parameter to nios_next_ip lookup plugin. With this parameter set to true, the plugin will return first available IP from the network range, assigned to the network....

https://github.com/ansible-community/ansible.content_builder/blob/main/plugins/action/generate_cloud_modules.py#L410 If argument is `bus`, code generator generates default value as `0`, but only for argument specification, not for the documentation itself, which isn't a valid module. The default value...