Puppet Class: openstack::role::swiftcontroller

Inherits:
::openstack::role
Defined in:
manifests/role/swiftcontroller.pp

Overview



1
2
3
4
5
6
7
8
9
10
11
# File 'manifests/role/swiftcontroller.pp', line 1

class openstack::role::swiftcontroller inherits ::openstack::role {
  class { '::openstack::profile::firewall': }
  class { '::openstack::profile::rabbitmq': } ->
  class { '::openstack::profile::memcache': } ->
  class { '::openstack::profile::mysql': } ->
  class { '::openstack::profile::keystone': } ->
  class { '::openstack::profile::swift::proxy': }
  class { '::openstack::profile::horizon': }
  class { '::openstack::profile::auth_file': }
  class { '::openstack::profile::nova::api': }
}