Skip to content

Commit

Permalink
Add 2nd windows instance
Browse files Browse the repository at this point in the history
  • Loading branch information
willtome authored Dec 15, 2023
1 parent e3bcb0e commit f2a90a0
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions cloud/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -524,18 +524,28 @@ controller_workflows:
unified_job_template: Cloud / AWS / VPC Report
all_parents_must_converge: true
always_nodes:
- Deploy Windows Blueprint
- Deploy Windows GUI Blueprint
- Deploy RHEL8 Blueprint
- Deploy RHEL9 Blueprint
- identifier: Deploy Windows Blueprint
- Deploy Windows Core Blueprint
- identifier: Deploy Windows GUI Blueprint
unified_job_template: Cloud / AWS / Create VM
extra_data:
create_vm_vm_name: aws_win
create_vm_vm_name: aws_dc
vm_blueprint: windows_full
success_nodes:
- Update Inventory
failure_nodes:
- Ticket - Instance Failed
- identifier: Deploy Windows Core Blueprint
unified_job_template: Cloud / AWS / Create VM
extra_data:
create_vm_vm_name: aws_win1
vm_blueprint: windows_core
success_nodes:
- Update Inventory
failure_nodes:
- Ticket - Instance Failed
- identifier: Deploy RHEL8 Blueprint
unified_job_template: Cloud / AWS / Create VM
extra_data:
Expand Down

0 comments on commit f2a90a0

Please sign in to comment.