Re: [Openstack] Guest VM IP configuration script

2016-08-30 Thread Brent Troge
this is how i do things without dhcp services in the network. 1. enable config-drive within server declaration 2. using cloud-config write out the network l3 information to a file on the guest. 3. using cloud-config you can then add an user-data script to your config-drive, 4. the user data

Re: [Openstack] [neutron][devstack]subnet created with wrong gateway

2016-08-22 Thread Brent Troge
testing a patch > now to remove the '--gateway a.b.c.d' if it's not explicitly set since it > isn't necessary. > > -Brian > > On 08/22/2016 01:57 PM, Brent Troge wrote: > >> Doesn't neutron use the first available host address in the subnet as the >> gateway? So if your cidr

Re: [Openstack] [neutron][devstack]subnet created with wrong gateway

2016-08-22 Thread Brent Troge
Doesn't neutron use the first available host address in the subnet as the gateway? So if your cidr is 128/25 then neutron would default to 129 as the gateway. On Aug 22, 2016 9:54 AM, "Brian Haley" wrote: > On 08/21/2016 08:40 PM, Tony Breeds wrote: > >> On Sun, Aug 21,

Re: [Openstack] [Heat] Heat Index Number

2016-08-20 Thread Brent Troge
yeah the resource group %index% i am aware of. i was hoping there was an index tracker for the heat stack as well. On Sat, Aug 20, 2016 at 1:02 PM, Turbo Fredriksson <tu...@bayour.com> wrote: > On Aug 20, 2016, at 6:30 PM, Brent Troge wrote: > > > Is there an internal variab

[Openstack] [Heat] Heat Index Number

2016-08-20 Thread Brent Troge
Is there an internal variable that I can poll to expose the current index/interation of a heat stack ? I know resource group has an internal variable to track the current group index/iteration, but wondering if heat has something simlar. ___ Mailing

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

[Openstack] nova/neutron vs heat - run as regular user

2016-08-14 Thread Brent Troge
As 'joeuser' in tenant/project 'joetenant' I can create a 'direct' neutron port and boot a nova instance with the just created port. The neutron network is owned by 'joetenant' However, using the same user/tenant when I create another instance with the same resource types using heat, stack

Re: [Openstack] "There are not enough hosts available."

2016-07-28 Thread Brent Troge
Can you respond with flavor details ? Nova boot arguments ? nova service-list Thanks! On Thu, Jul 28, 2016 at 2:34 PM, Ken D'Ambrosio wrote: > Trying to orchestrate a bunch of VMs on our ~500 core cloud, and we're > getting the "not enough hosts" problem. Only issue is that

Re: [Openstack] Quota changes don't "take"

2016-07-27 Thread Brent Troge
Whenever I had quota issues I just update the database. Ymmv On Jul 27, 2016 7:00 PM, "Kevin Benton" wrote: > So if you do a "neutron quota-show" as one of those projects, does it > reflect the security group quotas? > > On Wed, Jul 27, 2016 at 4:15 AM, Turbo Fredriksson

[Openstack] Anti-Affinity Based on NUMA Node

2016-07-26 Thread Brent Troge
Instead of anti-affinity based on compute host, is there a way to filter based on NUMA node ? In my flavor I am using hw_numa_nodes=1 However, for the VMs within the same server group, I would like to ensure they do not end up in the same host NUMA node.

Re: [Openstack] [OpenStack][Nova] Configuring IP address on a DHCP disabled network

2016-07-21 Thread Brent Troge
gt; > params: > > $IPADDR: { get_attr: [ myserver, addresses, no-dhcp-net, 0, > addr ] } > > > > For now, I am going back to creating port and pass in that information as > user data. > > > > > > -Kaustubh > > > > *From:*

Re: [Openstack] [OpenStack][Nova] Configuring IP address on a DHCP disabled network

