Re: [Openstack-operators] Help finding old (Mitaka) RDO RPMs

2018-04-12 Thread Erik McCormick
Thanks! You're my heroes :) On Thu, Apr 12, 2018 at 3:20 PM, Amy Marrich wrote: > Erik, > > Here's the Mitaka archive:) > > http://vault.centos.org/7.3.1611/cloud/x86_64/openstack-mitaka/ > > Amy (spotz) > > On Thu, Apr 12, 2018 at 2:13 PM, Erik McCormick > wrote: >> >> Hi All, >> >> Does anyone

Re: [Openstack-operators] Help finding old (Mitaka) RDO RPMs

2018-04-12 Thread Amy Marrich
Erik, Here's the Mitaka archive:) http://vault.centos.org/7.3.1611/cloud/x86_64/openstack-mitaka/ Amy (spotz) On Thu, Apr 12, 2018 at 2:13 PM, Erik McCormick wrote: > Hi All, > > Does anyone happen to have an archive of the MItaka RDO repo lying > around they'd be willing to share with a poor

Re: [Openstack-operators] Help finding old (Mitaka) RDO RPMs

2018-04-12 Thread iain MacDonnell
On 04/12/2018 12:13 PM, Erik McCormick wrote: Does anyone happen to have an archive of the MItaka RDO repo lying around they'd be willing to share with a poor unfortunate soul? My clone of it has gone AWOL and I have moderately desperate need of it. https://buildlogs.centos.org/centos/7/cloud

Re: [Openstack-operators] [Help Needed] : information on building Show back capability

2018-03-16 Thread Markus Adam
Hi Dilip, I think that Cloud Kitty is that what you may be looking for. Cheers On Fri, Mar 16, 2018 at 3:58 PM, I-Sunkum Manjunath, Dilip < dilip.sunkummanjun...@boeing.com> wrote: > Hi All, > > > > > > > > > > Can someone help me in point to resource to archive show back capability? > What are a

Re: [Openstack-operators] Help: Liberty installation guide (English).

2017-04-11 Thread Edgar Magana
ts.openstack.org" Subject: Re: [Openstack-operators] Help: Liberty installation guide (English). We should start having some releases known as LTS. It is very hard to keep updating the code every six months. I realize we’re off on a tangent now, but just wa

Re: [Openstack-operators] Help: Liberty installation guide (English).

2017-04-11 Thread Kevin Bringard (kevinbri)
-Original Message- From: Edgar Magana Date: Tuesday, April 11, 2017 at 9:30 AM To: "Kris G. Lindgren" , Gaurav Goyal , "openstack-operators@lists.openstack.org" , "openstack-operators-requ...@lists.openstack.org" Subject: Re: [Openstack-operators] He

Re: [Openstack-operators] Help: Liberty installation guide (English).

2017-04-11 Thread Edgar Magana
8:13 AM To: Gaurav Goyal , "openstack-operators@lists.openstack.org" , "openstack-operators-requ...@lists.openstack.org" Subject: Re: [Openstack-operators] Help: Liberty installation guide (English). Hello, Liberty has been end-of-life for some time now. Mitaka is als

Re: [Openstack-operators] Help: Liberty installation guide (English).

2017-04-11 Thread Anne Gentle
On Tue, Apr 11, 2017 at 9:51 AM, Gaurav Goyal wrote: > Dear Openstack Users, > > I want to deploy Liberty openstack in my environment . > Can you please help to share the link to Liberty installation guide > (English). > > I am finding installation guide for Mitaka and later version but not for >

Re: [Openstack-operators] Help: Liberty installation guide (English).

2017-04-11 Thread Kris G. Lindgren
Hello, Liberty has been end-of-life for some time now. Mitaka is also I believe EOL’d as of today. Why would you want to deploy Liberty? If You are deploying anything new, you should be deploying Ocata or maybe Newton. ___ Kris

Re: [Openstack-operators] Help- Errors Restarting Nova on Openstack Liberty environment

2017-04-06 Thread Gaurav Goyal
Dear Openstack Users, Awaiting your kind response please! Our environment is in hanged situation because of above mentioned issue. On Thu, Apr 6, 2017 at 1:32 PM, Gurpreet Thind wrote: > Hi Openstack Operators, > > We wanted to install gnocchi on our openstack environment(Liberty). It was > s

Re: [Openstack-operators] help: Multiple external networks with a single L3 agent

2017-02-15 Thread Gaurav Goyal
Dear Openstack users, Can you please help to verify my configuration. Regards Gaurav Goyal On Sun, Feb 12, 2017 at 8:29 PM, Gaurav Goyal wrote: > Hi Dan, > > Thanks for your response! > > Can you please verify my configuration and suggest me for any change if > required. > > should i do foll

Re: [Openstack-operators] help: Multiple external networks with a single L3 agent

2017-02-12 Thread Gaurav Goyal
Hi Dan, Thanks for your response! Can you please verify my configuration and suggest me for any change if required. should i do following changes in my existing configuration? flat_networks = * bridge_mappings = external:br-ex,external1:br-ex1 ovs-vsctl add-br br-ex1 ovs-vsctl add-port br-ex

Re: [Openstack-operators] help: Multiple external networks with a single L3 agent

2017-02-10 Thread Dan Sneddon
On 02/10/2017 08:39 AM, Gaurav Goyal wrote: > Hi, > > I need your help to configure multiple external networks in openstack > environment. > > I am using Liberty openstack. openvswitch with gre tunneling. > I want to create multiple external networks so that all interfaces of my > VM can be acc

Re: [Openstack-operators] Help - Trying to install OpenStack - Network issues

2016-11-07 Thread Rafael Azevedo
I think I've found the cause of the problem. I've made a mix of combinations in my /etc/network/interfaces file and after I uncommented the following lines, it stopped working. # OpenStack Networking VXLAN (tunnel/overlay) bridge # # Only the COMPUTE and NETWORK nodes must have an IP address # on

Re: [Openstack-operators] Help - Trying to install OpenStack - Network issues

2016-11-07 Thread Rafael Azevedo
In time: I've commented those lines and it finally worked. Still don't know though the real effect of it. auto br-vxlan iface br-vxlan inet manual bridge_stp off bridge_waitport 0 bridge_fd 0 bridge_ports bond0.30 # OpenStack Networking VLAN bridge auto br-vlan iface br-vlan inet

Re: [Openstack-operators] Help - Trying to install OpenStack - Network issues

2016-11-07 Thread Rafael Azevedo
Hi Melvin, Yes I do. If I disable the bridge infos everything works smoothly. Also, when bridge configs are set, I have this message on boot: "Waiting 60 more seconds for network configuration.." I understand that this problem is not related to openstack, but any help would be appreciated. I'

Re: [Openstack-operators] Help - Trying to install OpenStack - Network issues

2016-11-07 Thread Melvin Hillsman
Hey Rafael, Do you have bonding and 8021q kernel modules loading as well as bridge-utils and if-enslave packages. -- Melvin Hillsman Ops Technical Lead OpenStack Innovation Center mrhills...@gmail.com phone: (210) 312-1267 mobile: (210) 413-1659 Learner | Ideation | Belief | Responsibility | Com

Re: [Openstack-operators] Help

2016-08-09 Thread Melvin Hillsman
Are you ok? Kind regards, -- Melvin Hillsman Ops Technical Lead OpenStack Innovation Center mrhills...@gmail.com phone: (210) 312-1267 mobile: (210) 413-1659 Learner | Ideation | Belief | Responsibility | Command http://osic.org On 8/9/16, 8:16 AM, "Patricia Dugan" wrote: > > >sent from t

Re: [Openstack-operators] Help with horizon and v3 auth

2016-02-05 Thread Abel Lopez
Actually, "identity:get_project" : "" seems ok, there's plenty of other actions with that lack of restriction. get_auth_catalog, get_auth_domains, get_region. > On Feb 5, 2016, at 2:55 PM, Abel Lopez wrote: > > After digging around and switching my distribution to RDO (I was testing OSP8 > bet

Re: [Openstack-operators] Help with horizon and v3 auth

2016-02-05 Thread Abel Lopez
After digging around and switching my distribution to RDO (I was testing OSP8 beta) I saw that the error was 403 forbidden to do "identity:get_project", which by policy is "admin_only" I'm currently testing with of the more lax rules allow it to work, as simply setting it to "" worked, but is to

Re: [Openstack-operators] Help with horizon and v3 auth

