Re: [Openstack] Devstack Grizzly networking help needed

2013-08-02 Thread Jake G.
HI Salvatore,  Thank you for your reply and sorry for being a pain in the butt.  What I really need help with is the initial setup in the localrc file. I dont really understand how each piece works. The internal network can be any ip range and gateway, but I do not understand the public network

Re: [Openstack] DHCP problem in grizzly

2013-08-02 Thread Chu Duc Minh
Hi, i have the same problem when create -> terminate -> create instances. This problem only occur when the new instances have the same IP as deleted instances. I check the dnsmasq's host file /var/lib/quantum/dhcp/dbc59888-e2be-4b31-b579-0a4575159bb1/host, sometimes it's not update. I think this

Re: [Openstack] Glance fails to use RBD store

2013-08-02 Thread Simon Pasquier
And if you execute the following command on your nodes, you get no error? $ python -c 'import rados' Le 01/08/2013 21:25, Greg Chavez a écrit : I should have noted this in my original post, but I already have python-ceph installed on my controller node and on each compute node. And still I g

[Openstack] Which filter is based on CPUs availability?

2013-08-02 Thread Peeyush Gupta
Hi, I am trying to figure out how the filters act based on CPU  availability. I understand there is a RAM filter, which decides the RAM allocation ratio, so that RAM of a particular host does't get over used. Now, in the same way CPUs can also be overused, if I keep launching instances.   Is there

Re: [Openstack] Which filter is based on CPUs availability?

2013-08-02 Thread Cyril Roelandt
On 08/02/2013 11:32 AM, Peeyush Gupta wrote: Hi, I am trying to figure out how the filters act based on CPU availability. I understand there is a RAM filter, which decides the RAM allocation ratio, so that RAM of a particular host does't get over used. Now, in the same way CPUs can also be over

Re: [Openstack] Which filter is based on CPUs availability?

2013-08-02 Thread JuanFra Rodriguez Cardoso
CoreFilter?? http://docs.openstack.org/trunk/openstack-compute/admin/content/scheduler-filters.html#corefilter --- JuanFra 2013/8/2 Peeyush Gupta > Hi, > > I am trying to figure out how the filters act based on CPU availability. > I understand there is a RAM filter, which decides the RAM all

Re: [Openstack] DHCP problem in grizzly

2013-08-02 Thread Chu Duc Minh
After i deleted 2 instances: 10.2.1.10 & 10.2.1.12 The Dnsmasq's hosts file is: fa:16:3e:01:d1:70,10-2-1-1.openstacklocal,10.2.1.1 fa:16:3e:71:6a:4e,10-2-1-11.openstacklocal,10.2.1.11 *fa:16:3e:cf:0f:c1,10-2-1-12.openstacklocal,10.2.1.12* *<-- still exist, problem?!* fa:16:3e:35:a1:72,10-2-1-9.open

Re: [Openstack] Which filter is based on CPUs availability?

2013-08-02 Thread Peeyush Gupta
Yeah, that's the one.  Thanks.   ~Peeyush Gupta From: JuanFra Rodriguez Cardoso To: Peeyush Gupta Cc: "openstack@lists.openstack.org" Sent: Friday, 2 August 2013 3:23 PM Subject: Re: [Openstack] Which filter is based on CPUs availability? CoreFilter??

[Openstack] Diskless Compute Nodes?

2013-08-02 Thread Mark Chaney
So I am planning on setting up my first openstack cloud a little like so where my Compute nodes will be diskless: http://content.screencast.com/users/MACscr/folders/Snagit/media/539491bf-c5ed-49e8-88a5-d812f954176e/2013-08-02_04-54-29.png I will be using Ceph for Object Storage and also RBD for

Re: [Openstack] auto deploy openstack

2013-08-02 Thread Peter Cheung
Hey Lorin I am interested in bare metal, any solution? Thanksfrom Peter Date: Wed, 31 Jul 2013 21:10:57 -0400 Subject: Re: [Openstack] auto deploy openstack From: lo...@nimbisservices.com To: mcheun...@hotmail.com CC: openstack@lists.openstack.org Peter: Are you interested in a solution for p

