Skip to content

Commit 144719d

Browse files
author
Benoit Moussaud
committed
clean old unused files
1 parent 9aa5446 commit 144719d

File tree

5 files changed

+4
-351
lines changed

5 files changed

+4
-351
lines changed

src/main/resources/delphix/run-pl-command.py

Lines changed: 0 additions & 52 deletions
This file was deleted.

src/main/resources/delphix/run-pl-command.template.sh

Lines changed: 0 additions & 16 deletions
This file was deleted.

src/main/resources/mydelphix/run-pl-command.py

Lines changed: 0 additions & 46 deletions
This file was deleted.

src/main/resources/mydelphix/run-pl-command.template.sh

Lines changed: 0 additions & 172 deletions
This file was deleted.

src/main/resources/synthetic.xml

Lines changed: 4 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
xmlns="http://www.xebialabs.com/deployit/synthetic"
1515
xsi:schemaLocation="http://www.xebialabs.com/deployit/synthetic synthetic.xsd">
1616

17-
<type type="delphix.Server" extends="configuration.HttpConnection">
18-
</type>
17+
<type type="delphix.Server" extends="configuration.HttpConnection"/>
18+
1919

2020
<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"/>
2323

2424
<property name="server" category="input" label="Server" referenced-type="delphix.Server" kind="ci"/>
2525
<property name="username" category="input" required="false"/>
@@ -45,65 +45,4 @@
4545
</type>
4646

4747

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-
10948
</synthetic>

0 commit comments

Comments
 (0)