2016-02-05 Thread Abel Lopez
Nah, I had that error previously, and added the keymgr section. Just seeing a bunch of 404s when horizon tries to get the "project Id" using the /tenant URL. On Friday, February 5, 2016, Matt Fischer wrote: > Are you seeing the cinder Volume limit error? > > If that's the issue the work around i

Re: [Openstack-operators] Help with horizon and v3 auth

2016-02-05 Thread Matt Fischer
Are you seeing the cinder Volume limit error? If that's the issue the work around is here in the bug description. https://bugs.launchpad.net/tripleo/+bug/1521639 On Feb 4, 2016 10:31 PM, "Abel Lopez" wrote: > Hey everyone, > In my liberty testing, I've got keystone v3 setup, and everything seem

Re: [Openstack-operators] Help for nova-docker

2015-10-06 Thread Alvise Dorigo
thank you all, that seems to have solved! Alvise On 06/10/2015 15:09, Anne Gentle wrote: On Tue, Oct 6, 2015 at 6:42 AM, Alvise Dorigo mailto:alvise.dor...@pd.infn.it>> wrote: Hi, I've a Kilo installation with 1 controller/network node e 1 compute node. I've installed on

Re: [Openstack-operators] Help for nova-docker

2015-10-06 Thread Anne Gentle
On Tue, Oct 6, 2015 at 6:42 AM, Alvise Dorigo wrote: > Hi, > I've a Kilo installation with 1 controller/network node e 1 compute node. > I've installed on both nodes the docker-engine RPM (as described here: > https://docs.docker.com/installation/rhel/) and the nova-docker plugin on > the compute

Re: [Openstack-operators] Help improve Neutron!

2015-06-22 Thread Kevin Benton
I think from this survey's perspective, those are the user issues they are looking for. 'user' in the sense of anyone interacting with Neutron. So issues with the data model, etc. should all be brought up in the survey. On Mon, Jun 22, 2015 at 8:06 PM, Sam Morrison wrote: > From our point for vi

Re: [Openstack-operators] Help improve Neutron!

2015-06-22 Thread Sam Morrison
>From our point for view the issues aren’t user experience they are things >like: (being discussed in the Large Deployments Team) [1] - https://etherpad.openstack.org/p/Network_Segmentation_Usecases [2] - https://bugs.launchpad.net/neutron/+bug/1458890 [3] - https://review.openstack.org/#/c/18080

Re: [Openstack-operators] Help improve Neutron!

2015-06-22 Thread Kruithof, Piet
Hi Sam! The study is focused on user experience. However, rather than show mockups we¹re trying to understand what is preventing folks from moving from Nova-Netwroks to Nuetron. Piet On 6/22/15, 5:54 PM, "Sam Morrison" wrote: >Hi Piet, > >Is this a UX focused interview? > >Sam > > >> On 23 Ju

Re: [Openstack-operators] Help improve Neutron!

2015-06-22 Thread Sam Morrison
Hi Piet, Is this a UX focused interview? Sam > On 23 Jun 2015, at 6:04 am, Kruithof, Piet > wrote: > > Hi Folks, > > The OpenStack UX team is looking for six people that would be willing to > participate in a one hour interview. > > We’re specifically looking for folks that are currently

Re: [Openstack-operators] Help with multiple external network in openstack

2015-06-09 Thread Geo Varghese
Ignacio, Thanks for the comments. Yes sure while try to associate a floating IP to a instance you have a choice to select from different network. But the instance internal network should be connected to router where external network is connected. Hope you got it. On Tue, Jun 9, 2015 at 6:20 PM

Re: [Openstack-operators] Help with multiple external network in openstack

2015-06-09 Thread Ignacio Bravo
Geo, Congratulations on setting up the multiple external network. I was reading the posts and become interested in the topic. In our scenario, we want to use our Openstack implementation to provide services to external customers as well as to use for our own requirements. Since we have few ext

Re: [Openstack-operators] Help with multiple external network in openstack

2015-06-05 Thread Geo Varghese
Friday, June 05, 2015 5:38:33 AM > *To:* Miguel A Diaz Corchero > *Cc:* openstack-operators@lists.openstack.org > *Subject:* Re: [Openstack-operators] Help with multiple external network > in openstack > > Hi Miguel, > > *I am adding my content of /etc/neut

Re: [Openstack-operators] Help with multiple external network in openstack

2015-06-05 Thread Fox, Kevin M
05, 2015 5:38:33 AM To: Miguel A Diaz Corchero Cc: openstack-operators@lists.openstack.org Subject: Re: [Openstack-operators] Help with multiple external network in openstack Hi Miguel, I am adding my content of /etc/neutron/plugins/ml2/ml2_conf.ini of controller [ml2] type_drivers = gre,vlan

Re: [Openstack-operators] Help with multiple external network in openstack

2015-06-05 Thread Geo Varghese
se (physnet3, physnet4, etc) >>>>> and include them in the bridge-mapping as “physnet3:br-ex803”, or >>>>> something >>>>> similar, and specify the VLANs as belonging to that particular physnet in >>>>> the network_vlan_ranges parameter, li

Re: [Openstack-operators] Help with multiple external network in openstack

2015-06-05 Thread Geo Varghese
to the correct physnet. >>>> Search it by the UUID of the network you’re creating, and update the >>>> physical_network property to match “physnet3” or whatever you create. Then >>>> you can create a subnet from that network, allocate from it, and it should >>

Re: [Openstack-operators] Help with multiple external network in openstack

2015-06-05 Thread Miguel A Diaz Corchero
*Sent:* Thursday, June 04, 2015 12:43 PM *To:* Abrahams.Noah *Cc:* openstack-operators@lists.openstack.org <mailto:openstack-operators@lists.openstack.org> *Subject:* Re: [Openstack-operators] Help with multiple external net

Re: [Openstack-operators] Help with multiple external network in openstack

2015-06-05 Thread Geo Varghese
erty to match “physnet3” or whatever you create. Then >>> you can create a subnet from that network, allocate from it, and it should >>> work. You’ll also need to restart the openvswitch-agent and the L3-agent, >>> probably before you create the subnet. >>> >&

Re: [Openstack-operators] Help with multiple external network in openstack

2015-06-04 Thread Geo Varghese
work, allocate from it, and it should >> work. You’ll also need to restart the openvswitch-agent and the L3-agent, >> probably before you create the subnet. >> >> >> >> *Noah Abrahams* >> >> Staff Engineer @ IGT | Central Platforms and Apps >> >> &g

Re: [Openstack-operators] Help with multiple external network in openstack

2015-06-04 Thread Geo Varghese
Kevin, Thanks for the reply. Have added these names of external network in any other configurations On Fri, Jun 5, 2015 at 4:18 AM, Fox, Kevin M wrote: > Those are the 4 external networks. In this cloud, they are all linux > bridges. > > I'm not using vlan tagging on this cloud, so I'm not su

Re: [Openstack-operators] Help with multiple external network in openstack

2015-06-04 Thread Miguel A Diaz Corchero
rn.com>] *Sent:* Thursday, June 04, 2015 12:43 PM *To:* Abrahams.Noah *Cc:* openstack-operators@lists.openstack.org <mailto:openstack-operators@lists.openstack.org> *Subject:* Re: [Openstack-operators] Help with multiple external network in openstack Hi Noah,

