[openstack-qa] FW: external network is not reachable
Mandeep Singh
mandeep.singh at shikshainfotech.com
Wed Feb 18 11:49:45 UTC 2015
Hi ,
I am trying to integrate ODL and openstack using neutron ml2 plugin. I
am able to integrate ODL and Openstack but there is one problem that when I
am not able to ping external ip address(like 8.8.8.8 etc ) and my host
machine ip address i.e. 192.168.28.129
I already enabled all ICMP rules and packet forwarding as well. My all
services are up and running.
[odl at fedora-odl-1 devstack]$ nova service-list.
+----+------------------+--------------+----------+---------+-------+-------
---------------------+-----------------+
| Id | Binary | Host | Zone | Status | State |
Updated_at | Disabled Reason |
+----+------------------+--------------+----------+---------+-------+-------
---------------------+-----------------+
| 1 | nova-cert | fedora-odl-1 | internal | enabled | up |
2015-02-18T17:10:33.000000 | - |
| 2 | nova-scheduler | fedora-odl-1 | internal | enabled | up |
2015-02-18T17:10:35.000000 | - |
| 3 | nova-conductor | fedora-odl-1 | internal | enabled | up |
2015-02-18T17:10:36.000000 | - |
| 5 | nova-compute | fedora-odl-1 | nova | enabled | up |
2015-02-18T17:10:30.000000 | - |
| 6 | nova-consoleauth | fedora-odl-1 | internal | enabled | up |
2015-02-18T17:10:30.000000 | - |
+----+------------------+--------------+----------+---------+-------+-------
---------------------+-----------------+
My local.conf is as given below
[[local|localrc]]
LOGFILE=stack.sh.log
#SCREEN_LOGDIR=/opt/stack/data/log
#LOG_COLOR=False
OFFLINE=True
#RECLONE=yes
# Only uncomment the below two lines if you are running on Fedora
disable_service rabbit
enable_service qpid
#disable_service n-cpu
enable_service n-cond
disable_service n-net
enable_service q-svc
enable_service q-dhcp
enable_service q-l3
enable_service q-meta
enable_service quantum
enable_service tempest
Q_HOST=$SERVICE_HOST
HOST_IP=192.168.28.129
Q_PLUGIN=ml2
Q_ML2_PLUGIN_MECHANISM_DRIVERS=opendaylight,logger
ENABLE_TENANT_TUNNELS=True
enable_service odl-server odl-compute
ODL_BOOT_WAIT=100
VNCSERVER_PROXYCLIENT_ADDRESS=192.168.28.129
VNCSERVER_LISTEN=0.0.0.0
HOST_NAME=fedora-odl-1
SERVICE_HOST_NAME=${HOST_NAME}
SERVICE_HOST=192.168.28.129
#FLOATING_RANGE=192.168.210.0/24
#PUBLIC_NETWORK_GATEWAY=192.168.44.1
#FLOATING_RANGE=192.168.44.129/24
#FIXED_RANGE=10.11.12.0/24
FIXED_NETWORK_SIZE=256
FLAT_INTERFACE=eth0
MYSQL_HOST=$SERVICE_HOST
RABBIT_HOST=$SERVICE_HOST
GLANCE_HOSTPORT=$SERVICE_HOST:9292
KEYSTONE_AUTH_HOST=$SERVICE_HOST
KEYSTONE_SERVICE_HOST=$SERVICE_HOST
MYSQL_PASSWORD=mysql
RABBIT_PASSWORD=rabbit
QPID_PASSWORD=rabbit
SERVICE_TOKEN=service
SERVICE_PASSWORD=admin
ADMIN_PASSWORD=admin
[[post-config|/etc/neutron/plugins/ml2/ml2_conf.ini]]
[agent]
minimize_polling=True
[ml2_odl]
url=http://192.168.28.129:8080/controller/nb/v2/neutron
username=admin
password=admin
please help me out
Thanks and Regards,
Mandeep Singh
---
This email is free from viruses and malware because avast! Antivirus protection is active.
http://www.avast.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-qa/attachments/20150218/d71d1d63/attachment.html>
More information about the openstack-qa
mailing list