分享

ping不同云实例,l3-agent:task run outlasted interval by 1.349714 sec

Kevin517 发表于 2015-12-25 18:18:03 [显示全部楼层] 只看大图 回帖奖励 阅读模式 关闭右栏 4 17435
本帖最后由 Kevin517 于 2015-12-25 18:24 编辑

先说明我的具体情况:
在VMware上操作
双节点:controller/network;compute,搭建openstack+gre网络模型
VM网络.png

网络划分
controller: eth0:20.0.0.10
                   eth1:192.168.100.10
compute:  eth0:20.0.0.20
                    eth1:192.168.100.20
管理网络/隧道网络:gateway:20.0.0.1    20.0.0.0/24;外部网络:gateway:192.168.100.2     192.168.100.0/24

运行先电云平台

-----------------------------------------------------------------------------------------------------------------------------------------------
基本情况:

[root@controller ~]# openstack-status
== Nova services ==
openstack-nova-api:                      active
openstack-nova-cert:                    active
openstack-nova-compute:            dead      (disabled on boot)
openstack-nova-network:              dead      (disabled on boot)
openstack-nova-scheduler:            active
openstack-nova-conductor:           active
== Glance services ==
openstack-glance-api:                 active
openstack-glance-registry:          active
== Keystone service ==
openstack-keystone:                  active
== Horizon service ==
openstack-dashboard:                active
== neutron services ==
neutron-server:                         active
neutron-dhcp-agent:                active
neutron-l3-agent:                     active
neutron-metadata-agent:         active
neutron-lbaas-agent:                inactive  (disabled on boot)
neutron-openvswitch-agent:    active
== Support services ==
mysqld:                                 active
openvswitch:                         active
messagebus:                         dead      (disabled on boot)
qpidd:                                   active
memcached:                         active
== Keystone users ==
+---------------------------------------------------+-----------+---------+------------+
|                id                                               |   name    | enabled |   email    |
+---------------------------------------------------+-----------+----------+-----------+
| d0e0e305f87641219bbb31d20d747276  |  admin    |   True    |              |
| 33aab521b7df426fb610479b51b8b1f5    |   demo   |   True    |              |
| dbea2e64d0f84f8f88dc93ab2f53aadd      |  glance   |   True    |              |
| 536a3a5f2b8049a9b130ea5e8e228e7a   | neutron  |   True    |              |
| 0aa352c3b04a447ba8d02eda3c5dd1e9  |   nova    |   True     |              |
+--------------------------------------------------+-----------+-----------+----------+
== Glance images ==
+-----------------------------------------------------+-----------+----------------+----------------------+---------------+--------+
| ID                                                                | Name      | Disk Format | Container Format | Size             | Status |
+-----------------------------------------------------+------------+--------------+-----------------------+---------------+--------+
| 89199bd4-71bc-4943-9698-d0cfb5b3f611 | centos6.5 | qcow2       | bare                      | 305397760 | active |
+-----------------------------------------------------+-------------+--------------+-----------------------+---------------+--------+
== Nova managed services ==
+----------------------+---------------+----------+-----------+-------+-------------------------------------+-----------------+
| Binary                   | Host           | Zone      | Status    | State | Updated_at                             | Disabled Reason |
+----------------------+--------------+-----------+-----------+-------+--------------------------------------+--------------------+
| nova-consoleauth | controller    | internal  | enabled   | up    | 2015-12-20T18:05:20.000000 | -                       |
| nova-conductor   | controller    | internal  | enabled   | up    | 2015-12-20T18:05:19.000000 | -                       |
| nova-cert             | controller    | internal  | enabled   | up    | 2015-12-20T18:05:17.000000 | -                       |
| nova-scheduler    | controller    | internal  | enabled   | up    | 2015-12-20T18:05:21.000000 | -                       |
| nova-compute     | compute    | nova      | enabled   | up    | 2015-12-20T18:05:17.000000 | -                       |
+---------------------+---------------+----------+-----------+-------+--------------------------------------+-------------------+
== Nova networks ==
+-----------------------------------------------------+-------------+------+
| ID                                                               | Label        | Cidr   |
+----------------------------------------------------+-------------+------+
| bf4a2fc1-638a-4f20-8a3d-b8b7b9e6e157  | ext-net    | -       |
| ce62d39b-bdb0-497f-82db-830fdcffae79  | demo-net | -       |
+----------------------------------------------------+-------------+------+
== Nova instance flavors ==
+----+-----------------+---------------+--------+-------------+-------+--------+-----------------+-----------+
| ID  | Name            | Memory_MB | Disk   | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public |
+----+----------------+----------------+-------+--------------+-------+--------+-----------------+-----------+
| 1    | m1.tiny        | 512               | 1      | 0                |          | 1         | 1.0               | True        |
| 2    | m1.small      | 2048              | 20   | 0                |          | 1         | 1.0               | True        |
| 3    | m1.medium | 4096             | 40    | 0                |          | 2         | 1.0               | True        |
| 4    | m1.large      | 8192             | 80    | 0                |          | 4         | 1.0               | True        |
| 5    | m1.xlarge    | 16384           | 160  | 0                |          | 8         | 1.0               | True        |
+----+---------------+-----------------+------+--------------+--------+--------+----------------+-----------+
== Nova instances ==
+---+--------+--------+--------------+---------------+-----------+
| ID | Name | Status | Task State | Power State | Networks |
+---+-------+---------+-------------+----------------+-----------+
+---+-------+---------+-------------+----------------+-----------+





