|
14 | 14 | xmlns="http://www.xebialabs.com/deployit/synthetic" |
15 | 15 | xsi:schemaLocation="http://www.xebialabs.com/deployit/synthetic synthetic.xsd"> |
16 | 16 |
|
17 | | - <type type="delphix.Server" extends="configuration.HttpConnection"> |
18 | | - </type> |
| 17 | + <type type="delphix.Server" extends="configuration.HttpConnection"/> |
| 18 | + |
19 | 19 |
|
20 | 20 | <type type="delphix.Task" extends="xlrelease.PythonScript" virtual="true"> |
21 | | - <property name="iconLocation" default="delphix/delphix.png" hidden="true" /> |
22 | | - <property name="taskColor" hidden="true" default="#70767a" /> |
| 21 | + <property name="iconLocation" default="delphix/delphix.png" hidden="true"/> |
| 22 | + <property name="taskColor" hidden="true" default="#70767a"/> |
23 | 23 |
|
24 | 24 | <property name="server" category="input" label="Server" referenced-type="delphix.Server" kind="ci"/> |
25 | 25 | <property name="username" category="input" required="false"/> |
|
45 | 45 | </type> |
46 | 46 |
|
47 | 47 |
|
48 | | - <type type="delphix.LoadData" extends="xlrelease.PythonScript"> |
49 | | - <property name="server" kind="ci" referenced-type="delphix.Server" category="input"/> |
50 | | - <property name="dataVersion" category="input"/> |
51 | | - <property name="status" category="output"/> |
52 | | - </type> |
53 | | - |
54 | | - <type type="delphix.CreateVirtualDatabase" extends="delphix.RunCommandLine"> |
55 | | - <property name="dxToolkitScript" default="dx_provision_vdb.pl" category="input" hidden="true"/> |
56 | | - </type> |
57 | | - |
58 | | - <type type="delphix.RunCommandLine" extends="remoteScript.Unix"> |
59 | | - <property name="taskColor" hidden="true" default="#009896"/> |
60 | | - <property name="scriptLocation" hidden="true" default="delphix/run-pl-command.py"/> |
61 | | - <property name="scriptTemplate" hidden="true" default="delphix/run-pl-command.template.sh"/> |
62 | | - <property name="script" size="large" hidden="true" default="XXX" category="input" |
63 | | - description="Shell script to execute on the remote host"/> |
64 | | - <property name="serverDelphix" category="input"/> |
65 | | - <property name="dxToolkitHome" category="input" default="/u02/dxtoolkit"/> |
66 | | - <property name="dxToolkitScript" category="input"/> |
67 | | - <property name="sourceDatabaseName" category="input"/> |
68 | | - <property name="targetDatabaseName" category="input"/> |
69 | | - <property name="groupName" category="input"/> |
70 | | - <property name="targetName" category="input"/> |
71 | | - <property name="databaseType" category="input" default="oracle"/> |
72 | | - <property label="DB_HOME" name="DB_HOME" category="input" default="/u01/app/oracle/product/11.2.0/dbhome_1"/> |
73 | | - |
74 | | - <property name="sudoUsername" category="Xinput" kind="string" required="false" hidden="true" default="" |
75 | | - label="SUDO username" description="Username to sudo to when accessing files or executing commands"/> |
76 | | - <property name="suUsername" category="Xinput" kind="string" required="false" hidden="true" default="" |
77 | | - label="SU username" description="Username to su to when accessing files or executing commands"/> |
78 | | - <property name="suPassword" category="Xinput" kind="string" required="false" hidden="true" default="" |
79 | | - password="true" label="SU password" |
80 | | - description="Password of user to su to when accessing files or executing commands"/> |
81 | | - <property name="jumpstation" category="Xinput" kind="ci" required="false" |
82 | | - referenced-type="remoteScript.Jumpstation" |
83 | | - description="Jumpstation that should be used to reach this host."/> |
84 | | - </type> |
85 | | - |
86 | | - |
87 | | - <type type="mydelphix.ManageDelphixDatabase" extends="xlrelease.PythonScript"> |
88 | | - <property name="scriptLocation" hidden="true" default="mydelphix/run-pl-command.py"/> |
89 | | - <property name="scriptTemplate" hidden="true" default="mydelphix/run-pl-command.template.sh"/> |
90 | | - <property name="serverDelphix" category="input" hidden="false"/> |
91 | | - <property name="DatabaseName" category="input" hidden="false"/> |
92 | | - <property name="DelphixUser" default="delphix_admin" category="input" hidden="true"/> |
93 | | - <property name="DelphixPasswd" default="landshark" category="input" hidden="true"/> |
94 | | - <property name="Action" category="input" hidden="false"/> |
95 | | - |
96 | | - <property name="sudoUsername" category="Xinput" kind="string" required="false" hidden="true" default="" |
97 | | - label="SUDO username" description="Username to sudo to when accessing files or executing commands"/> |
98 | | - <property name="suUsername" category="Xinput" kind="string" required="false" hidden="true" default="" |
99 | | - label="SU username" description="Username to su to when accessing files or executing commands"/> |
100 | | - <property name="suPassword" category="Xinput" kind="string" required="false" hidden="true" default="" |
101 | | - password="true" label="SU password" |
102 | | - description="Password of user to su to when accessing files or executing commands"/> |
103 | | - <property name="jumpstation" category="Xinput" kind="ci" required="false" |
104 | | - referenced-type="remoteScript.Jumpstation" |
105 | | - description="Jumpstation that should be used to reach this host."/> |
106 | | - </type> |
107 | | - |
108 | | - |
109 | 48 | </synthetic> |
0 commit comments