Sat Variable Fixes (#58)
Co-authored-by: MKletz <michael.kletz.27@gmail.com> Co-authored-by: Ajay Chenampara <ajay.chenampara@gmail.com> Co-authored-by: dlemons-redhat <69318976+dlemons-redhat@users.noreply.github.com> Co-authored-by: Nicolas Leiva <nicolasleiva@gmail.com> Co-authored-by: benblasco <42140583+benblasco@users.noreply.github.com> Co-authored-by: Benjamin Blasco <bblasco@redhat.com> Co-authored-by: calvingsmith <4283930+calvingsmith@users.noreply.github.com> Co-authored-by: Calvin Smith <calvingsmith@users.noreply.github.com> Co-authored-by: Hicham Mourad <43329991+HichamMourad@users.noreply.github.com>
This commit is contained in:
@@ -97,7 +97,7 @@ controller_templates:
|
|||||||
spec:
|
spec:
|
||||||
- question_name: Server Name or Pattern
|
- question_name: Server Name or Pattern
|
||||||
type: text
|
type: text
|
||||||
variable: HOSTS
|
variable: _hosts
|
||||||
required: false
|
required: false
|
||||||
- question_name: Choose Environment
|
- question_name: Choose Environment
|
||||||
type: multiplechoice
|
type: multiplechoice
|
||||||
@@ -128,7 +128,7 @@ controller_templates:
|
|||||||
spec:
|
spec:
|
||||||
- question_name: Server Name or Pattern
|
- question_name: Server Name or Pattern
|
||||||
type: text
|
type: text
|
||||||
variable: HOSTS
|
variable: _hosts
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
- name: SATELLITE / Publish Content View Version
|
- name: SATELLITE / Publish Content View Version
|
||||||
@@ -233,7 +233,7 @@ controller_workflows:
|
|||||||
unified_job_template: 'LINUX / Patching'
|
unified_job_template: 'LINUX / Patching'
|
||||||
job_type: check
|
job_type: check
|
||||||
extra_data:
|
extra_data:
|
||||||
HOSTS: env_RHEL8_Dev
|
_hosts: env_RHEL8_Dev
|
||||||
all_parents_must_converge: true
|
all_parents_must_converge: true
|
||||||
success_nodes:
|
success_nodes:
|
||||||
- Approve Patches
|
- Approve Patches
|
||||||
@@ -253,7 +253,7 @@ controller_workflows:
|
|||||||
unified_job_template: 'LINUX / Patching'
|
unified_job_template: 'LINUX / Patching'
|
||||||
job_type: run
|
job_type: run
|
||||||
extra_data:
|
extra_data:
|
||||||
HOSTS: env_RHEL8_Dev
|
_hosts: env_RHEL8_Dev
|
||||||
failure_nodes:
|
failure_nodes:
|
||||||
- Ticket - Update Apply
|
- Ticket - Update Apply
|
||||||
- identifier: Ticket - Update Apply
|
- identifier: Ticket - Update Apply
|
||||||
|
|||||||
Reference in New Issue
Block a user