-------------------------------------------------------------------------------------------------------------------------------------------------------------

下面是网络情况:

+----------------------------------------------------+-------------+-----------------------------------------------------------------------------+
| id                                                               | name        | subnets                                                                                    |
+----------------------------------------------------+-------------+-----------------------------------------------------------------------------+
| bf4a2fc1-638a-4f20-8a3d-b8b7b9e6e157 | ext-net     | 4438181c-1b9f-4bfd-9009-720b04646591 192.168.100.0/24 |
| ce62d39b-bdb0-497f-82db-830fdcffae79  | demo-net | eb6a27fb-3a6c-4937-af51-0f4f3f09f40b 202.0.0.0/24              |
+----------------------------------------------------+-------------+-----------------------------------------------------------------------------+


创建admin的ext-net外部网络,192.168.100.100--192.168.100.200
创建demo的demo-net虚拟网络,202.0.0.0/24


-----------------------------------------------------------------------------------------------------------------------------------------------------------

下面是相应服务情况

Nova服务
[root@controller ~]# nova service-list
+----------------------+---------------+----------+-----------+-------+--------------------------------------+--------------------+
| Binary                   | Host           | Zone      | Status    | State | Updated_at                              | Disabled Reason |
+----------------------+--------------+-----------+-----------+-------+--------------------------------------+---------------------+
| nova-consoleauth | controller   | internal   | enabled  | up     | 2015-12-20T18:23:30.000000  | -                       |
| nova-conductor   | controller   | internal   | enabled  | up     | 2015-12-20T18:23:29.000000  | -                       |
| nova-cert             | controller   | internal   | enabled  | up     | 2015-12-20T18:23:37.000000  | -                       |
| nova-scheduler    | controller    | internal  | enabled   | up     | 2015-12-20T18:23:31.000000  | -                       |
| nova-compute     | compute    | nova     | enabled   | up     | 2015-12-20T18:23:37.000000  | -                       |
+---------------------+---------------+----------+-----------+-------+----------------------------------------+--------------------+



Neutron服务

[root@controller ~]# neutron ext-list
+-----------------------------+-------------------------------------------------------------+
| alias                               | name                                                                    |
+-----------------------------+-------------------------------------------------------------+
| security-group               | security-group                                                      |
| l3_agent_scheduler        | L3 Agent Scheduler                                               |
| ext-gw-mode                 | Neutron L3 Configurable external gateway mode   |
| binding                          | Port Binding                                                           |
| provider                        | Provider Network                                                   |
| agent                            | agent                                                                     |
| quotas                           | Quota management support                                 |
| dhcp_agent_scheduler  | DHCP Agent Scheduler                                          |
| multi-provider                | Multi Provider Network                                           |
| external-net                  | Neutron external network                                      |
| router                           | Neutron L3 Router                                                 |
| allowed-address-pairs    | Allowed Address Pairs                                             |
| extra_dhcp_opt           | Neutron Extra DHCP opts                                      |
| extraroute                    | Neutron Extra Route                                              |
+----------------------------+---------------------------------------------------------------+



