Re: [openstack-dev] [Fuel]When will fuel support centos 7?

2015-01-25 Thread me,apporc
Thanks, Andrew.

My fellows and I are going to give this a try,  we will post the problems
here then.
On Thu Jan 22 2015 at 5:52:08 AM Andrew Woodward  wrote:

> approc,
>
> It's awesome to see the interest in getting CentOS 7.0 support. As
> Sergii noted, the Mirantis  team doesn't have enough bandwidth to
> certify CentOS 7.0 for Fuel 6.1 however I would love to help you get
> started with some of this.
>
> The barriers to moving between versions usually are:
> a) major changes between releases. In this case the biggest issue will
> be systemd
> b) changes in the way configured packages behave due to version bumps
> c) poorly behaving or performing packages
>
> with regards to a, and b. they usually can be addressed in the
> fuel-library manifests, c usually requires packages to be re-built.
> I'd encourage you to look at issues from a,b.
>
> how to start:
>
> the most hacker way would be to goto the fuel-main repo and make an
> iso with an CentOS 7 mirror
>
> poking though the Makefile and configure.mk, it appears that you
> should be able to overwrite MIRROR_CENTOS and MIRROR_CENTOS_KERNEL to
> a public EL7 repo and it should start pulling what you need.
>
> You may need to update requiremes-rpm.txt to match packages that might
> have moved versions / names from EL6 to EL7
>
> Please feel free to reach out to me on irc (xarses), via the ML or
> directly if you need assistance.
>
> On Fri, Jan 16, 2015 at 12:44 PM, Sergii Golovatiuk
>  wrote:
> > Hi,
> >
> > Frankly speaking, Fuel team cares about stability and production
> readiness.
> > That requires a lot of testing, some modification to the packages before
> > releasing Fuel with CentOS 7 support. At the moment Fuel Team is
> focusing on
> > Ubuntu 14.04 as it's targeted to 6.1. CentOS 7.0 is targeted to Fuel 7.0.
> >
> > --
> > Best regards,
> > Sergii Golovatiuk,
> > Skype #golserge
> > IRC #holser
> >
> > On Fri, Jan 16, 2015 at 9:04 AM, me,apporc 
> > wrote:
> >>
> >> So what's the difficulty of supporting centos ?
> >> If i want to help to make it happen, do you have some advice?
> >>
> >>
> >> On Thu Jan 15 2015 at 8:33:20 PM Mike Scherbakov
> >>  wrote:
> >>>
> >>> CentOS 7 is not considered as essential / critical priority blueprint
> for
> >>> Fuel 6.1. There is a plan to support new version of CentOS, and I know
> some
> >>> folks started a research/move in this direction in some areas, such as
> >>> l23network puppet module for instance.
> >>>
> >>> It would be great to see help to make it happen in Fuel 7.0, if not in
> >>> 6.1.
> >>>
> >>> On Thu, Jan 15, 2015 at 3:22 PM, Igor Kalnitsky <
> ikalnit...@mirantis.com>
> >>> wrote:
> 
>  Hi,
> 
>  Yes, we do have a plan for CentOS 7, but as far as I know it was
>  postponed to MOS 7.0. That means we will not have Cent OS 7 in
>  upcoming release.
> 
>  - Igor
> 
>  On Thu, Jan 15, 2015 at 1:16 PM, me,apporc <
> appleorchard2...@gmail.com>
>  wrote:
>  > Hi,
>  >
>  > Do we have plan for centos 7 ?
>  >
>  >
>  >
>  > Regards,
>  >
>  > apporc
>  >
>  >
>  >
>  > 
> __
>  > OpenStack Development Mailing List (not for usage questions)
>  > Unsubscribe:
>  > openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
>  > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>  >
> 
> 
>  
> __
>  OpenStack Development Mailing List (not for usage questions)
>  Unsubscribe:
>  openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
>  http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
> >>>
> >>>
> >>>
> >>>
> >>> --
> >>> Mike Scherbakov
> >>> #mihgen
> >>>
> >>>
> >>> 
> __
> >>> OpenStack Development Mailing List (not for usage questions)
> >>> Unsubscribe:
> >>> openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> >>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
> >>
> >>
> >> 
> __
> >> OpenStack Development Mailing List (not for usage questions)
> >> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:
> unsubscribe
> >> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
> >>
> >
> >
> > 
> __
> > OpenStack Development Mailing List (not for usage questions)
> > Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:
> unsubscribe
> > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
> >
>
>
>
> --
> Andrew
> Mirantis
> Ceph community
>
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsu

Re: [openstack-dev] [Fuel]When will fuel support centos 7?

2015-01-21 Thread Andrew Woodward
approc,

