Skip to content

Commit 0b0a0b1

Browse files
committed
CircleCI: remove datacenter cEdge
1 parent 249ad4c commit 0b0a0b1

File tree

2 files changed

+215
-212
lines changed

2 files changed

+215
-212
lines changed

.circleci/config.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,10 @@ jobs:
5656
- run:
5757
name: Generate Ansible inventory and variable files based on YAML config
5858
command: cd bin && ./decrypt_secrets.sh && ./config_build.sh
59-
- run:
60-
name: Connect VPN to on-prem DC
61-
command: sudo apt install -y openconnect && ./bin/vpn.sh
59+
# Openconnect doesn't seem to work anymore with the Meraki VPN
60+
# - run:
61+
# name: Connect VPN to on-prem DC
62+
# command: sudo apt install -y openconnect && ./bin/vpn.sh
6263
- run:
6364
name: Creating networks and VMs
6465
command: cd bin && ./play.sh -v /ansible/day_0/deploy-control-plane.yml

0 commit comments

Comments
 (0)