“Opendaylight”:与opendaylight问题的openstack集成

时间:2017-11-08 10:06:52

标签: opendaylight

我在现有的openstack环境中安装opendaylight,我也面临同样的问题。请在下面找到详细信息。

Openstack环境:

  1. 我有1个控制器节点,中子服务和ML2服务已启用。
  2. 我有1个Compute节点,中子服务,OVS服务,DHCP服务和metadat服务已启用。
  3. 一个管理网络和一个外部网络。 OVS配置系统运行正常。以下操作成功执行。
    • 可以创建提供商网络。
    • 可以创建自助服务网络。
    • 可以为南北交通创建路由器并连接自助服务和提供商网络。
    • 可以创建实例并使用内部IP访问相同的实例。例如,可以访问互联网。
    • 可以从提供商网络分配浮动IP。
  4. 安装Opendaylight时出现问题 我已经下载了Opendaylight BOron源码“distribution-karaf-0.5.1-Boron-SR1.tar.gz” - Untar to distribution-karaf-0.5.1-Boron-SR1

    [root@Controller distribution-karaf-0.5.1-Boron-SR1]# ./bin/start
    [root@Controller distribution-karaf-0.5.1-Boron-SR1]# ./bin/client
    

    client: JAVA_HOME not set; results may vary Logging in as karaf 982 [sshd-SshClient[1c6b6478]-nio2-thread-3] WARN org.apache.sshd.client.keyverifier.AcceptAllServerKeyVerifier - Server at [/0.0.0.0:8101, RSA, 97:9e:91:2d:27:e1:49:c5:cb:b4:22:e8:18:52:1f:a6] presented unverified {} key: {}

    ________                       ________                .__  .__       .__     __
    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_
     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \<   |  ||  | |  |/ ___\|  |  \   __\
    /    |    \  |_> >  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  >   Y  \  |
    \_______  /   __/ \___  >___|  /_______  (____  / ____||____/__\___  /|___|  /__|
            \/|__|        \/     \/        \/     \/\/            /_____/      \/
    

    Hit '<tab>' for a list of available commands and '[cmd] --help' for help on a specific command. Hit '<ctrl-d>' or type 'system:shutdown' or 'logout' to shutdown OpenDaylight.

    [root@Controller distribution-karaf-0.5.1-Boron-SR1]# feature:install odl-ovsdb-openstack odl-dlux-core
    
    [root@Controller distribution-karaf-0.5.1-Boron-SR1]# feature:install odl-dlux-all odl-restconf odl-l2switch-switch`
    

    点击网址“http://127.0.0.1:8181/dlux/index.html”或“http://127.0.0.1:8181/index.html”后,它不会加载输出。 Opendaylight登录页面未显示。

    请建议可以在这里做些什么,或者我错过了一些东西。

    感谢。

1 个答案:

答案 0 :(得分:1)

您应该使用现有的部署工具,而不是自己复制它们。

看看OPNFV's Apex installer project。它将为您处理所有这些。 Apex基于TripleO,它通过puppet-opendaylightupstream ODL RPM packages使用OpenDaylight。它非常成熟,功能丰富。

请注意,不推荐使用OpenDaylight Boron。