It's awesome to see the interest in getting CentOS 7.0 support. As
Sergii noted, the Mirantis  team doesn't have enough bandwidth to
certify CentOS 7.0 for Fuel 6.1 however I would love to help you get
started with some of this.

The barriers to moving between versions usually are:
a) major changes between releases. In this case the biggest issue will
be systemd
b) changes in the way configured packages behave due to version bumps
c) poorly behaving or performing packages

with regards to a, and b. they usually can be addressed in the
fuel-library manifests, c usually requires packages to be re-built.
I'd encourage you to look at issues from a,b.

how to start:

the most hacker way would be to goto the fuel-main repo and make an
iso with an CentOS 7 mirror

poking though the Makefile and configure.mk, it appears that you
should be able to overwrite MIRROR_CENTOS and MIRROR_CENTOS_KERNEL to
a public EL7 repo and it should start pulling what you need.

You may need to update requiremes-rpm.txt to match packages that might
have moved versions / names from EL6 to EL7

Please feel free to reach out to me on irc (xarses), via the ML or
directly if you need assistance.

On Fri, Jan 16, 2015 at 12:44 PM, Sergii Golovatiuk
 wrote:
> Hi,
>
> Frankly speaking, Fuel team cares about stability and production readiness.
> That requires a lot of testing, some modification to the packages before
> releasing Fuel with CentOS 7 support. At the moment Fuel Team is focusing on
> Ubuntu 14.04 as it's targeted to 6.1. CentOS 7.0 is targeted to Fuel 7.0.
>
> --
> Best regards,
> Sergii Golovatiuk,
> Skype #golserge
> IRC #holser
>
> On Fri, Jan 16, 2015 at 9:04 AM, me,apporc 
> wrote:
>>
>> So what's the difficulty of supporting centos ?
>> If i want to help to make it happen, do you have some advice?
>>
>>
>> On Thu Jan 15 2015 at 8:33:20 PM Mike Scherbakov
>>  wrote:
>>>
>>> CentOS 7 is not considered as essential / critical priority blueprint for
>>> Fuel 6.1. There is a plan to support new version of CentOS, and I know some
>>> folks started a research/move in this direction in some areas, such as
>>> l23network puppet module for instance.
>>>
>>> It would be great to see help to make it happen in Fuel 7.0, if not in
>>> 6.1.
>>>
>>> On Thu, Jan 15, 2015 at 3:22 PM, Igor Kalnitsky 
>>> wrote:

 Hi,

 Yes, we do have a plan for CentOS 7, but as far as I know it was
 postponed to MOS 7.0. That means we will not have Cent OS 7 in
 upcoming release.

 - Igor

 On Thu, Jan 15, 2015 at 1:16 PM, me,apporc 
 wrote:
 > Hi,
 >
 > Do we have plan for centos 7 ?
 >
 >
 >
 > Regards,
 >
 > apporc
 >
 >
 >
 > __
 > OpenStack Development Mailing List (not for usage questions)
 > Unsubscribe:
 > openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
 > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
 >


 __
 OpenStack Development Mailing List (not for usage questions)
 Unsubscribe:
 openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
 http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>>>
>>>
>>>
>>>
>>> --
>>> Mike Scherbakov
>>> #mihgen
>>>
>>>
>>> __
>>> OpenStack Development Mailing List (not for usage questions)
>>> Unsubscribe:
>>> openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
>>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>>
>>
>> __
>> OpenStack Development Mailing List (not for usage questions)
>> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>>
>
>
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>



-- 
Andrew
Mirantis
Ceph community

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [Fuel]When will fuel support centos 7?

2015-01-16 Thread Sergii Golovatiuk
Hi,

Frankly speaking, Fuel team cares about stability and production readiness.
That requires a lot of testing, some modification to the packages before
releasing Fuel with CentOS 7 support. At the moment Fuel Team is focusing
on Ubuntu 14.04 as it's targeted to 6.1. CentOS 7.0 is targeted to Fuel
7.0.

--
Best regards,
Sergii Golovatiuk,
Skype #golserge
IRC #holser

On Fri, Jan 16, 2015 at 9:04 AM, me,apporc 
wrote:

