aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog/blueprint-model/uat-blueprints/pnf_config/Plans/CONFIG_configDeploy.xml
blob: 39774b5f0ffe217b97c8b9f1ad8ac63d62b83261 (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>