Skip to content

Commit

Permalink
workflow updates
Browse files Browse the repository at this point in the history
  • Loading branch information
willtome committed Aug 15, 2023
1 parent f7f95f2 commit 693ef1f
Showing 1 changed file with 8 additions and 13 deletions.
21 changes: 8 additions & 13 deletions cloud/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ controller_workflows:
- us-west-2
- question_name: Owner
type: text
variable: aws_owner_tag
variable: create_vm_aws_owner_tag
required: true
- question_name: Environment
type: multiplechoice
Expand All @@ -393,7 +393,7 @@ controller_workflows:
- Prod
- question_name: Keypair Public Key
type: textarea
variable: aws_public_key
variable: create_vm_aws_public_key
required: true
- question_name: Email
type: text
Expand All @@ -402,8 +402,6 @@ controller_workflows:
simplified_workflow_nodes:
- identifier: Create Keypair
unified_job_template: Cloud / AWS / Create Keypair
extra_data:
aws_keypair_owner: !unsafe "{{ aws_owner_tag }}"
success_nodes:
- VPC Report
failure_nodes:
Expand All @@ -428,29 +426,26 @@ controller_workflows:
- identifier: Deploy Windows Blueprint
unified_job_template: Cloud / AWS / Create VM
extra_data:
vm_name: aws_win
vm_blueprint: windows_full
vm_owner: !unsafe "{{ aws_owner_tag }}"
create_vm_vm_name: aws_win
create_vm_vm_blueprint: windows_full
success_nodes:
- Update Inventory
failure_nodes:
- Ticket - Instance Failed
- identifier: Deploy RHEL8 Blueprint
unified_job_template: Cloud / AWS / Create VM
extra_data:
vm_name: aws_rhel8
vm_blueprint: rhel8
vm_owner: !unsafe "{{ aws_owner_tag }}"
create_vm_vm_name: aws_rhel8
create_vm_vm_blueprint: rhel8
success_nodes:
- Update Inventory
failure_nodes:
- Ticket - Instance Failed
- identifier: Deploy RHEL9 Blueprint
unified_job_template: Cloud / AWS / Create VM
extra_data:
vm_name: aws_rhel9
vm_blueprint: rhel9
vm_owner: !unsafe "{{ aws_owner_tag }}"
create_vm_vm_name: aws_rhel9
create_vm_vm_blueprint: rhel9
success_nodes:
- Update Inventory
failure_nodes:
Expand Down

0 comments on commit 693ef1f

Please sign in to comment.