From 5a6a6de6f1a26a1897e4917a0df613e25a24eb70 Mon Sep 17 00:00:00 2001 From: "Benjamin, Max (mb388a)" Date: Mon, 30 Jul 2018 15:56:09 -0400 Subject: Containerization feature of SO Change-Id: I95381232eeefcd247a66a5cec370a8ce1c288e18 Issue-ID: SO-670 Signed-off-by: Benjamin, Max (mb388a) --- .../WebContent/WEB-INF/beans.xml | 0 .../WEB-INF/jboss-deployment-structure.xml | 23 --- .../WebContent/WEB-INF/jboss-web.xml | 6 - .../WebContent/WEB-INF/web.xml | 165 --------------------- 4 files changed, 194 deletions(-) delete mode 100644 mso-api-handlers/mso-api-handler-infra/WebContent/WEB-INF/beans.xml delete mode 100644 mso-api-handlers/mso-api-handler-infra/WebContent/WEB-INF/jboss-deployment-structure.xml delete mode 100644 mso-api-handlers/mso-api-handler-infra/WebContent/WEB-INF/jboss-web.xml delete mode 100644 mso-api-handlers/mso-api-handler-infra/WebContent/WEB-INF/web.xml (limited to 'mso-api-handlers/mso-api-handler-infra/WebContent/WEB-INF') diff --git a/mso-api-handlers/mso-api-handler-infra/WebContent/WEB-INF/beans.xml b/mso-api-handlers/mso-api-handler-infra/WebContent/WEB-INF/beans.xml deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/mso-api-handlers/mso-api-handler-infra/WebContent/WEB-INF/jboss-deployment-structure.xml b/mso-api-handlers/mso-api-handler-infra/WebContent/WEB-INF/jboss-deployment-structure.xml deleted file mode 100644 index e687384774..0000000000 --- a/mso-api-handlers/mso-api-handler-infra/WebContent/WEB-INF/jboss-deployment-structure.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/mso-api-handlers/mso-api-handler-infra/WebContent/WEB-INF/jboss-web.xml b/mso-api-handlers/mso-api-handler-infra/WebContent/WEB-INF/jboss-web.xml deleted file mode 100644 index 984bfc6589..0000000000 --- a/mso-api-handlers/mso-api-handler-infra/WebContent/WEB-INF/jboss-web.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - ecomp/mso/infra - other - diff --git a/mso-api-handlers/mso-api-handler-infra/WebContent/WEB-INF/web.xml b/mso-api-handlers/mso-api-handler-infra/WebContent/WEB-INF/web.xml deleted file mode 100644 index bbd7c61bb9..0000000000 --- a/mso-api-handlers/mso-api-handler-infra/WebContent/WEB-INF/web.xml +++ /dev/null @@ -1,165 +0,0 @@ - - - - MSO API Handler Infra - - - org.jboss.resteasy.plugins.server.servlet.ResteasyBootstrap - - - - resteasy.jndi.resources - java:module/MsoPropertiesFactory - - - - - resteasy.async.job.service.enabled - true - - - - - - - resteasy.async.job.service.max.job.results - 100 - - - - - resteasy.async.job.service.max.wait - 300000 - - - - resteasy.scan - true - - - - - resteasy.async.job.service.thread.pool.size - 100 - - - - - resteasy.async.job.service.base.path - /asynch/jobs - - - - log.configuration - logback.apihandler-infra.xml - - - - mso.configuration - MSO_PROP_APIHANDLER_INFRA=mso.apihandler-infra.properties,MSO_PROP_TOPOLOGY=topology.properties - - - - resteasy.resources - org.openecomp.mso.logger.MsoLoggingServlet - - - - resteasy-servlet - org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher - - - - resteasy-servlet - /serviceInstances/* - /orchestrationRequests/* - /nodehealthcheck - /v1/* - /v2/* - /v3/* - /logging/* - /globalhealthcheck/* - /healthcheck/* - /setStatus/* - /properties/* - /api-docs/* - /tasks/* - /e2eServiceInstances/* - /cloudResources/* - /cloudResourcesRequests/* - - - - - - HealthcheckNoAuth - No Authentication for Healthcheck - /healthcheck - /globalhealthcheck - /nodehealthcheck - GET - POST - - - - - SiteStatus - SiteStatus APIs - /setStatus/* - POST - - - SiteControl-Client - - - - - MSO internal Requests - Internal Requests - /logging/* - /properties/* - POST - GET - - - MSO-Client - - - - - HTTPBasicAuth - Authentication for Infra Portal - /* - POST - GET - - - InfraPortal-Client - - - - - BASIC - ApplicationRealm - - - InfraPortal-Client - - - SiteControl-Client - - - MSO-Client - - - - LogFilter - org.openecomp.mso.logger.LogFilter - - - LogFilter - /* - - - \ No newline at end of file -- cgit 1.2.3-korg