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 <[email protected]> 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 <[email protected]> > 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 >> <[email protected]> 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 <[email protected]> >>> 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 <[email protected]> >>>> wrote: >>>> > Hi, >>>> > >>>> > Do we have plan for centos 7 ? >>>> > >>>> > >>>> > >>>> > Regards, >>>> > >>>> > apporc >>>> > >>>> > >>>> > >>>> > __________________________________________________________________________ >>>> > OpenStack Development Mailing List (not for usage questions) >>>> > Unsubscribe: >>>> > [email protected]?subject:unsubscribe >>>> > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev >>>> > >>>> >>>> >>>> __________________________________________________________________________ >>>> OpenStack Development Mailing List (not for usage questions) >>>> Unsubscribe: >>>> [email protected]?subject:unsubscribe >>>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev >>> >>> >>> >>> >>> -- >>> Mike Scherbakov >>> #mihgen >>> >>> >>> __________________________________________________________________________ >>> OpenStack Development Mailing List (not for usage questions) >>> Unsubscribe: >>> [email protected]?subject:unsubscribe >>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev >> >> >> __________________________________________________________________________ >> OpenStack Development Mailing List (not for usage questions) >> Unsubscribe: [email protected]?subject:unsubscribe >> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev >> > > > __________________________________________________________________________ > OpenStack Development Mailing List (not for usage questions) > Unsubscribe: [email protected]?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: [email protected]?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