> So what's the difficulty of supporting centos ?
> If i want to help to make it happen, do you have some advice?
>
>
> On Thu Jan 15 2015 at 8:33:20 PM Mike Scherbakov 
> wrote:
>
>> CentOS 7 is not considered as essential / critical priority blueprint for
>> Fuel 6.1. There is a plan to support new version of CentOS, and I know some
>> folks started a research/move in this direction in some areas, such as
>> l23network puppet module for instance.
>>
>> It would be great to see help to make it happen in Fuel 7.0, if not in
>> 6.1.
>>
>> On Thu, Jan 15, 2015 at 3:22 PM, Igor Kalnitsky 
>> wrote:
>>
>>> Hi,
>>>
>>> Yes, we do have a plan for CentOS 7, but as far as I know it was
>>> postponed to MOS 7.0. That means we will not have Cent OS 7 in
>>> upcoming release.
>>>
>>> - Igor
>>>
>>> On Thu, Jan 15, 2015 at 1:16 PM, me,apporc 
>>> wrote:
>>> > Hi,
>>> >
>>> > Do we have plan for centos 7 ?
>>> >
>>> >
>>> >
>>> > Regards,
>>> >
>>> > apporc
>>> >
>>> >
>>> >
>>> __
>>> > OpenStack Development Mailing List (not for usage questions)
>>> > Unsubscribe:
>>> openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
>>> > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>>> >
>>>
>>>
>>> __
>>> OpenStack Development Mailing List (not for usage questions)
>>> Unsubscribe:
>>> openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
>>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>>>
>>
>>
>>
>> --
>> Mike Scherbakov
>> #mihgen
>>
>>  
>> __
>> OpenStack Development Mailing List (not for usage questions)
>> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:
>> unsubscribe
>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>>
>
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
>
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [Fuel]When will fuel support centos 7?

2015-01-16 Thread me,apporc
So what's the difficulty of supporting centos ?
If i want to help to make it happen, do you have some advice?

On Thu Jan 15 2015 at 8:33:20 PM Mike Scherbakov 
wrote:

> CentOS 7 is not considered as essential / critical priority blueprint for
> Fuel 6.1. There is a plan to support new version of CentOS, and I know some
> folks started a research/move in this direction in some areas, such as
> l23network puppet module for instance.
>
> It would be great to see help to make it happen in Fuel 7.0, if not in 6.1.
>
> On Thu, Jan 15, 2015 at 3:22 PM, Igor Kalnitsky 
> wrote:
>
>> Hi,
>>
>> Yes, we do have a plan for CentOS 7, but as far as I know it was
>> postponed to MOS 7.0. That means we will not have Cent OS 7 in
>> upcoming release.
>>
>> - Igor
>>
>> On Thu, Jan 15, 2015 at 1:16 PM, me,apporc 
>> wrote:
>> > Hi,
>> >
>> > Do we have plan for centos 7 ?
>> >
>> >
>> >
>> > Regards,
>> >
>> > apporc
>> >
>> >
>> >
>> __
>> > OpenStack Development Mailing List (not for usage questions)
>> > Unsubscribe:
>> openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
>> > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>> >
>>
>> __
>> OpenStack Development Mailing List (not for usage questions)
>> Unsubscribe:
>> openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>>
>
>
>
> --
> Mike Scherbakov
> #mihgen
>
>  
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [Fuel]When will fuel support centos 7?

2015-01-15 Thread Mike Scherbakov
CentOS 7 is not considered as essential / critical priority blueprint for
Fuel 6.1. There is a plan to support new version of CentOS, and I know some
folks started a research/move in this direction in some areas, such as
l23network puppet module for instance.

It would be great to see help to make it happen in Fuel 7.0, if not in 6.1.

On Thu, Jan 15, 2015 at 3:22 PM, Igor Kalnitsky 
wrote:

> Hi,
>
> Yes, we do have a plan for CentOS 7, but as far as I know it was
> postponed to MOS 7.0. That means we will not have Cent OS 7 in
> upcoming release.
>
> - Igor
>
> On Thu, Jan 15, 2015 at 1:16 PM, me,apporc 
> wrote:
> > Hi,
> >
> > Do we have plan for centos 7 ?
> >
> >
> >
> > Regards,
> >
> > apporc
> >
> >
> >
> __
> > OpenStack Development Mailing List (not for usage questions)
> > Unsubscribe:
> openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
> >
>
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>



-- 
Mike Scherbakov
#mihgen
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [Fuel]When will fuel support centos 7?

2015-01-15 Thread Igor Kalnitsky
Hi,

Yes, we do have a plan for CentOS 7, but as far as I know it was
postponed to MOS 7.0. That means we will not have Cent OS 7 in
upcoming release.

- Igor

On Thu, Jan 15, 2015 at 1:16 PM, me,apporc  wrote:
> Hi,
>
> Do we have plan for centos 7 ?
>
>
>
> Regards,
>
> apporc
>
>
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


[openstack-dev] [Fuel]When will fuel support centos 7?

2015-01-15 Thread me,apporc
Hi,

Do we have plan for centos 7 ?



Regards,

apporc
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev