Re: [Openstack] No IP assigned to Instances

2015-11-17 Thread Silvia Fichera
Hi Janki, I'm using vxlan and I have both br-int and br-ex (but by now I'm not caring about external connection, I think that if it is not able to ping internally it won't be able to reach internet). Thanks, Silvia 2015-11-16 16:27 GMT+01:00 Janki Chhatbar : > Hi Silvia > > Could you check flows

Re: [Openstack] Trouble connecting to a new VM

2015-11-17 Thread Andreas Scheuring
Tyler, please check your Security Groups first. Per default, only traffic from other VMs is accepted (Destination: default). If everything is set up correctly, the simplest way is to setup another rule allowing ingress icmp for 0.0.0.0/0 (all ips). Now pings from extneral nodes can reach the vm.

Re: [Openstack] No IP assigned to Instances

2015-11-17 Thread Silvia Fichera
Hi These are my output: neutron agent-list +--++---+---+++ | id | agent_type | host | alive | admin_state_up | binary | +---

Re: [Openstack] No IP assigned to Instances

2015-11-17 Thread Janki Chhatbar
Hi It seems VXLAN tunnel is not created. Run these 2 commands on compute and neutron node. 1. Run "ovs-vsctl get Open_vSwitch . _uuid" - It will return a uuid, lets call it uuid_returned. 2. Run "ovs-vsctl set Open_vSwitch other_config:local_ip=" - Data interface here refers to whichever interfac

Re: [Openstack] No IP assigned to Instances

2015-11-17 Thread Silvia Fichera
Hi I have already run the two commands and nothing has changed. There are any method to troubleshoot this issue? Thank you 2015-11-17 13:05 GMT+01:00 Janki Chhatbar : > Hi > > It seems VXLAN tunnel is not created. Run these 2 commands on compute and > neutron node. > 1. Run "ovs-vsctl get Ope

Re: [Openstack] [Fuel] network-template to create multiple external networks

2015-11-17 Thread Michaël Van de Borne
Thank you Eugene, I already saw this tutorial and will follow it. However, Fuel creates a br-floating bridge, which is not mentionned in this tuto. Should I delete the existing br-floating (and its patch to br-ex)? Or should I create a new br-floating-2? Cheers, -- Michaël Van de Borne Free

[Openstack] how to allow vlan tagged traffic to be sent from SR-IOV based VM?

2015-11-17 Thread OpenStack Mailing List Archive
Link: https://openstack.nimeyo.com/65515/?show=65515#q65515 From: shahamf Hey all, I currently have liberty OpenStack setup (installed using RDO). I configured SR-IOV on this setup (see configuration files attached), and started a VM. When I pass vlan-tagged traffic I see that although it se

Re: [Openstack] how to allow vlan tagged traffic to be sent from SR-IOV based VM?

2015-11-17 Thread OpenStack Mailing List Archive
Link: https://openstack.nimeyo.com/65515/?show=65516#a65516 From: shahamf reattaching configuration files ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : [email protected] Unsubscribe : http:

Re: [Openstack] Trouble connecting to a new VM

2015-11-17 Thread Tyler Couto
Thanks Andreas. My security groups do allow icmp traffic. +-+ --+ | name| security_group_rules | +-+ --+ | default | egress, IPv4 |

Re: [Openstack] [ovsdb-dev] No IP assigned to Instances

2015-11-17 Thread Silvia Fichera
Hi Sam, the ODL features that I have installed are: odl-base-all odl-aaa-authn odl-restconf odl-nsf-all odl-adsal-northbound odl-mdsal-apidocs odl-ovsdb-openstack odl-ovsdb-northbound odl-dlux-core Are those correct? I didn't dowloaded yet your demo, maybe tomorrow I'll talk to whom is providing

Re: [Openstack] [ovsdb-dev] No IP assigned to Instances

2015-11-17 Thread Silvia Fichera
Hi Vishal, I'm following your suggestion. I'm posting the outputs in line 2015-11-17 14:18 GMT+01:00 Vishal Thapar : > Hi, > > > > Typically I follow following steps to troubleshoot VMs not getting IP. > > > > 1. Get output of ‘ovs-vsctl show’ to know which bridges and ports > are created. >

Re: [Openstack] Trouble connecting to a new VM

2015-11-17 Thread James Denton
Hi Tyler, You might try verifying that the instance properly received its IP address. You can try using ‘nova console-log ’ to view the console log of the instance. Look for the cloud-init info. Also, take a look at the syslog of the network node to see if the DHCP request made it and was ackno

[Openstack] Nova Compute hook not called

2015-11-17 Thread Sundar Nadathur
Hello, I am trying to get Nova Compute create_instance hook to be called. However, although the VM gets started from Horizon properly, the print statement in the hook script simple.py do not get printed and there is no reference in /var/log/nova/nova-compute.log to the strings "hook", "demo"

Re: [Openstack] how to allow vlan tagged traffic to be sent from SR-IOV based VM?

2015-11-17 Thread Moshe Levi
Hi Shaham, Can you elaborate what is your setup? Is it multi host or all in one installation? And what are you trying to ping to ? is it another SR-IOV VM (direct port) or Paravirt VM (Normal port)? According to your configuration I see you are using intel NIC (which I am not that familiar wi