From 6a5d1a6824a2480b237c9d86c2fa96eb91fca52c Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Tue, 9 Aug 2016 20:15:07 -0400 Subject: [PATCH] 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 --- cloud_launcher/clouds_layouts.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cloud_launcher/clouds_layouts.yml b/cloud_launcher/clouds_layouts.yml index 77843e91e4..f66e213d3a 100644 --- a/cloud_launcher/clouds_layouts.yml +++ b/cloud_launcher/clouds_layouts.yml @@ -13,6 +13,11 @@ profiles: 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