Change-Id: Id045671934696ff96d46079c0f1a8e0ea2a172c2
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
do
maas $PROFILE machine delete $m
done
- maas $PROFILE pod delete 1 || true
+ podno=$(maas $PROFILE pods read | jq -r ".[]".id)
+ maas $PROFILE pod delete $podno || true
# if we have a virshurl configuration we use it, else we use local
VIRSHURL=$(cat labconfig.json | jq -r '.opnfv.virshurl')
bindings:
"": *oam-space
controller-api: *internal-space
- ovsdb-manager-api: *internal-space
+ ovsdb-manager: *internal-space
{% endif %}
options:
install-url: "https://nexus.opendaylight.org/content/repositories/opendaylight.release/org/opendaylight/integration/distribution-karaf/0.6.0-Carbon/distribution-karaf-0.6.0-Carbon.tar.gz"
do
maas $PROFILE machine delete $m || true
done
- maas $PROFILE pod delete 1 || true
+ podno=$(maas $PROFILE pods read | jq -r ".[]".id)
+ maas $PROFILE pod delete $podno || true
./cleanvm.sh || true