From 3f49687278b6433f9c63e74657c1003c29d62fd7 Mon Sep 17 00:00:00 2001 From: matt Date: Mon, 11 Sep 2023 14:35:57 -0600 Subject: [PATCH] =?UTF-8?q?=EF=BF=BC=20add=20custom-sized=20VM=20to=20clou?= =?UTF-8?q?d=20demo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cloud/setup.yml | 80 ++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 79 insertions(+), 1 deletion(-) diff --git a/cloud/setup.yml b/cloud/setup.yml index 3161f878d..fd552e8ef 100644 --- a/cloud/setup.yml +++ b/cloud/setup.yml @@ -250,6 +250,84 @@ controller_templates: required: true default: aws-test-key + - name: Cloud / AWS / Create Custom-Sized VM + job_type: run + organization: Default + credentials: + - AWS + - Demo Credential + project: Ansible Cloud Content Lab - AWS + playbook: playbook_create_vm.yml + inventory: Demo Inventory + notification_templates_started: Telemetry + notification_templates_success: Telemetry + notification_templates_error: Telemetry + survey_enabled: true + allow_simultaneous: true + survey: + name: '' + description: '' + spec: + - question_name: AWS Region + type: multiplechoice + variable: create_vm_aws_region + required: true + choices: + - us-east-1 + - us-east-2 + - us-west-1 + - us-west-2 + - question_name: Name + type: text + variable: create_vm_vm_name + required: true + - question_name: Owner + type: text + variable: create_vm_vm_owner + required: true + - question_name: Deployment + type: text + variable: create_vm_vm_deployment + required: true + - question_name: Environment + type: multiplechoice + variable: create_vm_vm_environment + required: true + choices: + - Dev + - QA + - Prod + - question_name: Blueprint + type: multiplechoice + variable: vm_blueprint + required: true + choices: + - windows_core + - windows_full + - rhel9 + - rhel8 + - rhel7 + - al2023 + - question_name: Size + type: text + variable: create_vm_aws_instance_size + required: true + - question_name: Subnet + type: text + variable: create_vm_aws_vpc_subnet_name + required: true + default: aws-test-subnet + - question_name: Security Group + type: text + variable: create_vm_aws_securitygroup_name + required: true + default: aws-test-sg + - question_name: SSH Keypair + type: text + variable: create_vm_aws_keypair_name + required: true + default: aws-test-key + - name: Cloud / AWS / Delete VM job_type: run organization: Default @@ -612,4 +690,4 @@ controller_workflows: - identifier: Ticket - Restore Failed unified_job_template: 'SUBMIT FEEDBACK' extra_data: - feedback: Cloud / AWS / Patch EC2 Workflow | Failed to restore ec2 from snapshot \ No newline at end of file + feedback: Cloud / AWS / Patch EC2 Workflow | Failed to restore ec2 from snapshot