Initial OpenECOMP MSO mso-config cookbook commit 59/5559/1
authorpiclose <pc457b@intl.att.com>
Wed, 1 Feb 2017 15:18:30 +0000 (16:18 +0100)
committerpiclose <pc457b@intl.att.com>
Wed, 1 Feb 2017 15:19:06 +0000 (16:19 +0100)
commit03f2362649b5bcf83d7e6e5359abf18b6810f16b
tree2107611be86508add699e6ed33e912221795f25f
parentdd8e6f97fe382311d40487749b8706f4f3ae9f94
Initial OpenECOMP MSO mso-config cookbook commit

Change-Id: I57dfeb7fb8fceea14e1d1394f51009af141dd6a1
Signed-off-by: piclose <pc457b@intl.att.com>
41 files changed:
.gitreview [new file with mode: 0644]
CHANGELOG.md [new file with mode: 0644]
LICENSE.txt [new file with mode: 0644]
README.md [new file with mode: 0644]
attributes/default.rb [new file with mode: 0644]
attributes/topology.rb [new file with mode: 0644]
files/default/mso-api-handler-infra-config/logback.apihandler-infra.xml [new file with mode: 0644]
files/default/mso-api-handler-infra-config/xsds/VnfRequestV1.xsd [new file with mode: 0644]
files/default/mso-appc-adapter-config/logback.appc.xml [new file with mode: 0644]
files/default/mso-asdc-controller-config/logback.asdc.xml [new file with mode: 0644]
files/default/mso-bpmn-config/logback.bpmn.xml [new file with mode: 0644]
files/default/mso-po-adapter-config/logback.network.xml [new file with mode: 0644]
files/default/mso-po-adapter-config/logback.tenant.xml [new file with mode: 0644]
files/default/mso-po-adapter-config/logback.vnf.xml [new file with mode: 0644]
files/default/mso-requests-db-adapter-config/logback.msorequestsdbadapter.xml [new file with mode: 0644]
files/default/mso-sdnc-adapter-config/logback.sdnc.xml [new file with mode: 0644]
metadata.rb [new file with mode: 0644]
recipes/apih.rb [new file with mode: 0644]
recipes/bpmn.rb [new file with mode: 0644]
recipes/createConfigDirectories.rb [new file with mode: 0644]
recipes/default.rb [new file with mode: 0644]
recipes/jra.rb [new file with mode: 0644]
recipes/mso-api-handler-infra-config.rb [new file with mode: 0644]
recipes/mso-appc-adapter-config.rb [new file with mode: 0644]
recipes/mso-asdc-controller-config.rb [new file with mode: 0644]
recipes/mso-bpmn-config.rb [new file with mode: 0644]
recipes/mso-po-adapter-config.rb [new file with mode: 0644]
recipes/mso-requests-db-adapter-config.rb [new file with mode: 0644]
recipes/mso-sdnc-adapter-config.rb [new file with mode: 0644]
recipes/mso-topology-config.rb [new file with mode: 0644]
templates/default/mso-api-handler-infra-config/mso.apihandler-infra.properties [new file with mode: 0644]
templates/default/mso-appc-adapter-config/mso.appc-adapter.properties [new file with mode: 0644]
templates/default/mso-asdc-controller-config/mso.asdc.json [new file with mode: 0644]
templates/default/mso-bpmn-config/mso.bpmn.properties [new file with mode: 0644]
templates/default/mso-bpmn-config/mso.bpmn.urn.properties [new file with mode: 0644]
templates/default/mso-po-adapter-config/cloud_config.json [new file with mode: 0644]
templates/default/mso-po-adapter-config/mso.network.properties [new file with mode: 0644]
templates/default/mso-po-adapter-config/mso.tenant.properties [new file with mode: 0644]
templates/default/mso-po-adapter-config/mso.vnf.properties [new file with mode: 0644]
templates/default/mso-sdnc-adapter-config/mso.sdnc.properties [new file with mode: 0644]
templates/default/mso-topology-config/topology.properties [new file with mode: 0644]