Matthew Mosesohn
e44b0727d5
Allow inventory_builder to add nodes with hostname ( #5398 )
Change-Id: Ifd7dd7ce8778f4f1be2016cae8d74452173b5312
5 years ago
zhanwang
f779cb93d6
update URL for Gluster Getting Started Guide ( #5390 )
update URL for Gluster Getting Started Guide
5 years ago
holmesb
bc3a8a0039
Fixes issue #5299 ( #5300 )
5 years ago
Eric Lake
108a6297e9
Terraform dynamic inventory 0.12.12 ( #5298 )
* Update parsing of terraform state file for 0.12.12
* Resource does not seem to have a module element but instead has
provider
* Return the boolean right way if it is already a bool since a bool does
not have an lower method
* Remove the setting of ansible_ssh_user to root for all Packet
Not all servers in packet are accessed as root by default. CoreOS
systems use the `core` user. Removing this allows the user to specify
the remote user with an extra_var or in an ansible.cfg file.
* Default to root user for packet devices except on CoreOS
* Update TF_VERSION for packet in tf-validate-packet
Update TV_VERSION to 0.12.12 for gitlab-ci tf-validate-packet tests
* convert packet terraform files to TV_VERSION 4
* initalize terraform before copying the variable file to the top level dir
5 years ago
Julien Pervillé
d1b1add176
contrib/heketi: use inventory node ip in topology instead of guessing it ( #5233 )
5 years ago
Hugo Blom
a8c5a0afdc
Make it possible to disable access_ip (openstack provider) ( #5239 )
* Add a variable do disable access_ip
* Document the use of use_access_ip
5 years ago
陈谭军
8bc0710073
clean up document ( #5214 )
5 years ago
Maxime Guyot
8712bddcbe
Add docs for TF vars introduced PR 4239 ( #5201 )
5 years ago
陈谭军
99dbc6d780
clean-up doc,spelling mistakes ( #5206 )
5 years ago
Etienne Champetier
81cb302399
MetalLB: fail if kube_proxy_strict_arp is false ( #5180 )
When using IPVS, kube_proxy_strict_arp = true is required
https://github.com/danderson/metallb/issues/153#issuecomment-518651132
Add kube_proxy_strict_arp to inventory/sample
5 years ago
Robert Neumann
a5d165dc85
Customize host root volume size by Terrafrom provisioning ( #4239 )
* print hostnames (#5110 )
Terrafrom - customize hosts root volume size
disable block_device by default value
Terraform formatting fix
Fixed typos
* fix resources after rebase
* Fix glusterfs image issue
5 years ago
陈谭军
2fc02ed456
fix-typo ( #5199 )
5 years ago
Matthew Mosesohn
27ec548b88
Add support for k8s v1.16.0-beta.2 ( #5148 )
Cleaned up deprecated APIs:
apps/v1beta1
apps/v1beta2
extensions/v1beta1 for ds,deploy,rs
Add workaround for deploying helm using incompatible
deployment manifest.
Change-Id: I78b36741348f47a999df3841ee63cf4e6f377830
5 years ago
leonmbecker
5f02068f90
Documenting Terraform variable `az_list` explicitly ( #5132 )
* added az_list to README section
* added az_list to cluster.tfvars
5 years ago
Csergő Bálint
56523812d3
print hostnames ( #5110 )
5 years ago
mcayland
3732c3a9b1
terraform/openstack: add network_dns_domain variable ( #5093 )
This allows the user to optionally specify the dns_domain attribute on the
generated internal kubernetes network.
5 years ago
Hugo Blom
4dba34bd02
add cinder max attached volumes ( #5089 )
5 years ago
Hugo Blom
da015e0249
Updated Openstack to terraform 0.12 ( #5062 )
* update openstack to terraform 0.12(.5)
* replace cluter.tf with cluster.tfvars
* update README.md to terraform 0.12
* update Openstack CI tests to use terraform 0.12
* specify terraform version in openstack README
* gitlab CI to copy cluster.tfvars in case of openstack provider
* The terraform/openstack dynamic inventory can read
tfstate v4 (generated by terraform 0.12) and convert them internally
ro v3 (as generated by terraform 0.11.x).
Additionally the script has been updated to Python 3.
5 years ago
shlo
554857da97
add cluster name into filer if specifed in environment variable ( #5085 )
5 years ago
Matthew Mosesohn
5707f79b33
Allow to configure number of kube-masters ( #5073 )
Change-Id: Ia3f30a1216b3ea063cd72c839ef6dff753cf10c6
5 years ago
Mario
973afef96e
Fix variable for rbd_provisioner_user_secret ( #5042 )
* Update main.yml
* fix dead link 404
5 years ago
Vitaliy Dmitriev
dc6ad64ec7
[contrib/heketi]: tear down additions and fixes. Heketi updated to version 9 ( #5027 )
* lvm packages removal during tear down skipped by default
* lvm utils execution PATH fixed for CentOS/RH
* Heketi updated to the latest version 9
Signed-off-by: Vitaliy Dmitriev <vi7alya@gmail.com>
5 years ago
Gustavo Muniz do Carmo
e0410661fa
azure loadbalancer vars generation ( #4892 )
5 years ago
Scott Charron
e6fb686156
added the ability to define and deploy multiple address pools to metallb ( #4757 )
5 years ago
Johnny Halfmoon
5e80603bbb
updated vagrant doc ( #3719 )
5 years ago
Trond Hasle Amundsen
56ae3bfec2
Add support for IPv6 for Openstack in terraform.py via metadata ( #4716 )
* Add support for IPv6 for Openstack in terraform.py via metadata
* document terraform.py metadata variables for openstack
5 years ago
Vladimir Kiselev
045acc724b
fix relative paths for bastion host template ( #4126 )
This is a fix for #4124
5 years ago
MarkusTeufelberger
73c2ff17dd
Fix Ansible-lint error [E502] ( #4743 )
5 years ago
Robert Neumann
787a9c74fa
Terraform wait for floating IP instance has been associated ( #4321 )
* Add wait for floating ip associate with instance
* Terraform formatting fix
* Sort Open Telekom Cloud in compatible list
5 years ago
MarkusTeufelberger
f3fbf995ca
Update default CentOS version on Azure
5 years ago
MarkusTeufelberger
e67f848abc
ansible-lint: add spaces around variables [E206] ( #4699 )
5 years ago
MarkusTeufelberger
9335cdcebc
ansible-lint: Add exception for invocation of "rm" ( #4609 )
5 years ago
Andreas Krüger
38af93b60c
Remove rkt support ( #4671 )
5 years ago
MarkusTeufelberger
88d919337e
ansible-lint: don't compare to empty string [E602] ( #4665 )
5 years ago
Jiang Yi Tao
f518b90c6b
associate fips for masters with no etcd ( #4657 )
5 years ago
Maxime Guyot
696d481e3b
Fix dynamic inventory parsing in contrib/tf/packet ( #4645 )
5 years ago
Maxime Guyot
6af1f65d3c
Fix python syntax in Terraform dynamic inventory ( #4643 )
5 years ago
Maxime Guyot
37d98e79ec
Pin Terraform provider versions ( #4620 )
5 years ago
Andreas Krüger
d588532c9b
Update probe timeouts, delays etc. ( #4612 )
* Fix merge conflict
* Add check delay
* Add more liveness and readiness options to metrics-server
5 years ago
Matthew Mosesohn
d89ecb8308
disable metrics server and fix terraform ( #4617 )
* disable metrics server in centos7-flannel-addons job
Change-Id: I1d87923547584896f64dda9ea8feb5581ad48cbe
* Fix tf facility->facilities syntax
Change-Id: I434bfe53f47e8e4a546890e0b62d24bde6e6d6a7
* Update Terraform CI for facilities
* Fix undefined variable error
5 years ago
Maxime Guyot
50751bb610
Revert "Optimize kube resources creation ( #4572 )" ( #4621 )
This reverts commit f8fdc0cd93
.
5 years ago
andreyshestakov
f8fdc0cd93
Optimize kube resources creation ( #4572 )
5 years ago
Maxime Guyot
04f2682ac6
Drop unused dynamic inventory functions ( #4138 )
5 years ago
rptaylor
873b5608cf
add master_allowed_remote_ips (with terraform fmt) ( #4022 )
5 years ago
Maxime Guyot
b218e17f44
ansible-lint: E403 Package installs should not use latest ( #4500 )
5 years ago
Maxime Guyot
1cf76a10db
Disable usage of default security group ( #4533 )
5 years ago
Andreas Holmsten
7f1d9ff543
[contrib/terraform/openstack] Add k8s_allowed_remote_ips variable ( #4506 )
* Add k8s_allowed_remote_ips variable
Useful for defining CIDRs allowed to initiate a SSH connection when
you don't want to use a bastion.
* Add TF_VAR_k8s_allowed_remote_ips variable to tf-apply-ovh
5 years ago
Remous-Aris Koutsiamanis
27958e4247
Fix "Prevent inventory.py from configuring an even number of nodes in etcd" #4399 ( #4465 )
by making clusters with fewer than 3 nodes have only 1 etcd node
5 years ago
Maxime Guyot
e865c50574
Fix terraform fmt on contrib/terraform/aws ( #4484 )
5 years ago
Maxime Guyot
80f31818df
Add terraform validate for contrib/terraform/aws ( #4438 )
5 years ago