Real vFW CNF config-assign and config-deploy 64/119764/11
authorLukasz Rajewski <lukasz.rajewski@orange.com>
Wed, 24 Mar 2021 18:15:31 +0000 (19:15 +0100)
committerLukasz Rajewski <lukasz.rajewski@orange.com>
Sun, 28 Mar 2021 20:21:25 +0000 (22:21 +0200)
commit06bf0ac45889ffe00fc6e27e68ffa15c2f519e6f
treeecf4c17542c62ee6c0433edcbccac5707370a8f1
parentd2c5f361fa3a246dfa23c2c582ec498322a97282
Real vFW CNF config-assign and config-deploy

Implementation of vFW CNF config-assign and config-deploy with
utilization of CDS native components for configuration API

Change-Id: I016b186e1fcad0bf1285292f2e93e12a1d96b63e
Issue-ID: INT-1868
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
34 files changed:
heat/vFW_CNF_CDS/automation/config.py
heat/vFW_CNF_CDS/automation/create_k8s_region.py [changed mode: 0755->0644]
heat/vFW_CNF_CDS/automation/instantiate.py
heat/vFW_CNF_CDS/templates/cba-dev/enrich.sh
heat/vFW_CNF_CDS/templates/cba-dev/run-vf-base-ra.sh
heat/vFW_CNF_CDS/templates/cba-dev/run-vf-pkg-ra.sh
heat/vFW_CNF_CDS/templates/cba-dev/run-vnf-config.sh
heat/vFW_CNF_CDS/templates/cba-dev/run-vnf-ra.sh
heat/vFW_CNF_CDS/templates/cba/Definitions/artifact_types.json
heat/vFW_CNF_CDS/templates/cba/Definitions/data_types.json
heat/vFW_CNF_CDS/templates/cba/Definitions/node_types.json
heat/vFW_CNF_CDS/templates/cba/Definitions/resources_definition_types.json
heat/vFW_CNF_CDS/templates/cba/Definitions/vFW_CNF_CDS.json
heat/vFW_CNF_CDS/templates/cba/Scripts/kotlin/CollectorScript.kt [new file with mode: 0644]
heat/vFW_CNF_CDS/templates/cba/Scripts/kotlin/ConfigDeploy.kt
heat/vFW_CNF_CDS/templates/cba/Scripts/kotlin/ConfigDeploySetup.kt
heat/vFW_CNF_CDS/templates/cba/Scripts/kotlin/SimpleErrorCheck.kt [new file with mode: 0644]
heat/vFW_CNF_CDS/templates/cba/Scripts/kotlin/SimpleStatusCheck.kt
heat/vFW_CNF_CDS/templates/cba/TOSCA-Metadata/TOSCA.meta
heat/vFW_CNF_CDS/templates/cba/Templates/base_template-mapping.json
heat/vFW_CNF_CDS/templates/cba/Templates/base_template-template.vtl
heat/vFW_CNF_CDS/templates/cba/Templates/k8s-configs/ssh-service-config/ssh-service-mapping.json
heat/vFW_CNF_CDS/templates/cba/Templates/k8s-configs/ssh-service-values/ssh-service-mapping.json [new file with mode: 0644]
heat/vFW_CNF_CDS/templates/cba/Templates/k8s-configs/ssh-service-values/values.yaml.vtl [new file with mode: 0755]
heat/vFW_CNF_CDS/templates/cba/Templates/k8s-profiles/vfw-cnf-cds-vpkg-profile/ssh-service-mapping.json
heat/vFW_CNF_CDS/templates/cba/Templates/vfw-mapping.json
heat/vFW_CNF_CDS/templates/cba/Templates/vfw-template.vtl
heat/vFW_CNF_CDS/templates/cba/Templates/vnf-mapping.json
heat/vFW_CNF_CDS/templates/cba/Templates/vnf-template.vtl
heat/vFW_CNF_CDS/templates/cba/Templates/vpkg-mapping.json
heat/vFW_CNF_CDS/templates/cba/Templates/vpkg-template.vtl
heat/vFW_CNF_CDS/templates/cba/Templates/vsn-mapping.json
heat/vFW_CNF_CDS/templates/cba/Templates/vsn-template.vtl
heat/vFW_CNF_CDS/templates/cba/pom.xml