Re: [Openstack] Diskless Compute Nodes?

2013-08-02 Thread Maciej Gałkiewicz
On 2 August 2013 13:36, Mark Chaney wrote: > So I am planning on setting up my first openstack cloud a little like so > where my Compute nodes will be diskless: > > > http://content.screencast.com/users/MACscr/folders/Snagit/media/539491bf-c5ed-49e8-88a5-d812f954176e/2013-08-02_04-54-29.png > > I

Re: [Openstack] Diskless Compute Nodes?

2013-08-02 Thread Mark Chaney
When you say instances, are you actually talking about the VM's? Of course they will be booted from volumes in ceph, but I am talking about the Compute Nodes, the actual hypervisors. I of course would have to use pxe for that. No idea if there was a way for me to use ceph that way though. Yes, p

[Openstack] ssh login for Grizzly ubuntu 12.04

2013-08-02 Thread raghavendra.lad
Hi Openers, I have installed the Grizzly version of openstack . I request if anybody can provide steps how to ssh to instance. I would be grateful. Any help would be highly appreciated. Regards, Raghavendra Lad This message is for the designated recipient only

[Openstack] Grizzly Router and ssh VM - help!!

2013-08-02 Thread raghavendra.lad
Hello, I am trying to setup the Router on the Grizzly Ubuntu 12.04. Could anybody guide? If you can highlight how to ssh the VM's that would be helpful. My intention is listed below: 1. VMs should be able to ping each other 2. VMs are accessible by ssh from any host on the network Looking for

Re: [Openstack] Diskless Compute Nodes?

2013-08-02 Thread Maciej Gałkiewicz
On 2 August 2013 14:27, Mark Chaney wrote: > When you say instances, are you actually talking about the VM's? Of course > they will be booted from volumes in ceph, but I am talking about the > Compute Nodes, the actual hypervisors. I of course would have to use pxe > for that. No idea if there wa

Re: [Openstack] ssh login for Grizzly ubuntu 12.04

2013-08-02 Thread Jay Pipes
On 08/02/2013 08:39 AM, raghavendra@accenture.com wrote: Hi Openers, I have installed the Grizzly version of openstack . I request if anybody can provide steps how to ssh to instance. I would be grateful. Any help would be highly appreciated. When you launch an instance, specify the name

Re: [Openstack] Glance fails to use RBD store

2013-08-02 Thread Greg Chavez
Nope. Never have. Exit value 0 every time. I was going to wait until after I upgraded OpenStack to the latest bugfix, but what the heck: glance image-create --name centos6.4-x86_64-02-03 --disk-format qcow2 --container-format bare --location http://vm-images/centos64-03.qcow2--is-public False

Re: [Openstack] auto deploy openstack

2013-08-02 Thread Logan McNaughton
For bare metal, solutions include: MAAS/Juju (MAAS pxe boots the nodes, Juju configures them) Foreman/Puppet (Foreman pxe boots the nodes, Puppet configures them) Mirantis Fuel (Fuel takes care of both aspects) On Aug 2, 2013 5:59 AM, "Peter Cheung" wrote: > Hey Lorin >I am interested in

[Openstack] [OpenStack] Networking Issues

2013-08-02 Thread Brandon Adams
Hi all, I'm attempting to set up an installation of OpenStack Grizzly on a single node running Centos 6.4 with two NICs. eth0 is 192.168.0.x (public, other computers in the office are on this network) and eth1 is 10.0.0.x (using as private). A few questions: Does it make a difference that eth1, m

Re: [Openstack] ssh login for Grizzly ubuntu 12.04

2013-08-02 Thread Jay Pipes
On 08/02/2013 09:57 AM, raghavendra@accenture.com wrote: Hi Jay, Thanks for the quick response. I can see ubuntu login on VNC (Horizon dashboard) but cannot login as I need to change password after logging to ssh. How do I allocate Floating IP is that in Nova? You need to have a publicl

Re: [Openstack] ssh login for Grizzly ubuntu 12.04

