Re: [Openstack-operators] Fwd: Patching openstack

2015-09-16 Thread Ben Hines
It sounds like he's talking about bugs which are already fixed, on github or elsewhere. You can't always wait until the next openstack release to apply a critical fix. I use Puppet to apply any custom patches, which keeps them carefully tracked and source controlled. -Ben

Re: [Openstack-operators] Fwd: Patching openstack

2015-09-16 Thread David Wahlstrom
We package our own openstack software from git (with a jenkins job). During this process, we will include any custom packages that may not have been officially backported yet. On Wed, Sep 16, 2015 at 12:06 PM, Edgar Magana wrote: > Got it! We are using chef cookbook

Re: [Openstack-operators] Fwd: Patching openstack

2015-09-16 Thread Edgar Magana
Got it! We are using chef cookbook wrapper for those cases!! Edgar On 9/16/15, 12:04 PM, "Ben Hines" wrote: >It sounds like he's talking about bugs which are already fixed, on >github or elsewhere. You can't always wait until the next openstack >release to apply a critical

Re: [Openstack-operators] Fwd: Patching openstack

2015-09-16 Thread raju
Exactly Ben, lets say I have issues with nova in my environment how to fix those bugs by manually getting it from git and packaging are there any steps how to follow and backup the current version to roll back? On Wed, Sep 16, 2015 at 3:04 PM, Ben Hines wrote: > It sounds like

[Openstack-operators] Fwd: Patching openstack

2015-09-16 Thread G Spot
Hi All, I want patch bugs in openstack like downloading patch from github and patch it manually is there any document or procedure to follow? please guide me ___ OpenStack-operators mailing list OpenStack-operators@lists.openstack.org

Re: [Openstack-operators] Fwd: Patching openstack

2015-09-16 Thread Edgar Magana
k.org<mailto:openstack-operators@lists.openstack.org>" Subject: [Openstack-operators] Fwd: Patching openstack Hi All, I want patch bugs in openstack like downloading patch from github and patch it manually is there any document or procedure to follow?

Re: [Openstack-operators] Fwd: Patching openstack

2015-09-16 Thread G Spot
Thanks Mathieu Gagné, got some idea. On Wed, Sep 16, 2015 at 3:25 PM, Mathieu Gagné wrote: > On 2015-09-16 3:00 PM, Edgar Magana wrote: > > Do not do that!!! > > > > Fix the bug upstream and then back port your commit. > > > >