Simon Leiner
|
a1ef590442
|
Add support for API servers on IPv6 addresses (#48)
* Remove duplicate file for deletion
* Add support for IPv6 clusters
To correctly escape IPv6 addresses when ports are used, they must be
wrapped in square brackets [1]. This patch adds support for that,
using Ansible's ipwrap filter [2].
[1]: https://datatracker.ietf.org/doc/html/rfc4038#section-5.1
[2]: http://docs.ansible.com/ansible/latest/collections/ansible/utils/docsite/filters_ipaddr.html#wrapping-ipv6-addresses-in-brackets
* Do not abort other molecule jobs on failure
* Fix cache keys for Vagrant boxes
* Molecule: Derive overrides.yml location from scenario dir
# Conflicts:
# molecule/default/molecule.yml
# molecule/ipv6/molecule.yml
|
2022-09-10 12:57:38 -05:00 |
|
Techno Tim
|
b1df9663fa
|
fix(ansible): Fix group permissions on tmp folder (#77)
|
2022-09-09 03:00:54 +00:00 |
|
Simon Leiner
|
60bc09b085
|
Mitigate CI flakiness (#70)
* Increase SSH connection timeouts and retries
* Make MetalLB timeouts configurable
* Retry applying MetalLB CRs
* Fix location of MetalLB CRs template
* Make MetalLB wait logic more compact
* Fix typo
* retrigger 1
* retrigger 2
* retrigger 3
* retrigger 4
* retrigger 5
|
2022-09-07 18:47:58 -05:00 |
|
Timothy Stewart
|
4365a2a54b
|
fix(ansible): fixing permissions on tmp folder
|
2022-09-06 19:07:09 -05:00 |
|
Timothy Stewart
|
3c36dc8bfd
|
fix(ansible): use k3s kubectl
|
2022-09-02 11:07:17 -05:00 |
|
Techno Tim
|
56f8f21850
|
fix(ansible): Install services separate from config (#63)
|
2022-08-30 21:44:55 -05:00 |
|
Timothy Stewart
|
117c608a73
|
fix(ansible): added longer wait with todo
|
2022-08-29 23:16:13 -05:00 |
|
Timothy Stewart
|
6d793c5c96
|
fix(ansible): add wait
|
2022-08-28 17:49:38 -05:00 |
|
Timothy Stewart
|
47ac514dc6
|
fix(ansible): fix lint
|
2022-08-28 16:42:07 -05:00 |
|
Timothy Stewart
|
c82cbfc501
|
fix(ansible): fix lint
|
2022-08-28 16:29:04 -05:00 |
|
Timothy Stewart
|
f603a048c3
|
fix(ansible): fix lint
|
2022-08-28 16:26:46 -05:00 |
|
Timothy Stewart
|
4b959719ba
|
fix(ansible): run task on one master
|
2022-08-28 16:00:10 -05:00 |
|
Techno Tim
|
aa05ab153e
|
fix(ansible): Refactored ansible steps to now install metallb in post… (#58)
* fix(ansible): Refactored ansible steps to now install metallb in post task and verify
|
2022-08-28 14:25:09 -05:00 |
|