2

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

Openstack环境:

  1. 我有 1 个启用了中子服务和 ML2 服务的控制器节点。
  2. 我有 1 个启用了中子服务、OVS 服务、DHCP 服务和元数据服务的计算节点。
  3. 一个管理网络和一个外部网络。系统在 OVS 配置下运行良好。以下操作成功执行。
    • 可以创建提供者网络。
    • 可以创建自助服务网络。
    • 可以为南北流量创建路由器并附加自助服务和提供商网络。
    • 可以创建Instance并使用内部IP访问它。例如可以访问互联网。
    • 可以从提供商网络分配浮动 IP。

安装 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 登录页面未显示。

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

谢谢。

4

1 回答 1

1

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

看看OPNFV 的 Apex 安装程序项目。它会为你处理这一切。Apex 基于 TripleO,它通过puppet-opendaylight上游 ODL RPM 包使用 OpenDaylight 。它非常成熟且功能丰富。

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

于 2017-11-09T15:46:48.260 回答