2013-08-02 Thread Clint Byrum
Please do not reply to one thread to start a new one. https://wiki.openstack.org/wiki/MailingListEtiquette#Threading Excerpts from raghavendra.lad's message of 2013-08-02 05:39:17 -0700: > Hi Openers, > > I have installed the Grizzly version of openstack . I request if anybody can > provide ste

Re: [Openstack] [OpenStack] Networking Issues

2013-08-02 Thread Brandon Adams
Also, on a completely unrelated note (but still very important) My nova resource tracker only reports that I have 49 GB of available disk space for the creation of VMs. This seems to reflect the approximate size of my root partition. I'm wondering if I missed a setting that controls this? I have a

Re: [Openstack] Diskless Compute Nodes?

2013-08-02 Thread Clint Byrum
Excerpts from Mark Chaney's message of 2013-08-02 04:36:16 -0700: > So I am planning on setting up my first openstack cloud a little like so > where my Compute nodes will be diskless: > > http://content.screencast.com/users/MACscr/folders/Snagit/media/539491bf-c5ed-49e8-88a5-d812f954176e/2013-08

Re: [Openstack] Changing DNS on Nova Network

2013-08-02 Thread Joshua Skains
Found out the problem was far simpler to correct, but possibly exposes a bug. I made the changes to flat network dns server entry in nova.conf, but nova-network does NOT properly restart dnsmasq. I actually had to killall dnsmasq and then restart nova-network. Now dnsmasq is properly querying o

[Openstack] Fwd: [openstack-community] Updates to the OpenStack blog policy

2013-08-02 Thread Stefano Maffulli
FYI Original Message Subject: [openstack-community] Updates in the OpenStack blog policy Date: Fri, 02 Aug 2013 10:01:14 -0700 From: Stefano Maffulli To: Community User Groups, OpenStack Dear all, starting today the OpenStack Planet aggregator on http://planet.openstack.org

Re: [Openstack] auto deploy openstack

2013-08-02 Thread Rob_Hirschfeld
I'd like to Crowbar to that list. The Crowbar project just completed our Grizzly OpenStack release that uses Chef and include bare metal support. RAID & BIOS config for Dell servers is part of the open source project (crowbar.github.io). We're supporting Ubuntu, SUSE and Centos/RHEL emerging

Re: [Openstack] auto deploy openstack

2013-08-02 Thread Mark Chaney
I don't see any Crowbar release for grizzly other than an older RC release. Is there an actual stable release out yet that supports grizzly? On Aug 2, 2013, at 12:20 PM, wrote: > I’d like to Crowbar to that list. > > The Crowbar project just completed our Grizzly OpenStack release that uses

[Openstack] OpenStack database connectivity, licenses, etc. Looking for guidance.

2013-08-02 Thread Friesen, Christopher
Hi, I'm just starting to explore the OpenStack framework, concepts, etc. >From what I understand, OpenStack makes use of SQLAlchemy for database >connectivity. For connecting to MySQL that seems to use MySQL-Python by >default, which is licensed under the GPLv2. Here's where I get a bit conf

Re: [Openstack] OpenStack database connectivity, licenses, etc. Looking for guidance.

2013-08-02 Thread Jay Pipes
On 08/02/2013 03:24 PM, Friesen, Christopher wrote: Hi, I'm just starting to explore the OpenStack framework, concepts, etc. From what I understand, OpenStack makes use of SQLAlchemy for database connectivity. For connecting to MySQL that seems to use MySQL-Python by default, which is lice

Re: [Openstack] openstack with xcp

2013-08-02 Thread Logan McNaughton
The relevant documentation is found here: http://docs.openstack.org/grizzly/openstack-compute/admin/content/manual-install-on-xenserver.html http://docs.openstack.org/grizzly/openstack-compute/admin/content/introduction-to-xen.html#xenapi-install Essentially what you have to do is boot a VM on the

[Openstack] OpenStack Community Weekly Newsletter (July 26 – Aug 2)

2013-08-02 Thread Stefano Maffulli
Hong Kong Summit – Registration, Call for Sponsors Now Open! ???,