[Openstack] persistent storage on local disc

2016-08-17 Thread enax
Hi, Is it possible to keep vms persistent storage on compute node local disk somehow? I don't need HA and i don't want to spawn that vms on any other compute node, i don't like to lose IO performance with iscsi lvm volumes, basically what i need is just simply pass the ssd lvm volume or qcow2

Re: [Openstack] persistent storage on local disc

2016-08-17 Thread Eugen Block
Hi, Is it possible to keep vms persistent storage on compute node local sure, it's the default behaviour of nova if you don't specify other backends in the nova.conf. Regards, Eugen Zitat von [email protected]: Hi, Is it possible to keep vms persistent storage on compute node local disk s

[Openstack] [OpenStack] Second Public IP for VM on Another Public Network does not work properly

2016-08-17 Thread Ludwig Tirazona
Hello, Has anybody had this experience/problem as well? --- OVERVIEW I have two separate public networks, each with their entirely separate IP block. I need a VM to have Floating IPs on both of these networks. I am on OpenStack Liberty. -- ACTIONS I create two router

[Openstack] openstack vs neutron CLI (mikata)

2016-08-17 Thread Sean.Boran
A bit of help with scripting CLIs for managing network objects would be appreciated… Networks can be created: openstack network create --project my-project1 my_net1 -- but how does one create a subnet? Neutron can do it: neutron subnet-create --tenant-id my-project1 --name my_subnet1 my_net1

Re: [Openstack] openstack vs neutron CLI (mikata)

2016-08-17 Thread Darek Śmigiel
Hey Sean, Please remind, that transition is in progress. You can verify how far we are here [1]. But, according to OSC documentation [2] and release notes [3], you should be able to create subnet. It was released with OSC 2.4 version. Could you verify, if you have correct version? Darek [1] ht

Re: [Openstack] openstack vs neutron CLI (mikata)

2016-08-17 Thread Sean.Boran
Thanks Darek, being new to openstack your links help me understand the situation much better. The openstack client being used what that installed on a controller by Fuel v9/mikata, i.e. 2.2.0. I’ll install 2.6.0 on my workstation and try from there. [1] also links to python-openstacksdk, which

Re: [Openstack] openstack vs neutron CLI (mikata)

2016-08-17 Thread Steve Martinelli
FWIW folks have added *a lot* of cool network functionality lately, it's just all unreleased. See our release notes: http://docs.openstack.org/releasenotes/python-openstackclient/unreleased.html Look for a 3.0.0 of OpenStackClient any day now On Wed, Aug 17, 2016 at 7:29 AM, wrote: > Thanks Dar

Re: [Openstack] persistent storage on local disc

2016-08-17 Thread Brent Troge
The below may prove useful to you. https://wiki.openstack.org/wiki/BlockDeviceDriver http://cloudgeekz.com/71/how-to-setup-openstack-to-use-local-disks-for-instances.html ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Po

Re: [Openstack] [OpenStack] Second Public IP for VM on Another Public Network does not work properly

2016-08-17 Thread Brian Haley
On 08/17/2016 05:08 AM, Ludwig Tirazona wrote: Hello, Has anybody had this experience/problem as well? I'm not sure I'd expect this to work, here is just one reason. The VM really doesn't know when to use which router, because it doesn't know which target IP was used pre-NAT. For example,

Re: [Openstack] [OpenStack] Second Public IP for VM on Another Public Network does not work properly

2016-08-17 Thread Piotr Baranowski
- Oryginalna wiadomość - > Od: "Brian Haley" > Do: [email protected] > Wysłane: środa, 17 sierpnia, 2016 18:53:47 > Temat: Re: [Openstack] [OpenStack] Second Public IP for VM on Another Public > Network does not work properly > On 08/17/2016 05:08 AM, Ludwig Tirazona wrote: >

Re: [Openstack] [OpenStack] Second Public IP for VM on Another Public Network does not work properly

2016-08-17 Thread Brian Haley
On 08/17/2016 01:54 PM, Piotr Baranowski wrote: - Oryginalna wiadomość - Od: "Brian Haley" Do: [email protected] Wysłane: środa, 17 sierpnia, 2016 18:53:47 Temat: Re: [Openstack] [OpenStack] Second Public IP for VM on Another Public Network does not work properly On 08/1

Re: [Openstack] [OpenStack] Second Public IP for VM on Another Public Network does not work properly

2016-08-17 Thread Piotr Baranowski
- Oryginalna wiadomość - > Od: "Brian Haley" > Do: "openstack" > Wysłane: środa, 17 sierpnia, 2016 20:34:11 > Temat: Re: [Openstack] [OpenStack] Second Public IP for VM on Another Public > Network does not work properly > On 08/17/2016 01:54 PM, Piotr Baranowski wrote: >> - Oryginal

Re: [Openstack] [OpenStack] Second Public IP for VM on Another Public Network does not work properly

2016-08-17 Thread Neil Jerram
On Wed, Aug 17, 2016 at 7:35 PM Brian Haley wrote: > > Is a cloud datacenter going to have multiple link types? I doubt it. And > having two VMs would be easier anyways as there are probably other things > you'reha > going to tune. > > Yes, I think so. I'm currently working on an OpenStack cus

[Openstack] Map Nova flavor to glance image

2016-08-17 Thread Jaison Peter
Hi all, Is there any way to map a flavor to some specific glance images? For example if a user chooses flavor 'general_medium' then it shouldn't display any images used for trove or murano so that we can avoid the confusion. Right now, all images are displaying while choosing a flavor during insta