Add option to configure karaf logging
[integration/packaging/puppet-opendaylight.git] / templates / default-openflow-connection-config.xml.erb
1 <switch-connection-config xmlns="urn:opendaylight:params:xml:ns:yang:openflow:switch:connection:config">
2   <instance-name>openflow-switch-connection-provider-default-impl</instance-name>
3   <port>6653</port>
4   <transport-protocol><%= scope.lookupvar('opendaylight::config::transport_protocol') %></transport-protocol>
5   <tls>
6      <keystore>configuration/ssl/ctl.jks</keystore>
7      <keystore-type>JKS</keystore-type>
8      <keystore-path-type>PATH</keystore-path-type>
9      <keystore-password><%= scope.lookupvar('opendaylight::tls_keystore_password') %></keystore-password>
10      <truststore>configuration/ssl/truststore.jks</truststore>
11      <truststore-type>JKS</truststore-type>
12      <truststore-path-type>PATH</truststore-path-type>
13      <truststore-password><%= scope.lookupvar('opendaylight::tls_keystore_password') %></truststore-password>
14      <certificate-password><%= scope.lookupvar('opendaylight::tls_keystore_password') %></certificate-password>
15   </tls>
16 </switch-connection-config>