Skip to content

Commit

Permalink
add others
Browse files Browse the repository at this point in the history
  • Loading branch information
saamalik committed Sep 6, 2023
1 parent 8b83ec6 commit efdb7ed
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 46 deletions.
88 changes: 44 additions & 44 deletions edge-stores/edge-stores-east.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,53 +26,53 @@
##############################################
## 502
##############################################
#- name: store-502-nj-newark
# cluster_vip: 10.10.171.172
# cluster_tags:
# - "type: reserve" # drive-thru, reserve,edge_host_uid combo
# - "stage: true"
# - "vm-name: picard-edge-2"
# - "region: east"
# node_pools:
# - name: control-plane
# control_plane: true
# edge_host_uid:
# - "edge-d4ed3842160e2a0b6f746b11e213776d"
# profiles:
# - name: ubuntu-k3s
# tag: 1.25.2
# context: project
# - name: edge-apps-web
# tag: 2.5.0
# context: project
# location:
# latitude: 40.735657
# longitude: -74.172363
- name: store-502-nj-newark
cluster_vip: 10.10.171.172
cluster_tags:
- "type:reserve" # drive-thru, reserve,edge_host_uid combo
- "stage:true"
- "vm-name:edge-store-5"
- "region:east"
node_pools:
- name: control-plane
control_plane: true
edge_host_uid:
- "edge-78c91a42a12849ff7679d2dd7d7b4e5a"
profiles:
- name: ubuntu-k3s
tag: 1.0.0
context: project
# - name: edge-apps-web
# tag: 2.5.0
# context: project
location:
latitude: 40.735657
longitude: -74.172363
##############################################
## 503
##############################################
#- name: store-503-pa-pit
# cluster_vip: 10.10.171.173
# cluster_tags:
# - "type: reserve" # drive-thru, reserve,edge_host_uid combo
# - "stage: true"
# - "vm-name: picard-edge-3"
# - "region: east"
# node_pools:
# - name: control-plane
# control_plane: true
# edge_host_uid:
# - "edge-d3ad384226f2a690b92e791d6e762df6"
# profiles:
# - name: ubuntu-k3s
# tag: 1.25.2
# context: project
# - name: edge-apps-web
# tag: 2.5.0
# context: project
# location:
# latitude: 40.440624
# longitude: -79.995888
- name: store-503-pa-pit
cluster_vip: 10.10.171.173
cluster_tags:
- "type:reserve" # drive-thru, reserve,edge_host_uid combo
- "stage:true"
- "vm-name:edge-store-6"
- "region:east"
node_pools:
- name: control-plane
control_plane: true
edge_host_uid:
- "edge-92371a428923d05ce4228043fa1114f2"
profiles:
- name: ubuntu-k3s
tag: 1.0.0
context: project
# - name: edge-apps-web
# tag: 2.5.0
# context: project
location:
latitude: 40.440624
longitude: -79.995888
##############################################
## 504
#############################################
Expand Down
4 changes: 2 additions & 2 deletions edge-tf-scripts/edge-modules.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ locals {
}
module "edge" {
source = "spectrocloud/edge/spectrocloud"
version = "1.1.1"
version = "1.1.1"
for_each = local.edge
name = each.value.name
cluster_tags = each.value.cluster_tags
cluster_vip = each.value.cluster_vip
node_pools = each.value.node_pools
cluster_profiles = each.value.profiles
location = each.value.location
location = each.value.location
}

0 comments on commit efdb7ed

Please sign in to comment.