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

fix fence deployment #45

Merged
merged 3 commits into from
Jul 12, 2019
Merged

fix fence deployment #45

merged 3 commits into from
Jul 12, 2019

Conversation

paulineribeyre
Copy link
Contributor

@paulineribeyre paulineribeyre commented Jun 28, 2019

Python 3 fence (master branch fence) needs this fix but it breaks deployment for older fence versions

Breaking Changes

  • Fix fence deployment for python 3 fence (>=4.0.0)

@@ -13,4 +13,4 @@ update-ca-certificates

fence-create sync --yaml user.yaml --arborist http://arborist-service

rm -f /var/run/apache2/apache2.pid && /usr/sbin/apache2ctl -D FOREGROUND
rm -f /var/run/apache2/apache2.pid && /dockerrun.sh

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you may also need to change this to remove the nginx.pid? rm -f /var/run/nginx.pid unsure if that's absolutely necessary though...

@paulineribeyre paulineribeyre merged commit 87067eb into master Jul 12, 2019
@paulineribeyre paulineribeyre deleted the chore/python3 branch July 12, 2019 15:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants