Re: [Openstack] [neutron] ICMP host unreachable - admin prohibited

2016-06-28 Thread Andreas Scheuring
Hi Adhi, yeah this seems to be iptables blocking you're traffic. Calling # iptables-save gives you an easy to read output of all your rules. Probably you'll find some rule like # -A INPUT -j REJECT --reject-with icmp-host-prohibited Now the problem with the 2 rules you added is, that you are ap

Re: [Openstack] [Keystone] Why not OAuth 2.0 provider?

2016-06-28 Thread 林自均
Hi Steve, Thanks for your explanation! I have some further questions: You said that OS-OAUTH doesn't make Keystone a proper OAuth provider, so what is missing? Can name some of the missing parts? Another thing, a backlog started by you proposed to unify delegation features [1]. Its spec uses ter

Re: [Openstack] [neutron] ICMP host unreachable - admin prohibited

2016-06-28 Thread Adhi Priharmanto
Hi Andreas, Yes you're right, those blocking rule appears on my iptables # iptables -S |grep icmp-host-prohibited > -A INPUT -j REJECT --reject-with icmp-host-prohibited Then after I delete those rule, everything works fine. Thank you so much Andreas. On Tue, Jun 28, 2016 at 2:11 PM, Andreas

[Openstack] Openstack Liberty installation failing on preinstalling puppet

2016-06-28 Thread Jean-Pierre Ribeauville
HI, By using Liberty and trying to run this command ( in order to install a controller node plus two compute nodes ) : packstack --install-hosts=10.128.59.98,10.128.59.96,10.128.59.97 I got following errors when executing scripts on the servers: + trap t ERR + yum install -y puppet hiera open

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

2016-06-28 Thread Vijay Baskar
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 2 and issue is now fixed. Though I am not clear which one fixed the issue. Regards, Vijayabhaskar On Thu, Jun 23, 2016 at 6:11 PM, Vij

Re: [Openstack] Openstack Liberty installation failing on preinstalling puppet

2016-06-28 Thread Matthias Runge
On 28/06/16 10:38, Jean-Pierre Ribeauville wrote: > HI, > > > > By using Liberty and trying to run this command ( in order to install a > controller node plus two compute nodes ) : > > > > packstack --install-hosts=10.128.59.98,10.128.59.96,10.128.59.97 > > > > I got following errors w

Re: [Openstack] Openstack Digest, Vol 36, Issue 30 Openstack Liberty installation failing on preinstalling

2016-06-28 Thread Jean-Pierre Ribeauville
e_87px] -- next part -- An HTML attachment was scrubbed... URL: <http://lists.openstack.org/pipermail/openstack/attachments/20160628/5fa501f8/attachment-0001.html> -- next part -- A non-text attachment was scrubbed... Name: image001.png Type: i

Re: [Openstack] Openstack Liberty installation failing on preinstalling puppet

