Skip to content

Commit 6d4ad08

Browse files
committed
Automation Toolkit Release v2024.4.0
1 parent 1ae0a2a commit 6d4ad08

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cd3_automation_toolkit/setUpOCI.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1520,7 +1520,7 @@ def export_update_dr_plan(outdir, prefix, config_file_path,option=''):
15201520
print(cmdpath+" doesnt exist. Exiitng!!!")
15211521
exit(1)
15221522

1523-
input3 = "Please enter FSDR OCID which needs to be exported/updated: "
1523+
input3 = "Please enter DR Plan OCID which needs to be exported/updated: "
15241524

15251525

15261526
if not devops:

jenkins_install/scriptler/scripts/AdditionalFilters.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ for (item in SubChildOptions.split(",")) {
220220
</tr><tr></tr><tr></tr><tr></tr>
221221
<tr>
222222
<td><input type=\"hidden\" id=\"sep1\" name=\"value\" value=\"fsdr_ex_ocid=[\"></td>
223-
<td><label title=\"service1-label\" class=\" \">FSDR OCID which needs to be exported : </label></td>
223+
<td><label title=\"service1-label\" class=\" \">DR Plan OCID which needs to be exported : </label></td>
224224
<td><input type=\"text\" class=\" \" name=\"value\" > (Mandatory) </br></td>
225225
<td><input type=\"hidden\" id=\"sep1\" name=\"value\" value=\"]@\"></td>
226226
</tr><tr></tr><tr></tr><tr></tr>
@@ -242,7 +242,7 @@ for (item in SubChildOptions.split(",")) {
242242
<td><input type=\"hidden\" id=\"sep1\" name=\"value\" value=\"]@\"></td></tr><tr></tr><tr></tr><tr></tr>
243243
<tr>
244244
<td><input type=\"hidden\" id=\"sep1\" name=\"value\" value=\"fsdr_up_ocid=[\"></td>
245-
<td><label title=\"service1-label\" class=\" \">FSDR OCID which needs to be updated : </label></td>
245+
<td><label title=\"service1-label\" class=\" \">DR Plan OCID which needs to be updated : </label></td>
246246
<td><input type=\"text\" class=\" \" name=\"value\" > (Mandatory)</br></td>
247247
<td><input type=\"hidden\" id=\"sep1\" name=\"value\" value=\"]@\"></td></tr><tr></tr><tr></tr><tr></tr>
248248

0 commit comments

Comments
 (0)