我在现有的openstack环境中安装opendaylight,我也面临同样的问题。请在下面找到详细信息。
安装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登录页面未显示。
请建议可以在这里做些什么,或者我错过了一些东西。
感谢。
答案 0 :(得分:1)
您应该使用现有的部署工具,而不是自己复制它们。
看看OPNFV's Apex installer project。它将为您处理所有这些。 Apex基于TripleO,它通过puppet-opendaylight和upstream ODL RPM packages使用OpenDaylight。它非常成熟,功能丰富。
请注意,不推荐使用OpenDaylight Boron。