Puppet Class: openstack::role::network
- Inherits:
- ::openstack::role
- Defined in:
- manifests/role/network.pp
Overview
1 2 3 4 5 |
# File 'manifests/role/network.pp', line 1
class openstack::role::network inherits ::openstack::role {
class { '::openstack::profile::firewall': }
class { '::openstack::profile::neutron::router': }
class { '::openstack::setup::sharednetwork': }
}
|