system-config/cloud_launcher/clouds_layouts.yml
Paul Belanger 6a5d1a6824
Add nodepool flavor for bluebox
Here we are adding an 80g root, 0g ephemeral, 8vcpu, 8g ram to be used
by nodepool. Thanks to jeblair for doing the math on the vcpus.

Change-Id: I81b98eebd3a2d60ca155df432713025e1cd8b124
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2016-08-09 21:22:36 -04:00

38 lines
890 B
YAML

profiles:
# Profile to launch AFS server for nodepool.
- name: openstackci
projects:
- name: openstackci
description: OpenStack CI project
domain: default
security_groups:
- name: all
description: Allow traffic ingress
security_groups_rules:
- security_group: all
ethertype: IPv4
remote_ip_prefix: 0.0.0.0/0
- name: openstackzuul
flavors:
- name: nodepool
ram: 8192
vcpus: 8
disk: 80
projects:
- name: openstackzuul
description: OpenStack zuul project
domain: default
security_groups:
- name: all
description: Allow traffic ingress
security_groups_rules:
- security_group: all
ethertype: IPv4
remote_ip_prefix: 0.0.0.0/0
clouds:
- name: admin-bluebox
profiles:
- openstackci
- openstackzuul