Skip to content
Snippets Groups Projects

Updated post_deploy with after_netma corrections

Closed Alejandro Muñiz requested to merge testing_post_deploy into main
1 unresolved thread
+ 6
8
@@ -65,21 +65,14 @@ kubectl taint nodes kind-control-plane node-role.kubernetes.io/control-plane:NoS
kubectl wait --for=condition=Ready pod --all -A --timeout=20m # wait until everything is running before we continue
kubectl create -f ./deployments/l2sm-deployment.yaml -n=he-codeco-netma
# Fix by Alejandro de Cock Buning for proper l2sm function
kubectl wait --for=condition=Ready pod --all -A --timeout=20m
chmod +x /acm/scripts/after_netma_deployment.sh
/acm/scripts/after_netma_deployment.sh
#
cd ..
cd network-exposure/
kubectl apply -f kuberfiles/00_namespace.yaml
kubectl apply -f kuberfiles/01_netma-topology-crd.yaml
cd ..
cd network-state-management/netma-nsm-npp/k8s-netperf
cd network-state-management/netma-nsm-mon/k8s-netperf
kubectl apply -f k8s-netperf.yaml
cd ../../..
@@ -87,6 +80,11 @@ kubectl apply -f network-exposure/kuberfiles/02_nemesys-deployment.yaml
kubectl wait --for=condition=Ready pod --all -n he-codeco-netma --timeout=20m
echo "Preparing after NetMA deployment"
# Fix by Alejandro de Cock Buning for proper l2sm function
chmod +x ./acm/scripts/after_netma_deployment.sh
./acm/scripts/after_netma_deployment.sh
## The next command is to check that the CR has been pushed correctly
## kubectl get netma-topology netma-sample -o yaml -n he-codeco-netma
echo "........................................Finished installing NetMA..............................................."
Loading