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) --- common/src/main/resources/Policy.properties | 12 +- .../resources/dmaap/default-consumer.properties | 2 +- .../resources/dmaap/default-publisher.properties | 2 +- common/src/main/resources/test | 159 +++++++++++++++++++++ 4 files changed, 167 insertions(+), 8 deletions(-) create mode 100644 common/src/main/resources/test (limited to 'common/src/main/resources') diff --git a/common/src/main/resources/Policy.properties b/common/src/main/resources/Policy.properties index b5b38c465b..b82b7e4084 100644 --- a/common/src/main/resources/Policy.properties +++ b/common/src/main/resources/Policy.properties @@ -1,7 +1,7 @@ -HOST = https://mtanjvsgcvm02.nvp.cip.att.com:8081/pdp/api/getDecision -CLIENT_AUTH = Basic bTAzNzQzOnBvbGljeVIwY2sk -AUTHORIZATION = Basic dGVzdHBkcDphbHBoYTEyMw== -ENVIRONMENT = TEST -X_ECOMP_REQUESTID = 1234567h -ECOMP_COMPONENT_NAME = MSO +HOST = https://localhost:8081/pdp/api/getDecision +CLIENT_AUTH = Basic bTAzNzQzOnBvbGljeVIwY2sk +AUTHORIZATION = Basic dGVzdHBkcDphbHBoYTEyMw== +ENVIRONMENT = TEST +X_ECOMP_REQUESTID = 1234567h +ECOMP_COMPONENT_NAME = MSO ssl.key.store.password.key = javax.net.ssl.keyStorePassword \ No newline at end of file diff --git a/common/src/main/resources/dmaap/default-consumer.properties b/common/src/main/resources/dmaap/default-consumer.properties index 4d2ecce068..f19b64242d 100644 --- a/common/src/main/resources/dmaap/default-consumer.properties +++ b/common/src/main/resources/dmaap/default-consumer.properties @@ -10,7 +10,7 @@ SubContextPath=/events/ Protocol=http MethodType=GET contenttype=application/json -host=http://olsd005.wnsnet.attws.com:3904 +host=http://localhost:3904 partition=MSO maxBatchSize=100 maxAgeMs=250 diff --git a/common/src/main/resources/dmaap/default-publisher.properties b/common/src/main/resources/dmaap/default-publisher.properties index af1b481165..6d9be7528d 100644 --- a/common/src/main/resources/dmaap/default-publisher.properties +++ b/common/src/main/resources/dmaap/default-publisher.properties @@ -10,7 +10,7 @@ SubContextPath=/events/ Protocol=http MethodType=POST contenttype=application/json -host=http://olsd005.wnsnet.attws.com:3904 +host=http://localhost:3904 partition=MSO maxBatchSize=100 maxAgeMs=250 diff --git a/common/src/main/resources/test b/common/src/main/resources/test new file mode 100644 index 0000000000..7a8e433b1e --- /dev/null +++ b/common/src/main/resources/test @@ -0,0 +1,159 @@ + + 1 + 2 + 3 + 4 + 5 + 6 + 7 8 + 9 + 10 + 11 + 12 + 13 + 14 + 15 + 16 + 17 + 18 + 19 + 20 + 21 ${pattern} + 22 + 23 + 24 + 25 + 26 + 27 + 29 + 30 ${logDirectory}/${generalLogName}.log + 31 + 32 ${logDirectory}/${generalLogName}.%d{yyyy-MM-dd}.%i.log + 33 + 34 ${maxFileSize} + 35 + 36 ${maxHistory} + 37 ${totalSizeCap} + 38 + 39 + 40 ${pattern} + 41 + 42 + 43 + 44 + 45 + 46 INFO + 47 + 48 ${queueSize} + 49 + 50 + 51 + 52 ${logDirectory}/${auditLogName}.log + 53 + 54 ${logDirectory}/${auditLogName}.%d{yyyy-MM-dd}.%i.log + 55 + 56 ${maxFileSize} + 57 + 58 ${maxHistory} + 59 ${totalSizeCap} + 60 + 61 + 62 ${pattern} + 63 + 64 + 65 + 66 ${queueSize} + 67 + 68 + 69 + 70 ${logDirectory}/${metricsLogName}.log + 71 + 72 ${logDirectory}/${metricsLogName}.%d{yyyy-MM-dd}.%i.log + 73 + 74 ${maxFileSize} + 75 + 76 ${maxHistory} + 77 ${totalSizeCap} + 78 + 79 + 80 ${pattern} + 81 + 82 + 83 + 84 ${queueSize} + 85 + 86 + 87 + 88 ${logDirectory}/${debugLogName}.log + 89 + 90 ${logDirectory}/${debugLogName}.%d{yyyy-MM-dd}.%i.log + 91 + 92 ${maxFileSize} + 93 + 94 ${maxHistory} + 95 ${totalSizeCap} + 96 + 97 + 98 ${pattern} + 99 + 100 + 101 + 102 ${queueSize} + 103 + 104 true + 105 + 106 + 107 + 108 + 109 + 110 + 111 + 112 + 113 + 114 + 115 + 116 + 117 + 118 + 119 + 120 + 121 + 122 + 123 + 124 + 125 + 126 + 127 + 128 + 129 + 130 + 131 + 132 + 133 + 134 + 135 + 136 + 137 + 138 + 139 + 140 + 141 + 142 + 143 + 145 + 146 + 147 + 148 + 149 + 150 + 151 + 152 + 153 + 154 + 155 + 156 + 157 + 158 + 159 -- cgit 1.2.3-korg