
Add install tool The tool aims to make the deploying of stackube as easy as possible. User could set up a whole Stackube cluster automatically by using it. It uses docker images provided by OpenStack Kolla Project to run a containerized OpenStack, and uses kubeadm to deploy kubenetes, then bootstrap the Stackube cluster. Change-Id: I6f18cf4d1a792bc505f955937f000dc0967341ce Implements: blueprint cluster-installation
7 lines
153 B
INI
7 lines
153 B
INI
[DEFAULT]
|
|
dnsmasq_config_file = /etc/neutron/dnsmasq.conf
|
|
enable_isolated_metadata = False
|
|
force_metadata = False
|
|
dnsmasq_dns_servers = 8.8.8.8,8.8.4.4
|
|
|