From c1182e1ace3d66d07a8bb5689339595c31433681 Mon Sep 17 00:00:00 2001 From: Rick Shahid Date: Thu, 5 Oct 2023 08:08:17 -0700 Subject: [PATCH] Azure rendering solution deployment framework --- src/terraform/examples/e2e/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/terraform/examples/e2e/README.md b/src/terraform/examples/e2e/README.md index a0490e30..6eb1101d 100644 --- a/src/terraform/examples/e2e/README.md +++ b/src/terraform/examples/e2e/README.md @@ -15,7 +15,7 @@ The following design principles are implemented across each module of the Azure | [3 File Storage](#3-file-storage) | Deploys native ([Blob [NFS]](https://learn.microsoft.com/azure/storage/blobs/network-file-system-protocol-support), [Files](https://learn.microsoft.com/azure/storage/files/storage-files-introduction) or [NetApp Files](https://learn.microsoft.com/azure/azure-netapp-files/azure-netapp-files-introduction)) or hosted ([Weka](https://azuremarketplace.microsoft.com/marketplace/apps/weka1652213882079.weka_data_platform) or [Hammerspace](https://azuremarketplace.microsoft.com/marketplace/apps/hammerspace.hammerspace_4_6_5)) storage with optional sample scene data loaded for [PBRT](https://pbrt.org), [Blender](https://www.blender.org) and/or [MoonRay](https://openmoonray.org) rendering. | No | Yes | | [4 File Cache](#4-file-cache) | Deploys [HPC Cache](https://learn.microsoft.com/azure/hpc-cache/hpc-cache-overview) or [Avere vFXT](https://learn.microsoft.com/azure/avere-vfxt/avere-vfxt-overview) storage cluster for highly-available and scalable on-premises file caching on-demand. | Yes | No | | [5 Render Manager](#5-render-manager) | Deploys [Virtual Machines](https://learn.microsoft.com/azure/virtual-machines) for render job management
via any 3rd-party rendering job scheduling software. | No | No | -| [6 Render Farm](#6-render-farm) | Deploys [Virtual Machine Scale Sets](https://learn.microsoft.com/azure/virtual-machine-scale-sets/overview) or [Batch](https://learn.microsoft.com/azure/batch/batch-technical-overview) for highly-scalable Linux and/or Windows render farm compute.
Deploys [Azure OpenAI](https://learn.microsoft.com/azure/ai-services/openai/overview) ([DALL-E 2](https://openai.com/dall-e-2)) with [Semantic Kernel](https://learn.microsoft.com/semantic-kernel/overview/). | Yes, Azure OpenAI is optional config [here](https://github.com/Azure/Avere/blob/main/src/terraform/examples/e2e/6.Render.Farm/config.auto.tfvars#L515) | Yes, Azure OpenAI is optional config [here](https://github.com/Azure/Avere/blob/main/src/terraform/examples/e2e/6.Render.Farm/config.auto.tfvars#L515) | +| [6 Render Farm](#6-render-farm) | Deploys [Virtual Machine Scale Sets](https://learn.microsoft.com/azure/virtual-machine-scale-sets/overview) or [Batch](https://learn.microsoft.com/azure/batch/batch-technical-overview) for highly-scalable Linux and/or Windows render farm compute.
Deploys [Azure OpenAI](https://learn.microsoft.com/azure/ai-services/openai/overview) ([DALL-E 2](https://openai.com/dall-e-2)) with [Semantic Kernel](https://learn.microsoft.com/semantic-kernel/overview/). | Yes, Azure OpenAI is *optional* config [here](https://github.com/Azure/Avere/blob/main/src/terraform/examples/e2e/6.Render.Farm/config.auto.tfvars#L515) | Yes, Azure OpenAI is *optional* config [here](https://github.com/Azure/Avere/blob/main/src/terraform/examples/e2e/6.Render.Farm/config.auto.tfvars#L515) | | [7 Artist Workstation](#7-artist-workstation) | Deploys [Virtual Machines](https://learn.microsoft.com/azure/virtual-machines/overview) ([GPU Enabled](https://learn.microsoft.com/azure/virtual-machines/sizes-gpu)) for [Linux](https://learn.microsoft.com/azure/virtual-machines/linux/overview) and/or
[Windows](https://learn.microsoft.com/azure/virtual-machines/windows/overview) remote artist workstations with [HP Anyware](https://www.teradici.com). | No | No | | [8 Render Jobs](#8-render-jobs) | Example render farm job submissions from [Linux](https://learn.microsoft.com/azure/virtual-machines/linux/overview) and/or
[Windows](https://learn.microsoft.com/azure/virtual-machines/windows/overview) remote artist workstations with [HP Anyware](https://www.teradici.com). | No | No |