Re: [Openstack-operators] Help with multiple external network in openstack

2015-06-04 Thread Fox, Kevin M
Those are the 4 external networks. In this cloud, they are all linux bridges. I'm not using vlan tagging on this cloud, so I'm not sure what that would look like. Thanks, Kevin From: Geo Varghese [gvargh...@aqorn.com] Sent: Thursday, June 04, 2015 1:02 PM To: Fox

Re: [Openstack-operators] Help with multiple external network in openstack

2015-06-04 Thread Geo Varghese
arghese [mailto:gvargh...@aqorn.com] > *Sent:* Thursday, June 04, 2015 12:43 PM > *To:* Abrahams.Noah > *Cc:* openstack-operators@lists.openstack.org > *Subject:* Re: [Openstack-operators] Help with multiple external network > in openstack > > > > Hi Noah, > > > > Thanks

Re: [Openstack-operators] Help with multiple external network in openstack

2015-06-04 Thread Abrahams.Noah
: Abrahams.Noah Cc: openstack-operators@lists.openstack.org Subject: Re: [Openstack-operators] Help with multiple external network in openstack Hi Noah, Thanks a lot for valuable inputs. I am using vlan tags for 2 external network and it configured on eth1. The two interfaces for multiple

Re: [Openstack-operators] Help with multiple external network in openstack

