├── .DS_Store ├── .gitignore ├── Presentations ├── .DS_Store ├── April2021 │ └── AUG April 2021 - Multi-tenancy with kyverno.pdf ├── August2020 │ └── Veeam VAO Automation.pdf ├── December2020 │ ├── SaltStack.pdf │ └── VEBA-VMware AutoUG 3-12-2020.pdf ├── January2021 │ ├── Ansible & Vault - Mark.pptx │ ├── terraform-gary.pdf │ └── vSphere and Packer - @mpoore.pdf ├── Oktober2020 │ ├── ABX.pdf │ └── vcf.pdf └── September2020 │ └── Tales-from-the-field-03092020.pdf └── README.md /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autoug/meetings/bc66ddb0f2b692529afca98f66429e3a9be6e70d/.DS_Store -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | Presentations/.DS_Store 3 | -------------------------------------------------------------------------------- /Presentations/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autoug/meetings/bc66ddb0f2b692529afca98f66429e3a9be6e70d/Presentations/.DS_Store -------------------------------------------------------------------------------- /Presentations/April2021/AUG April 2021 - Multi-tenancy with kyverno.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autoug/meetings/bc66ddb0f2b692529afca98f66429e3a9be6e70d/Presentations/April2021/AUG April 2021 - Multi-tenancy with kyverno.pdf -------------------------------------------------------------------------------- /Presentations/August2020/Veeam VAO Automation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autoug/meetings/bc66ddb0f2b692529afca98f66429e3a9be6e70d/Presentations/August2020/Veeam VAO Automation.pdf -------------------------------------------------------------------------------- /Presentations/December2020/SaltStack.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autoug/meetings/bc66ddb0f2b692529afca98f66429e3a9be6e70d/Presentations/December2020/SaltStack.pdf -------------------------------------------------------------------------------- /Presentations/December2020/VEBA-VMware AutoUG 3-12-2020.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autoug/meetings/bc66ddb0f2b692529afca98f66429e3a9be6e70d/Presentations/December2020/VEBA-VMware AutoUG 3-12-2020.pdf -------------------------------------------------------------------------------- /Presentations/January2021/Ansible & Vault - Mark.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autoug/meetings/bc66ddb0f2b692529afca98f66429e3a9be6e70d/Presentations/January2021/Ansible & Vault - Mark.pptx -------------------------------------------------------------------------------- /Presentations/January2021/terraform-gary.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autoug/meetings/bc66ddb0f2b692529afca98f66429e3a9be6e70d/Presentations/January2021/terraform-gary.pdf -------------------------------------------------------------------------------- /Presentations/January2021/vSphere and Packer - @mpoore.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autoug/meetings/bc66ddb0f2b692529afca98f66429e3a9be6e70d/Presentations/January2021/vSphere and Packer - @mpoore.pdf -------------------------------------------------------------------------------- /Presentations/Oktober2020/ABX.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autoug/meetings/bc66ddb0f2b692529afca98f66429e3a9be6e70d/Presentations/Oktober2020/ABX.pdf -------------------------------------------------------------------------------- /Presentations/Oktober2020/vcf.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autoug/meetings/bc66ddb0f2b692529afca98f66429e3a9be6e70d/Presentations/Oktober2020/vcf.pdf -------------------------------------------------------------------------------- /Presentations/September2020/Tales-from-the-field-03092020.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autoug/meetings/bc66ddb0f2b692529afca98f66429e3a9be6e70d/Presentations/September2020/Tales-from-the-field-03092020.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Welcome to Autoug.io 2 | ## The Automation User Group 3 | 4 | This Repo is for sharing content, links, etc from meetings, and for discussion Automation, with other peers. 5 | 6 | ## Events
7 | - Main event site : http://events.autoug.io
8 | - Next meeting : TBD 9 | 10 | ## Recordings and Presentations from previus meetings. 11 | 12 | ## July 2021 13 | 14 | - Full recording : https://youtu.be/rONUykgB-00 15 | - Krisztian session material : https://kuklis.github.io/cma/post/vra8-servicenow-approval/ 16 | - Katarina K8S website : http://advecti.io 17 | 18 | ## April 2021 19 | - Full recording : https://youtu.be/r-FmvxiPq1I 20 | 21 | 22 | ## January 2021 23 | 24 | ### Back to Basics: Getting started with Docker - Robert Jensen 25 | 26 | - Recording : https://www.youtube.com/watch?v=QPLJL1u-Hvs&t=256s 27 | - Git Repo : https://github.com/rhjensen79/b2b-docker 28 | - Presentation : https://github.com/rhjensen79/b2b-docker/blob/master/presentation.pdf 29 | 30 | ### vRealize Automation & Terraform: a New Way to Deploy - Gary Flynn 31 | - Recording : https://www.youtube.com/watch?v=QPLJL1u-Hvs&t=2370s 32 | - Blog post : https://garyflynn.com/technology/hashicorp/vra-and-terraform-a-new-way-to-deploy/ 33 | - Presentation : https://github.com/autoug/meetings/blob/master/Presentations/January2021/terraform-gary.pdf 34 | 35 | ### Creating VM templates with Packer - Michael Poore 36 | - Recording : https://www.youtube.com/watch?v=QPLJL1u-Hvs&t=4840s 37 | - Presentation : https://github.com/autoug/meetings/blob/master/Presentations/January2021/vSphere%20and%20Packer%20-%20%40mpoore.pdf 38 | - Blog : https://blog.v12n.io/ 39 | - Packer Page : https://blog.v12n.io/packer 40 | - Packer Articles : https://blog.v12n.io/tag/packer 41 | - Github Repo : https://github.com/v12n-io/autoug-demo 42 | - Docker Hub : https://hub.docker.com/r/v12nio/codestream-ci-packer 43 | 44 | 45 | ### Ansible & HashiCorp Vault: a perfect match - Mark Brookfield 46 | - Recording : https://www.youtube.com/watch?v=QPLJL1u-Hvs&t=7670s 47 | - Git Repo : https://github.com/autoug/playbooks 48 | - Presentation : https://github.com/autoug/meetings/blob/master/Presentations/January2021/Ansible%20&%20Vault%20-%20Mark.pptx?raw=true 49 | 50 | ### Full Recording 51 | - https://youtu.be/QPLJL1u-Hvs 52 | 53 | ## December 2020 54 | - Intro : https://www.youtube.com/watch?v=Fg9gpMWqMF0&t=12s 55 | - VEBA : https://www.youtube.com/watch?v=Fg9gpMWqMF0&t=297s 56 | - SaltStack : https://www.youtube.com/watch?v=Fg9gpMWqMF0&t=3860s 57 | - Presentations from the meeting : https://github.com/autoug/meetings/tree/master/Presentations/December2020 58 | ## Oktober 2020 59 | - Intro : https://youtu.be/EJkYcFvH0ZQ 60 | - VCF : https://youtu.be/EJkYcFvH0ZQ?t=239 61 | - Chat due to network fallout : https://youtu.be/EJkYcFvH0ZQ?t=3752 62 | - ABX : https://youtu.be/EJkYcFvH0ZQ?t=4169 63 | - Presentations from the meeting : https://github.com/autoug/meetings/tree/master/Presentations/Oktober2020 64 | 65 | ## September 2020 66 | 67 | - Intro : https://youtu.be/HCPXxYoTLlI 68 | - Tales from the field : https://youtu.be/HCPXxYoTLlI?t=250 69 | - Terraform in VRA : https://youtu.be/HCPXxYoTLlI?t=3877 70 | - Free discussions : https://youtu.be/HCPXxYoTLlI?t=6017 71 | - Presentation from the meeting : https://github.com/autoug/meetings/tree/master/Presentations/September2020 72 | 73 | ## August 2020 74 | 75 | - Intro : https://www.youtube.com/watch?v=MwRQkWL4e-M&t=0s 76 | - Automatisering med Veeam Recording : https://www.youtube.com/watch?v=MwRQkWL4e-M&t=178s 77 | - Vra 8.1 Whats New Recording : https://www.youtube.com/watch?v=MwRQkWL4e-M&t=3346s 78 | - Presentations from the meeting : https://github.com/autoug/meetings/tree/master/Presentations/August2020 79 | 80 | ## Feedback
81 | - Feedback from meetings : https://forms.gle/71ni1ZnCouNu9ETHA
82 | 83 | ## Flings
84 | - Main Site : https://flings.vmware.com
85 | - Power VRA Cloud : https://flings.vmware.com/power-vra-cloud
86 | - vCenter Event Broker Appliance : https://flings.vmware.com/vcenter-event-broker-appliance
87 | - vRealize Build Tools : https://flings.vmware.com/vrealize-build-tools
88 | - vRA Cloud Python Services : https://flings.vmware.com/cloud-automation-services-sdk-for-python
89 | 90 | ## Training
91 | - Youtube playlist, with short VRA videos : https://www.youtube.com/watch?v=R1otMUOI1Js&list=PLclJ2j-mkO9bWxn9RRcWMDSqtrlXNnbEg
92 | - @SpasKaloferov Zero2Hero: Cloud Assembly ABX Actions – Part 1 : https://t.co/qkhvhMUM5s?amp=1 93 | - @SpasKaloferov Zero2Hero: Cloud Assembly ABX Actions – Part 2 : https://t.co/HrNJCteNB5?amp=1 94 | - @SpasKaloferov Zero2Hero: Cloud Template YAML : https://youtu.be/BTykosSsXok 95 | - @embano1 VMware Code Practical Git - Video : https://www.youtube.com/watch?v=1EkomxvCscQ 96 | - @embano1 VMware Code Practical Git - Deck : https://speakerdeck.com/embano1/vmware-code-power-session-git-07-2020 97 | - @sammcgeown Automating Secrets with HashiCorp Vault and VRA : https://www.youtube.com/watch?v=srY3vJVZU1s&ab_channel=VMware%7Bcode%7D 98 | - @VMware vRealize Automation Migration 7.x to 8.2 : https://learning.customerconnect.vmware.com/oltpublish/site/coursePlayer.do?dispatch=show&courseSessionId=257427db-3568-11eb-8167-0cc47adeb5f8 99 | 100 | ## Links
101 | - Robert's Repo for extensibility in VRA : https://github.com/rhjensen79/vra-extensibility
102 | - Post deployment notification on Slack : https://code.vmware.com/samples/6699/post-deployment-notification-on-slack?h=Sample# 103 | - VMware CMBU jurney with Code Stream : https://blogs.vmware.com/management/2019/06/yes-we-use-it-ourselves-vmware-code-stream.html 104 | - Show time saved by Automation with VRA : https://code.vmware.com/samples/6698/show-time-saved-by-using-vra-for-deployments?h=Sample 105 | - VRA Multi tenancy blog from VMwareLab : https://vmwarelab.org/2020/04/14/vrealize-automation-8-1-multi-tenancy-setup-with-vrealize-suite-lifecycle-manager-8-1/ 106 | - VRA Multi Tenancy blog from theCloudExpert : https://thecloudxpert.net/2020/05/02/howto-configure-multi-org-tenancy-in-vra81-series/ 107 | - VRA Cloud API Documentation : https://blogs.vmware.com/management/2019/09/cloud-automation-services-api-first.html 108 | - Terraform Provider for VRA : https://github.com/vmware/terraform-provider-vra 109 | - https://docs.vmware.com/en/VMware-Code-Stream/services/Using-and-Managing-VMware-Code-Stream.pdf
110 | - VRA Resource type Schema : https://code.vmware.com/apis/894/vrealize-automation-resource-type-schema 111 | - Jenkins plugin for VRA : https://github.com/jenkinsci/vrealize-automation-8-plugin 112 | - HowTo connect to vRA API : https://vra4u.com/2020/06/26/vra-8-1-quick-tip-api-authentication/ 113 | - vRA API tips (Getting started, filtering, Odata, etc) : https://vdc-download.vmware.com/vmwb-repository/dcr-public/d2e4e058-df27-4ac1-a100-4dfd0ef774c0/cb3a080c-8e25-4492-9f1e-ff923ec1b98c/tips.html 114 | - Rainpole Packer repository : https://github.com/rainpole/packer-vsphere 115 | 116 | ## Other
117 | - vUpdate - VMware podcast : https://anchor.fm/vupdate 118 | - VMworld 2020 Cloud Management content : https://blogs.vmware.com/management/2020/09/vmworld-vra.html 119 | - SaltStack ressourcer : https://github.com/hbokh/awesome-saltstack 120 | - How to Migrate from vRealize Automation 7.x to 8.2 Today : https://blogs.vmware.com/management/2021/01/how-to-migrate-from-vrealize-automation-7-x-to-8-2-today.html 121 | - Building a K8S homelab, a serie - currently 1-8 : https://vzilla.co.uk/vzilla-blog/building-the-home-lab-kubernetes-playground-part-1 122 | - Learn Codestream Website : https://learncodestream.github.io 123 | - The Ultimate Terraform cheatsheet : https://acloudguru.com/blog/engineering/the-ultimate-terraform-cheatsheet 124 | 125 | ## Products Whats New Updates 126 | - VRA 8.4 Whats New : https://blogs.vmware.com/management/2021/04/whats-new-with-vrealize-automation-8-4-technical-overview.html 127 | - VRA 8.3 Whats New : https://blogs.vmware.com/management/2021/02/whats-new-with-vrealize-automation-8-3-technical-overview.html?utm_source=feedly&utm_medium=rss&utm_campaign=whats-new-with-vrealize-automation-8-3-technical-overview 128 | - VROPS 8.3 Whats New : https://blogs.vmware.com/management/2021/02/whats-new-in-vrealize-operations-8-3.html?utm_source=feedly&utm_medium=rss&utm_campaign=whats-new-in-vrealize-operations-8-3 129 | - LCM 8.2 Whats New : https://blogs.vmware.com/management/2020/10/vrealize-suite-lifecycle-manager.html?utm_source=feedly&utm_medium=rss&utm_campaign=vrealize-suite-lifecycle-manager 130 | - Log Insight 8.4 Whats New : https://blogs.vmware.com/management/2021/04/whats-new-in-vrealize-log-insight-8-4.html 131 | - Log Insight 8.3 Whats New : https://blogs.vmware.com/management/2021/02/whats-new-in-vrealize-log-insight-8-3.html?utm_source=feedly&utm_medium=rss&utm_campaign=whats-new-in-vrealize-log-insight-8-3 132 | 133 | 134 | --------------------------------------------------------------------------------