From 6f01a8756fe38c0d6565c369005142adda4b9b57 Mon Sep 17 00:00:00 2001 From: “shentao” Date: Thu, 26 Jan 2017 16:19:00 +0800 Subject: rebuild GUI structure(only changed modules' name) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Issue-id : CLIENT-14 Change-Id: Ie4fa30f1a51393576fbdc68e12d810565cbf06eb Signed-off-by: “shentao” --- integration/src/main/resources/logback.xml | 102 ++++++++++++++++++ .../main/resources/portalConfig/msb_register.xml | 115 +++++++++++++++++++++ 2 files changed, 217 insertions(+) create mode 100644 integration/src/main/resources/logback.xml create mode 100644 integration/src/main/resources/portalConfig/msb_register.xml (limited to 'integration/src/main/resources') diff --git a/integration/src/main/resources/logback.xml b/integration/src/main/resources/logback.xml new file mode 100644 index 00000000..bf07d3b2 --- /dev/null +++ b/integration/src/main/resources/logback.xml @@ -0,0 +1,102 @@ + + + + + + + + + + + %d{yyyy-MM-dd HH:mm:ss.SSS} %-5level %logger - %msg%n + + + + + + + ERROR + ACCEPT + DENY + + + ${logDir}/error/error.%d{yyyy-MM}.log + ${maxHistory} + + + + %d{yyyy-MM-dd HH:mm:ss.SSS} %-5level %logger - %msg%n + + + + + + + WARN + ACCEPT + DENY + + + ${logDir}/warn/warn.%d{yyyy-MM}.log + ${maxHistory} + + + %d{yyyy-MM-dd HH:mm:ss.SSS} %-5level %logger - %msg%n + + + + + + INFO + ACCEPT + DENY + + + ${logDir}/info/info.%d{yyyy-MM}.log + ${maxHistory} + + + %d{yyyy-MM-dd HH:mm:ss.SSS} %-5level %logger - %msg%n + + + + + + DEBUG + ACCEPT + DENY + + + ${logDir}/debug/debug.%d{yyyy-MM}.log + ${maxHistory} + + + %d{yyyy-MM-dd HH:mm:ss.SSS} %-5level %logger - %msg%n + + + + + + TRACE + ACCEPT + DENY + + + ${logDir}/trace/trace.%d{yyyy-MM}.log + ${maxHistory} + + + %d{yyyy-MM-dd HH:mm:ss.SSS} %-5level %logger - %msg%n + + + + + + + + + + + + + diff --git a/integration/src/main/resources/portalConfig/msb_register.xml b/integration/src/main/resources/portalConfig/msb_register.xml new file mode 100644 index 00000000..6a56f89a --- /dev/null +++ b/integration/src/main/resources/portalConfig/msb_register.xml @@ -0,0 +1,115 @@ + + + + + http://192.168.233.226 + 80 + /openoapi/microservices/v1/services + + + + 127.0.0.1 + 8300 + /openoui/login + login + UI + 1 + hash + 0 + + + 127.0.0.1 + 8300 + /openoui/catalog + catalog + UI + 1 + hash + 0 + + + 127.0.0.1 + 8300 + /openoui/extsys + extsys + UI + 1 + hash + 0 + + + 127.0.0.1 + 8300 + /openoui/performance + performance + UI + 1 + hash + 0 + + + 127.0.0.1 + 8300 + /openoui/monitor + monitor + UI + 1 + hash + 0 + + + 127.0.0.1 + 8300 + /openoui/lifecyclemgr + lifecyclemgr + UI + 1 + hash + 0 + + + 127.0.0.1 + 8300 + /openoui/resmgr-nfv + resmgr-nfv + UI + 1 + hash + 0 + + + 127.0.0.1 + 8300 + /openoui/resmgr-sdn + resmgr-sdn + UI + 1 + hash + 0 + + + 127.0.0.1 + 8300 + /openoui/user + user + UI + 1 + hash + 0 + + + -- cgit 1.2.3-korg