Skip to content

Commit d80c6d8

Browse files
authored
Merge pull request #52 from mbaldessari/new-regions
Expand supported regions
2 parents dcde385 + 4819a99 commit d80c6d8

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ OpenShift to generate project proposals for specific Red Hat products.
1616
## Pre-requisites
1717

1818
- Podman
19-
- Red Hat Openshift cluster running in AWS. Supported regions are us-west-2 and us-east-1.
19+
- Red Hat Openshift cluster running in AWS. Supported regions are : us-east-1 us-east-2 us-west-1 us-west-2 ca-central-1 sa-east-1 eu-west-1 eu-west-2 eu-west-3 eu-central-1 eu-north-1 ap-northeast-1 ap-northeast-2 ap-northeast-3 ap-southeast-1 ap-southeast-2 ap-south-1.
2020
- GPU Node to run Hugging Face Text Generation Inference server on Red Hat OpenShift cluster.
2121
- Create a fork of the [rag-llm-gitops](https://github.com/validatedpatterns/rag-llm-gitops.git) git repository.
2222

ansible/playbooks/create-gpu-machine-set.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,21 @@
88
usable_regions:
99
- us-east-1
1010
- us-east-2
11+
- us-west-1
1112
- us-west-2
13+
- ca-central-1
14+
- sa-east-1
15+
- eu-west-1
16+
- eu-west-2
17+
- eu-west-3
18+
- eu-central-1
19+
- eu-north-1
20+
- ap-northeast-1
21+
- ap-northeast-2
22+
- ap-northeast-3
23+
- ap-southeast-1
24+
- ap-southeast-2
25+
- ap-south-1
1226
tasks:
1327
- name: "[create-gpu-machine-set] Get the infrai-id for the cluster"
1428
kubernetes.core.k8s_info:

0 commit comments

Comments
 (0)