- Jan 14, 2021
-
-
Florian Ruynat authored
-
- Jan 07, 2021
-
-
Etienne Champetier authored
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
-
- Dec 30, 2020
-
-
Kenichi Omichi authored
This fixes markdownlint failures under roles/
-
- Dec 26, 2020
-
-
Kenichi Omichi authored
This fixes markdown failures on contrib/terraform.
-
- Dec 23, 2020
-
-
Cristian Klein authored
* [terraform/aws] Fix Terraform >=0.13 warnings Terraform >=0.13 gives the following warning: ``` Warning: Interpolation-only expressions are deprecated ``` The fix was tested as follows: ``` rm -rf .terraform && terraform0.12.26 init && terraform0.12.26 validate rm -rf .terraform && terraform0.13.5 init && terraform0.13.5 validate rm -rf .terraform && terraform0.14.3 init && terraform0.14.3 validate ``` which gave no errors nor warnings. * [terraform/openstack] Fixes for Terraform >=0.13 Terraform >=0.13 gives the following error: ``` Error: Failed to install providers Could not find required providers, but found possible alternatives: hashicorp/openstack -> terraform-provider-openstack/openstack ``` This patch fixes these errors. This fix was tested as follows: ``` rm -rf .terraform && terraform0.12.26 init && terraform0.12.26 validate rm -rf .terraform && terraform0.13.5 init && terraform0.13.5 validate rm -rf .terraform && terraform0.14.3 init && terraform0.14.3 validate ``` which gave no errors nor warnings for Terraform 0.13.5 and Terraform 0.14.3. Unfortunately, 0.12.x gives a harmless warning, but with 0.14.3 out the door, I guess we need to move on. * [terraform/packet] Fixes for Terraform >=0.13 This fix was tested as follows: ``` export PACKET_AUTH_TOKEN=blah-blah rm -rf .terraform && terraform0.12.26 init && terraform0.12.26 validate rm -rf .terraform && terraform0.13.5 init && terraform0.13.5 validate rm -rf .terraform && terraform0.14.3 init && terraform0.14.3 validate ``` Errors are gone, but warnings still remain. It is impossible to please all three versions of Terraform. * Add tests for Terraform >=0.13
-
Kenichi Omichi authored
This fixes markdownlint failures under contrib/network-storage and contrib/vault.
-
- Dec 22, 2020
-
-
Kenichi Omichi authored
Now markdownlint covers ./README.md and md files under ./docs only. However we have a lot of md files under different directories also. This enables markdownlint for other md files also.
-
- Dec 17, 2020
-
-
Kenichi Omichi authored
If a branch name contains '.sh', current shellcheck checks the branch file under .git/ and outputs error because the format is not shell script one. This makes shellcheck exclude files under .git/ to avoid this issue.
-
- Nov 30, 2020
-
-
Florian Ruynat authored
-
- Sep 30, 2020
-
-
Florian Ruynat authored
-
- Sep 24, 2020
-
-
Florian Ruynat authored
-
- Sep 18, 2020
-
-
Maxime Guyot authored
-
- Sep 17, 2020
-
-
Florian Ruynat authored
-
- Jul 31, 2020
-
-
Kuralamudhan Ramakrishnan authored
Signed-off-by: Kuralamudhan Ramakrishnan <kuralamudhan.ramakrishnan@intel.com>
-
Florian Ruynat authored
-
- Jul 30, 2020
-
-
Arthur Outhenin-Chalandre authored
Signed-off-by: Arthur Outhenin-Chalandre <arthur@cri.epita.fr>
-
- Jul 28, 2020
-
-
Lovro Seder authored
-
- Jul 17, 2020
-
-
Maxime Guyot authored
-
- Jul 13, 2020
-
-
Arthur Outhenin-Chalandre authored
* Fix kube-proxy removal * Fix unwanted skipped task for kube-proxy * Fix kube_proxy_remove default Signed-off-by: Arthur Outhenin-Chalandre <arthur@cri.epita.fr> * Add test for kube-router svc proxy Signed-off-by: Arthur Outhenin-Chalandre <arthur@cri.epita.fr>
-
- Jul 06, 2020
-
-
Maxime Guyot authored
-
- Jun 29, 2020
-
-
Joel Seguillon authored
-
- Jun 18, 2020
-
-
Maxime Guyot authored
-
- Jun 17, 2020
-
-
Maxime Guyot authored
-
- Jun 06, 2020
-
-
Maxime Guyot authored
-
- Jun 04, 2020
-
-
Maxime Guyot authored
-
- Jun 03, 2020
-
-
Maxime Guyot authored
-
- May 28, 2020
-
-
Maxime Guyot authored
-
- May 27, 2020
-
-
Maxime Guyot authored
-
- May 25, 2020
-
-
Florian Ruynat authored
-
- May 10, 2020
-
-
Maxime Guyot authored
-
- May 08, 2020
-
-
Florian Ruynat authored
-
- May 05, 2020
-
-
Maxime Guyot authored
-
- May 03, 2020
-
-
Florian Ruynat authored
-
- Apr 29, 2020
-
-
Maxime Guyot authored
-
- Apr 24, 2020
-
-
Sergey authored
* add strategy mitogen_linear when installed mitogen * add small docs Rename playbook file The raw action executes as a regular Mitogen connection, which requires Python on the target, so add strategy: linear to bootstrap-os role playbook. * add mitogen to CI test fix typo * enable mitogen test on deploy-part1 tests change version from master to release download tar.gz archive * run all CI tests with mitogen * disable mitogen with upgrade CI tests * enable mitogen on CI tests via env vars * disable mitogen on CI test by default, enable on some different OS * disable mitogen CI test on centos8 (get error /usr/bin/python: No such file or directory)
-
Maxime Guyot authored
-
- Apr 23, 2020
-
-
Maxime Guyot authored
-
- Apr 22, 2020
-
-
Maxime Guyot authored
-
- Apr 19, 2020
-
-
Maxime Guyot authored
-
- Apr 18, 2020
-
-
Maxime Guyot authored
-