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) --- .../test/resources/mso.apihandler-infra.properties | 37 ---------------------- 1 file changed, 37 deletions(-) delete mode 100644 mso-api-handlers/mso-api-handler-infra/src/test/resources/mso.apihandler-infra.properties (limited to 'mso-api-handlers/mso-api-handler-infra/src/test/resources/mso.apihandler-infra.properties') diff --git a/mso-api-handlers/mso-api-handler-infra/src/test/resources/mso.apihandler-infra.properties b/mso-api-handlers/mso-api-handler-infra/src/test/resources/mso.apihandler-infra.properties deleted file mode 100644 index bc07142254..0000000000 --- a/mso-api-handlers/mso-api-handler-infra/src/test/resources/mso.apihandler-infra.properties +++ /dev/null @@ -1,37 +0,0 @@ -# This is a chef generated properties file! Manual updates will be overridden next chef-client run, ensure desired changes are in mso-config chef cookbook or chef env file. -bpelURL=http://mtanjv9mobp01-eth1-0.aic.cip.att.com:8080/ -bpelAuth=786864AA53D0DCD881AED1154230C0C3058D58B9339D2EFB6193A0F0D82530E1 -camundaURL=http://mtanjv9mobp01-eth1-0.aic.cip.att.com:8080 -camundaAuth=F8E9452B55DDE4CCE77547B0E748105C54CF5EF1351B4E2CBAABF2981EFE776D - -# controls what actions the infra API (APIH) allows sent in on REST request -vnf.v1.ApiAllowableActions= -vnf.v2.ApiAllowableActions=DELETE_VF_MODULE,UPDATE_VF_MODULE -vnf.v3.ApiAllowableActions=CREATE_VF_MODULE,DELETE_VF_MODULE,UPDATE_VF_MODULE -network.v1.ApiAllowableActions=DELETE,UPDATE -network.v2.ApiAllowableActions=DELETE,UPDATE -network.v3.ApiAllowableActions=CREATE,DELETE,UPDATE -volume.v1.ApiAllowableActions= -volume.v2.ApiAllowableActions=DELETE_VF_MODULE_VOL,UPDATE_VF_MODULE_VOL -volume.v3.ApiAllowableActions=CREATE_VF_MODULE_VOL,DELETE_VF_MODULE_VOL,UPDATE_VF_MODULE_VOL -mso.infra.default.alacarte.orchestrationUri=/mso/async/services/ALaCarteOrchestrator -mso.infra.default.alacarte.recipeTimeout=180 - -# Added these properties for Dmaap client for Tenant Isolation -so.operational-environment.dmaap.username=m97898@mso.ecomp.att.com -so.operational-environment.dmaap.password=VjR5NDcxSzA= -so.operational-environment.dmaap.host=https://dcae-mrtr-ftl3.ecomp.cci.att.com:3905 -so.operational-environment.publisher.topic=com.att.ecomp.mso.operationalEnvironmentEvent - -# tenant isolation -asdc.activate.instanceid=test -asdc.activate.userid=cs0008 -mso.asdc.client.auth=F3473596C526938329DF877495B494DC374D1C4198ED3AD305EA3ADCBBDA1862 -mso.msoKey=07a7159d3bf51a0e53be7a8f89699be7 -mso.tenant.isolation.retry.count=3 -asdc.endpoint=http://localhost:28090 -aai.auth=757A94191D685FD2092AC1490730A4FC -aai.endpoint=http://localhost:28090 -grm.endpoint=http://localhost:28090 -grm.username=gmruser -grm.password=cGFzc3dvcmQ= -- cgit 1.2.3-korg