[root@controller ~]# neutron agent-list
+---------------------------------------------------------+--------------------------+--------------+-------+---------------------+
| id                                                                      | agent_type              | host            | alive  | admin_state_up |
+---------------------------------------------------------+--------------------------+--------------+-------+---------------------+
| 002895da-d037-4d73-8ce8-830c34ed1b2d    | Open vSwitch agent  | controller    | :-)     | True                   |
| 1bee705a-12a4-49c7-9bac-d555e2691db0    | DHCP agent               | controller    | :-)     | True                   |
| 60879f30-211f-4733-bc86-05908e5818fb      | Open vSwitch agent   | compute    | :-)     | True                   |
| 7be27676-6780-4a7a-b8a7-7077ea17ef3a     | L3 agent                     | controller    | :-)     | True                  |
| b79335a0-f4ed-4828-8d32-9a29f7828a04     | Metadata agent           | controller   | :-)     | True                   |
| ffdabc08-ccbe-45ee-ae05-dbcf7d7c7ade        | Metadata agent           | compute    | :-)     | True                   |
+--------------------------------------------------------+---------------------------+--------------+-------+---------------------+



-----------------------------------------------------------------------------------------------------------------------------------------------------------------------

下面是ovs

[root@controller ~]# ovs-vsctl show
576fb004-3071-4960-9ca7-54cc251b82fa
    Bridge br-tun
        Port patch-int
            Interface patch-int
                type: patch
                options: {peer=patch-tun}
        Port "gre-14000014"
            Interface "gre-14000014"
                type: gre
                options: {in_key=flow, local_ip="20.0.0.10", out_key=flow, remote_ip="20.0.0.20"}
        Port br-tun
            Interface br-tun
                type: internal
    Bridge br-ex
        Port br-ex
            Interface br-ex
                type: internal
        Port "eth0"
            Interface "eth0"
    Bridge br-int
        fail_mode: secure
        Port "qg-86a489d7-c8"
            tag: 2
            Interface "qg-86a489d7-c8"
                type: internal
        Port br-int
            Interface br-int
                type: internal
        Port patch-tun
            Interface patch-tun
                type: patch
                options: {peer=patch-int}
        Port "qr-b9206d56-bd"
            tag: 1
            Interface "qr-b9206d56-bd"
                type: internal
        Port "tap450750e2-ad"
            tag: 1
            Interface "tap450750e2-ad"
                type: internal
    ovs_version: "2.1.3"



---------------------------------------------

[root@compute bin]# ovs-vsctl show
9034090d-359b-4c74-8bc9-76ee28fd2003
    Bridge br-ex
        Port "eth0"
            Interface "eth0"
        Port br-ex
            Interface br-ex
                type: internal
    Bridge br-tun
        Port "gre-1400000a"
            Interface "gre-1400000a"
                type: gre
                options: {in_key=flow, local_ip="20.0.0.20", out_key=flow, remote_ip="20.0.0.10"}
        Port patch-int
            Interface patch-int
                type: patch
                options: {peer=patch-tun}
        Port br-tun
            Interface br-tun
                type: internal
    Bridge br-int
        fail_mode: secure
        Port br-int
            Interface br-int
                type: internal
        Port patch-tun
            Interface patch-tun
                type: patch
                options: {peer=patch-int}
        Port "qvoe428c2c5-c1"
            tag: 1
            Interface "qvoe428c2c5-c1"
    ovs_version: "2.1.3"






==============================================================================

admin登录Dashboard查看网络
net-list.png
=================================
ext-list.png
=================================
demo-net-list.png
=================================
route-list.png


demo登录Dashboard

demo-网络拓扑.png ===================================
demo-list.png
====================================

云主机.png
=====================================
控制台.png
=====================================

控制台1.png




============================================================================


