diff --git a/05-quickstarts.md b/05-quickstarts.md index 77d1da787c5a5f9f64517fbdb4c71ed9e91ffd77..85702168cc95deb8669a535f55b50a883905ac4a 100644 --- a/05-quickstarts.md +++ b/05-quickstarts.md @@ -346,7 +346,8 @@ Once it finished instantiating, you can get the IP address of the squid service ``` cnf_id=`osm vnf-list | grep squid | awk '{ print $2 }'` -osm vnf-show --literal $cnf_id | yq ".kdur[0].services[]" +osm vnf-show --literal $cnf_id | \ + yq e '.kdur[0].services[] | select(.name == "squid").external_ip[0]' - ``` Search for the `external_ip` of the service named `squid`.