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.
Conflicts:
attributes/messaging.rb
Added minor version bump for stable branch.
Change-Id: I4e67ec649124a16470c72bc831bd2825b3741449
(cherry picked from commit e009657be1
)
This commit is contained in:
@@ -46,6 +46,7 @@ default['openstack']['common']['services'] = {
|
|||||||
'dns' => 'designate',
|
'dns' => 'designate',
|
||||||
'identity' => 'keystone',
|
'identity' => 'keystone',
|
||||||
'image' => 'glance',
|
'image' => 'glance',
|
||||||
|
'load_balancer' => 'octavia',
|
||||||
'network' => 'neutron',
|
'network' => 'neutron',
|
||||||
'object_storage' => 'swift',
|
'object_storage' => 'swift',
|
||||||
'orchestration' => 'heat',
|
'orchestration' => 'heat',
|
||||||
|
@@ -36,7 +36,7 @@ default['openstack']['bind_service']['mq']['interface'] = nil
|
|||||||
###################################################################
|
###################################################################
|
||||||
services = %w(aodh bare_metal block_storage compute database dns image
|
services = %w(aodh bare_metal block_storage compute database dns image
|
||||||
identity telemetry network orchestration placement
|
identity telemetry network orchestration placement
|
||||||
baremetal block-storage)
|
baremetal block-storage load_balancer)
|
||||||
|
|
||||||
###################################################################
|
###################################################################
|
||||||
# Generic default attributes
|
# Generic default attributes
|
||||||
|
@@ -3,7 +3,7 @@ maintainer 'openstack-chef'
|
|||||||
maintainer_email 'openstack-discuss@lists.openstack.org'
|
maintainer_email 'openstack-discuss@lists.openstack.org'
|
||||||
license 'Apache-2.0'
|
license 'Apache-2.0'
|
||||||
description 'Common OpenStack attributes, libraries and recipes.'
|
description 'Common OpenStack attributes, libraries and recipes.'
|
||||||
version '19.2.1'
|
version '19.3.0'
|
||||||
|
|
||||||
%w(ubuntu redhat centos).each do |os|
|
%w(ubuntu redhat centos).each do |os|
|
||||||
supports os
|
supports os
|
||||||
|
Reference in New Issue
Block a user