From e009657be1b1eb149979b398f3bee1d54223acb3 Mon Sep 17 00:00:00 2001 From: Jens Harbott Date: Thu, 1 Oct 2020 11:19:36 +0200 Subject: [PATCH] Add load-balancer service In preparation for an openstack-load-balancer cookbook add the service so that we can create a database, message queues and endpoints. Change-Id: I4e67ec649124a16470c72bc831bd2825b3741449 --- attributes/default.rb | 1 + attributes/messaging.rb | 1 + 2 files changed, 2 insertions(+) diff --git a/attributes/default.rb b/attributes/default.rb index 9fa2ed1a..375316ee 100644 --- a/attributes/default.rb +++ b/attributes/default.rb @@ -46,6 +46,7 @@ default['openstack']['common']['services'] = { 'dns' => 'designate', 'identity' => 'keystone', 'image' => 'glance', + 'load_balancer' => 'octavia', 'network' => 'neutron', 'object_storage' => 'swift', 'orchestration' => 'heat', diff --git a/attributes/messaging.rb b/attributes/messaging.rb index b0467148..253638f8 100644 --- a/attributes/messaging.rb +++ b/attributes/messaging.rb @@ -46,6 +46,7 @@ services = dns identity image + load_balancer network orchestration placement