2015-06-04 Thread Geo Varghese
Kevin, Thanks. Can you please explain these values pub:br-pub,scz:br-scz,osg:br-osg,mgmt:br-mgmt These 4 networks are external networks? How you created these bridges. Can you please specify the value added for network_vlan_ranges = Are you using vlan tag fro external network. Sorry for many

Re: [Openstack-operators] Help with multiple external network in openstack

2015-06-04 Thread Fox, Kevin M
In /etc/neutron/plugins/openvswitch/ovs_neutron_plugin.ini currently we have: bridge_mappings = pub:br-pub,scz:br-scz,osg:br-osg,mgmt:br-mgmt Thanks, Kevin From: Geo Varghese [gvargh...@aqorn.com] Sent: Thursday, June 04, 2015 12:29 PM To: Fox, Kevin M Cc: openstac

Re: [Openstack-operators] Help with multiple external network in openstack

2015-06-04 Thread Geo Varghese
Hi Noah, Thanks a lot for valuable inputs. I am using vlan tags for 2 external network and it configured on eth1. The two interfaces for multiple external networks are eth1.803 and eth1.805 Currently i didn't created br-ex bridge as it is multiple network. I have added vlan rages as => netwo

Re: [Openstack-operators] Help with multiple external network in openstack

2015-06-04 Thread Geo Varghese
Thanks for the reply Kevin. Currently bridge mapping is empty string. As I am not creating br-ex bridge due to multiple external network. Can you please explain what i have to do. On Thursday, June 4, 2015, Fox, Kevin M wrote: > Bridge mappings set in plugin.ini? > > Thanks, > Kevin > > -

Re: [Openstack-operators] Help with multiple external network in openstack

2015-06-04 Thread Abrahams.Noah
Geo, You also need to set the gateway_external_network_id variable to empty. If you don’t, the L3 agent is either using the gateway from the network with the specified UUID, or can’t figure out which one to use. Also, if the networks have VLAN tags that would be handled by the switch, you mig

Re: [Openstack-operators] Help with multiple external network in openstack

2015-06-04 Thread Fox, Kevin M
Bridge mappings set in plugin.ini? Thanks, Kevin From: Geo Varghese Sent: Thursday, June 04, 2015 6:25:46 AM To: openstack-operators@lists.openstack.org; openst...@lists.openstack.org Subject: [Openstack-operators] Help with multiple external network in openstack

Re: [Openstack-operators] Help with glance issue after upgrade from Icehouse to Juno

2015-03-06 Thread Erik McCormick
That looks like a database connection error, not a keystone error. Double check your DB connection string / credentials and see if you can connect with the mysql client. On Fri, Mar 6, 2015 at 3:37 PM, Nathan Stratton wrote: > Sorry about that, never thought to look in registry.log, it points to

Re: [Openstack-operators] Help with glance issue after upgrade from Icehouse to Juno

2015-03-06 Thread Nathan Stratton
Found it, I updated glance-api.conf with identity_uri = http://10.71.0.218:35357, but did not also update glance-registry.conf. ><> nathan stratton | vp technology | broadsoft, inc | +1-240-404-6580 | www.broadsoft.com On Fri, Mar 6, 2015 at 3:37 PM, Nathan Stratton wrote: > Sorry about that,

Re: [Openstack-operators] Help with glance issue after upgrade from Icehouse to Juno

2015-03-06 Thread Nathan Stratton
Sorry about that, never thought to look in registry.log, it points to the issue. However my config has admin_password={password} what could change in the upgrade that would now give me access denied? 2015-03-06 14:39:19.623 2688 ERROR glance.registry.api.v1.images [73bbe61a-d10a-4526-a6a1-1d8a50a

Re: [Openstack-operators] Help with glance issue after upgrade from Icehouse to Juno

2015-03-06 Thread Fox, Kevin M
What about the other glance logfiles? It looks like it may be calling out to a different server and thats failing... Thanks, Kevin From: Nathan Stratton [nat...@robotics.net] Sent: Friday, March 06, 2015 11:42 AM To: openstack-oper. Subject: [Openstack-operators] H