Skip to content
Snippets Groups Projects
3-get-admin-operator-credential.sh 574 B
Newer Older
#!/bin/bash
echo "========================================================================"
echo "Getting admin operator credentials"
echo "========================================================================"
osm ns-action $MAGMA_NS_NAME --vnf_name magma_orc_cnf --kdu_name magma-orc-kdu --action_name get-master-admin-credentials --wait
echo "========================================================================"
echo "pfx_package pass appears in the operation output, please save it"
echo "========================================================================"