summaryrefslogtreecommitdiffstats
path: root/components/model-catalog/blueprint-model/uat-blueprints/pnf_config_aai/Plans/CONFIG_configDeploy.xml
blob: f4e1b996f94a3ee2117babfad621ed2a6ef038dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<service-logic xmlns="http://www.onap.org/sdnc/svclogic" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.onap.org/sdnc/svclogic ./svclogic.xsd" module="CONFIG" version="1.0.0">
    <method rpc="ResourceAssignAndActivate" mode="sync">
        <block atomic="true">
            <execute plugin="config-deploy" method="process">
                <outcome value="failure">
                    <return status="failure"/>
                </outcome>
                <outcome value="success">
                    <return status="success"/>
                </outcome>
            </execute>
        </block>
    </method>
</service-logic>