2016-07-21 Thread Brent Troge
cho "netmask 255.255.255.0" >> /etc/network/interfaces > > ifdown ens4 2>/dev/null > > ifup ens4 2>/dev/null > > params: > > $IPADDR: { get_attr: [ myserver, addresses, no-dhcp-net, 0, > addr ] } > &

Re: [Openstack] No valid Host - OpenStack Mitaka

2016-07-21 Thread Brent Troge
have you configured nova network to use 'br-int' ? it looks like br-int is not plumbed or available on the host. as a start, it looks like you need to ensure your host network needs to be configured properly as per nova configuration. On Thu, Jul 21, 2016 at 11:03 AM, Silvia Fichera

Re: [Openstack] [OpenStack][Nova] Configuring IP address on a DHCP disabled network

2016-07-20 Thread Brent Troge
Isn't that exposed through outputs ? And then use the output combined with configdrive cloudinit to configure your NICS outputs: instance_ip: description: The IP address of the deployed instance value: { get_attr: [my_instance, first_address] } On Jul 20, 2016 5:58 PM, "Kaustubh

Re: [Openstack] [openstack-dev] Filter ComputeCapabilitiesFilter returned 0 hosts

2016-07-15 Thread Brent Troge
=ZOL nova flavor-key z1.3small set aggregate_instance_extra_specs:volume_type=ZOL On Fri, Jul 15, 2016 at 4:47 AM, Turbo Fredriksson <tu...@bayour.com> wrote: > On Jul 14, 2016, at 11:15 PM, Brent Troge wrote: > > > dont you have to set something like the be

Re: [openstack-dev] [Openstack] Filter ComputeCapabilitiesFilter returned 0 hosts

2016-07-15 Thread Brent Troge
=ZOL nova flavor-key z1.3small set aggregate_instance_extra_specs:volume_type=ZOL On Fri, Jul 15, 2016 at 4:47 AM, Turbo Fredriksson <tu...@bayour.com> wrote: > On Jul 14, 2016, at 11:15 PM, Brent Troge wrote: > > > dont you have to set something like the be

Re: [openstack-dev] [Openstack] Filter ComputeCapabilitiesFilter returned 0 hosts

2016-07-14 Thread Brent Troge
dont you have to set something like the below in your flavor ? aggregate_instance_extra_specs:volume_type=ZOL On Thu, Jul 14, 2016 at 4:07 PM, Turbo Fredriksson wrote: > On Jul 14, 2016, at 5:44 PM, Turbo Fredriksson wrote: > > > EXCEPT, I get Subj. when trying to create an

Re: [Openstack] Filter ComputeCapabilitiesFilter returned 0 hosts

2016-07-14 Thread Brent Troge
wrote: > On Jul 14, 2016, at 6:53 PM, Brent Troge wrote: > > > can you send output of the below.. > > > > nova service-list > > nova flavor-show z1.3small > > nova aggregate-details zfs > > > I've never got "nova" to work, but here's the correspondin

Re: [openstack-dev] [Openstack] Filter ComputeCapabilitiesFilter returned 0 hosts

2016-07-14 Thread Brent Troge
wrote: > On Jul 14, 2016, at 6:53 PM, Brent Troge wrote: > > > can you send output of the below.. > > > > nova service-list > > nova flavor-show z1.3small > > nova aggregate-details zfs > > > I've never got "nova" to work, but here's the correspondin

Re: [Openstack] Filter ComputeCapabilitiesFilter returned 0 hosts

2016-07-14 Thread Brent Troge
can you send output of the below.. nova service-list nova flavor-show z1.3small nova aggregate-details zfs On Thu, Jul 14, 2016 at 11:44 AM, Turbo Fredriksson wrote: > I've been working on "porting" the Openstack-ZFS driver > (https://github.com/FransUrbo/Openstack-ZFS) to

Re: [openstack-dev] [Openstack] Filter ComputeCapabilitiesFilter returned 0 hosts

2016-07-14 Thread Brent Troge
can you send output of the below.. nova service-list nova flavor-show z1.3small nova aggregate-details zfs On Thu, Jul 14, 2016 at 11:44 AM, Turbo Fredriksson wrote: > I've been working on "porting" the Openstack-ZFS driver > (https://github.com/FransUrbo/Openstack-ZFS) to