可能情况大家已经看出来了,现在是物理机 ping 不通云主机,controller 节点 / compute 节点 ping 不通云主机,云主机 ping不通外网。
希望大家能帮帮忙看一下,如果有需要,我会在后面贴出相应的配置参数







net-list.png

已有(4)人评论

跳转到指定楼层
Kevin517 发表于 2015-12-25 18:26:34
这里贴出一个有问题的日志,但我 不知道该怎么解决,重启了nova,neutron服务还是不行

[root@controller ~]# cat /var/log/neutron/l3-agent.log
2015-12-20 12:49:48.643 3714 INFO neutron.common.config [-] Logging enabled!
2015-12-20 12:49:48.783 3714 INFO neutron.openstack.common.rpc.impl_qpid [req-7983c877-cc04-4c46-ba02-ed8f7b5cdb50 None] Connected to AMQP server on controller:5672
2015-12-20 12:49:48.787 3714 INFO neutron.openstack.common.rpc.impl_qpid [req-7983c877-cc04-4c46-ba02-ed8f7b5cdb50 None] Connected to AMQP server on controller:5672
2015-12-20 12:49:48.815 3714 INFO neutron.openstack.common.rpc.impl_qpid [req-7983c877-cc04-4c46-ba02-ed8f7b5cdb50 None] Connected to AMQP server on controller:5672
2015-12-20 12:49:48.824 3714 INFO neutron.agent.l3_agent [req-7983c877-cc04-4c46-ba02-ed8f7b5cdb50 None] L3 agent started
2015-12-20 12:50:10.658 3714 INFO neutron.openstack.common.service [req-7983c877-cc04-4c46-ba02-ed8f7b5cdb50 None] Caught SIGTERM, exiting
2015-12-20 12:50:13.271 4826 INFO neutron.common.config [-] Logging enabled!
2015-12-20 12:50:13.427 4826 INFO neutron.openstack.common.rpc.impl_qpid [req-16e8d3f7-620f-4547-b504-3f7b522f8042 None] Connected to AMQP server on controller:5672
2015-12-20 12:50:13.431 4826 INFO neutron.openstack.common.rpc.impl_qpid [req-16e8d3f7-620f-4547-b504-3f7b522f8042 None] Connected to AMQP server on controller:5672
2015-12-20 12:50:13.486 4826 INFO neutron.openstack.common.rpc.impl_qpid [req-16e8d3f7-620f-4547-b504-3f7b522f8042 None] Connected to AMQP server on controller:5672
2015-12-20 12:50:13.491 4826 INFO neutron.agent.l3_agent [req-16e8d3f7-620f-4547-b504-3f7b522f8042 None] L3 agent started
2015-12-20 12:50:13.511 4826 INFO neutron.openstack.common.rpc.impl_qpid [req-16e8d3f7-620f-4547-b504-3f7b522f8042 None] Connected to AMQP server on controller:5672
2015-12-20 12:51:13.552 4826 ERROR neutron.agent.l3_agent [req-16e8d3f7-620f-4547-b504-3f7b522f8042 None] Failed reporting state!
2015-12-20 12:51:13.552 4826 TRACE neutron.agent.l3_agent Traceback (most recent call last):
2015-12-20 12:51:13.552 4826 TRACE neutron.agent.l3_agent   File "/usr/lib/python2.6/site-packages/neutron/agent/l3_agent.py", line 965, in _report_state
2015-12-20 12:51:13.552 4826 TRACE neutron.agent.l3_agent     self.use_call)
2015-12-20 12:51:13.552 4826 TRACE neutron.agent.l3_agent   File "/usr/lib/python2.6/site-packages/neutron/agent/rpc.py", line 72, in report_state
2015-12-20 12:51:13.552 4826 TRACE neutron.agent.l3_agent     return self.call(context, msg, topic=self.topic)
2015-12-20 12:51:13.552 4826 TRACE neutron.agent.l3_agent   File "/usr/lib/python2.6/site-packages/neutron/openstack/common/rpc/proxy.py", line 129, in call
2015-12-20 12:51:13.552 4826 TRACE neutron.agent.l3_agent     exc.info, real_topic, msg.get('method'))
2015-12-20 12:51:13.552 4826 TRACE neutron.agent.l3_agent Timeout: Timeout while waiting on RPC response - topic: "q-plugin", RPC method: "report_state" info: "<unknown>"
2015-12-20 12:51:13.552 4826 TRACE neutron.agent.l3_agent
2015-12-20 12:51:13.553 4826 WARNING neutron.openstack.common.loopingcall [req-16e8d3f7-620f-4547-b504-3f7b522f8042 None] task run outlasted interval by 30.245792 sec
2015-12-20 12:51:13.553 4826 ERROR neutron.agent.l3_agent [req-16e8d3f7-620f-4547-b504-3f7b522f8042 None] Failed synchronizing routers due to RPC error
2015-12-20 12:51:13.553 4826 TRACE neutron.agent.l3_agent Traceback (most recent call last):
2015-12-20 12:51:13.553 4826 TRACE neutron.agent.l3_agent   File "/usr/lib/python2.6/site-packages/neutron/agent/l3_agent.py", line 869, in _sync_routers_task
2015-12-20 12:51:13.553 4826 TRACE neutron.agent.l3_agent     context, router_ids)
2015-12-20 12:51:13.553 4826 TRACE neutron.agent.l3_agent   File "/usr/lib/python2.6/site-packages/neutron/agent/l3_agent.py", line 76, in get_routers
2015-12-20 12:51:13.553 4826 TRACE neutron.agent.l3_agent     topic=self.topic)
2015-12-20 12:51:13.553 4826 TRACE neutron.agent.l3_agent   File "/usr/lib/python2.6/site-packages/neutron/openstack/common/rpc/proxy.py", line 129, in call
2015-12-20 12:51:13.553 4826 TRACE neutron.agent.l3_agent     exc.info, real_topic, msg.get('method'))
2015-12-20 12:51:13.553 4826 TRACE neutron.agent.l3_agent Timeout: Timeout while waiting on RPC response - topic: "q-l3-plugin", RPC method: "sync_routers" info: "<unknown>"
2015-12-20 12:51:13.553 4826 TRACE neutron.agent.l3_agent
2015-12-20 12:51:13.557 4826 WARNING neutron.openstack.common.loopingcall [req-16e8d3f7-620f-4547-b504-3f7b522f8042 None] task run outlasted interval by 58.250753 sec
2015-12-20 12:51:13.560 4826 WARNING neutron.openstack.common.loopingcall [req-16e8d3f7-620f-4547-b504-3f7b522f8042 None] task run outlasted interval by 20.068138 sec
2015-12-20 12:51:13.914 4826 ERROR neutron.agent.l3_agent [req-16e8d3f7-620f-4547-b504-3f7b522f8042 None] Failed synchronizing routers due to RPC error
2015-12-20 12:51:13.914 4826 TRACE neutron.agent.l3_agent Traceback (most recent call last):
2015-12-20 12:51:13.914 4826 TRACE neutron.agent.l3_agent   File "/usr/lib/python2.6/site-packages/neutron/agent/l3_agent.py", line 869, in _sync_routers_task
2015-12-20 12:51:13.914 4826 TRACE neutron.agent.l3_agent     context, router_ids)
2015-12-20 12:51:13.914 4826 TRACE neutron.agent.l3_agent   File "/usr/lib/python2.6/site-packages/neutron/agent/l3_agent.py", line 76, in get_routers
2015-12-20 12:51:13.914 4826 TRACE neutron.agent.l3_agent     topic=self.topic)
2015-12-20 12:51:13.914 4826 TRACE neutron.agent.l3_agent   File "/usr/lib/python2.6/site-packages/neutron/openstack/common/rpc/proxy.py", line 125, in call
2015-12-20 12:51:13.914 4826 TRACE neutron.agent.l3_agent     result = rpc.call(context, real_topic, msg, timeout)
2015-12-20 12:51:13.914 4826 TRACE neutron.agent.l3_agent   File "/usr/lib/python2.6/site-packages/neutron/openstack/common/rpc/__init__.py", line 112, in call
2015-12-20 12:51:13.914 4826 TRACE neutron.agent.l3_agent     return _get_impl().call(CONF, context, topic, msg, timeout)
2015-12-20 12:51:13.914 4826 TRACE neutron.agent.l3_agent   File "/usr/lib/python2.6/site-packages/neutron/openstack/common/rpc/impl_qpid.py", line 784, in call
2015-12-20 12:51:13.914 4826 TRACE neutron.agent.l3_agent     rpc_amqp.get_connection_pool(conf, Connection))
2015-12-20 12:51:13.914 4826 TRACE neutron.agent.l3_agent   File "/usr/lib/python2.6/site-packages/neutron/openstack/common/rpc/amqp.py", line 575, in call
2015-12-20 12:51:13.914 4826 TRACE neutron.agent.l3_agent     rv = list(rv)
2015-12-20 12:51:13.914 4826 TRACE neutron.agent.l3_agent   File "/usr/lib/python2.6/site-packages/neutron/openstack/common/rpc/amqp.py", line 540, in __iter__
2015-12-20 12:51:13.914 4826 TRACE neutron.agent.l3_agent     raise result
2015-12-20 12:51:13.914 4826 TRACE neutron.agent.l3_agent RemoteError: Remote error: AgentNotFoundByTypeHost Agent with agent_type=L3 agent and host=controller could not be found
2015-12-20 12:51:13.914 4826 TRACE neutron.agent.l3_agent [u'Traceback (most recent call last):\n', u'  File "/usr/lib/python2.6/site-packages/neutron/openstack/common/rpc/amqp.py", line 462, in _process_data\n    **args)\n', u'  File "/usr/lib/python2.6/site-packages/neutron/common/rpc.py", line 45, in dispatch\n    neutron_ctxt, version, method, namespace, **kwargs)\n', u'  File "/usr/lib/python2.6/site-packages/neutron/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n    result = getattr(proxyobj, method)(ctxt, **kwargs)\n', u'  File "/usr/lib/python2.6/site-packages/neutron/db/l3_rpc_base.py", line 57, in sync_routers\n    context, host, router_ids)\n', u'  File "/usr/lib/python2.6/site-packages/neutron/db/l3_agentschedulers_db.py", line 132, in list_active_sync_routers_on_active_l3_agent\n    context, constants.AGENT_TYPE_L3, host)\n', u'  File "/usr/lib/python2.6/site-packages/neutron/db/agents_db.py", line 140, in _get_agent_by_type_and_host\n    host=host)\n', u'AgentNotFoundByTypeHost: Agent with agent_type=L3 agent and host=controller could not be found\n'].
2015-12-20 12:51:13.914 4826 TRACE neutron.agent.l3_agent
2015-12-20 12:53:45.875 4826 INFO neutron.openstack.common.service [req-16e8d3f7-620f-4547-b504-3f7b522f8042 None] Caught SIGTERM, exiting
2015-12-20 12:53:46.319 5630 INFO neutron.common.config [-] Logging enabled!
2015-12-20 12:53:46.363 5630 INFO neutron.openstack.common.rpc.impl_qpid [req-9e276080-840e-4e3c-8745-c42cb74f6d6d None] Connected to AMQP server on controller:5672
2015-12-20 12:53:46.364 5630 INFO neutron.openstack.common.rpc.impl_qpid [req-9e276080-840e-4e3c-8745-c42cb74f6d6d None] Connected to AMQP server on controller:5672
2015-12-20 12:53:46.380 5630 INFO neutron.openstack.common.rpc.impl_qpid [req-9e276080-840e-4e3c-8745-c42cb74f6d6d None] Connected to AMQP server on controller:5672
2015-12-20 12:53:46.386 5630 INFO neutron.agent.l3_agent [req-9e276080-840e-4e3c-8745-c42cb74f6d6d None] L3 agent started
2015-12-20 12:57:20.946 5630 INFO neutron.openstack.common.lockutils [-] Created lock path: /var/lib/neutron/lock
2015-12-20 12:57:23.613 5630 WARNING neutron.openstack.common.loopingcall [-] task run outlasted interval by 2.136773 sec


