diff --git a/hack/vlab-test.sh b/hack/vlab-test.sh index aab3a571..7a7c6d22 100755 --- a/hack/vlab-test.sh +++ b/hack/vlab-test.sh @@ -6,8 +6,13 @@ function control { bin/hhfab vlab ssh --vm control-1 PATH=/opt/bin "$@" } -control kubectl fabric vpc create --name vpc-1 --subnet 10.90.0.1/24 +control kubectl fabric vpc create --name vpc-1 --subnet 10.90.1.1/24 +control kubectl fabric vpc create --name vpc-2 --subnet 10.90.2.1/24 + control kubectl fabric vpc attach --vpc vpc-1 --conn server-1--mclag--switch-1--switch-2 -control kubectl fabric vpc attach --vpc vpc-1 --conn server-2--mclag--switch-1--switch-2 +control kubectl fabric vpc attach --vpc vpc-2 --conn server-2--mclag--switch-1--switch-2 + +control kubectl fabric vpc peer --vpc vpc-1 --vpc vpc-2 -control kubectl get agent -o wide \ No newline at end of file +control kubectl get agent -o wide +control kubectl wait --for=condition=Applied agent/switch-1 agent/switch-2 --timeout=600s \ No newline at end of file diff --git a/pkg/fab/assemly.go b/pkg/fab/assemly.go index 8481b97f..a0bfaa1b 100644 --- a/pkg/fab/assemly.go +++ b/pkg/fab/assemly.go @@ -74,7 +74,7 @@ var ( } // Fabric - REF_FABRIC_VERSION = cnc.Ref{Tag: "v0.17.1"} + REF_FABRIC_VERSION = cnc.Ref{Tag: "v0.17.2"} REF_FABRIC_API_CHART = cnc.Ref{Name: "fabric/charts/fabric-api"} REF_FABRIC_CHART = cnc.Ref{Name: "fabric/charts/fabric"} REF_FABRIC_IMAGE = cnc.Ref{Name: "fabric/fabric"}