aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-be/etc
diff options
context:
space:
mode:
authorvasraz <vasyl.razinkov@est.tech>2020-09-07 11:36:26 +0100
committerJulien Bertozzi <julien.bertozzi@intl.att.com>2020-09-07 12:09:51 +0000
commitbcee4648917b2442f51a75639708bad4cd0fe4ad (patch)
treeaf7be96175fb791488dea0599fe503b522a21f80 /catalog-be/etc
parent3490973c6c0d42cc0c020b4bd808964d3c365a99 (diff)
Replace artifact folder ONBOARDED_PACKAGE in CSAR
Replace artifact folder ONBOARDED_PACKAGE for ETSI_PACKAGE in TOSCA CSAR. Also included VF artifacts will also have the same folder replaced. Change-Id: If03f13a80894e98a0abe1b849322f86a27dfd3f1 Issue-ID: SDC-3261 Signed-off-by: andre.schmid <andre.schmid@est.tech> Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Diffstat (limited to 'catalog-be/etc')
0 files changed, 0 insertions, 0 deletions
0 101 102 103 104 105
{
    "domain": {
        "name": "osdf",
        "secrets": [
            {
                "name": "so",
                "values": {
                    "UserName": "${SO_USER}",
                    "Password": "${SO_PASS}"
                }
            },
            {
                "name": "conductor",
                "values": {
                    "UserName": "${CONDUCTOR_USER}",
                    "Password": "${CONDUCTOR_PASS}"
                }
            },
            {
                "name": "policyPlatform",
                "values": {
                    "UserName": "${POLICY_PLAT_USER}",
                    "Password": "${POLICY_PLAT_PASS}"
                }
            },
            {
                "name": "policyClient",
                "values": {
                    "UserName": "${POLICY_CLI_USER}",
                    "Password": "${POLICY_CLI_PASS}"
                }
            },
            {
                "name": "dmaap",
                "values": {
                    "UserName": "NA",
                    "Password": "NA"
                }
            },
            {
                "name": "sdc",
                "values": {
                    "UserName": "NA",
                    "Password": "NA"
                }
            },
            {
                "name": "osdfPlacement",
                "values": {
                    "UserName": "${OSDF_PLACEMENT_USER}",
                    "Password": "${OSDF_PLACEMENT_PASS}"
                }
            },
            {
                "name": "osdfPlacementSO",
                "values": {
                    "UserName": "${OSDF_PLACEMENT_SO_USER}",
                    "Password": "${OSDF_PLACEMENT_SO_PASS}"
                }
            },
            {
                "name": "osdfPlacementVFC",
                "values": {
                    "UserName": "${OSDF_PLACEMENT_VFC_USER}",
                    "Password": "${OSDF_PLACEMENT_VFC_PASS}"
                }
            },
            {
                "name": "osdfCMScheduler",
                "values": {
                    "UserName": "${OSDF_CM_SCHEDULER_USER}",
                    "Password": "${OSDF_CM_SCHEDULER_PASS}"
                }
            },
            {
                "name": "configDb",
                "values": {
                    "UserName": "${CONFIG_DB_USER}",
                    "Password": "${CONFIG_DB_PASS}"
                }
            },
            {
                "name": "pciHMS",
                "values": {
                    "UserName": "",
                    "Password": ""
                }
            },
            {
                "name": "osdfPCIOpt",
                "values": {
                    "UserName": "${OSDF_PCI_OPT_USER}",
                    "Password": "${OSDF_PCI_OPT_PASS}"
                }
            },
            {
                "name": "osdfOptEngine",
                "values": {
                    "UserName": "${OSDF_OPT_ENGINE_USER}",
                    "Password": "${OSDF_OPT_ENGINE_PASS}"
                }
            }
        ]
    }
}