[Rdo-list] FYI: F19 RC1 cloud images available in EC2 and for download
by Sandro "red" Mathys
So as you can see below, the first release candidate for the F19 cloud
images is ready to be tested. To make F19 RC1 available in your OpenStack,
simply do something like:
glance image-create --name "Fedora 19 RC1" --disk-format qcow2
--container-format bare --is-public true --copy-from
https://dl.fedoraproject.org/pub/alt/stage/19-RC1/Images/x86_64/Fedora-x8...
-- Sandro
---------- Forwarded message ----------
From: Matthew Miller <mattdm(a)fedoraproject.org>
Date: Tue, Jun 25, 2013 at 3:41 PM
Subject: [Test-Announce] F19 RC1 cloud images available in EC2 and for
download
To: test-announce(a)lists.fedoraproject.org
Fedora 19 Release Candidate 1 cloud images are now available from:
http://dl.fedoraproject.org/pub/alt/stage/19-RC1/Images/
in either qcow2 or raw.xz format. You should be able to use Glance in
OpenStack to just import the qcow2 images directly and go.
They're also in Amazon EC2 in the US East region (us-east-1):
ami-79196a10 for x86_64
ami-ef1b6886 for i386
Thanks to Dennis Gilmore in Fedora Release Engineering for the extra work to
make this happen.
The images are configured with "fedora" as the default user with
passwordless sudo. You can change this behavior by passing different
configuration data via the user-data in either OpenStack or EC2. For
example, to allow direct root login and to suppress the creation of the
'fedora' user, use
#cloud-config
users:
disable_root: 0
(The first line is identifying the userdata type, not a comment.)
--
Matthew Miller ☁☁☁ Fedora Cloud Architect ☁☁☁ <mattdm(a)fedoraproject.org>
_______________________________________________
test-announce mailing list
test-announce(a)lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/test-announce
11 years, 5 months
Re: [Rdo-list] RDO installation failed on keystone
by Perry Myers
(moving thread to rdo-list)
On 06/24/2013 11:57 AM, Tal Kammer wrote:
> I just tried to install a fresh copy of the RDO on a machine using packstack (followed: http://openstack.redhat.com/Quickstart) when it failed on the keystone component saying that there is a dependency issue with python-sqlalchemy.
> After checking the subject, it seems that the repo has sqlalchemy version 0.5 where the keystone component requires version 0.7+
>
> Can someone confirm this?
>
> (to reproduce this, just follow the installation procedure on the link above)
EPEL should have sqlalchemy 0.7 as far as I can see:
http://dl.fedoraproject.org/pub/epel/6/x86_64/repoview/python-sqlalchemy0...
What repos do you have enabled on your RDO install machine?
Base RHEL does indeed have an older version of sqlalchemy, which is why
RHOS repos contain a newer version and RDO requires EPEL version of the
package
> python-sqlalchemy.noarch 0.5.5-3.el6_2 rhel-released
> python-sqlalchemy0.7.x86_64 0.7.8-1.el6 epel
> python-sqlalchemy0.7.x86_64 0.7.8-1.el6ost rhos3
Perry
11 years, 5 months