diff options
Diffstat (limited to 'infra/minimal-distribution/src/main/resources')
5 files changed, 4 insertions, 25 deletions
diff --git a/infra/minimal-distribution/src/main/resources/honeycomb-minimal-resources/cert/honeycomb-keystore b/infra/minimal-distribution/src/main/resources/honeycomb-minimal-resources/cert/honeycomb-keystore Binary files differnew file mode 100644 index 000000000..27a263308 --- /dev/null +++ b/infra/minimal-distribution/src/main/resources/honeycomb-minimal-resources/cert/honeycomb-keystore diff --git a/infra/minimal-distribution/src/main/resources/honeycomb-minimal-resources/cert/honeycomb.pkcs12 b/infra/minimal-distribution/src/main/resources/honeycomb-minimal-resources/cert/honeycomb.pkcs12 Binary files differnew file mode 100644 index 000000000..e2f4fdd82 --- /dev/null +++ b/infra/minimal-distribution/src/main/resources/honeycomb-minimal-resources/cert/honeycomb.pkcs12 diff --git a/infra/minimal-distribution/src/main/resources/honeycomb-minimal-resources/config/WEB-INF/web.xml b/infra/minimal-distribution/src/main/resources/honeycomb-minimal-resources/config/WEB-INF/web.xml index 4a4adfbd8..7e59a1a7d 100644 --- a/infra/minimal-distribution/src/main/resources/honeycomb-minimal-resources/config/WEB-INF/web.xml +++ b/infra/minimal-distribution/src/main/resources/honeycomb-minimal-resources/config/WEB-INF/web.xml @@ -29,27 +29,6 @@ <load-on-startup>1</load-on-startup> </servlet> - <!-- FIXME-minimal configure SHIRO --> - <!-- FIXME-minimal configure https --> - <!--<context-param>--> - <!--<param-name>shiroEnvironmentClass</param-name>--> - <!--<param-value>org.opendaylight.aaa.shiro.web.env.KarafIniWebEnvironment</param-value>--> - <!--</context-param>--> - - <!--<listener>--> - <!--<listener-class>org.apache.shiro.web.env.EnvironmentLoaderListener</listener-class>--> - <!--</listener>--> - - <!--<filter>--> - <!--<filter-name>ShiroFilter</filter-name>--> - <!--<filter-class>org.opendaylight.aaa.shiro.filters.AAAFilter</filter-class>--> - <!--</filter>--> - - <!--<filter-mapping>--> - <!--<filter-name>ShiroFilter</filter-name>--> - <!--<url-pattern>/*</url-pattern>--> - <!--</filter-mapping>--> - <servlet-mapping> <servlet-name>JAXRSRestconf</servlet-name> <url-pattern>/*</url-pattern> diff --git a/infra/minimal-distribution/src/main/resources/honeycomb-minimal-resources/config/honeycomb.json b/infra/minimal-distribution/src/main/resources/honeycomb-minimal-resources/config/honeycomb.json index 606f44d8a..fdfb57f9a 100644 --- a/infra/minimal-distribution/src/main/resources/honeycomb-minimal-resources/config/honeycomb.json +++ b/infra/minimal-distribution/src/main/resources/honeycomb-minimal-resources/config/honeycomb.json @@ -7,7 +7,10 @@ "notification-service-queue-depth": 1, "restconf-root-path": "/restconf", + "restconf-binding-address": "127.0.0.1", "restconf-port": 8181, + "restconf-https-binding-address": "0.0.0.0", + "restconf-https-port": 8443, "restconf-websocket-port": 7779, "netconf-netty-threads": 2, diff --git a/infra/minimal-distribution/src/main/resources/honeycomb-minimal-resources/config/logback.xml b/infra/minimal-distribution/src/main/resources/honeycomb-minimal-resources/config/logback.xml index d3cdd6f1e..6dd4d4fc0 100644 --- a/infra/minimal-distribution/src/main/resources/honeycomb-minimal-resources/config/logback.xml +++ b/infra/minimal-distribution/src/main/resources/honeycomb-minimal-resources/config/logback.xml @@ -22,14 +22,11 @@ </encoder> </appender> - <root level="error"> + <root level="warn"> <appender-ref ref="STDOUT" /> <appender-ref ref="honeycomb.log" /> </root> <logger name="org.opendaylight" level="INFO"/> <logger name="io.fd" level="INFO"/> - - <!-- Netty --> - <logger name="io.netty" level="WARN"/> </configuration> |