Re: [Openstack] heat stack failed , ConnectionError: Unable to establish connection: ('Connection aborted.', BadStatusLine("''", ))

2016-07-14 Thread Brent Troge
Does this only occur when creating a cinder volume ? If you just create a VM without creating volumes, what is the outcome ? At face value it looks like the cinder services are not available. cinder service-list On Thu, Jul 14, 2016 at 7:17 AM, Kamsali, Raghavendrachari <

Re: [Openstack] Cinder - no availability zones

2016-07-12 Thread Brent Troge
12, 2016, at 9:32 PM, Brent Troge wrote: > > > cinder service-list > > bladeA01:~# cinder service-list > > +--+--+--+-+---++-+ > | Binary | Host | Zone | Status | State |

Re: [Openstack] Cinder - no availability zones

2016-07-12 Thread Brent Troge
Tue, Jul 12, 2016 at 3:44 PM, Turbo Fredriksson <tu...@bayour.com> > wrote: > >> On Jul 12, 2016, at 9:32 PM, Brent Troge wrote: >> >> > cinder service-list >> >> bladeA01:~# cinder service-list >> >> +--+---

Re: [Openstack] SRIOV and BOND

2016-07-11 Thread Brent Troge
;192.168.111.12"}], "id": "17926156-e7f8-4c00-bab8-8990d7df937c", > "security_groups": ["62a33f63-bfae-4bd9-8662-507136d7598b"], "device_id": > "", "name": "test_net_only", "admin_state_up": true, "network

Re: [Openstack] vCPU -> pCPU MAPPING

2016-07-09 Thread Brent Troge
not be up to date with respect to newer versions of > OpenStack, in addition to numa_* extra specs, you could look at cpu_policy > and cpu_thread_policy as well. > > > > > > -Kaustubh > > > > *From:* Arne Wiebalck [mailto:arne.wieba...@cern.ch] > *Sent:* Friday

Re: [Openstack] vCPU -> pCPU MAPPING

2016-07-08 Thread Brent Troge
VFs against PFs in numa1, coupled with strict numa policy, I ended up using numa1 for cpu, memory and pci locality. On Fri, Jul 8, 2016 at 12:22 PM, Steve Gordon <sgor...@redhat.com> wrote: > - Original Message - > > From: "Brent Troge" <brenttroge2...@

Re: [Openstack] LINUX BRIDGE FLAT NETWORK NO DHCP INTO NAMESPACE

2016-07-08 Thread Brent Troge
i disabled use_namespace and it now works. On Fri, Jul 8, 2016 at 11:06 AM, Turbo Fredriksson <tu...@bayour.com> wrote: > On Jul 8, 2016, at 2:52 PM, Brent Troge wrote: > > > I think I am missing something simple here. > > Don't count on it! Setting up Neutron networking

[Openstack] vCPU -> pCPU MAPPING

2016-07-08 Thread Brent Troge
context - high performance private cloud with cpu pinning Is it possible to map vCPUs to specific pCPUs ? Currently I see you can only direct which vCPUs are mapped to a specific NUMA node hw:numa_cpus.0=1,2,3,4 However, to get even more granular, is it possible to create a flavor which maps

[Openstack] LINUX BRIDGE FLAT NETWORK NO DHCP INTO NAMESPACE

2016-07-08 Thread Brent Troge
I think I am missing something simple here. I can see the DHCP requests coming into my network node, but I dont see that the DHCP requests are being shuttled into the DHCP namespace. What is needed to direct DHCP requests into the DHCP namespace ? ___

[Openstack] SRIOV and BOND

2016-07-08 Thread Brent Troge
I want to create a bond within my guest VM and trying to understand how to create my neutron ports without allocating an IP for each VF created. I just need one IP allocated instead of each VF(neutron port) being allocated an IP. I do not see anything within the neutron port api which supports

