Ondrej Faměra
Ondrej Faměra
This prevents weird errors when attributes get shifted to newline and are executed by docker-entrypoint.sh. This PR removes the newline and when newline is stripped a 'Warning' is printed. Short...
##### SUMMARY Add support for HTTPs when using NodePort. Introduces two new options: - `nodeport_protocol` - selectable `http`(default)/`https` - `nodeport_tls_secret` - name of secret containing TLS certificate and key When...
Make short collection of videos for showing how to work with fast-vm. Considerations: - video with voice or just silent one with comments? - so far the asciinema is used...
Currently no validation is done and despite it may become obvious that value provided was wrong, the proper validation would be much better. Recent issue: inputed whole subnet instead of...
Document how to use polkit in libvirt for minimal operation of fast-vm. This should allow the tighter restrictions for libvirt to fast-vm users useful in shared environments. https://libvirt.org/aclpolkit.html Idea: -...
Idea: Prepare modules for inclusion into Ansible upstream as group of related modules for work with pacemaker cluster. https://docs.ansible.com/ansible/latest/dev_guide/developing_modules_in_groups.html This Issue is used to track what is needed for inclusion...
Issue: Are we hitting the "Call cib_replace failed (-62): Timer expired" in CentOS 8.1 deployments with `dlm` resource in newly created cluster? Is the original code for EL6 relevant for...
Idea: Allows use of following structure from pcs ~~~ location rule [id=] [resource-discovery=] [role=master|slave] [constraint-id=] [score= | score-attribute=] ~~~ For example ethmonitor resource needs this - https://github.com/ClusterLabs/resource-agents/blob/ec23dd1c315bd6a701e5293c26c7c39de340d82f/heartbeat/ethmonitor#L78 This can be...
Implement creating/updating/deleting constraints with ticket. Matching criteria: same ticket_name, role, resource ID Non-matching criteria (for update): loss-policy Expected to be based on following 2 commands from `pcs`: ticket add []...
Idea: - implement `ip_version` attribute to give ability to set IP version based on which version of transport+pcs_version is being used - possible combinations should be targetting CentOS 7 and...