3070f3fa3c
* Make a new variable dhcp_lease_max. It increases the number of available leases from 1000 to 1800. It allows to provision nodes on scale, when Debian Installer or Anaconda looses IP in the middle of install. * Make a new variable lease_time. It increases the default lease size to 120m, up from the default 60m. * Add cache-size to dnsmasq template. dnsmasq will keep more entries in case. * Increased neighbour table on master node to keep more ARP requests that come in parallel once deployment is started. This change also removes unneed broadcast traffic. New values are: net.ipv4.neigh.default.gc_thresh1 = 256 net.ipv4.neigh.default.gc_thresh2 = 1024 net.ipv4.neigh.default.gc_thresh3 = 2048 * Fix linting Related-Bug: #1376680 Related-Bug: #1379917 Related-Bug: #1381997 blueprint 100-nodes-support DocImpact Change-Id: I4da8070143e401f7a9246e72eda35e601b8c6386 |
||
---|---|---|
deployment/puppet | ||
docs | ||
utils | ||
.gitignore | ||
.gitreview | ||
CHANGELOG | ||
LICENSE | ||
README.md |
Fuel is the Ultimate Do-it-Yourself Kit for OpenStack
Purpose built to assimilate the hard-won experience of our services team, it contains the tooling, information, and support you need to accelerate time to production with OpenStack cloud.
OpenStack is a very versatile and flexible cloud management platform. By exposing its portfolio of cloud infrastructure services – compute, storage, networking and other core resources — through ReST APIs, it enables a wide range of control over these services, both from the perspective of an integrated Infrastructure as a Service (IaaS) controlled by applications, as well as automated manipulation of the infrastructure itself.
This architectural flexibility doesn’t set itself up magically; it asks you, the user and cloud administrator, to organize and manage a large array of configuration options. Consequently, getting the most out of your OpenStack cloud over time – in terms of flexibility, scalability, and manageability – requires a thoughtful combination of automation and configuration choices.
Mirantis Fuel for OpenStack was created to solve exactly this problem.