Working AuthZ Broker (DOM Data only) + config files
[aaa.git] / features / src / main / resources / features.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!--
4   Copyright (c) 2014 Hewlett-Packard Development Company, L.P. and others.
5   All rights reserved.
6
7  This program and the accompanying materials are made available under the
8  terms of the Eclipse Public License v1.0 which accompanies this distribution,
9  and is available at http://www.eclipse.org/legal/epl-v10.html
10 -->
11 <features name="odl-aaa-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.2.0"
12           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
13           xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0">
14
15     <repository>mvn:org.opendaylight.yangtools/features-yangtools/${yangtools.version}/xml/features</repository>
16     <repository>mvn:org.opendaylight.controller/features-netconf/${netconf.version}/xml/features</repository>
17     <repository>mvn:org.opendaylight.controller/features-mdsal/${mdsal.version}/xml/features</repository>
18     <repository>mvn:org.opendaylight.controller/features-config/${config.version}/xml/features</repository>
19
20     <feature name='odl-aaa-all' description='OpenDaylight :: AAA :: All Features'
21         version='${project.version}'>
22         <feature version='${project.version}'>odl-aaa-authn</feature>
23         <feature version='${project.version}'>odl-aaa-authz</feature>
24         <feature version='${project.version}'>odl-aaa-authn-sssd</feature>
25         <feature version='${project.version}'>odl-aaa-authn-plugin</feature>
26     </feature>
27
28     <feature name='odl-aaa-authn' description='OpenDaylight :: AAA :: Authentication'
29         version='${project.version}'>
30         <!-- REST -->
31         <feature>war</feature>
32         <bundle>mvn:com.sun.jersey/jersey-servlet/1.17</bundle>
33         <bundle>mvn:com.sun.jersey/jersey-core/1.17</bundle>
34         <bundle>mvn:com.sun.jersey/jersey-server/1.17</bundle>
35
36         <!-- OSGi -->
37         <bundle>mvn:org.apache.felix/org.apache.felix.dependencymanager/3.1.0</bundle>
38         <bundle>mvn:org.apache.felix/org.apache.felix.metatype/1.0.10</bundle>
39
40         <!-- EhCache -->
41         <bundle>mvn:net.sf.ehcache/ehcache/2.8.3</bundle>
42         <bundle>mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/1.1.1</bundle>
43
44         <!-- OAuth -->
45         <bundle>mvn:org.apache.oltu.oauth2/org.apache.oltu.oauth2.common/1.0.0</bundle>
46         <bundle>mvn:org.apache.oltu.oauth2/org.apache.oltu.oauth2.authzserver/1.0.0</bundle>
47         <bundle>mvn:org.apache.oltu.oauth2/org.apache.oltu.oauth2.resourceserver/1.0.0</bundle>
48         <bundle>mvn:commons-codec/commons-codec/1.8</bundle>
49
50         <bundle>mvn:org.opendaylight.aaa/aaa-authn-api/${project.version}</bundle>
51         <bundle>mvn:org.opendaylight.aaa/aaa-authn/${project.version}</bundle>
52         <bundle>mvn:org.opendaylight.aaa/aaa-authn-sts/${project.version}</bundle>
53         <bundle>mvn:org.opendaylight.aaa/aaa-authn-store/${project.version}</bundle>
54         <bundle>mvn:org.opendaylight.aaa/aaa-authn-basic/${project.version}</bundle>
55         <bundle>mvn:org.opendaylight.aaa/aaa-idmlight/${project.version}</bundle>
56
57         <!-- IDMLight -->
58         <bundle>wrap:mvn:org.json/json/20131018</bundle>
59         <bundle>mvn:com.sun.jersey/jersey-json/1.17</bundle>
60         <bundle>mvn:org.codehaus.jackson/jackson-core-asl/1.9.2</bundle>
61         <bundle>mvn:org.codehaus.jackson/jackson-mapper-asl/1.9.2</bundle>
62         <bundle>mvn:org.codehaus.jackson/jackson-jaxrs/1.9.2</bundle>
63         <bundle>mvn:org.codehaus.jackson/jackson-xc/1.9.2</bundle>
64         <bundle>mvn:org.codehaus.jettison/jettison/1.1</bundle>
65         <bundle>wrap:mvn:org.xerial/sqlite-jdbc/3.7.2</bundle>
66
67
68         <configfile finalname="/etc/org.opendaylight.aaa.authn.cfg">mvn:org.opendaylight.aaa/aaa-authn/${project.version}/cfg/config</configfile>
69         <configfile finalname="/etc/org.opendaylight.aaa.tokens.cfg">mvn:org.opendaylight.aaa/aaa-authn-store/${project.version}/cfg/config</configfile>
70         <configfile finalname="/etc/org.opendaylight.aaa.federation.cfg">mvn:org.opendaylight.aaa/aaa-authn-sts/${project.version}/cfg/config</configfile>
71     </feature>
72
73     <feature name='odl-aaa-authn-sssd' description='OpenDaylight :: AAA :: SSSD Federation'
74         version='${project.version}'>
75         <feature version='${project.version}'>odl-aaa-authn</feature>
76         <bundle>mvn:org.opendaylight.aaa/aaa-authn-sssd/${project.version}</bundle>
77     </feature>
78
79     <feature name='odl-aaa-authn-plugin' description='OpenDaylight :: AAA :: ODL NETCONF Plugin'
80         version='${project.version}'>
81         <feature version='${netconf.version}'>odl-netconf-api</feature>
82         <feature version='${project.version}'>odl-aaa-authn</feature>
83         <bundle>mvn:org.opendaylight.aaa/aaa-authn-odl-plugin/${project.version}</bundle>
84     </feature>
85
86     <feature name='odl-aaa-authz' description='OpenDaylight :: AAA :: Authorization'
87         version='${project.version}'>
88         <feature version='${yangtools.version}'>odl-yangtools-common</feature>
89         <feature version='${yangtools.version}'>odl-yangtools-binding</feature>
90         <feature version='${project.version}'>odl-aaa-authn</feature>
91        <!--  <feature version='${mdsal.version}'>odl-mdsal-common</feature> -->
92         <feature version='${mdsal.version}'>odl-mdsal-broker</feature>
93         <feature version='${config.version}'>odl-config-core</feature>
94         <bundle>mvn:org.opendaylight.aaa/aaa-authz-model/${project.version}</bundle>
95         <bundle>mvn:org.opendaylight.aaa/aaa-authz-service/${project.version}</bundle>
96         <configfile finalname="${config.configfile.directory}/${config.authz.service.configfile}">mvn:org.opendaylight.aaa/authz-service-config/${project.version}/xml/config</configfile>
97         <configfile finalname="${config.configfile.directory}/${config.restconf.configfile}">mvn:org.opendaylight.aaa/authz-restconf-connector-config/${project.version}/xml/config</configfile>
98     </feature>
99
100 </features>