Skip to content

Commit ad589d9

Browse files
committed
Merge branch 'include-domain-bin' into 'main'
Include domain bin contents for all targets See merge request weblogic-cloud/weblogic-toolkit-ui!300
2 parents 99800c3 + 90fa361 commit ad589d9

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

tools/wdt-config/targets/vz-dii/target.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"product_key": "vz",
1313
"domain_home_source_type" : "dii",
1414
"results_output_method" : "json",
15-
"exclude_domain_bin_contents": true,
15+
"exclude_domain_bin_contents": false,
1616
"wls_credentials_name" : "__weblogic-credentials__",
1717
"additional_output" : "vz-application.yaml",
1818
"set_cluster_replicas": true

tools/wdt-config/targets/vz-pv/target.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"product_key": "vz",
1313
"domain_home_source_type" : "pv",
1414
"results_output_method" : "json",
15-
"exclude_domain_bin_contents": true,
15+
"exclude_domain_bin_contents": false,
1616
"credentials_method" : "secrets",
1717
"wls_credentials_name" : "__weblogic-credentials__",
1818
"additional_output" : "vz-application.yaml",

tools/wdt-config/targets/vz/target.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"domain_home_source_type" : "mii",
1414
"credentials_method" : "secrets",
1515
"results_output_method" : "json",
16-
"exclude_domain_bin_contents": true,
16+
"exclude_domain_bin_contents": false,
1717
"wls_credentials_name" : "__weblogic-credentials__",
1818
"additional_secrets": "runtime-encryption-secret",
1919
"additional_output" : "vz-application.yaml",

tools/wdt-config/targets/wko4-dii/target.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"validation_method" : "wktui",
1212
"results_output_method" : "json",
1313
"domain_home_source_type" : "dii",
14-
"exclude_domain_bin_contents": true,
14+
"exclude_domain_bin_contents": false,
1515
"wls_credentials_name" : "__weblogic-credentials__",
1616
"product_version" : "v4",
1717
"additional_output" : "wko-domain.yaml",

tools/wdt-config/targets/wko4-pv/target.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"validation_method" : "wktui",
1212
"results_output_method" : "json",
1313
"domain_home_source_type" : "pv",
14-
"exclude_domain_bin_contents": true,
14+
"exclude_domain_bin_contents": false,
1515
"credentials_method" : "secrets",
1616
"wls_credentials_name" : "__weblogic-credentials__",
1717
"product_version" : "v4",

tools/wdt-config/targets/wko4/target.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"domain_home_source_type" : "mii",
1313
"credentials_method" : "secrets",
1414
"results_output_method" : "json",
15-
"exclude_domain_bin_contents": true,
15+
"exclude_domain_bin_contents": false,
1616
"product_version" : "v4",
1717
"wls_credentials_name" : "__weblogic-credentials__",
1818
"additional_secrets": "runtime-encryption-secret",

0 commit comments

Comments
 (0)