Problem configuring RDO with existing network
Hi, i did a installation of RDO icehouse 4 in a laptop running Fedora 20 and configured it to run within the local network based on this video, but i am unable to ssh the image as show in the video, i am getting a "No route to host error"
**This is what ovs-vcstl shows me:**<br>
Bridge br-ex <br>
Port "p5p1"<br>
Interface "p5p1"<br>
Port br-ex<br>
Interface br-ex<br>
type: internal<br>
Bridge br-int<br>
fail_mode: secure<br>
Port "qvoa49a324c-de"<br>
tag: 4<br>
Interface "qvoa49a324c-de"<br>
Port "tap90f34336-af"<br>
tag: 5<br>
Interface "tap90f34336-af"<br>
type: internal<br>
Port "qr-1b869f64-8f"<br>
tag: 4<br>
Interface "qr-1b869f64-8f"<br>
type: internal<br>
Port "tap6a4251b4-3c"<br>
tag: 4<br>
Interface "tap6a4251b4-3c"<br>
type: internal<br>
Port br-int<br>
Interface br-int<br>
type: internal<br>
Port patch-tun<br>
Interface patch-tun<br>
type: patch<br>
options: {peer=patch-int}<br>
Bridge br-tun<br>
Port patch-int<br>
Interface patch-int<br>
type: patch<br>
options: {peer=patch-tun}<br>
Port br-tun<br>
Interface br-tun<br>
type: internal<br>
This is my ifcfg-br-ex file:
DEVICE=br-ex<br>
OVSBOOTPROTO=dhcp<br>
OVSDHCPINTERFACES=p5p1<br>
NM_CONTROLLED=no<br>
ONBOOT=no<br>
TYPE=OVSBridge<br>
DEVICETYPE=ovs<br>
and this is my ifcfg-p5p1(the ethernet interface)
TYPE="OVSPort"<br>
DEVICE="p5p1"<br>
DEVICETYPE="ovs"<br>
OVS_BRIDGE="br-ex"<br>
ONBOOT="no"<br>
NM_CONTROLLED="no"<br>
NAME="p5p1"<br>
UUID="917622aa-924c-4879-9280-4cdd00b1ecab"<br>
HWADDR="54:04:A6:8E:F4:07"<br>
and this is what ifconfig shows me:
br-ex: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500<br>
inet 192.168.1.143 netmask 255.255.255.0 broadcast 192.168.1.255<br>
inet6 fd81:86c4:42fd:0:5604:a6ff:fe8e:f407 prefixlen 64 scopeid 0x0<global><br>
inet6 fe80::5604:a6ff:fe8e:f407 prefixlen 64 scopeid 0x20<link><br>
ether 54:04:a6:8e:f4:07 txqueuelen 0 (Ethernet)<br>
RX packets 19581 bytes 22246234 (21.2 MiB)<br>
RX errors 0 dropped 0 overruns 0 frame 0<br>
TX packets 12938 bytes 1551514 (1.4 MiB)<br>
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0<br>
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536<br>
inet 127.0.0.1 netmask 255.0.0.0<br>
inet6 ::1 prefixlen 128 scopeid 0x10<host><br>
loop txqueuelen 0 (Local Loopback)<br>
RX packets 148513 bytes 68455034 (65.2 MiB)<br>
RX errors 0 dropped 0 overruns 0 frame 0<br>
TX packets 148513 bytes 68455034 (65.2 MiB)<br>
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0<br>
p5p1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500<br>
inet6 fe80::5604:a6ff:fe8e:f407 prefixlen 64 scopeid 0x20<link><br>
ether 54:04:a6:8e:f4:07 txqueuelen 1000 (Ethernet)<br>
RX packets 49410 bytes 62425472 (59.5 MiB)<br>
RX errors 0 dropped 0 overruns 0 frame 0<br>
TX packets 32306 bytes 3183795 (3.0 MiB)<br>
TX errors 0 dropped 0 overruns 0 carrier 1 collisions 0<br>
qbra49a324c-de: flags=4163 ...
When you ran packstack I believe it was bind to static IP. I would suggest you use this static IP and fix ifcfg-br-ex file (remove DHCP mode) . Please, post also file /etc/neutron/plugins/ml2/ml2_conf.ini. Source as root keystonerc_admin and run openstack-status.
Please, post as UPDATE1 to your question
or upload somewhere as text files