回复

使用道具 举报

starrycheng 发表于 2015-12-25 19:00:08
Kevin517 发表于 2015-12-25 18:26
这里贴出一个有问题的日志,但我 不知道该怎么解决,重启了nova,neutron服务还是不行

[root@controller ...

网络这块是很多人的难题,毕竟网络工程师,不会做开发的事情,而开发和部署在做网络的事情。

这里分享下别人的经验
##########################################
根据openstack icehouse安装文档openstack-install-guide-yum-icehouse.pdf, 安装部署进行到第66页时,已经部署好了controller和network的.

过程中没有报错.但是,在network node上查看日志时,发现/var/log/neutron/dhcp-agent.log中报错:
Remote error: AgentNotFoundByTypeHost Agent with agent_type=DHCP agent and host=network-node could not be found.


解决方法: 更改三个服务之间的启动顺序先后为openvswitch,dhcp,l3.且每个服务启动后间隔10s钟.
下面是icehouse文档中的内容
2. Start the Networking services and configure them to start when the system boots:
# service neutron-openvswitch-agent start
# service neutron-l3-agent start
# service neutron-dhcp-agent start
# service neutron-metadata-agent start

下面是更改后的安装脚本中的内容:

service neutron-openvswitch-agent start
sleep 10
service neutron-dhcp-agent start
sleep 10
service neutron-l3-agent start
sleep 10
service neutron-metadata-agent start



原文:http://blog.csdn.net/Hellovictoria/article/details/41311305
#################################################################
由于各种原因,官网的外网配置似乎并不可行。
这里推荐篇文章:

openstack【juno】入门高级篇:为何你的实例ping不通外网【详述】
http://www.aboutyun.com/thread-13508-1-1.html






回复

使用道具 举报

Kevin517 发表于 2015-12-25 19:58:57
starrycheng 发表于 2015-12-25 19:00
网络这块是很多人的难题,毕竟网络工程师,不会做开发的事情,而开发和部署在做网络的事情。

这里分享 ...

按照上面的方法,重启了neurton服务,l3-agent没有出现同样的错误日志。

不过还是有一点想问,我这种问题应该从哪方便去查找。
因为我实际需求就是我现在的这种模型。

两台双网卡的服务器,在服务器上搭建openstack基础平台,后面还会有 Heat、Ceilometer、Sahara。

最新情况是又加了个SDN,SDN上面要求把DHCP,L3放到compute上。想想都头疼
回复

使用道具 举报

Kevin517 发表于 2015-12-26 08:52:44
我今天有重新做了一次,重启了neutron服务,正常,但一创建网络后查看L3-agent的日志还是有个警告。

2015-12-21 00:17:11.771 3742 INFO neutron.openstack.common.service [req-579cbaea-7569-4c89-9f5d-f78c5088938c None] Caught SIGTERM, exiting
2015-12-21 00:17:12.217 5195 INFO neutron.common.config [-] Logging enabled!
2015-12-21 00:17:12.259 5195 INFO neutron.openstack.common.rpc.impl_qpid [req-5d770e49-3930-4c8f-8447-fd5caea73e77 None] Connected to AMQP server on controller:5672
2015-12-21 00:17:12.260 5195 INFO neutron.openstack.common.rpc.impl_qpid [req-5d770e49-3930-4c8f-8447-fd5caea73e77 None] Connected to AMQP server on controller:5672
2015-12-21 00:17:12.274 5195 INFO neutron.openstack.common.rpc.impl_qpid [req-5d770e49-3930-4c8f-8447-fd5caea73e77 None] Connected to AMQP server on controller:5672
2015-12-21 00:17:12.280 5195 INFO neutron.agent.l3_agent [req-5d770e49-3930-4c8f-8447-fd5caea73e77 None] L3 agent started
2015-12-21 00:21:19.980 5195 INFO neutron.openstack.common.lockutils [-] Created lock path: /var/lib/neutron/lock
2015-12-21 00:21:22.104 5195 WARNING neutron.openstack.common.loopingcall [-] task run outlasted interval by 1.472502 sec
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

关闭

推荐上一条 /2 下一条