[Openstack] OpenStack-Ansible AIO with OpenVSwitch?

2017-09-22 Thread Michael Gale
Hello, Does anyone know if the AIO build supports OpenVSwitch or has a built in OpenVSwtich option? https://docs.openstack.org/openstack-ansible/pike/contributor/quickstart-aio.html I am assuming I could get something to work following the two host setup described here: https://medium.com/@tr

Re: [Openstack] [Openstack-sdk] Error in making connection Openstack Python SDK

2017-03-04 Thread Michael Gale
5.45 > is public interface. But when I am setting 'keystone' interface as > 'internal' with internal ip 172.29.236.11, connection is successful. Seems > this SSL error be related to config parser object. > > Regards, > Amit > > > On Sat, Mar 4, 2017 a

Re: [Openstack] [Openstack-sdk] Error in making connection Openstack Python SDK

2017-03-03 Thread Michael Gale
Hey, Here is how I am authenticating using openstacksdk: --snip-- from openstack import connection from openstack import profile from openstack import utils def _create_connection(self, cloud_params, configobj): auth_args = { 'auth_url' : cloud_params['OS_AUTH_URL'],

[Openstack] openstacksdk and limits for projects.

2017-01-15 Thread Michael Gale
Hello, Does anyone know what the equivalent of the following command would be via the API? `openstack limits show --absolute --project ` I am using an admin account to pull stats and information from a Mitaka environment, now I can run the above command in bash, looping over each project that

[Openstack] devstack support for neutron sfc?

2016-12-13 Thread Michael Gale
Hello, Does anyone know if neutron-sfc is working in devstack? I started to follow the instructions here: https://wiki.openstack.org/wiki/Neutron/ServiceInsertionAndChaining#Single_Host_networking-sfc_installation_steps_and_testbed_setup I ended up with a working devstack instance using: -

[Openstack] Neutron Service Chains with Linux Bridge?

2016-11-13 Thread Michael Gale
Hello, Does anyone know if the work for Neutron Service Chains supports environments built with Linux Bridge as the Neutron ML2 driver? http://docs.openstack.org/newton/networking-guide/config-sfc.html Based on the docs here: http://docs.openstack.org/developer/networking-sfc/system_design%

Re: [Openstack] Virtual networking by hardware

2016-06-21 Thread Michael Gale
Hey, Cisco has a ML2 plugin, old style that integrates with the Nexus 9K to offer vxlan hardware support. Michael On Mon, Jun 20, 2016 at 7:22 PM Ops Cloud wrote: > Hi > > Rather than the soft SDN solution in neutron, is there any networking > solution which is driven by hardware? > What I mea

[Openstack] OpenStack Ansible and repo-build.yml

2016-04-02 Thread Michael Gale
Hello, I am using openstack ansible to manage my openstack environment and am currently running 12.0.2. I am attempting to upgrade to 12.0.9 but am running into an issue with the repo_* containers. It looks like the /var/www/repo/os-releases/12.0.2/ exists on every repo and is populated with

[Openstack] OpenStack OSAD and Horizon policy updates

2016-03-23 Thread Michael Gale
Hello, I have a quick question around Horizon policy files and corresponding service policy files. I am using OpenStack OSAD ( http://docs.openstack.org/developer/openstack-ansible/liberty/install-guide/configure-openstack.html) to deploy an AIO setup from 12.0.8 I am using keystone_policy_o

Re: [Openstack] Nexus 9K - Nexus: Segment is an invalid type or not supported by this driver??

2016-02-24 Thread Michael Gale
21e3e8ba1c5eb2ba6661bf6326e1507c5#n1343> > > self, context, updated_port, network, port.port_binding, > > 1343 > <https://git.openstack.org/cgit/openstack/neutron/tree/neutron/plugins/ml2/plugin.py?id=355ab2f31cf81575c6e1c0899526177711425428#n1343> > > self,

Re: [Openstack] Nexus 9K - Nexus: Segment is an invalid type or not supported by this driver??

2016-02-16 Thread Michael Gale
< anthony.c...@al-enterprise.com> wrote: > Michael, > > > > Are you using Linux Bridge or OvS? > > > > There is a bug report: *Linux bridge does not work with cisco_nexus ml2 > plugins* > > > > https://bugs.launchpad.net/networking-cisco/+bug/14210

[Openstack] Nexus 9K - Nexus: Segment is an invalid type or not supported by this driver??

2016-02-16 Thread Michael Gale
Hello, I am having issues getting my Liberty environment working with VXLAN and N9K. Currently I am getting the following errors in the logs on startup: --snip-- 2016-02-16 13:18:42.097 595 WARNING networking_cisco.plugins.ml2.drivers.cisco.nexus.mech_cisco_nexus [req-825a9891-0467-4958-86ca-

Re: [Openstack] OpenStack Liberty + Nexus 9000 + VXLAN

2016-02-01 Thread Michael Gale
Hello Peter, That did it, the change log pointed me in the right direction. I will work on testing out the integration this week. Thanks again everyone for their help. Michael On Fri, Jan 29, 2016 at 1:00 PM Erdősi Péter wrote: > 2016. 01. 29. 19:34 keltezéssel, Michael Gale í

Re: [Openstack] OpenStack Liberty + Nexus 9000 + VXLAN

2016-01-29 Thread Michael Gale
iki.cisco.com/wiki/Neutron_ML2_Driver_For_Cisco_Nexus_Devices_Kilo_Release > > Brian B. > > From: Michael Gale > Date: Wednesday, January 27, 2016 at 6:54 PM > To: "openstack@lists.openstack.org" > Subject: [Openstack] OpenStack Liberty + Nexus 9000 + VXLAN > > Hello, > > Is anyone running an

[Openstack] OpenStack Liberty + Nexus 9000 + VXLAN

2016-01-27 Thread Michael Gale
through the Cisco docs I can only find references to the Juno's release with OpenVSwitch and DevStack. Any info or docs that someone can point me in would be greatly appreciated. Thanks Michael Gale ___ Mailing list: http://lists.openstack.org/cgi-bin/ma

[Openstack] Neutron add external interface to external router?

2015-09-01 Thread Michael Gale
Hello, I am running the Kilo release using os-ansible-deployment and have a functioning OpenStack installation using VXLANs however I am running into an issue adding an external network. >From the Horizon interface I can create private tenant networks without an issue and I have created an ex

Re: [Openstack] Devstack problems after server rebooting

2015-04-03 Thread Michael Gale
Hello, I have only seen this once and I ended up removing / purging Apparmor to fix the issues. After purging it completely and restarting everything worked fine. As a side note I have lots of installs where everything just works. Michael Sent from my iPhone > On Apr 3, 2015, at 4:19 P

[Openstack] Feature wish list somewhere? 2 Devs looking to contribute

2015-01-22 Thread Michael Gale
Hey, Does anyone know where I could find a feature wishlist? Ideally a list of outstanding features or functionality that is wanted. But is currently missing from OpenStack and not being worked on or has been started but needs a lot of dev help? I am looking for a way that 2 full time python

Re: [Openstack] Technical advantages of Openstack over Cloudstack

2014-12-08 Thread Michael Gale
Last time I checked: - CloudStack does not offer or have built in Object Store, you could of course run your own Swift cluster but why bother. - CloudStack offers a nice monolithic install from my experience where OpenStack has many individual services. I have read horror stories about both instal

Re: [Openstack] periodic packet loss in openvswitch

2014-10-14 Thread Michael Gale
Hello, Do you know the L2 switch model you are using in the blade center and how much traffic you are pushing through? If you have netflow or some other type of traffic analysis I would look for changes and sudden increases around this time: - difference in packets per second - difference in

Re: [Openstack] Service Now integration?

2014-07-17 Thread Michael Gale
servicenow-configuration-automation-integrates-puppet-enterprise > ) > > > > At CERN, we’ve just written some standard record producers for common > actions such as new project request. They are all very CERN specific though > so would not be useful elsewhere. > > >

[Openstack] Service Now integration?

2014-07-16 Thread Michael Gale
Hello, Is anyone aware if work is being done to provide integration between OpenStack and ServiceNow (http://www.servicenow.com/) ? Michael ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists

Re: [Openstack] Ceph vs Swift + Cinder

2014-07-14 Thread Michael Gale
Hey, I agree with Hugo, it really depends on your use case / requirements. Why are you considering object storage, what functionality and features do you need. What is the expectation around block storage? Once you know those it will help you decide which technology is best for you. Michael

Re: [Openstack] [Swift] Allowing clients to write to separate regions

2014-06-23 Thread Michael Gale
Hello, How are you planning to replicate data between regions? You said you don't want container-sync. Also Swift offers read affinity and write affinity, I believe this is setup on the Swift proxy. The affinity settings allow the proxy servers to restrict read and write requests to local reso

Re: [Openstack] [Swift] Allowing clients to write to separate regions

2014-06-23 Thread Michael Gale
One more thing, do you read: https://swiftstack.com/blog/2012/09/16/globally-distributed-openstack-swift-cluster/ On Mon, Jun 23, 2014 at 9:57 PM, Michael Gale wrote: > Hello, > >How are you planning to replicate data between regions? You said you > don't want contain

[Openstack] Mixing and matching Provider networks and Tenant networks

2014-06-13 Thread Michael Gale
Hello, Does anyone have any experience mixing and matching Provider network installations with Tenant network installations all using VLANs? Assuming: - Icehouse release - VLAN instead of GRE For a large internal cloud we planed to use a Provider network VLAN for almost all VM's. This is

[Openstack] OpenVSwitch vs Nexus 1K?

2014-05-26 Thread Michael Gale
Hello, Anyone using the Nexus 1K with OpenStack and can share their experiences? Also is anyone using the Cisco Neutron plugin to control a N7K? We have redundant N7K with 5 VDC's. I would like to have Neutron manage the VLAN configuration for our OpenStack environment. Thanks Michael ___

[Openstack] Juno Summit: VMware + OpenStack: Accelerating OpenStack in the Enterprise

2014-05-16 Thread Michael Gale
Hey, I am looking for the video to this session, I attended it on Wednesday and it gave a great look at how VMware and integrate with OpenStack: http://openstacksummitmay2014atlanta.sched.org/event/2af26570126221f64af8e0ab891b9a33#.U3ZohXWx1dk VMware + OpenStack: Accelerating OpenStack in th

Re: [Openstack] Keystone w/ LDAP identity

2014-05-04 Thread Michael Gale
Hello, We had similar requests with wanting AD integration for authentication but not for authorization. We ended up with our own driver: https://bitbucket.org/mgale/openstack-havana/overview Installation instructions are available here: https://bitbucket.org/mgale/openstack-havana/src/78f82

Re: [Openstack] Happy new year all

2013-12-31 Thread Michael Gale
Happy new year :) Sent from my iPhone > On Dec 31, 2013, at 8:11 PM, Dnsbed Ops wrote: > > happy new year all~ > > >> Happy new year opensthackers :) > > > ___ > Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > Post to