ibm-datapower / datapower-configuration-manager

IBM DataPower Configuration Manager and IBM UrbanCode plugin
https://developer.ibm.com/urbancode/plugin/websphere-datapower-configuration-manager/
46 stars 51 forks source link

Device quiesce #79

Open zfivgas opened 7 years ago

zfivgas commented 7 years ago

I see the targets for domain and service quiesce, however, is there not a task to quiesce the device?

We use it prior to performing a secure backup per IBM best practices. It looks like in one of the files testWDP/quiesce-operations.ant.xml you provide the ability but I don't see a target for it in deploy.ant.xml

<target name="quiesce-operations">
    <local name="checkpoint.name"/>
    <property name="checkpoint.name" value="some-checkpoint"/>
    <wdp operation="QuiesceDevice" dumpinput="${dumpinput}" dumpoutput="${dumpoutput}" capturesoma="${capturesoma}">
        <timeout>60</timeout>
        <hostname>${hostname}</hostname>
        <uid>${uid}</uid>
        <pwd>${pwd}</pwd>
    </wdp>
nhmathis commented 7 years ago

Similar to #76, we can move this test target into the supported deploy.ant.xml file.