diff options
Diffstat (limited to 'puppet-infracloud/modules/opnfv')
-rw-r--r-- | puppet-infracloud/modules/opnfv/manifests/compute.pp | 8 | ||||
-rw-r--r-- | puppet-infracloud/modules/opnfv/manifests/controller.pp | 8 |
2 files changed, 0 insertions, 16 deletions
diff --git a/puppet-infracloud/modules/opnfv/manifests/compute.pp b/puppet-infracloud/modules/opnfv/manifests/compute.pp index 77908c0b..ca548a5d 100644 --- a/puppet-infracloud/modules/opnfv/manifests/compute.pp +++ b/puppet-infracloud/modules/opnfv/manifests/compute.pp @@ -8,14 +8,6 @@ class opnfv::compute ( $controller_public_address, $virt_type = 'kvm', ) { - # disable selinux if needed - if $::osfamily == 'RedHat' { - class { 'selinux': - mode => 'permissive', - before => Class['::infracloud::compute'], - } - } - class { '::infracloud::compute': nova_rabbit_password => $nova_rabbit_password, neutron_rabbit_password => $neutron_rabbit_password, diff --git a/puppet-infracloud/modules/opnfv/manifests/controller.pp b/puppet-infracloud/modules/opnfv/manifests/controller.pp index 4bae42cf..7522692c 100644 --- a/puppet-infracloud/modules/opnfv/manifests/controller.pp +++ b/puppet-infracloud/modules/opnfv/manifests/controller.pp @@ -30,14 +30,6 @@ class opnfv::controller ( $opnfv_password, $opnfv_email = 'opnfvuser@gmail.com', ) { - # disable selinux if needed - if $::osfamily == 'RedHat' { - class { 'selinux': - mode => 'permissive', - before => Class['::infracloud::controller'], - } - } - class { '::infracloud::controller': keystone_rabbit_password => $keystone_rabbit_password, neutron_rabbit_password => $neutron_rabbit_password, |