RETIRED, A utility to run diskimage-builder undercloud elements on a running host
Go to file
John Trowbridge 34ec264428 Increase the default number of workers for heat engine
We switched to a saner default for service workers on the undercloud
with this patch[1]. However, reducing the number of workers for heat
engine is not so sane. The massive nested stack we are deploying grinds
to a halt with only two engine workers, which is now our saner default
for any system with 8 or fewer CPU cores.

This patch changes to using the heat default for the number of engine
workers which is max(#CPUs,4).

[1] https://git.openstack.org/cgit/openstack/instack-undercloud/commit/?id=ee5f25a726910961caf72de2c6c55de06c922b74

Change-Id: I95df0f39f37316cc56eafb351c823197f252d7b7
Related-Bug: 1638908
2016-11-23 09:57:01 -07:00
config-generator Pythonize instack-install-undercloud 2015-05-26 14:02:18 +02:00
doc/source Add basic API docs 2015-09-16 14:20:35 +00:00
elements Increase the default number of workers for heat engine 2016-11-23 09:57:01 -07:00
imagefactory Don't specify the input type to qemu-img 2014-10-27 19:08:51 +00:00
instack_undercloud Remove deprecated network range 192.0.2.0 2016-11-22 12:34:07 +02:00
json-files Use ironic::pxe class to setup PXE 2016-09-02 11:52:14 +02:00
scripts Remove instack-create-overcloudrc 2016-10-19 18:43:44 +00:00
templates Add net config override 2016-06-21 15:40:13 -04:00
.coveragerc Enable coverage testing 2015-11-30 22:56:47 +00:00
.gitignore Enable coverage testing 2015-11-30 22:56:47 +00:00
.gitreview Update .gitreview 2015-09-08 13:04:29 -04:00
.testr.conf Test _generate_environment 2015-05-28 11:27:15 -05:00
Gemfile Switch to use Puppet Openstack spec helper 2016-10-05 17:16:24 -06:00
LICENSE Add LICENSE 2014-02-18 09:48:12 -05:00
README.md Update README to include tags recognized by release-tools 2015-09-14 14:57:35 +02:00
Rakefile Add Puppet 4.x lint checks 2015-11-10 17:44:29 +01:00
requirements.txt Work around deletion of _member_ role assignments on upgrade 2016-09-20 09:08:01 +03:00
setup.cfg Remove instack-create-overcloudrc 2016-10-19 18:43:44 +00:00
setup.py Remove pbr version specifier 2015-06-26 22:55:50 +02:00
test-requirements.txt Remove discover from test-requirements 2016-07-22 06:24:02 +00:00
tox.ini Add dib-lint to pep8 tox job 2016-05-04 16:58:07 +00:00
undercloud.conf.sample Remove deprecated network range 192.0.2.0 2016-11-22 12:34:07 +02:00

README.md

Undercloud Install via instack

instack-undercloud is tooling for installing a TripleO undercloud.

It is part of the TripleO project: http://docs.openstack.org/developer/tripleo-docs/index.html