Skip to content

Instantly share code, notes, and snippets.

@tiswanso
Created August 21, 2020 02:12
Show Gist options
  • Save tiswanso/69d1e0240739d4b84789ddeb7da13d62 to your computer and use it in GitHub Desktop.
Save tiswanso/69d1e0240739d4b84789ddeb7da13d62 to your computer and use it in GitHub Desktop.
Branch Pointer: https://github.com/tiswanso/nsm-nse/tree/vl3_restore_ci
# Prereqs:
mkdir -p $GOPATH/src/github.com/cisco-app-networking
git clone https://github.com/cisco-app-networking/networkservicemesh
cd networkservicemesh
git checkout vl3_latest
cd ..
git clone https://github.com/cisco-app-networking/nsm-nse
cd nsm-nse
git checkout vl3_restore_ci
https://github.com/tiswanso/nsm-nse/tree/vl3_restore_ci/build/nse/vl3-nse#multiple-domain-usage
# create 2 clusters (e.g. KinD clusters) and set env vars cluster1 and cluster2 to the kubeconfigs for the clusters
# run the following to point to the images with the fix for running without NSE control services for IPAM and service mapping
NSE_HUB=tiswanso NSE_TAG=vl3_restore_ci scripts/vl3/demo_vl3.sh --kconf_clus1=$cluster1 --kconf_clus2=$cluster2 --hello --nowait
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment