From 025301d08b061482c1f046d562bf017c8cbcfe8d Mon Sep 17 00:00:00 2001 From: ChrisC Date: Tue, 31 Jan 2017 11:40:03 +0100 Subject: Initial OpenECOMP MSO commit Change-Id: Ia6a7574859480717402cc2f22534d9973a78fa6d Signed-off-by: ChrisC --- .../WEB-INF/jboss-deployment-structure.xml | 16 ++++ .../WebContent/WEB-INF/jboss-web.xml | 3 + .../mso-tenant-adapter/WebContent/WEB-INF/web.xml | 103 +++++++++++++++++++++ 3 files changed, 122 insertions(+) create mode 100644 adapters/mso-tenant-adapter/WebContent/WEB-INF/jboss-deployment-structure.xml create mode 100644 adapters/mso-tenant-adapter/WebContent/WEB-INF/jboss-web.xml create mode 100644 adapters/mso-tenant-adapter/WebContent/WEB-INF/web.xml (limited to 'adapters/mso-tenant-adapter/WebContent/WEB-INF') diff --git a/adapters/mso-tenant-adapter/WebContent/WEB-INF/jboss-deployment-structure.xml b/adapters/mso-tenant-adapter/WebContent/WEB-INF/jboss-deployment-structure.xml new file mode 100644 index 0000000000..58ddb4a08f --- /dev/null +++ b/adapters/mso-tenant-adapter/WebContent/WEB-INF/jboss-deployment-structure.xml @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/adapters/mso-tenant-adapter/WebContent/WEB-INF/jboss-web.xml b/adapters/mso-tenant-adapter/WebContent/WEB-INF/jboss-web.xml new file mode 100644 index 0000000000..5583b34d6e --- /dev/null +++ b/adapters/mso-tenant-adapter/WebContent/WEB-INF/jboss-web.xml @@ -0,0 +1,3 @@ + + tenants + \ No newline at end of file diff --git a/adapters/mso-tenant-adapter/WebContent/WEB-INF/web.xml b/adapters/mso-tenant-adapter/WebContent/WEB-INF/web.xml new file mode 100644 index 0000000000..9118bba5a8 --- /dev/null +++ b/adapters/mso-tenant-adapter/WebContent/WEB-INF/web.xml @@ -0,0 +1,103 @@ + + + mso-tenant-adapter + + + resteasy.jndi.resources + java:module/MsoPropertiesFactory,java:module/CloudConfigFactory + + + + log.configuration + logback.tenant.xml + + + mso.configuration + MSO_PROP_TENANT_ADAPTER=mso.tenant.properties,MSO_PROP_TOPOLOGY=topology.properties + + + mso.cloud_config.configuration + cloud_config.json=2 + + + resteasy.resources + + org.openecomp.mso.logger.MsoLoggingServlet, + org.openecomp.mso.MsoStatusHandler, + org.openecomp.mso.adapters.tenant.HealthCheckHandler, + org.openecomp.mso.adapters.tenant.TenantAdapterRest + + + + resteasy.servlet.mapping.prefix + /rest + + + Resteasy + org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher + + + Resteasy + + /rest/* + + + + LogFilter + org.openecomp.mso.logger.LogFilter + + + LogFilter + /* + + + /check.html + + + + SoapRequests + Soap Ingress Requests + /TenantAdapter + POST + + + BPEL-Client + + + + + SiteStatus + SiteStatus APIs + /rest/setStatus/* + POST + + + SiteControl-Client + + + + + RestRequests + Rest Ingress Requests + /rest/v1/tenants/* + DELETE + GET + POST + PUT + + + BPEL-Client + + + + BASIC + ApplicationRealm + + + BPEL-Client + + + SiteControl-Client + + + -- cgit 1.2.3-korg