Skip to content

Commit

Permalink
subnets
Browse files Browse the repository at this point in the history
  • Loading branch information
przsus committed Nov 27, 2024
1 parent 700e675 commit 5b3e5a5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 14 deletions.
19 changes: 5 additions & 14 deletions playbooks/aws/aws_sdwan_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,11 @@ aws_resources_prefix: "{{ organization_name }}"
# - 10.10.0.0/16
aws_allowed_subnets: null

# NOTE uncomment for UX2.0 deployment
# aws_subnets:
# - name: "{{ aws_resources_prefix }}-mgmt-subnet-512"
# subnet_cidr: "10.0.1.0/24" # default ips from official Cisco guides
# VPN: 512
# type: mgmt
# - name: "{{ aws_resources_prefix }}-transport-subnet-0"
# subnet_cidr: "10.0.2.0/24" # default ips from official Cisco guides
# VPN: 0
# type: transport
# - name: "{{ aws_resources_prefix }}-service-subnet-10"
# subnet_cidr: "10.0.3.0/24" # default ips from official Cisco guides
# VPN: 10
# type: service
#######################################
# Deployment configuration #
#######################################

ux20_deployment: true # NOTE remove or set to false for UX1.0 deployment

###############################
# Controllers #
Expand Down
6 changes: 6 additions & 0 deletions playbooks/azure/azure_sdwan_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ az_resources_prefix: "{{ organization_name }}"
# example configuration is:
az_allowed_subnets: null

#######################################
# Deployment configuration #
#######################################

ux20_deployment: true # NOTE remove or set to false for UX1.0 deployment

###############################
# Controllers #
Expand Down Expand Up @@ -78,6 +83,7 @@ vsmart_instances:

# cedge C8000K
az_cedge_vm_size: "Standard_D4_v2"
# az_cedge_vm_size: "Standard_D2_v2" # NOTE optionally uncomment for UX1.0 deployment

az_cedge_image_offer: "cisco-c8000v-byol"
az_cedge_image_publisher: "cisco"
Expand Down

0 comments on commit 5b3e5a5

Please sign in to comment.