|
Revision 20, 459 bytes
(checked in by daedalus, 5 years ago)
|
|
* Minimally working code with cascading Namespaces.
|
| Line | |
|---|
| 1 | <change name='add_vfiler' type='CommandChange'> |
|---|
| 2 | |
|---|
| 3 | <!-- This is a change specific namespace. --> |
|---|
| 4 | <namespace/> |
|---|
| 5 | |
|---|
| 6 | <useprov>netapp_provisioner</useprov> |
|---|
| 7 | |
|---|
| 8 | <target>%(netapp_target)s</target> |
|---|
| 9 | |
|---|
| 10 | <preimpl> |
|---|
| 11 | <command> |
|---|
| 12 | <send>vfiler status %(vfiler_name)s</send> |
|---|
| 13 | </command> |
|---|
| 14 | |
|---|
| 15 | <condition>cmdoutput.find('Vfiler not found:') >= 0</condition> |
|---|
| 16 | |
|---|
| 17 | </preimpl> |
|---|
| 18 | |
|---|
| 19 | <!-- |
|---|
| 20 | <impl> |
|---|
| 21 | </impl> |
|---|
| 22 | |
|---|
| 23 | <postimpl> |
|---|
| 24 | </postimpl> |
|---|
| 25 | |
|---|
| 26 | <backout> |
|---|
| 27 | </backout> |
|---|
| 28 | --> |
|---|
| 29 | </change> |
|---|
| 30 | |
|---|