Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add embedded_ansible to the list of roles that need apache #14353

Merged

Conversation

carbonin
Copy link
Member

We handle apache in a weird way.

Rather than starting it when we need it, we always issue a restart when the server comes up (in MiqServer::EnvironmentManagement.prep_apache_proxying) but then shut it down if none of our active roles require it.

That definition of requirement is governed by this array of roles so just adding the role name to the array will keep apache up if the role is active.

We handle apache in a weird way.

Rather than starting it when we need it, we always issue a restart
when the server comes up (in MiqServer::EnvironmentManagement.prep_apache_proxying)
but then shut it down if none of our active roles require it.

That definition of requirement is governed by this array of roles
so just adding the role name to the array will keep apache up if the
role is active.
@miq-bot
Copy link
Member

miq-bot commented Mar 15, 2017

Checked commit carbonin@5a18a2e with ruby 2.2.6, rubocop 0.47.1, and haml-lint 0.20.0
1 file checked, 0 offenses detected
Everything looks good. ⭐

@Fryguy Fryguy merged commit abcf4ea into ManageIQ:master Mar 16, 2017
@Fryguy Fryguy added this to the Sprint 57 Ending Mar 27, 2017 milestone Mar 16, 2017
@jrafanie jrafanie assigned Fryguy and unassigned jrafanie Mar 16, 2017
@carbonin carbonin deleted the require_apache_for_embedded_ansible branch May 18, 2017 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants