Skip to content

Commit

Permalink
CircleCI: remove datacenter cEdge
Browse files Browse the repository at this point in the history
  • Loading branch information
ljakab committed Aug 20, 2024
1 parent 249ad4c commit 0b0a0b1
Show file tree
Hide file tree
Showing 2 changed files with 215 additions and 212 deletions.
7 changes: 4 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,10 @@ jobs:
- run:
name: Generate Ansible inventory and variable files based on YAML config
command: cd bin && ./decrypt_secrets.sh && ./config_build.sh
- run:
name: Connect VPN to on-prem DC
command: sudo apt install -y openconnect && ./bin/vpn.sh
# Openconnect doesn't seem to work anymore with the Meraki VPN
# - run:
# name: Connect VPN to on-prem DC
# command: sudo apt install -y openconnect && ./bin/vpn.sh
- run:
name: Creating networks and VMs
command: cd bin && ./play.sh -v /ansible/day_0/deploy-control-plane.yml
Expand Down
Loading

0 comments on commit 0b0a0b1

Please sign in to comment.