Re: [Openstack] Cinder Instance Locality Filter Error

2016-05-24 Thread Brent Troge
4 PM, Erlon Cruz <sombra...@gmail.com> wrote: > Cinder is trying to reach back to nova but is failing. I think it might > be because it's trying to use Nova v1. "in _v1_auth". What do you have in > cinder.conf? > > On Tue, May 24, 2016 at 6:14 PM, Brent Troge <bren

[Openstack] Cinder Instance Locality Filter Error

2016-05-24 Thread Brent Troge
Hello all.. I am trying to understand how to setup the cinder instance locality filter. I think I have everything configured properly, however my cinder create commands fail when I pass a scheduler hint. When I omit the scheduler hint, the cinder volume is created as expected. Below are some

[Openstack] Heat and existing subnet

2016-03-26 Thread Brent Troge
How can I use heat to dump the details of an existing subnet ? Heat only provides a ports allocated IP address and the MAC address. I need the cidr assigned to the subnet so I can derive the subnet and broadcast for placement into my interfaces file

[Openstack] Neutron Provider Networks Without DHCP

2016-03-24 Thread Brent Troge
Using HEAT, I am creating VM instances against a neutron provider network that does not supply DHCP services. Still using HEAT, any ideas on how I can grab the MAC address of the assigned neutron port? I will also need to grab the IP Neutron has allocated to my VM instance. I will pass the MAC

Re: [Openstack] Cinder Multiple Backends - Filter On Tenant

2016-02-25 Thread Brent Troge
, Vahric Muhtaryan <vah...@doruk.net.tr> wrote: > I found this > > > http://docs.openstack.org/admin-guide-cloud/blockstorage-driver-filter-weighing.html > > And this > > > https://blueprints.launchpad.net/cinder/+spec/filtering-weighing-with-driver-supplied-functions &

[Openstack] Cinder Multiple Backends - Filter On Tenant

2016-02-25 Thread Brent Troge
I need the cinder filter to support directing volumes to a specific backend based on tenant id and volume size. Something like: # tenant specific backend [backend-1] filter = (volume_size > 100G) && (tenant_id == abc123) # all others [backend-2] filter = (volume_size < 100G) Is this possible

Re: [Openstack] SWIFT - File System Kernel Module ?

2016-02-24 Thread Brent Troge
gt; > --John > > > > > On Jul 16, 2015, at 10:44 AM, Brent Troge <brenttroge2...@gmail.com> > wrote: > > > > Does the swift project plan to have a file system kernel module in the > same manner as ceph's file system? > > > > > > > >

Re: [Openstack] HEAT - Conditional Statements

2016-02-23 Thread Brent Troge
olumes_count and > servers_without_volumes_count which will map to the count parameter for > ResourceGroup. It's ok for count to be 0: > > > http://docs.openstack.org/developer/heat/template_guide/openstack.html#OS::Heat::ResourceGroup-prop-count > > > -Chris > > On

[Openstack] HEAT - Conditional Statements

2016-02-22 Thread Brent Troge
I have a heat template which accepts parameters/values via an environment file. This heat template creates x amount of cinder volumes based on the parameter value defined in the environment file. I have instances that dont require cinder volumes, so it is possible that the instances could also

[Openstack] Cinder volume from vmware sparse vmdk

2015-07-28 Thread Brent Troge
I have an openstack created instance running within my vmware compute node. The vmdk boot image I used to create this instance, is stored in glance and contains the below disk properties: adapter type = lsiLogic disk type = sparse Now, if I use this image to boot an instance, all works as

[Openstack] Cinder volume from vmware sparse vmdk

2015-07-23 Thread Brent Troge
I have an openstack created instance running within my vmware compute node. The vmdk boot image I used to create this instance, is stored in glance and contains the below disk properties: adapter type = lsiLogic disk type = sparse Now, if I use this image to boot an instance, all works as

Re: [Openstack] SWIFT - File System Kernel Module ?

