Skip to content

Commit

Permalink
final
Browse files Browse the repository at this point in the history
  • Loading branch information
saamalik committed Nov 8, 2023
1 parent 1622a93 commit 520f577
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
12 changes: 6 additions & 6 deletions edge-stores/edge-stores-east.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
- name: control-plane
control_plane: true
edge_host_uid:
- "edge-59d71a421bed182e3ee7215e0558ddc0"
- "edge-f0ad114278c96ea4a169f0565d1beb96"
profiles:
- name: ubuntu-k3s
- name: edge-ubuntu-k3s
tag: 1.0.0
context: project
# - name: edge-apps-web
Expand All @@ -34,9 +34,9 @@
- name: control-plane
control_plane: true
edge_host_uid:
- "edge-78c91a42a12849ff7679d2dd7d7b4e5a"
- "edge-faa8114203b669e9dba7f85e13eed6eb"
profiles:
- name: ubuntu-k3s
- name: edge-ubuntu-k3s
tag: 1.0.0
context: project
# - name: edge-apps-web
Expand All @@ -59,9 +59,9 @@
- name: control-plane
control_plane: true
edge_host_uid:
- "edge-92371a428923d05ce4228043fa1114f2"
- "edge-957c11422056e5004e4321234213c0f7"
profiles:
- name: ubuntu-k3s
- name: edge-ubuntu-k3s
tag: 1.0.0
context: project
# - name: edge-apps-web
Expand Down
14 changes: 7 additions & 7 deletions edge-stores/edge-stores-west.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
- name: control-plane
control_plane: true
edge_host_uid:
- "edge-bf7e1a420afb00bb326c86087f5b1196"
- "edge-dfe01142855ab77a002e4ae8ced805b0"
profiles:
- name: ubuntu-k3s
- name: edge-ubuntu-k3s
tag: 1.0.0
context: project
# - name: edge-apps-web
Expand All @@ -34,10 +34,10 @@
- name: control-plane
control_plane: true
edge_host_uid:
- "edge-672e1a42584b98026ec65a4b2557bf0f"
- "edge-84f31142135c554246d171784e144786"
profiles:
- name: ubuntu-k3s
tag: 2.0.0
- name: edge-ubuntu-k3s
tag: 1.0.0
context: project
# - name: edge-apps-web
# tag: 2.5.0
Expand All @@ -59,9 +59,9 @@
- name: control-plane
control_plane: true
edge_host_uid:
- "edge-45381a4272084fd8a4c5228b076eb3dc"
- "edge-3a911142cf728c273e1097012403e026"
profiles:
- name: ubuntu-k3s
- name: edge-ubuntu-k3s
tag: 1.0.0
context: project
# - name: edge-apps-web
Expand Down
10 changes: 5 additions & 5 deletions edge-tf-scripts/clusterprofiles.tf
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
data "spectrocloud_registry_oci" "prod-azure" {
name = "picard-prod-azure"
}
# data "spectrocloud_registry_oci" "prod-azure" {
# name = "picard-prod-azure"
# }

locals {
cp_files = fileset("${path.module}/config", "profiles-*.yaml")
cp_files = fileset("${path.module}/config/profiles", "profiles-*.yaml")

cp_list = yamldecode(join("\n", [for i in local.cp_files : file("config/${i}")]))
cp_list = yamldecode(join("\n", [for i in local.cp_files : file("config/profiles/${i}")]))

cp = {
for e in local.cp_list :
Expand Down

0 comments on commit 520f577

Please sign in to comment.