Assign image keyname and pubkey at vnf level
[ccsdk/apps.git] / sdnr / wireless-transport / code-Carbon-SR1 / features / src / main / features / features.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3        Top level feature bundling of network apps. Only in this file the APPS and UX/DLUX components are bundled.
4        * Due to startup timing problems the base packages are installed manually or by script as pre-requisite
5        * The features already loaded before loading of network apps are (loading again within feature is OK):
6                  ./karafcmd.sh  "feature:install odl-netconf-topology"
7                          ./karafcmd.sh  "feature:install odl-restconf-all"
8                              ./karafcmd.sh  "feature:install odl-mdsal-apidocs"
9                  ./karafcmd.sh  "feature:install odl-dlux-all"
10                  ./karafcmd.sh  "feature:repo-add mvn:org.apache.karaf.decanter/apache-karaf-decanter/1.1.0/xml/features"
11                  ./karafcmd.sh  "feature:install elasticsearch"
12  -->
13
14 <features name="odl-mwtn-${project.version}"
15                         xmlns="http://karaf.apache.org/xmlns/features/v1.2.0"
16                         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
17                         xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0">
18
19 <!-- Other repositories -->
20   <repository>mvn:com.highstreet.technologies.odl.dlux/mwtnFeatures/${project.version}/xml/features</repository>
21   <repository>mvn:com.highstreet.technologies.apigateway/apigateway-features/${project.version}/xml/features</repository>
22   <repository>mvn:com.highstreet.technologies.info/info-features/${project.version}/xml/features</repository>
23   <repository>mvn:com.highstreet.technologies.helpserver/helpserver-features/${project.version}/xml/features</repository>
24   <repository>mvn:com.highstreet.technologies.odl.app/route-features/${project.version}/xml/features</repository>
25   <repository>mvn:org.opendaylight.dlux/features-dlux/${dlux.version}/xml/features</repository>
26   <repository>mvn:org.opendaylight.dluxapps/features-dluxapps/${dlux.version}/xml/features</repository>
27
28 <!--
29        Section 1: Customer and test features of highstreet network applications
30  -->
31
32   <feature name="sdnr-wt-all" version="${project.version}" description="ONAP :: OpenDaylight :: SDN-R :: All">
33     <feature version="${mdsal.version}">odl-mdsal-clustering</feature>
34     <feature version="${netconf.version}">odl-netconf-clustered-topology</feature>
35     <feature version="${restconf.version}">odl-restconf-all</feature>
36     <feature version="${mdsal.version}">odl-mdsal-apidocs</feature>
37
38     <feature version="${project.version}">sdnr-wt-apps-all</feature>
39     <feature version="${project.version}">sdnr-wt-ux-all</feature>
40   </feature>
41
42   <feature name="onap-sdnr-all" version="${project.version}" description="ONAP :: OpenDaylight :: SDN-R :: All">
43     <feature version="${project.version}">odl-mwtn-apps-all</feature>
44     <feature version="${project.version}">onap-sdnr-ux-all</feature>
45     <!-- <feature version="${project.version}">sdnr-ran-all</feature> -->
46   </feature>
47
48   <feature name="sdnr-wt-apps-all" version="${project.version}" description="ONAP :: SDN-R :: WT :: All apps">
49     <feature version="${project.version}">odl-mwt-models</feature>
50     <feature version="${project.version}">odl-mwt-websocketmanager</feature>
51     <feature version="${project.version}">odl-mwt-devicemanager</feature>
52     <!-- <feature version="${project.version}">odl-mwt-event</feature> -->
53   </feature>
54
55 <!-- PoC Specific feature for "poc180628" delivery -->
56   <feature name="odl-mwtn-poc180628" version="${project.version}" description="MicrowaveTransportNetwork :: 180628">
57     <feature>odl-dlux-preparation</feature>
58     <feature version="${project.version}">odl-mwtn-apps-all</feature>
59     <feature version="${project.version}">ht-mwtn-ux-poc180628</feature>
60   </feature>
61
62   <!-- Used by install script.
63        Prereq: ODL basis for cluster or single.
64        Starts: All MWTN apps, and all UX GUIs -->
65   <feature name="odl-dev-all" version="${project.version}" description="MicrowaveTransportNetwork :: All">
66     <feature>odl-dlux-preparation</feature>
67     <feature version="${project.version}">odl-mwtn-apps-all</feature>
68     <feature version="${project.version}">odl-mwtn-ux-all</feature>
69   </feature>
70
71 <!--
72        Section 2: Intermediate bundles
73  -->
74
75   <!-- Startup basis for cluster, without DLUX. Have to be started before MWTN -->
76   <feature name="odl-mwtn-cluster-preparation" version="${project.version}" description="ONAP :: OpenDaylight :: SDN-R :: Cluster-All">
77     <feature version="${mdsal.version}">odl-mdsal-clustering</feature>
78     <feature version="${netconf.version}">odl-netconf-clustered-topology</feature>
79     <feature version="${restconf.version}">odl-restconf-all</feature>
80     <feature version="${mdsal.version}">odl-mdsal-apidocs</feature>
81   </feature>
82
83   <!-- Startup basis for single node, without DLUX. Have to be started before MWTN -->
84   <feature name="odl-mwtn-single-preparation" version="${project.version}" description="ONAP :: OpenDaylight :: SDN-R :: Single-All">
85     <feature version="${netconf.version}">odl-netconf-topology</feature>
86     <feature version="${netconf.version}">odl-netconf-connector</feature>
87     <feature version="${restconf.version}">odl-restconf-all</feature>
88     <feature version="${mdsal.version}">odl-mdsal-apidocs</feature>
89   </feature>
90
91   <!-- DLUX Core packages. Have to be started before MWTN -->
92   <feature name="odl-dlux-preparation" description="MicrowaveTransportNetwork :: Dlux preparation">
93     <feature>odl-dlux-core</feature>
94     <feature>odl-dluxapps-nodes</feature>
95   </feature>
96
97   <!-- All apps, but no UX GUI. -->
98   <feature name="odl-mwtn-apps-all" version="${project.version}" description="MicrowaveTransportNetwork :: All apps">
99     <feature version="${project.version}">odl-ht-apigateway</feature>
100     <feature version="${project.version}">odl-mwt-models</feature>
101     <feature version="${project.version}">odl-mwt-websocketmanager</feature>
102     <feature version="${project.version}">odl-mwt-devicemanager</feature>
103     <feature version="${project.version}">odl-ht-helpserver</feature>
104     <feature version="${project.version}">odl-ht-info</feature>
105   </feature>
106
107 <!--
108        Section 3: Per app feature
109  -->
110
111   <feature name="odl-mwt-models" version="${project.version}" description="MicrowaveTransportNetwork :: Device model">
112     <bundle>mvn:org.opendaylight.mwtn/devicemodel/${project.version}</bundle>
113   </feature>
114
115   <feature name="odl-mwt-websocketmanager" version="${project.version}" description="MicrowaveTransportNetwork :: Websocket manager">
116     <bundle>mvn:org.opendaylight.mwtn/websocketmanager-api/{{VERSION}}</bundle>
117     <bundle>mvn:org.opendaylight.mwtn/websocketmanager-impl/{{VERSION}}</bundle>
118     <configfile finalname="${configfile.directory}/websocketmgr.xml">mvn:org.opendaylight.mwtn/websocketmanager-impl/${project.version}/xml/config</configfile>
119   </feature>
120
121   <feature name="odl-mwt-devicemanager" version="${project.version}" description="MicrowaveTransportNetwork :: Device manager">
122     <feature version="${mdsal.version}">odl-mdsal-broker</feature>
123     <feature version="${project.version}">odl-mwt-models</feature>
124     <feature version="${project.version}">odl-mwt-websocketmanager</feature>
125     <bundle>mvn:org.opendaylight.mwtn/devicemanager-api/{{VERSION}}</bundle>
126     <bundle>mvn:org.opendaylight.mwtn/devicemanager-impl/{{VERSION}}</bundle>
127     <configfile finalname="${configfile.directory}/devicemanager.xml">mvn:org.opendaylight.mwtn/devicemanager-impl/${project.version}/xml/config</configfile>
128   </feature>
129
130 </features>
131