2015-07-23 Thread Brent Troge
2015 at 15:09, John Dickinson m...@not.mn wrote: No. There are no plans for Swift to implement a file system. --John On Jul 16, 2015, at 10:44 AM, Brent Troge brenttroge2...@gmail.com wrote: Does the swift project plan to have a file system kernel module in the same manner as ceph's

[Openstack] GLANCE API SERVER - SEGMENT REQUEST TYPE

2015-01-29 Thread Brent Troge
is there a way to have a single glance api service send image READs(GET, HEAD) to a specific Swift backend ? for image writes (DELETE, POST, PUT) send those requests to another Swift backend ? thanks! ___ Mailing list:

Re: [Openstack] SWIFT - Write Quorum

2014-09-17 Thread Brent Troge
primary locations however the object still resides in the handoff location. Please advise. Thanks! On Tue, Sep 9, 2014 at 12:41 PM, Brent Troge brenttroge2...@gmail.com wrote: Thanks John.. I truly appreciate your clear and concise answers. On Tue, Sep 9, 2014 at 12:09 PM, John

Re: [Openstack] SWIFT - Write Quorum

2014-09-17 Thread Brent Troge
it is successfully copied to the primary locations. Check object-replicator error logs like “Error syncing handoff partition”. Gerry. *From:* Brent Troge [mailto:brenttroge2...@gmail.com] *Sent:* 17 September 2014 16:48 *To:* John Dickinson *Cc:* openstack@lists.openstack.org *Subject:* Re

Re: [Openstack] SWIFT AND RACKSPACE CLOUDFILES API

2014-09-15 Thread Brent Troge
, 2014 at 4:38 PM, Brent Troge brenttroge2...@gmail.com wrote: OK.. code looks to contain the needed.. Let me plug it in the 'pipeline' and see what happens. Thanks! On Fri, Sep 12, 2014 at 4:32 PM, Brent Troge brenttroge2...@gmail.com wrote: OK. I will search through the code. Although

[Openstack] SWIFT AND RACKSPACE CLOUDFILES API

2014-09-12 Thread Brent Troge
Is there an open source middleware/api-extender that supports setting CDN cache control at the account, container, or object level? Something similar to what Rackspace supports? http://www.bybe.net/blog/how-to-fix-rackspace-file-cloud-leverage-browser-caching-via-api-ssh.html Thanks!

Re: [Openstack] SWIFT AND RACKSPACE CLOUDFILES API

2014-09-12 Thread Brent Troge
On Fri, Sep 12, 2014 at 12:41 PM, Brent Troge brenttroge2...@gmail.com wrote: Is there an open source middleware/api-extender that supports setting CDN cache control at the account, container, or object level? Something similar to what Rackspace supports? http://www.bybe.net/blog/how

Re: [Openstack] SWIFT AND RACKSPACE CLOUDFILES API

2014-09-12 Thread Brent Troge
OK.. code looks to contain the needed.. Let me plug it in the 'pipeline' and see what happens. Thanks! On Fri, Sep 12, 2014 at 4:32 PM, Brent Troge brenttroge2...@gmail.com wrote: OK. I will search through the code. Although the package readme just describes how to create a custom HOST header

[Openstack] SWIFT AND ROOT DIRECTORY

2014-09-10 Thread Brent Troge
When calling swift hosted media files through flash or silverlight, the player makes a call to the root directory for clientaccesspolicy.xml or crossdomain.xml. For example, if my flash player calls: http://192.168.1.1:8080/v1/AUTH_xxx/media/index.m3u8 The player will then look for:

Re: [Openstack] SWIFT AND ROOT DIRECTORY

2014-09-10 Thread Brent Troge
content. See http://docs.openstack.org/developer/swift/middleware.html#module-swift.common.middleware.crossdomain --John On Sep 10, 2014, at 7:34 AM, Brent Troge brenttroge2...@gmail.com wrote: When calling swift hosted media files through flash or silverlight, the player makes a call

[Openstack] SWIFT - Write Quorum

