c12s-kubespray/contrib/inventory_builder
Kenichi Omichi 56f389a9f3
Add USE_REAL_HOSTNAME to inventory.py (#6293)
inventory_builder creates hosts.yaml file with hostnames like "node1",
"node2", etc. Even if specifying override_system_hostname=false, the
output of "kubectl get nodes" shows those hostnames ("node1", etc.)
without using actual hostnames.
To solve this issue, this adds an option USE_REAL_HOSTNAME to get
actual hostnames when creating hosts.yaml file instead of "node1", etc.
2020-06-26 00:03:47 -07:00
..
tests Fix Python code style for inventory_builder (#5362) 2019-12-05 01:48:32 -08:00
inventory.py Add USE_REAL_HOSTNAME to inventory.py (#6293) 2020-06-26 00:03:47 -07:00
requirements.txt Fix pep8 warnings (#4368) 2019-04-05 12:51:22 -07:00
setup.cfg renaming kargo-cli to kubespray-cli 2017-06-23 12:35:10 -04:00
setup.py Add inventory builder python script 2016-12-23 13:00:56 +03:00
test-requirements.txt Add inventory builder python script 2016-12-23 13:00:56 +03:00
tox.ini Fix Python code style for inventory_builder (#5362) 2019-12-05 01:48:32 -08:00