From 08a978cc2622961a7ef124d38b3b5cb0fe616c13 Mon Sep 17 00:00:00 2001 From: David Rojas Date: Thu, 22 Oct 2020 14:30:55 -0700 Subject: [PATCH] moved images to dir and reverted files back --- choose_demo.yml | 4 +-- choose_demo_example_azure.yml | 24 ++++++++++++++++++ docs/infrastructure/azure_provision_vm.md | 18 +++++++------ docs/infrastructure/chocolatey_app_install.md | 6 ++--- docs/infrastructure/chocolatey_config.md | 6 ++--- docs/infrastructure/chocolatey_features.md | 6 ++--- .../azure_provision_vm_survey.jpeg | Bin .../azure_provision_vm_survey_preview.jpeg | Bin .../azure_provision_vm_task_output.jpeg | Bin .../{ => choco_app_install}/choco_survey.jpeg | Bin .../choco_survey_preview.jpeg | Bin .../choco_task_output.jpeg | Bin .../choco_config_survey.jpeg | Bin .../choco_config_survey_preview.jpeg | Bin .../choco_config_task_output.jpeg | Bin .../choco_features_survey.jpeg | Bin .../choco_features_survey_preview.jpeg | Bin .../choco_features_task_output.jpeg | Bin 18 files changed, 45 insertions(+), 19 deletions(-) create mode 100644 choose_demo_example_azure.yml rename images/{ => azure_provision_vm}/azure_provision_vm_survey.jpeg (100%) rename images/{ => azure_provision_vm}/azure_provision_vm_survey_preview.jpeg (100%) rename images/{ => azure_provision_vm}/azure_provision_vm_task_output.jpeg (100%) rename images/{ => choco_app_install}/choco_survey.jpeg (100%) rename images/{ => choco_app_install}/choco_survey_preview.jpeg (100%) rename images/{ => choco_app_install}/choco_task_output.jpeg (100%) rename images/{ => choco_config}/choco_config_survey.jpeg (100%) rename images/{ => choco_config}/choco_config_survey_preview.jpeg (100%) rename images/{ => choco_config}/choco_config_task_output.jpeg (100%) rename images/{ => choco_features}/choco_features_survey.jpeg (100%) rename images/{ => choco_features}/choco_features_survey_preview.jpeg (100%) rename images/{ => choco_features}/choco_features_task_output.jpeg (100%) diff --git a/choose_demo.yml b/choose_demo.yml index 695efa9..7773e5c 100644 --- a/choose_demo.yml +++ b/choose_demo.yml @@ -3,13 +3,13 @@ ## chose specific demo or choose all # SPECIFIC - example that installs just the deploy_application job template -demo: azure_provision_vm +demo: developer_report # ALL - example that installs all demos # demo: all ## Ansible Tower login infomation -my_tower_username: colin +my_tower_username: colin my_tower_password: mahalo my_tower_host: test.rhdemo.io workshop_type: rhel diff --git a/choose_demo_example_azure.yml b/choose_demo_example_azure.yml new file mode 100644 index 0000000..51753c1 --- /dev/null +++ b/choose_demo_example_azure.yml @@ -0,0 +1,24 @@ +--- +## example file for how to choose a demo +## chose specific demo or choose all + +# SPECIFIC - example that installs just the deploy_application job template +demo: azure_provision_vm + +# ALL - example that installs all demos +# demo: all + +## Ansible Tower login infomation +my_tower_username: drojas +my_tower_password: zapata +my_tower_host: test.rhdemo.io +workshop_type: windows + +# leave as false unless you are deploying an Azure Demo +azure_demo: True +#only uncomment these and supply values for setting up an Azure Cloud Demo which means azure_demo: True above +my_subscription: bb66f723-9eb9-405b-7889-2e722a5a5a45 +my_tenant: bbe51e50-8759-5cc6-93f7-71985d8dbddf +my_client: 7e7d5fd3-c84b-b64c-ae96-cf474f4aa573 +my_secret: K1S5~EqpmvG68i8ni9-b1hmn3~yROfHM_I + diff --git a/docs/infrastructure/azure_provision_vm.md b/docs/infrastructure/azure_provision_vm.md index f28bea4..3381d09 100644 --- a/docs/infrastructure/azure_provision_vm.md +++ b/docs/infrastructure/azure_provision_vm.md @@ -39,12 +39,14 @@ Coming Soon 1. You will need to create a Service Principal following these [Azure Docs instructions](https://docs.microsoft.com/en-us/azure/active-directory/develop/howto-create-service-principal-portal) -2. Then set the azure_demo variable to True. As well as provide the folowing variable values before loading this demo as shown below +2. Then set the azure_demo variable to True. As well as provide the folowing variable values before loading this demo as shown below. - azure_demo: True - - my_subscription: - - my_tenant: - - my_client: - - my_secret: + - my_subscription: + - my_tenant: + - my_client: + - my_secret: + + See sample file named choose_demmo_example_azure.yml # Guide @@ -60,11 +62,11 @@ Coming Soon 4. The survey will prompt you to define the resource group, Azure region, name of the new VM. - ![survey choice](../../images/azure_provision_vm_survey.jpeg) + ![survey choice](../../images/azure_provision_vm/azure_provision_vm_survey.jpeg) 5. Enter values and press **NEXT** - ![survey preview](../../images/azure_provision_vm_survey_preview.jpeg) + ![survey preview](../../images/azure_provision_vm/azure_provision_vm_survey_preview.jpeg) Explain to audience what is happening here depending on audience persona @@ -89,7 +91,7 @@ Coming Soon - this pane can be expanded to take up entire browser window - Ansible Playbook can be downloaded for troubleshooting purposes - **click on task output** to show them task-by-task JSON output that can be used for troubleshooting or just getting additional information - ![task breakdown](../../images/azure_provision_vm_task_output.jpeg) + ![task breakdown](../../images/azure_provision_vm/azure_provision_vm_task_output.jpeg) 8. Circle back and summarize diff --git a/docs/infrastructure/chocolatey_app_install.md b/docs/infrastructure/chocolatey_app_install.md index 81d74ab..9dec3d4 100644 --- a/docs/infrastructure/chocolatey_app_install.md +++ b/docs/infrastructure/chocolatey_app_install.md @@ -49,11 +49,11 @@ Coming Soon 4. The survey will prompt you to install or remove a package. - ![survey choice](../../images/choco_survey.jpeg) + ![survey choice](../../images/choco_app_install/choco_survey.jpeg) 5. Choose a package or packages and press **NEXT** - ![survey preview](../../images/choco_survey_preview.jpeg) + ![survey preview](../../images/choco_app_install/choco_survey_preview.jpeg) Explain to audience what is happening here depending on audience persona @@ -78,7 +78,7 @@ Coming Soon - this pane can be expanded to take up entire browser window - Ansible Playbook can be downloaded for troubleshooting purposes - **click on task output** to show them task-by-task JSON output that can be used for troubleshooting or just getting additional information - ![task breakdown](../../images/choco_task_output.jpeg) + ![task breakdown](../../images/choco_app_install/choco_task_output.jpeg) 8. Circle back and summarize diff --git a/docs/infrastructure/chocolatey_config.md b/docs/infrastructure/chocolatey_config.md index a7cdf67..842b552 100644 --- a/docs/infrastructure/chocolatey_config.md +++ b/docs/infrastructure/chocolatey_config.md @@ -49,7 +49,7 @@ Coming Soon 4. The survey will prompt you with 3 questions. What Parameter you want to change, whether you want to make it present or absent in the config, and the value for that paramater. - ![survey choice](../../images/choco_config_survey.jpeg) + ![survey choice](../../images/choco_config/choco_config_survey.jpeg) 5. Choose a parameter. Select if you want to make it present or absent in the config. Finally, add the value for that parameter and press **NEXT** Note: These are just a few of the parameters they can add to the list. For these 3 see below for correct format for response. @@ -60,7 +60,7 @@ Coming Soon For more info on possible parameter see [Chocolatey Documentation](https://chocolatey.org/docs/chocolatey-configuration) - ![survey preview](../../images/choco_config_survey_preview.jpeg) + ![survey preview](../../images/choco_config/choco_config_survey_preview.jpeg) Explain to audience what is happening here depending on audience persona @@ -85,7 +85,7 @@ Coming Soon - this pane can be expanded to take up entire browser window - Ansible Playbook can be downloaded for troubleshooting purposes - **click on task output** to show them task-by-task JSON output that can be used for troubleshooting or just getting additional information - ![task breakdown](../../images/choco_config_task_output.jpeg) + ![task breakdown](../../images/choco_config/choco_config_task_output.jpeg) 8. Circle back and summarize diff --git a/docs/infrastructure/chocolatey_features.md b/docs/infrastructure/chocolatey_features.md index 69c69f5..253b710 100644 --- a/docs/infrastructure/chocolatey_features.md +++ b/docs/infrastructure/chocolatey_features.md @@ -49,11 +49,11 @@ Coming Soon 4. The survey will prompt you for what feature to enable or disable. - ![survey choice](../../images/choco_features_survey.jpeg) + ![survey choice](../../images/choco_features/choco_features_survey.jpeg) 5. Choose a feature and press **NEXT** - ![survey preview](../../images/choco_features_survey_preview.jpeg) + ![survey preview](../../images/choco_features/choco_features_survey_preview.jpeg) Explain to audience what is happening here depending on audience persona @@ -78,7 +78,7 @@ Coming Soon - this pane can be expanded to take up entire browser window - Ansible Playbook can be downloaded for troubleshooting purposes - **click on task output** to show them task-by-task JSON output that can be used for troubleshooting or just getting additional information - ![task breakdown](../../images/choco_features_task_output.jpeg) + ![task breakdown](../../images/choco_features/choco_features_task_output.jpeg) 8. Circle back and summarize diff --git a/images/azure_provision_vm_survey.jpeg b/images/azure_provision_vm/azure_provision_vm_survey.jpeg similarity index 100% rename from images/azure_provision_vm_survey.jpeg rename to images/azure_provision_vm/azure_provision_vm_survey.jpeg diff --git a/images/azure_provision_vm_survey_preview.jpeg b/images/azure_provision_vm/azure_provision_vm_survey_preview.jpeg similarity index 100% rename from images/azure_provision_vm_survey_preview.jpeg rename to images/azure_provision_vm/azure_provision_vm_survey_preview.jpeg diff --git a/images/azure_provision_vm_task_output.jpeg b/images/azure_provision_vm/azure_provision_vm_task_output.jpeg similarity index 100% rename from images/azure_provision_vm_task_output.jpeg rename to images/azure_provision_vm/azure_provision_vm_task_output.jpeg diff --git a/images/choco_survey.jpeg b/images/choco_app_install/choco_survey.jpeg similarity index 100% rename from images/choco_survey.jpeg rename to images/choco_app_install/choco_survey.jpeg diff --git a/images/choco_survey_preview.jpeg b/images/choco_app_install/choco_survey_preview.jpeg similarity index 100% rename from images/choco_survey_preview.jpeg rename to images/choco_app_install/choco_survey_preview.jpeg diff --git a/images/choco_task_output.jpeg b/images/choco_app_install/choco_task_output.jpeg similarity index 100% rename from images/choco_task_output.jpeg rename to images/choco_app_install/choco_task_output.jpeg diff --git a/images/choco_config_survey.jpeg b/images/choco_config/choco_config_survey.jpeg similarity index 100% rename from images/choco_config_survey.jpeg rename to images/choco_config/choco_config_survey.jpeg diff --git a/images/choco_config_survey_preview.jpeg b/images/choco_config/choco_config_survey_preview.jpeg similarity index 100% rename from images/choco_config_survey_preview.jpeg rename to images/choco_config/choco_config_survey_preview.jpeg diff --git a/images/choco_config_task_output.jpeg b/images/choco_config/choco_config_task_output.jpeg similarity index 100% rename from images/choco_config_task_output.jpeg rename to images/choco_config/choco_config_task_output.jpeg diff --git a/images/choco_features_survey.jpeg b/images/choco_features/choco_features_survey.jpeg similarity index 100% rename from images/choco_features_survey.jpeg rename to images/choco_features/choco_features_survey.jpeg diff --git a/images/choco_features_survey_preview.jpeg b/images/choco_features/choco_features_survey_preview.jpeg similarity index 100% rename from images/choco_features_survey_preview.jpeg rename to images/choco_features/choco_features_survey_preview.jpeg diff --git a/images/choco_features_task_output.jpeg b/images/choco_features/choco_features_task_output.jpeg similarity index 100% rename from images/choco_features_task_output.jpeg rename to images/choco_features/choco_features_task_output.jpeg