Re: [Openstack] Installing Mitaka with Openvswitch support

2016-06-29 Thread Adhi Priharmanto
Hi Daniel, I have never tried to install mitaka, but in my experience installing liberty release using neutron & openvswitch which is in liberty document also doesn't contain guide for neutron & openswitch. Then I follow "kilo" release guide http://docs.openstack.org/kilo/install-guide/install/yum

Re: [Openstack] Unable to do software configuration in heat

2016-06-29 Thread Vijay Baskar
Ignore the last update. The issue is still there. Regards, Vijayabhaskar On Tue, Jun 28, 2016 at 5:55 PM, Vijay Baskar wrote: > I fixed this issue by changing auth_version to v3.0 in keystone_authtoken > section. I also noticed that heat-cfn was not installed and so installed > it. I did these

Re: [Openstack] UNABLE TO START THE OPENSTACK-CINDER-VOLUME SERVICE

2016-06-29 Thread Turbo Fredriksson
On Jun 29, 2016, at 8:07 AM, venkat boggarapu wrote: > when i tried to strat the service i am getting the below error What does your /var/log/cinder/*.log say? -- Try not. Do. Or do not. There is no try! - Yoda ___ Mailing list: http://lists.openstac

Re: [Openstack] Networking - next step?

2016-06-29 Thread Turbo Fredriksson
On Jun 29, 2016, at 12:28 AM, Kevin Benton wrote: > you will also need to change that in the > nova compute config with the 'linuxnet_ovs_integration_bridge' setting Ah, perfect! Thanx. > Whatever your integration bridge is, it should *not* have any physical > interfaces plugged into it directly

[Openstack] [openstack] devstack kilo setup

2016-06-29 Thread Ahmed Medhat
Hi all, I am installing devstack kilo. while stacking, found that error : error: pathspec 'stable/kilo' did not match any file(s) known to git. what should I do to solve it ? Best regards, Ahmed ___ Mailing list: http://lists.openstack.org/cgi-bin/ma

[Openstack] [ceilometer] How to retrieve meters from rbd resources

2016-06-29 Thread Eugen Block
Hi all, I have a Mitaka environment where glance, nova and cinder use ceph (rbd) as storage backend, that works perfectly fine. Now I'm trying to get meters from my rbd pool with ceilometer, but libvirt fails to read information, the ceilometer-polling.log says ---cut here--- 2016-06-29 1

Re: [Openstack] [ceilometer] How to retrieve meters from rbd resources

2016-06-29 Thread Mehdi Abaakouk
Hi Eugen, Le 2016-06-29 16:30, Eugen Block a écrit : This bug [1] describes the issue, but it seems to be a libvirt issue, not ceilometer. According to [2] it should be possible to retrieve those meters. I followed ceph docs to install the rados-gateway, I integrated keystone authentication,

Re: [Openstack] [openstack] devstack kilo setup

2016-06-29 Thread Kaustubh Kelkar
From: Ahmed Medhat [mailto:[email protected]] Sent: Wednesday, June 29, 2016 9:10 AM To: [email protected] Subject: [Openstack] [openstack] devstack kilo setup Hi all, I am installing devstack kilo. while stacking, found that error : error: pathspec 'stable/kilo' did not match any

[Openstack] What neutron agent on Compute node?

2016-06-29 Thread Turbo Fredriksson
After fiddling with the bridge interfaces etc, I ended up with a not-working-at-all system (not sure why, reboot or something else). But it also ended up as something weird. - s n i p - [this is the Control node] bladeA01:~# neutron agent-list +--+-

Re: [Openstack] What neutron agent on Compute node?

2016-06-29 Thread Kevin Benton
It depends on if you are using Distributed Virtual Routing (DVR). If so, each compute node also needs to be running the l3 agent since the routing is done locally at each node. On Jun 29, 2016 11:57 AM, "Turbo Fredriksson" wrote: > After fiddling with the bridge interfaces etc, I ended up > with

Re: [Openstack] What neutron agent on Compute node?

2016-06-29 Thread Turbo Fredriksson
On Jun 29, 2016, at 7:15 PM, Kevin Benton wrote: > It depends on if you are using Distributed Virtual Routing (DVR). If so, > each compute node also needs to be running the l3 agent since the routing > is done locally at each node. Ok, thanx. It doesn't say on http://docs.openstack.org/admin-

[Openstack] [Swift] How to configure multi-region replication?

2016-06-29 Thread Alexandr Porunov
I have to configure special multi-region replication. If I put an object into region A or B I need to create 3 local replicas and 1 replica in other regions. If I put an object into region C I need to create 2 local replicas and 1 replica in other regions. Does it possible to configure replication

Re: [Openstack] Networking - next step?

2016-06-29 Thread Turbo Fredriksson
On Jun 29, 2016, at 4:10 PM, Kevin Benton wrote: > No, just remove the interfaces from whichever one is your integration > bridge. Ok, my network seems to be back on track. I deleted the router and all the networks and subnets and recreated them and now all the interfaces are as they should be.

[Openstack] Reaching VXLAN tenant networks from outside (without floating IPs)

2016-06-29 Thread Gustavo Randich
Hi operators... Transitioning from nova-network to Neutron (Mitaka), one of the key issues we are facing is how to reach VMs in VXLAN tenant networks without using precious floating IPs. Things that are outside Neutron in our case are: - in-house made application orchestrator: needs SSH access t

[Openstack] The plot thickens (Was: Networking - next step?)

2016-06-29 Thread Turbo Fredriksson
On Jun 29, 2016, at 8:05 PM, Turbo Fredriksson wrote: > Could that be because DHCP offers doesn't reach the instance? Shouldn't > the router/dhcp namespaces/interfaces be reversed? Something is seriously amiss! I accidentally took a look at the "Instance Console Log", the full log. And noticed

Re: [Openstack] Reaching VXLAN tenant networks from outside (without floating IPs)

2016-06-29 Thread Turbo Fredriksson
On Jun 29, 2016, at 8:17 PM, Gustavo Randich wrote: > Transitioning from nova-network to Neutron (Mitaka), one of the key issues > we are facing is how to reach VMs in VXLAN tenant networks without using > precious floating IPs. I thought that was the whole point, NOT allowing access to them from

Re: [Openstack] The plot thickens (Was: Networking - next step?)

2016-06-29 Thread Kaustubh Kelkar
-Original Message- From: Turbo Fredriksson [mailto:[email protected]] Sent: Wednesday, June 29, 2016 3:44 PM To: OpenStack Mailing List Subject: [Openstack] The plot thickens (Was: Networking - next step?) On Jun 29, 2016, at 8:05 PM, Turbo Fredriksson wrote: So when I created the in

Re: [Openstack] The plot thickens (Was: Networking - next step?)

2016-06-29 Thread Turbo Fredriksson
On Jun 29, 2016, at 9:36 PM, Kaustubh Kelkar wrote: > It resides within the L3 agent and is transparent to the VM. Ah, right. That's actually how AWS works as well, I completely forgot about that. Thanx. Well, trying again [creating a new instance], I this time selected ONLY one of my tenant

[Openstack] SOLVED! (Was: The plot thickens (Was: Networking - next step?))

2016-06-29 Thread Turbo Fredriksson
On Jun 29, 2016, at 9:44 PM, Turbo Fredriksson wrote: > However, I can't ping my OS router :(. Still "Down", but that might not matter. Because I can successfully traceroute an IP address on the physical network from the instance, and the route it takes is correct. It seems like everything is a-

Re: [Openstack] Reaching VXLAN tenant networks from outside (without floating IPs)

2016-06-29 Thread Gustavo Randich
Right, but we need to access from the inside world (trusted infrastructure components) How can we achieve that? On Wed, Jun 29, 2016 at 4:47 PM, Turbo Fredriksson wrote: > On Jun 29, 2016, at 8:17 PM, Gustavo Randich wrote: > > > Transitioning from nova-network to Neutron (Mitaka), one of t

Re: [Openstack] Reaching VXLAN tenant networks from outside (without floating IPs)

2016-06-29 Thread Turbo Fredriksson
On Jun 29, 2016, at 10:57 PM, Gustavo Randich wrote: > Right, but we need to access from the inside world (trusted infrastructure > components) "Outside world" in this case is everything outside the Openstack network you put the instance in. Depending on the security groups you add to the inst

Re: [Openstack] [openstack] devstack kilo setup

2016-06-29 Thread Ahmed Medhat
Thanks for your reply. I tried to install liberty but I got this error during stacking. could not find user admin (http 401) So how to solve that issue? It is a keyston authorization issue. Best regards, Ahmed On Wednesday, June 29, 2016, Kaustubh Kelkar < [email protected]> wro

Re: [Openstack] [openstack] devstack kilo setup

2016-06-29 Thread Tony Breeds
On Wed, Jun 29, 2016 at 03:09:52PM +0200, Ahmed Medhat wrote: > Hi all, > > I am installing devstack kilo. > > while stacking, found that error : error: pathspec 'stable/kilo' did not > match any file(s) known to git. Kilo is no longer available it began it's path to EOL in May. You can use lib

Re: [Openstack] [Openstack-operators] Reaching VXLAN tenant networks from outside (without floating IPs)

2016-06-29 Thread Mike Spreitzer
Gustavo Randich wrote on 06/29/2016 03:17:54 PM: > Hi operators... > > Transitioning from nova-network to Neutron (Mitaka), one of the key > issues we are facing is how to reach VMs in VXLAN tenant networks > without using precious floating IPs. > > Things that are outside Neutron in our cas

Re: [Openstack] [openstack] devstack kilo setup

2016-06-29 Thread Ahmed Medhat
Thanks Tony for reply. I ill use liberty , i can not use master because I am using Orchestrator and I am not sure if it works with Mitaka or Master or not. During stacking of Liberty , I got this error: could not find user admin (http 401) It is keystone authentication error. How could I solve

Re: [Openstack] UNABLE TO START THE OPENSTACK-CINDER-VOLUME SERVICE

2016-06-29 Thread Imran Mirza
Try de boom ting, that should work From: CôngTT [mailto:[email protected]] Sent: Wednesday, June 29, 2016 12:38 AM To: venkat boggarapu Cc: [email protected] Subject: Re: [Openstack] UNABLE TO START THE OPENSTACK-CINDER-VOLUME SERVICE Hi ! The same error in RHEL 7.2 , my team troub

Re: [Openstack] [openstack] devstack kilo setup

2016-06-29 Thread Ahmed Medhat
So how Can I clean ny machine from old devstack version and then install liberty ? Best regards, Ahmed On Thursday, June 30, 2016, Steve Martinelli wrote: > That error is rather generic, but if I can offer an initial step in > diagnosing the issue... make sure you are using the Liberty branch o

Re: [Openstack] [openstack] devstack kilo setup

2016-06-29 Thread Steve Martinelli
That error is rather generic, but if I can offer an initial step in diagnosing the issue... make sure you are using the Liberty branch of devstack to deploy a Liberty version of OpenStack (use $ git clone http://github.com/openstack-dev/devstack -b stable/liberty). Mixing devstack and OpenStack ver

Re: [Openstack] [openstack] devstack kilo setup

2016-06-29 Thread Steve Martinelli
Try running clean.sh, if that fails... new VM? :) On Wed, Jun 29, 2016 at 7:04 PM, Ahmed Medhat wrote: > So how Can I clean ny machine from old devstack version and then install > liberty ? > > Best regards, > Ahmed > > On Thursday, June 30, 2016, Steve Martinelli > wrote: > >> That error is ra

Re: [Openstack] [openstack] devstack kilo setup

2016-06-29 Thread Ahmed Medhat
I know clean.sh :) i mean what else should I do ? I am installing it directly on machine no VMs. Best regards, Ahmed On Thursday, June 30, 2016, Steve Martinelli wrote: > Try running clean.sh, if that fails... new VM? :) > > On Wed, Jun 29, 2016 at 7:04 PM, Ahmed Medhat > wrote: > >> So how C

Re: [Openstack] [openstack] devstack kilo setup

2016-06-29 Thread Tony Breeds
On Thu, Jun 30, 2016 at 12:35:49AM +0200, Ahmed Medhat wrote: > Thanks Tony for reply. > > I ill use liberty , i can not use master because I am using Orchestrator > and I am not sure if it works with Mitaka or Master or not. Can you provide a link to this "Orchestrator" ? Yours Tony. signatur

Re: [Openstack] [openstack] devstack kilo setup

2016-06-29 Thread Ahmed Medhat
Not fo other purpose , it was devstack kilo. And now I need devstack liberty. Best regards, Ahmed On Thursday, June 30, 2016, Tony Breeds wrote: > On Thu, Jun 30, 2016 at 01:37:09AM +0200, Ahmed Medhat wrote: > > I know clean.sh :) i mean what else should I do ? > > > > I am installing it direc

Re: [Openstack] [openstack] devstack kilo setup

2016-06-29 Thread Tony Breeds
On Thu, Jun 30, 2016 at 01:37:09AM +0200, Ahmed Medhat wrote: > I know clean.sh :) i mean what else should I do ? > > I am installing it directly on machine no VMs. Ah :( After you've run clean you can remove the whole /opt/stack directory Also look at /usr/local for tools and python packages t

Re: [Openstack] [openstack] devstack kilo setup

2016-06-29 Thread Tony Breeds
On Thu, Jun 30, 2016 at 12:16:58AM +0200, Ahmed Medhat wrote: > Thanks for your reply. > > I tried to install liberty but I got this error during stacking. > > could not find user admin (http 401) Please provide some of the log (probably in /opt/stack/log/stack.sh.log or similar) Also can you r

Re: [Openstack] [openstack] devstack kilo setup

2016-06-29 Thread Ahmed Medhat
Regarding git describe, it shows that : kilo-2-1146-g8834ac4 while git branch shows: stable/liberty So what is that mix ? :) Best regards, Ahmed On Thu, Jun 30, 2016 at 1:53 AM, Tony Breeds wrote: > On Thu, Jun 30, 2016 at 12:16:58AM +0200, Ahmed Medhat wrote: > > Thanks for your reply. > > >

Re: [Openstack] [openstack] devstack kilo setup

2016-06-29 Thread Ahmed Medhat
Openbaton.com Best regards On Thursday, June 30, 2016, Tony Breeds wrote: > On Thu, Jun 30, 2016 at 12:35:49AM +0200, Ahmed Medhat wrote: > > Thanks Tony for reply. > > > > I ill use liberty , i can not use master because I am using Orchestrator > > and I am not sure if it works with Mitaka or

Re: [Openstack] [openstack] devstack kilo setup

2016-06-29 Thread Tony Breeds
On Thu, Jun 30, 2016 at 02:08:04AM +0200, Ahmed Medhat wrote: > Not fo other purpose , it was devstack kilo. And now I need devstack > liberty. Oh in that case you're probably okay with just running unstack.sh and clean.sh. Yours Tony. signature.asc Description: PGP signature __

Re: [Openstack] [openstack] devstack kilo setup

2016-06-29 Thread Tony Breeds
On Thu, Jun 30, 2016 at 02:08:35AM +0200, Ahmed Medhat wrote: > Openbaton.com Okay based on thise tweet I think mitaka is fine. https://twitter.com/OpenBaton/status/741304586674274304 Yours Tony. signature.asc Description: PGP signature ___ Mailing l

Re: [Openstack] [openstack] devstack kilo setup

2016-06-29 Thread Ahmed Medhat
But how it shows kilo when i did git describe and the branch is liberty ? On Thursday, June 30, 2016, Tony Breeds wrote: > On Thu, Jun 30, 2016 at 02:08:04AM +0200, Ahmed Medhat wrote: > > Not fo other purpose , it was devstack kilo. And now I need devstack > > liberty. > > Oh in that case you

Re: [Openstack] [openstack] devstack kilo setup

2016-06-29 Thread Tony Breeds
On Thu, Jun 30, 2016 at 02:16:55AM +0200, Ahmed Medhat wrote: > Regarding git describe, it shows that : > kilo-2-1146-g8834ac4 Interesting I can't find that SHA in my clone. > while git branch shows: > stable/liberty Okay that's fine. > So what is that mix ? :) Nothing to worry about. Yours

Re: [Openstack] [openstack] devstack kilo setup

2016-06-29 Thread Ahmed Medhat
Ok Thanks Tony. Best regards, Ahmed On Thu, Jun 30, 2016 at 3:01 AM, Tony Breeds wrote: > On Thu, Jun 30, 2016 at 02:16:55AM +0200, Ahmed Medhat wrote: > > Regarding git describe, it shows that : > > kilo-2-1146-g8834ac4 > > Interesting I can't find that SHA in my clone. > > > while git branch

[Openstack] [Nova] InstanceNotFound: Instance "UUID" could not be found.

2016-06-29 Thread Dongwon Cho
Hi all, Recently, I am getting this error message below suddenly. = ==> /var/log/nova/nova-compute.log <== 2016-06-30 09:49:04.051 23236 ERROR nova.compute.resource_tracker [req-0094be09-63e8-4674-

[Openstack] Manilla with CIFS export

2016-06-29 Thread Cory Hawkless
Has anyone had any experience with using Manilla to export a CIFS share? OR is anyone aware of any documentation about using CIFS, everything I have found references NFS almost exclusively. The idea being I'd like to provide a Ceph backed file share to my Windows VM's using Manilla. ___

Re: [Openstack] Horizon console WAY slow for an instance

2016-06-29 Thread Sterdnot Shaken
Thanks for your reply! I can totally check reverse lookups as a possible culprit. Has anyone else experienced this where console access is slow in Horizon? We're using novnc to view the console. I have noticed that although response time for a Windows 10 VM using a mouse is still slow, using Firef

Re: [Openstack] Networking - next step?

2016-06-29 Thread Kevin Benton
>But unfortunately (?) they're all on the Compute node for some reason!? >While the DHCP network namespaces (but no interfaces) end up on the >Control node! It shouldn't matter which node they land on because the networks should be able to reach any node. If you don't see the DHCP agent's interfac

Re: [Openstack] Horizon console WAY slow for an instance

2016-06-29 Thread Dongwon Cho
Hi, I got the similar problem recently and reported it. https://bugs.launchpad.net/horizon/+bug/1592323 As you said, it seems related to what kind of browser you are using. For me, it is working well after changing the browser from Chrome to Firefox. Hope this helps. Dongwon On Thu, Jun 30, 20

[Openstack] Facing issues in mitaka version while installation

2016-06-29 Thread Venkatesh Kotipalli
Hi All, I am installed mitaka version on top of Centos 7.2. Followed by the link "http://docs.openstack.org/mitaka/install-guide-rdo/"; Successfully installed individual service is "*Identity,Image,Dashboard,Block storage,Orchestration,Trove "* We are struck up the services *Object Storage,neut

Re: [Openstack] UNABLE TO START NEUTRON-LINUXBRDIGE-AGENT SERVICE

2016-06-29 Thread Andreas Scheuring
Can you please provide the log file of the agent? In addition it would be helpful to enable debug logging. You can achieve this by adding > debug = False to the [DEFAULT] section of the agent config file. After restarting the agent, you should see much more logs! Thanks! -- - Andreas IRC: a