Re: How I create new AMI?

2013-10-15 Thread Matthew Miller
On Tue, Oct 15, 2013 at 04:42:47PM +0200, Miroslav Suchý wrote:
> >Basically we just make a .qcow2 image and then someone who's got access
> >uploads it into the cloud, then it becomes available (provided it's
> >marked public).
> And what is the command?

From http://openstack.redhat.com/Running_an_instance:

In the left-side navigation menu, click "Images & Snapshots"
under the heading "Manage Compute." Click the "Create Image"
button, located in the upper-right portion of the screen. In the
resulting dialog box, enter "Fedora19" in the "Name" field,
"http://cloud.fedoraproject.org/fedora-19.x86_64.qcow2"; in the
"Image Location" field, choose "QCOW2" from the "Format"
drop-down menu, leave the "Minimum Disk" and "Minimum Ram" fields
blank, check the "Public" box, and click the "Create Image"
button.


Or, from the command line:

   glance image-create --name "Fedora 19 x86_64" --disk-format qcow2 \
   --container-format bare --is-public true --copy-from \
   http://cloud.fedoraproject.org/fedora-19.x86_64.qcow2


-- 
Matthew Miller  ☁☁☁  Fedora Cloud Architect  ☁☁☁  
___
infrastructure mailing list
infrastructure@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/infrastructure

Re: How I create new AMI?

2013-10-15 Thread Miroslav Suchý

On 10/14/2013 11:07 PM, Kevin Fenzi wrote:

Basically we just make a .qcow2 image and then someone who's got access
uploads it into the cloud, then it becomes available (provided it's
marked public).


And what is the command?

Mirek-in-learning-mode

--
Miroslav Suchy, RHCE, RHCDS
Red Hat, Software Engineer, #brno, #devexp, #fedora-buildsys
___
infrastructure mailing list
infrastructure@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/infrastructure

Re: How I create new AMI?

2013-10-15 Thread Miroslav Suchý

On 10/15/2013 03:50 PM, Matthew Miller wrote:

On Mon, Oct 14, 2013 at 03:07:47PM -0600, Kevin Fenzi wrote:

Ideally it would be nice if we could just standardize on the fedora
cloud images and provision from there, so we don't need to make our
own.


Yes please. What do you need to make that happen?


Nothing. I just wrote it when I filed
https://fedorahosted.org/fedora-infrastructure/ticket/4059
(which is resolved thanks to Patrick).
so I just asked how the stuff is done. Just to learn.
--
Miroslav Suchy, RHCE, RHCDS
Red Hat, Software Engineer, #brno, #devexp, #fedora-buildsys
___
infrastructure mailing list
infrastructure@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/infrastructure

Re: How I create new AMI?

2013-10-15 Thread Matthew Miller
On Mon, Oct 14, 2013 at 03:07:47PM -0600, Kevin Fenzi wrote:
> Ideally it would be nice if we could just standardize on the fedora
> cloud images and provision from there, so we don't need to make our
> own. 

Yes please. What do you need to make that happen?

-- 
Matthew Miller  ☁☁☁  Fedora Cloud Architect  ☁☁☁  
___
infrastructure mailing list
infrastructure@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/infrastructure

Re: How I create new AMI?

2013-10-14 Thread Kevin Fenzi
On Thu, 10 Oct 2013 09:44:34 +0200
Miroslav Suchý  wrote:

> Hi,
> can somebody point me to documentation how to create new AMI in
> Fedora Cloud, please?

Basically we just make a .qcow2 image and then someone who's got access
uploads it into the cloud, then it becomes available (provided it's
marked public). 

> I know how to create it in OpenStack dashboard via WebUI, but we do
> not have dashboard, right? How can I create it in Fedora Cloud?

We do have a dashboard... :) We can upload via command line on the head
node (thats what I have been doing for the fedora cloud images). 

Ideally it would be nice if we could just standardize on the fedora
cloud images and provision from there, so we don't need to make our
own. 

kevin


signature.asc
Description: PGP signature
___
infrastructure mailing list
infrastructure@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/infrastructure

How I create new AMI?

2013-10-10 Thread Miroslav Suchý

Hi,
can somebody point me to documentation how to create new AMI in Fedora Cloud, 
please?

I know how to create it in OpenStack dashboard via WebUI, but we do not have 
dashboard, right?
How can I create it in Fedora Cloud?
--
Miroslav Suchy, RHCE, RHCDS
Red Hat, Software Engineer, #brno, #devexp, #fedora-buildsys
___
infrastructure mailing list
infrastructure@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/infrastructure