From 91ecfc1ca007896c48c91cec7a844083b9108c96 Mon Sep 17 00:00:00 2001 From: sean cavanaugh Date: Fri, 9 Aug 2024 14:24:35 -0400 Subject: [PATCH] Update setup.yml to use correct Cloud Report fix for https://github.com/ansible/product-demos/issues/108 don't merge yet... can re-add ability to host in different regions, but this is a much better report --- cloud/setup.yml | 51 ++++++++++++++++++++++++++++--------------------- 1 file changed, 29 insertions(+), 22 deletions(-) diff --git a/cloud/setup.yml b/cloud/setup.yml index 7c9c08be8..45c337e46 100644 --- a/cloud/setup.yml +++ b/cloud/setup.yml @@ -15,6 +15,13 @@ controller_projects: scm_url: https://github.com/ansible-content-lab/aws.infrastructure_config_demos.git default_environment: Cloud Services Execution Environment + - name: Ansible Cloud AWS Demos + organization: Default + scm_type: git + wait: true + scm_url: https://github.com/ansible-cloud/aws_demos.git + default_environment: Cloud Services Execution Environment + controller_credentials: - name: AWS credential_type: Amazon Web Services @@ -279,29 +286,29 @@ controller_templates: organization: Default credentials: - AWS - project: Ansible Cloud Content Lab - AWS - playbook: playbooks/create_reports.yml + project: Ansible Cloud AWS Demos + playbook: playbooks/cloud_report.yml inventory: Demo Inventory - notification_templates_started: Telemetry - notification_templates_success: Telemetry - notification_templates_error: Telemetry - extra_vars: - aws_report: vpc - reports_aws_bucket_name: reports-pd-{{ _deployment_id }} - survey_enabled: 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 + # notification_templates_started: Telemetry + # notification_templates_success: Telemetry + # notification_templates_error: Telemetry + # extra_vars: + # aws_report: vpc + # reports_aws_bucket_name: reports-pd-{{ _deployment_id }} + # survey_enabled: 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 - name: Cloud / AWS / Tags Report job_type: run