Re: [Openstack] Error: Failed to launch instance "devstack-havana": Please try again later [Error: No valid host was found. ].

2014-08-10 Thread Mitch Anderson
I actually just ran into this myself with a new install, I have Ceph for instance storage, and the "DiskFilter" couldn't detect the ceph storage so I had to remove that from scheduler_default_filters in the nova.conf file on the controllers. If anyone knows how to include that still as a check it

Re: [Openstack] Fuel + Controller Node HA

2014-04-09 Thread Mitch Anderson
The requirement for 3 Controller Nodes comes from the use of MySQL Galera Clustering, it requires a minimum of 3 nodes to minimize split brain. Tho, there is a way to run it with two, where you run a service to act as a third voting member of the cluster, just would not contain or respond to any s

Re: [Openstack] "Self sign-up form", how to add?

2014-01-02 Thread Mitch Anderson
I don't believe Horizon is anywhere near complete enough to be a public offering web interface... but development info for horizon is here: http://docs.openstack.org/developer/horizon/topics/tutorial.html On Thu, Jan 2, 2014 at 1:44 PM, Martinx - ジェームズ wrote: > Hello guys! > > Listen, currently,

Re: [Openstack] Application deployment

2013-11-29 Thread Mitch Anderson
Salt + salt cloud would be my preference... Or salt and ssh is now a possibility... On Nov 29, 2013 3:40 AM, "g...@libero.it" wrote: > Hello everyone, > > I'm searching for an application deployment feature into Openstack. This > module should let me deploy an application (plus the application se

Re: [Openstack] Storage decision

2013-11-05 Thread Mitch Anderson
I haven't had a chance to test this, but I believe allowing Ceph RBD as ephemerial disk was approved as part of Havana. Would have required changes to libvirt but the blueprint is here: https://blueprints.launchpad.net/nova/+spec/bring-rbd-support-libvirt-images-type On Tue, Nov 5, 2013 at 8:49

Re: [Openstack] Root disks with Ceph

2013-09-11 Thread Mitch Anderson
Greg, I believe what you're referring to is talked about on this blog entry: http://www.sebastien-han.fr/blog/2013/06/24/what-i-think-about-cephfs-in-openstack/ With a corresponding blueprint/code fix for havana? https://blueprints.launchpad.net/nova/+spec/bring-rbd-support-libvirt-images-type L