Add vfc-ztevnfmdriver log integration config
[vfc/nfvo/driver/vnfm/svnfm.git] / zte / vmanager / driver / pub / config / config.py
index f0d85d0..a898880 100644 (file)
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-# [AAI]
-AAI_SERVICE_IP = '127.0.0.1'
-AAI_SERVICE_PORT = '8443'
-AAI_BASE_URL = "https://%s:%s/aai/v8" % (AAI_SERVICE_IP, AAI_SERVICE_PORT)
-AAI_USER = "AAI"
-AAI_PASSWORD = "AAI"
-CLOUD_OWNER = "11"
-CLOUD_REGION_ID = ""
-TENANT_ID = ""
+# [VNFFTP]
+VNF_FTP = "ftp://VMVNFM:Vnfm_1g3T@127.0.0.1:21/"
 
 # [MSB]
 MSB_SERVICE_IP = '127.0.0.1'
 MSB_SERVICE_PORT = '80'
 
+# [MDC]
+SERVICE_NAME = "ztevnfmdriver"
+FORWARDED_FOR_FIELDS = ["HTTP_X_FORWARDED_FOR", "HTTP_X_FORWARDED_HOST",
+                        "HTTP_X_FORWARDED_SERVER"]
+
 # [register]
 REG_TO_MSB_WHEN_START = True
 REG_TO_MSB_REG_URL = "/api/microservices/v1/services"
 REG_TO_MSB_REG_PARAM = {
-    "serviceName": "ztevmanagerdriver",
+    "serviceName": "ztevnfmdriver",
     "version": "v1",
-    "url": "/api/ztevmanagerdriver/v1",
+    "url": "/api/ztevnfmdriver/v1",
     "protocol": "REST",
     "visualRange": "1",
     "nodes": [{