diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2018-03-14 09:22:15 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-14 09:22:15 +0000 |
commit | 09f3630ea990197e9d7b669aa2d6a63ec397bf3e (patch) | |
tree | 6625d3e9ac31600d86bf54a50e75dba61cc2c82a /mso-api-handlers/mso-api-handler-infra/src/test/resources/mso.apihandler-infra.properties | |
parent | a56de0e221751debd038aca5b6d20d8f9325d294 (diff) | |
parent | 38f720752af4d4aad8c4e467a288d9048659f688 (diff) |
Merge "AT&T 1712 and 1802 release code"
Diffstat (limited to 'mso-api-handlers/mso-api-handler-infra/src/test/resources/mso.apihandler-infra.properties')
-rw-r--r-- | mso-api-handlers/mso-api-handler-infra/src/test/resources/mso.apihandler-infra.properties | 37 |
1 files changed, 37 insertions, 0 deletions
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 new file mode 100644 index 0000000000..6aefe15c05 --- /dev/null +++ b/mso-api-handlers/mso-api-handler-infra/src/test/resources/mso.apihandler-infra.properties @@ -0,0 +1,37 @@ +# 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= |