DLUX镜像构建成功,但是缺少dlux / distribution-dlux文件夹

问题描述

我是ODL的NOOB。 我下载了ODL Magnesium,并且能够运行karaf。 我从镜像(https://github.com/opendaylight/dlux)下载了DLUX,并且构建成功。 我想安装odl-dlux-core,但是dlux / distribution-dlux文件夹不存在吗? 有想法吗?

解决方法

我手动将关联的SNAPSHOT文件复制到system / org文件夹,并且能够安装dlux。

opendaylight-user @ root>功能:列表| grep dlux features-dlux│1.0.0.SNAPSHOT│x│开始│features-dlux│features-dlux odl-dlux-core│1.0.0.SNAPSHOT│x│已启动│odl-dlux-1.0.0-SNAPSHOT│Opendaylight dlux最小功能

现在,当我导航到http:// localhost:8181 / index.html时,我得到了深灰色的空白页。经过检查,我得到了404 http:// localhost:8181 / src / common / authentification / auth.module.js

实际上我丢失了一堆文件;

topbar.module.js
common.general.module.js
core.module.js
navigation.module.js
login.module.js
layout.module.js

我将进一步调查这些档案应在何处使用。 任何建议表示赞赏。 谢谢

,

重新启动ODL之后,现在可以加载上述资源。但是,我的localhost:8181 / index.html提供了一个空白页,并重定向到localhost:8181 / index.html#/ topology。我想知道是否需要安装odl-dlux-topology?