Skip to content

Commit d836430

Browse files
authored
Removing the use_dynamic_template variable since it will always be true for the consolidated files (#2618)
1 parent 5473f31 commit d836430

3 files changed

Lines changed: 3 additions & 15 deletions

File tree

daisy_workflows/image_build/enterprise_linux/rhel_10_consolidated.wf.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,6 @@
4545
"Value": "google-rhui-client-rhel10",
4646
"Description": "Name of the RHUI client package"
4747
},
48-
"use_dynamic_template": {
49-
"Value": "false",
50-
"Description": "Use the dynamically created templates to create images as part of the RHEL Build Workflow Consolidation path. To remove once the consolidation/refactoring is complete"
51-
},
5248
"version_lock": {
5349
"Value": "",
5450
"Description": "The minor release version for RHEL EUS images"
@@ -71,7 +67,7 @@
7167
"is_lvm": "${is_lvm}",
7268
"image_family": "${image_family}",
7369
"rhui_package_name": "${rhui_package_name}",
74-
"use_dynamic_template": "${use_dynamic_template}",
70+
"use_dynamic_template": "true",
7571
"version_lock": "${version_lock}"
7672
}
7773
}

daisy_workflows/image_build/enterprise_linux/rhel_8_consolidated.wf.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@
4141
"Value": "google-rhui-client-rhel8",
4242
"Description": "Name of the RHUI client package"
4343
},
44-
"use_dynamic_template": {
45-
"Value": "false",
46-
"Description": "Use the dynamically created templates to create images as part of the RHEL Build Workflow Consolidation path. To remove once the consolidation/refactoring is complete"
47-
},
4844
"version_lock": {
4945
"Value": "",
5046
"Description": "The minor release version for RHEL EUS images"
@@ -67,7 +63,7 @@
6763
"is_lvm": "${is_lvm}",
6864
"image_family": "${image_family}",
6965
"rhui_package_name": "${rhui_package_name}",
70-
"use_dynamic_template": "${use_dynamic_template}",
66+
"use_dynamic_template": "true",
7167
"version_lock": "${version_lock}"
7268
}
7369
}

daisy_workflows/image_build/enterprise_linux/rhel_9_consolidated.wf.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,6 @@
4545
"Value": "google-rhui-client-rhel9",
4646
"Description": "Name of the RHUI client package"
4747
},
48-
"use_dynamic_template": {
49-
"Value": "false",
50-
"Description": "Use the dynamically created templates to create images as part of the RHEL Build Workflow Consolidation path. To remove once the consolidation/refactoring is complete"
51-
},
5248
"version_lock": {
5349
"Value": "",
5450
"Description": "The minor release version for RHEL EUS images"
@@ -71,7 +67,7 @@
7167
"is_lvm": "${is_lvm}",
7268
"image_family": "${image_family}",
7369
"rhui_package_name": "${rhui_package_name}",
74-
"use_dynamic_template": "${use_dynamic_template}",
70+
"use_dynamic_template": "true",
7571
"version_lock": "${version_lock}"
7672
}
7773
}

0 commit comments

Comments
 (0)