2016-06-28 Thread Remo Mattei
If you are using rdo for centos the repo changed. Check the RDO site. Ciao Inviato da iPhone > Il giorno 28 giu 2016, alle ore 01:38, Jean-Pierre Ribeauville > ha scritto: > > HI, > > By using Liberty and trying to run this command ( in order to install a > controller node plus two compu

[Openstack] Neutron fails to start - ONOS intergration

2016-06-28 Thread Silvia Fichera
Hi all, I'm following the guide to build up OpenStack with ONOS ( https://wiki.onosproject.org/display/ONOS/How+to+set+up+environment), and I'm facing an error related to Neutron while I'm stacking. This is the content of q-svc.log: 2016-06-28 17:29:24.139 ^[[00;36mINFO neutron.plugins.ml2.manage

Re: [Openstack] Networking - next step?

2016-06-28 Thread Turbo Fredriksson
On Jun 28, 2016, at 1:02 AM, Remo Mattei wrote: > Quick question how was this installed? Centos packstack, devstack etc. Manually, by installing packages from/on Debian GNU/Linux Sid (unstable). Then manual configuration by modifying files. > What does the nova service list show? Not sure if t

[Openstack] Ironic bug regarding request URI?

2016-06-28 Thread Turbo Fredriksson
>From the command "openstack --debug baremetal list": BadRequest: Invalid input for field/attribute chassis_uuid. Value: 'v1'. unable to convert to uuid (HTTP 400) And in the ironic-api.log: 2016-06-28 21:44:21.171 14856 DEBUG wsme.api [req-f7d6b54b-3e61-45e2-a004-0944fa9f7d19 admin admin - -

Re: [Openstack] Networking - next step?

2016-06-28 Thread Turbo Fredriksson
On Jun 28, 2016, at 5:17 PM, Turbo Fredriksson wrote: > Not sure if this is what you mean: Found a reference to nova service list, and this is probably more correct: - s n i p - bladeA01b:/etc/ironic# openstack compute service list +++---+--+-+

Re: [Openstack] Networking - next step?

2016-06-28 Thread Remo Mattei
Ok Turbo, looks like your services are all up and running. can you check if your neutron agent-list and neutron port-list shows any down services? > On Jun 28, 2016, at 14:04, Turbo Fredriksson wrote: > > On Jun 28, 2016, at 5:17 PM, Turbo Fredriksson wrote: > >> Not sure if this is what you m

Re: [Openstack] Networking - next step?

2016-06-28 Thread Turbo Fredriksson
On Jun 28, 2016, at 10:31 PM, Remo Mattei wrote: > Ok Turbo, > looks like your services are all up and running. can you check if your > neutron agent-list and neutron port-list shows any down services? - s n i p - bladeA01b:~# neutron agent-list +--+

Re: [Openstack] Networking - next step?

2016-06-28 Thread Kevin Benton
"Port 57fa1869-fc0d-4c5c-924c-402782b5bd24 was not found on the integration bridge and will therefore not be processed" It sounds like the agents may be plugging their ports into the wrong OVS bridge. It sounds like you have br-physical configured as your integration bridge, but you also have eth0

Re: [Openstack] Networking - next step?

2016-06-28 Thread Remo Mattei
is this a multi deployment air? Did you check if you can ping each other if in a multi? What does the ovs-vsctl show output is? The UI/Dashboard sometimes show it’s down but it really it’s not and it works fine. It’s a bad case where this is a very common issue when people are looking at the UI

Re: [Openstack] Networking - next step?

2016-06-28 Thread Turbo Fredriksson
On Jun 28, 2016, at 11:19 PM, Kevin Benton wrote: > It sounds like the agents may be plugging their ports into the wrong OVS > bridge. It sounds like you have br-physical configured as your integration > bridge, but you also have eth0 directly plugged into that bridge as well. > That's not goin

Re: [Openstack] Networking - next step?

2016-06-28 Thread Turbo Fredriksson
On Jun 28, 2016, at 11:36 PM, Remo Mattei wrote: > is this a multi deployment air? "multi deployment air"? > Did you check if you can ping each other if in a multi? "in a multi"? If you mean, can I ping the Controller via eth0 and vise versa, without the traffic going through eth1, then yes:

Re: [Openstack] Networking - next step?

2016-06-28 Thread Kevin Benton
>Is there a difference between "integration_bridge" and >"ovs_integration_bridge"? They should match, shouldn't they?? Yes, 'ovs_integration_bridge' is for non-OVS things like the L3 agent, DHCP agent, and Nova compute to refer to an OVS setting. Since you are using a non-default integration brid

Re: [Openstack] Networking - next step?

2016-06-28 Thread Turbo Fredriksson
On Jun 29, 2016, at 12:03 AM, Turbo Fredriksson wrote: >Bridge br-tun >fail_mode: secure >Port patch-int >Interface patch-int >type: patch >options: {peer=patch-tun} Looking at my own setup in more detail, I just noticed this. "patc

Re: [Openstack] Networking - next step?

2016-06-28 Thread Remo Mattei
br-int (is the integration bridge) the br-tun is use for vxlan, gre etc. here is a very detail chart about those info above. https://www.rdoproject.org/networking/networking-in-too-much-detail/ > On Jun 28, 2016, at 16:24, Turbo Fredriksson wrote: > > On Jun 29, 2016, at 12:03 AM, Turbo Fre

[Openstack] Horizon console WAY slow for an instance

2016-06-28 Thread Sterdnot Shaken
Does anyone have any idea why a console session's would be so slow from horizon? After creating an instance, I go to Compute, Instance, then Console tab where I click "Click here to show only console". From there, it's EXTREMELY slow interacting with the instance itself... I can RDP or ssh to the i

Re: [Openstack] [Keystone] Why not OAuth 2.0 provider?

2016-06-28 Thread Adam Young
On 06/28/2016 03:18 AM, 林自均 wrote: Hi Steve, Thanks for your explanation! I have some further questions: You said that OS-OAUTH doesn't make Keystone a proper OAuth provider, so what is missing? Can name some of the missing parts? Another thing, a backlog started by you proposed to unify del

Re: [Openstack] Networking - next step?

2016-06-28 Thread Kevin Benton
Check my other email. Having a physical interface directly in the integration bridge will not work as expected. On Jun 28, 2016 5:45 PM, "Turbo Fredriksson" wrote: > On Jun 29, 2016, at 12:03 AM, Turbo Fredriksson wrote: > > >Bridge br-tun > >fail_mode: secure > >Port patch-i

Re: [Openstack] Networking - next step?

2016-06-28 Thread Remo Mattei
You can't have a physical interface in the br-int Remo Inviato da iPhone > Il giorno 28 giu 2016, alle ore 19:11, Kevin Benton ha > scritto: > > Check my other email. Having a physical interface directly in the integration > bridge will not work as expected. > >> On Jun 28, 2016 5:45 PM, "

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

2016-06-28 Thread Ken D'Ambrosio
My rule-of-thumb for stuff that falls into the "really slow but works" camp is, check DNS. If possible, disable reverse lookups, or else ensure that the hosts involved all know how to reverse-resolve each other's IP addresses. That's where I'd start, anyway. Good luck! -Ken On 2016-06-28 2

[Openstack] Installing Mitaka with Openvswitch support

2016-06-28 Thread Daniel Ruiz Molina
Hello, I'm reading http://docs.openstack.org/mitaka/install-guide-rdo/ and I would like to install a small test cloud (one controller that would act as network too, and two computes). I'm executing all commands that are in that manual, but when I get "Networking" chapter, I don't know how con