Skip to content
Snippets Groups Projects
compute.pp 219 B
Newer Older
  • Learn to ignore specific revisions
  • Quentin Machu's avatar
    Quentin Machu committed
    class iaas::role::compute (
    
    ) {
    
    Quentin MACHU's avatar
    Quentin MACHU committed
      class { 'iaas::profile::neutron::client': } ->
      class { 'iaas::profile::nova::compute': } ->
      class { 'iaas::profile::ceilometer::compute': }
    
    Quentin Machu's avatar
    Quentin Machu committed
    }