Re: [Openstack-operators] Stack with external vlan and intranet vlan

2015-08-29 Thread Antonio Messina
I have the same configuration on both network and compute nodes. Tenant networks is set to gre,vxlan, but as admin you can also create vlan networks if it's listed in type_drivers. .a. Il 28/ago/2015 10:06 AM, "Ignazio Cassano" ha scritto: > Hi Antonio, I tried the configuration you suggested i

Re: [Openstack-operators] Stack with external vlan and intranet vlan

2015-08-29 Thread Ignazio Cassano
Many thanks, Antonio. I solved my minfiguration error. Ignazio Il giorno 29/ago/2015 11:24, "Antonio Messina" ha scritto: > I have the same configuration on both network and compute nodes. > > Tenant networks is set to gre,vxlan, but as admin you can also create vlan > networks if it's listed in

[Openstack-operators] Passing entire disks to instances

2015-08-29 Thread David Arroyo
Hello, I would like to pass entire disks to my openstack instances. I have some IO-bound workloads and would like to avoid any overhead or contention by giving an instance access to N additional disks, such that they do not share that disk with other guests on the same compute node. These a

Re: [Openstack-operators] Security around enterprise credentials and OpenStack API

2015-08-29 Thread Marc Heckmann
Sorry for the repost, it seems this mail was in the outbox of another machine that I hadn't turned on in a while. Please ignore. > On Aug 29, 2015, at 11:56, Marc Heckmann wrote: > > Hi all, > > I was going to post a similar question this evening, so I decided to just > bounce on Mathieu’s

Re: [Openstack-operators] Security around enterprise credentials and OpenStack API

2015-08-29 Thread Kris G. Lindgren
We create "service accounts" in AD, for teams to use inside scripts or within services. We have an home built solution to prevent credentials from being stored in clear text on the server and allow for password rotation of the service accounts without service interruption. On 8/29/15, 9:49

Re: [Openstack-operators] Passing entire disks to instances

2015-08-29 Thread Tim Bell
Would an OpenStack cinder volume meet your needs ? Tim From: David Arroyo [mailto:dr...@aqwari.net] Sent: 29 August 2015 17:17 To: openstack-operators@lists.openstack.org Subject: [Openstack-operators] Passing entire disks to instances Hello, I would like to pass entire disks to my openstack in