tripleo-quickstart/config/nodes/1ctlr_1comp_64gb.yml
Sorin Sbarnea 4a41ca7bf0 Lint fixes for ci-scripts and config folders
This normalizes the formatting of files from ci-scripts and config
folders in order to allow further hardening of linting.

Fixing linting was too big to be made in a single commit as it would
involve too many files to review and could merge conflicts with
existing changes. Thus doing it in few chunks would makes it possible.

Original full change is at https://review.openstack.org/#/c/627545/ and
will be the one merging the last.

Change-Id: Ifb215c0e2ea0ef7115897721f75ba8489bd59b97
2018-12-28 10:01:11 +00:00

25 lines
652 B
YAML

# This will require (2*16) == 32 GB for the overcloud nodes,
# plus another 18GB for the undercloud, total 50 gb
control_memory: 16384
compute_memory: 16384
undercloud_memory: 18432
# Giving the undercloud additional CPUs can greatly improve heat's
# performance (and result in a shorter deploy time).
# UC get's 4, and 4 for each OC node --> 12 total vcpu.
# These machines are 12 core
undercloud_vcpu: 4
default_vcpu: 4
# Define a single controller node and a single compute node.
overcloud_nodes:
- name: control_0
flavor: control
virtualbmc_port: 6230
- name: compute_0
flavor: compute
virtualbmc_port: 6231
node_count: 2