On Thu, 2014-08-28 at 09:34 +0100, Karanbir Singh wrote:
On 08/27/2014 09:54 PM, whayutin wrote:
> On Wed, 2014-08-27 at 11:40 +0100, Karanbir Singh wrote:
>> hi
>>
>> I've just pushed a GenericCloud image, that will become the gold
>> standard to build all varients and environ specific images from.
>> Requesting people to help test this image :
>>
>>
http://cloud.centos.org/centos/7/devel/CentOS-7-x86_64-GenericCloud-20140...
>> ( ~ 922 MB)
>> or
>>
http://cloud.centos.org/centos/7/devel/CentOS-7-x86_64-GenericCloud-20140...
>> ( 261 MB)
>>
>> Sha256's;
>>
>> 3c049c21c19fb194cefdddbac2e4eb6a82664c043c7f2c7261bbeb32ec64023f
>> CentOS-7-x86_64-GenericCloud-20140826_02.qcow2
>> 4a16ca316d075b30e8fdc36946ebfd76c44b6882747a6e0c0e2a47a8885323b1
>> CentOS-7-x86_64-GenericCloud-20140826_02.qcow2.xz
>>
>> please note: these images contain unsigned content ( cloud-init and
>> cloud-utils-* ), and are therefore unsuiteable for use beyond validation
>> on your environment.
>>
>> regards,
>>
>
> Hey Karanbir,
> Most everything seems to be working with the image, thank you for
> posting it!! Hopefully the CentOS release can be fixed, I believe it
> should return 7.0
>
> e.g.
> [centos@packstack ~]$ cat /etc/redhat-release
> CentOS Linux release 7.0.1406 (Core)
how much and where is this causing a problem ?
It is causing ansible to not recognize the release major as 7.0
I would expect CentOS to behave in the same way as RHEL..
[root@localhost ~]# rpm -qa |grep release
redhat-release-server-7.0-1.el7.x86_64
[root@localhost ~]# cat /etc/redhat-release
Red Hat Enterprise Linux Server release 7.0 (Maipo)
[root@localhost ~]#
We are trying to message around the idea that effectively there is no
distro 7.0 or 7.1 etc, they are just various points in time on the
CentOS-7 distro. We went through quite a few iterations around naming
and numbering and adding a datestmp to the release number was the only
really 'acceptable' setup. The 1406 then indicates age of the .0 base.
>
> The rdo public ci has successfully completed a packstack allinone run on
> CentOS-7.0 [1] w/ a few workarounds. I'll start to setup a foreman
> based install soon.
sounds good.
We will have regular image builds up soon, would it be possible for you
to automate a new-image-get and deploy, say every two weeks perhaps ?
That should be fine..
Thanks guys