From f44d11742d82a915585eef4222ff09514fca8b24 Mon Sep 17 00:00:00 2001 From: Jens Harbott Date: Mon, 28 Aug 2017 09:42:50 +0000 Subject: [PATCH] Add support for Designate DNSaaS project The cookbook for installing Designate is being developed at [1] currently, it needs to be added to some base service definitions. [1] https://github.com/cloudbau/cookbook-openstack-dns Change-Id: I3407e698dd990661d280f25fc3de93aaa1477354 --- attributes/default.rb | 1 + attributes/messaging.rb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/attributes/default.rb b/attributes/default.rb index 4f21129a..426b32a3 100644 --- a/attributes/default.rb +++ b/attributes/default.rb @@ -38,6 +38,7 @@ default['openstack']['common']['services'] = { 'compute_cell0' => 'nova_cell0', 'dashboard' => 'horizon', 'database' => 'trove', + 'dns' => 'designate', 'identity' => 'keystone', 'image' => 'glance', 'network' => 'neutron', diff --git a/attributes/messaging.rb b/attributes/messaging.rb index 9e14242f..13160ede 100644 --- a/attributes/messaging.rb +++ b/attributes/messaging.rb @@ -36,7 +36,7 @@ default['openstack']['endpoints']['mq']['port'] = '5672' ################################################################### # Services to assign mq attributes for ################################################################### -services = %w(bare-metal block-storage compute database image +services = %w(bare-metal block-storage compute database dns image identity telemetry network orchestration) ###################################################################