diff --git a/content/patterns/ansible-edge-gitops/_index.md b/content/patterns/ansible-edge-gitops/_index.md index cbac5913b..7a2087e1d 100644 --- a/content/patterns/ansible-edge-gitops/_index.md +++ b/content/patterns/ansible-edge-gitops/_index.md @@ -1,7 +1,7 @@ --- title: Ansible Edge GitOps date: 2022-06-08 -tier: sandbox +tier: maintained summary: This pattern uses OpenShift Virtualization to simulate an edge environment for VMs. rh_products: - Red Hat OpenShift Container Platform @@ -58,7 +58,7 @@ Similar to other patterns, this pattern starts with a central management hub, wh ### Physical Architecture -TBD +![Ansible-Edge-GitOps-Physical-Architecture](/images/ansible-edge-gitops/aeg-arch-schematic.png) ## Recorded Demo diff --git a/content/patterns/retail/_index.md b/content/patterns/retail/_index.md index 87a9e94f0..20b882944 100644 --- a/content/patterns/retail/_index.md +++ b/content/patterns/retail/_index.md @@ -1,7 +1,7 @@ --- title: Retail date: 2022-12-08 -tier: sandbox +tier: tested summary: This pattern demonstrates a pattern that models the store side of a retail application. rh_products: - Red Hat OpenShift Container Platform @@ -17,7 +17,7 @@ links: help: https://groups.google.com/g/validatedpatterns bugs: https://github.com/validatedpatterns/retail/issues # uncomment once this exists -# ci: retail +ci: retail --- # Retail Pattern diff --git a/static/images/ansible-edge-gitops/aeg-arch-schematic.png b/static/images/ansible-edge-gitops/aeg-arch-schematic.png new file mode 100644 index 000000000..12e148651 Binary files /dev/null and b/static/images/ansible-edge-gitops/aeg-arch-schematic.png differ