2014-09-09 Thread Brent Troge
If I configure Swift to use 4 replicas across two regions(two replicas per region), is it possible to only list a newly ingested object if it has written at least twice? The goal is to only list a new object only if it has a presence in each region. west coast region 1 - zone 1 region 1 - zone 2

Re: [Openstack] SWIFT - Write Quorum

2014-09-09 Thread Brent Troge
) will ensure that, without any write_affinity settings, you'll have at least one replica in each region and two in another before the client gets a 2xx success response code to the PUT request. --John On Sep 9, 2014, at 6:59 AM, Brent Troge brenttroge2...@gmail.com wrote: If I

Re: [Openstack] SWIFT - Write Quorum

2014-09-09 Thread Brent Troge
. But you'll still be able to read the object directly if you know the name. --John On Sep 9, 2014, at 9:15 AM, Brent Troge brenttroge2...@gmail.com wrote: Thanks.. My understanding is that an object will not be listed within a container until it completes replication throughout the cluster. Thats

[Openstack] Swift And Friendly Name URLs

2014-09-04 Thread Brent Troge
Suppose I have a tenant with a name of 'Company1' and with a tentant ID of 1234567. Are there any readily available middleware extentions which can take the 'Company1' as the tentant identifier in the URL and map it accordingly. My containers would all be globally readable, and I would only need

Re: [Openstack] SWIFT AND HORIZON

2014-09-03 Thread Brent Troge
at 2:53 PM, Brent Troge brenttroge2...@gmail.com wrote: OK.. Thanks for the guidance.. I will mediate on this during tonight's 3 mile run. Some people need music to workout or during aerobics. I go headphone-less and focus on work related challenges. On Tue, Aug 19, 2014 at 2:47 PM

[Openstack] SWIFT AND HORIZON

2014-08-19 Thread Brent Troge
Does Horizon support a Keystone + Swift only environment? My Horizon instance can communicate with Keystone, however upon login, Horizon is now complaining about a mis-configured compute service. When I look at the Keystone service list, only Identity and Swift are defined and supposedly Horizon

Re: [Openstack] SWIFT AND HORIZON

2014-08-19 Thread Brent Troge
”. - Gabriel *From:* Brent Troge [mailto:brenttroge2...@gmail.com] *Sent:* Tuesday, August 19, 2014 12:45 PM *To:* Gabriel Hurley *Cc:* openstack@lists.openstack.org *Subject:* Re: [Openstack] SWIFT AND HORIZON Right, I saw the minimum requirement list, but figured that was outdated, due

Re: [Openstack] SWIFT AND HORIZON

2014-08-19 Thread Brent Troge
an issue for you though. Hope that helps, - Gabriel *From:* Brent Troge [mailto:brenttroge2...@gmail.com] *Sent:* Tuesday, August 19, 2014 12:00 PM *To:* openstack@lists.openstack.org *Subject:* [Openstack] SWIFT AND HORIZON Does Horizon support a Keystone + Swift

[Openstack] SWIFT AND RING QUESTION

2014-08-19 Thread Brent Troge
Excuse this question and for lack of basic understanding. I dropped from school at 8th grade, so everything is basically self taught. Here goes. I am trying to figure out where each offset/partition is placed on the ring. So If I have 50 drives with a weight of 100 each I come up with the below

Re: [Openstack] SWIFT AND RING QUESTION

2014-08-19 Thread Brent Troge
questions after you watch that video. --John On Aug 19, 2014, at 5:34 PM, Brent Troge brenttroge2...@gmail.com wrote: Excuse this question and for lack of basic understanding. I dropped from school at 8th grade, so everything is basically self taught. Here goes. I am trying to figure out

[Openstack] Swift And Custom HTTP Reponse Headers

2014-08-07 Thread Brent Troge
Hello. I am considering building out a Swift cluster to act as an origin to some edge cache servers. Are there any readily available API extensions(preferably OSS) which allow for setting max-age and expires headers? Thanks! ___ Mailing list: