Bug 996773
| Summary: | el6-{grizzly,havana} builds should have a patch that installs the openstack-selinux package | ||
|---|---|---|---|
| Product: | [Community] RDO | Reporter: | Terry Wilson <twilson> |
| Component: | openstack-packstack | Assignee: | Martin Magr <mmagr> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Ami Jeain <ajeain> |
| Severity: | urgent | Docs Contact: | |
| Priority: | urgent | ||
| Version: | unspecified | CC: | aortega, derekh, yeylon |
| Target Milestone: | Milestone3 | ||
| Target Release: | Havana | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | openstack-packstack-2013.1.1-0.29.dev683.el6 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-04-29 14:03:13 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Terry Wilson
2013-08-13 22:32:09 UTC
Should the package be installed on all EL distributions or we will enforce the package installation only for RHEL?
In other words is better solution A or B? >>>
A:
if $::operatingsystem == "RedHat" {
package{'openstack-selinux':
ensure => present,
}
}
B:
if $::operatingsystem != "Fedora" {
package{'openstack-selinux':
ensure => present,
}
}
All EL systems will need this package. CentOS, SL, RHEL, etc Fedora should not, since as I understand it, the base selinux-policy-targeted contains the correct policies |