RETIRED, OpenStack Virtual Baremetal (OVB)
Go to file
Ihar Hrachyshka 79788ab96a Use xlarge flavor for undercloud nodes
Minimal requirements for undercloud nodes are described here:
https://images.rdoproject.org/docs/baremetal/requirements.html

Specifically, it says:

"The undercloud VM or baremetal machine requires: [...] 16 GB free
memory"

It's not just documentation that asks to change default flavor. If you
try to deploy using tripleo-quickstart in RDO cloud / OVB, you will hit
both tripleo-validations failures like:

There are 4 cores in the system, but there should be at least 8.
The RAM on the undercloud node is 7822 MB, the minimal recommended value
is 16384 MB.

And even when validations are ignored, the resulting environment fails
because mariadb (or another crucial service) is killed by oom-killer. I
personally experienced mariadb killed and as a result, heat-api
failing when listing stacks with ECONNREFUSED from db server, which
finally resulted in overcloud deployment failure.

xlarge is the smallest default flavor that provides 16gb ram, and so
this patch uses this flavor.
2018-01-24 13:13:51 -08:00
bin Add envup script 2018-01-18 12:31:26 -06:00
bond-network-templates Deprecate top-level network templates 2017-08-11 10:23:32 -05:00
doc/source Use xlarge flavor for undercloud nodes 2018-01-24 13:13:51 -08:00
environments Use xlarge flavor for undercloud nodes 2018-01-24 13:13:51 -08:00
ipv6-network-templates Deprecate top-level network templates 2017-08-11 10:23:32 -05:00
ipxe Replace empty image & nova patch with ipxe-boot image 2016-04-13 10:15:22 +12:00
network-templates Deprecate top-level network templates 2017-08-11 10:23:32 -05:00
openstack_virtual_baremetal Prevent overwrite of input env file 2018-01-24 11:33:16 -06:00
overcloud-templates Deprecate top-level network templates 2017-08-11 10:23:32 -05:00
patches/nova Add new Nova patch file for Pike 2017-06-08 15:38:57 -05:00
sample-env-generator Add more granular boot-from-volume envs 2018-01-22 14:39:16 -06:00
templates Use xlarge flavor for undercloud nodes 2018-01-24 13:13:51 -08:00
.gitignore Support deploying with multiple Heat environments 2017-08-09 10:03:38 -05:00
.testr.conf Reorganize into package and add tox for testing 2016-07-14 12:23:41 -05:00
README.rst Reference ReadTheDocs documentation from readme 2017-01-16 11:28:56 -06:00
requirements.txt Re-enable uefi support with glanceclient 2017-04-26 12:55:22 -05:00
setup.cfg Reorganize into package and add tox for testing 2016-07-14 12:23:41 -05:00
setup.py Update setup.py to match current 2017-01-11 16:29:27 -06:00
test-requirements.txt Don't use oslosphinx 2017-01-16 09:46:00 -06:00
tox.ini Add index of all available sample environments 2017-08-09 10:03:42 -05:00

OpenStack Virtual Baremetal

OpenStack Virtual Baremetal is a way to use OpenStack instances to do simulated baremetal deployments. For more details, see the full documentation.