我正在现有的openstack环境中安装opendaylight,我也面临同样的问题。请查找下面的详细信息。
Openstack环境:
安装Opendaylight的问题我下载了Opendaylight BOron源“分发版-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/clientclient: 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`一旦我点击url "http://127.0.0.1:8181/dlux/index.html“或"http://127.0.0.1:8181/index.html”,它就不会加载输出。Opendaylight登录页面未显示。
请建议在这里可以做些什么,否则我会错过一些事情。
谢谢。
发布于 2017-11-09 15:46:48
您应该使用现有的部署工具,而不是自己复制它们。
看看OPNFV的Apex安装程序项目。它会帮你处理这一切的。顶点是基于TripleO的,它通过木偶-开放日光和上游ODL RPM包消费OpenDaylight。它相当成熟,特征丰富。
请注意,OpenDaylight Boron是不推荐的。
https://stackoverflow.com/questions/47176757
复制相似问题