+ '[' -d /cfy-persist ']' ++ ls -A /cfy-persist + '[' -z '' ']' ++ cat /opt/onap/cm-secrets/password + CMPASS=SU92FFB6 + CMPASS=SU92FFB6 + sed -i -e 's|admin_password: .*$|admin_password: SU92FFB6|' /etc/cloudify/config.yaml + for d in '$PDIRS' ++ dirname /var/lib + p=/var + mkdir -p /cfy-persist/var + cp -rp /var/lib /cfy-persist/var + for d in '$PDIRS' ++ dirname /etc/cloudify + p=/etc + mkdir -p /cfy-persist/etc + cp -rp /etc/cloudify /cfy-persist/etc + for d in '$PDIRS' ++ dirname /opt/cfy + p=/opt + mkdir -p /cfy-persist/opt + cp -rp /opt/cfy /cfy-persist/opt + for d in '$PDIRS' ++ dirname /opt/cloudify + p=/opt + mkdir -p /cfy-persist/opt + cp -rp /opt/cloudify /cfy-persist/opt + for d in '$PDIRS' ++ dirname /opt/cloudify-stage + p=/opt + mkdir -p /cfy-persist/opt + cp -rp /opt/cloudify-stage /cfy-persist/opt + for d in '$PDIRS' ++ dirname /opt/manager + p=/opt + mkdir -p /cfy-persist/opt + cp -rp /opt/manager /cfy-persist/opt + for d in '$PDIRS' ++ dirname /opt/mgmtworker + p=/opt + mkdir -p /cfy-persist/opt + cp -rp /opt/mgmtworker /cfy-persist/opt + for d in '$PDIRS' ++ dirname /opt/restservice + p=/opt + mkdir -p /cfy-persist/opt + cp -rp /opt/restservice /cfy-persist/opt + for d in '$PDIRS' + '[' -d /var/lib ']' + mv /var/lib /var/lib-initial ++ dirname /var/lib + ln -sf /cfy-persist//var/lib /var + for d in '$PDIRS' + '[' -d /etc/cloudify ']' + mv /etc/cloudify /etc/cloudify-initial ++ dirname /etc/cloudify + ln -sf /cfy-persist//etc/cloudify /etc + for d in '$PDIRS' + '[' -d /opt/cfy ']' + mv /opt/cfy /opt/cfy-initial ++ dirname /opt/cfy + ln -sf /cfy-persist//opt/cfy /opt + for d in '$PDIRS' + '[' -d /opt/cloudify ']' + mv /opt/cloudify /opt/cloudify-initial ++ dirname /opt/cloudify + ln -sf /cfy-persist//opt/cloudify /opt + for d in '$PDIRS' + '[' -d /opt/cloudify-stage ']' + mv /opt/cloudify-stage /opt/cloudify-stage-initial ++ dirname /opt/cloudify-stage + ln -sf /cfy-persist//opt/cloudify-stage /opt + for d in '$PDIRS' + '[' -d /opt/manager ']' + mv /opt/manager /opt/manager-initial ++ dirname /opt/manager + ln -sf /cfy-persist//opt/manager /opt + for d in '$PDIRS' + '[' -d /opt/mgmtworker ']' + mv /opt/mgmtworker /opt/mgmtworker-initial ++ dirname /opt/mgmtworker + ln -sf /cfy-persist//opt/mgmtworker /opt + for d in '$PDIRS' + '[' -d /opt/restservice ']' + mv /opt/restservice /opt/restservice-initial ++ dirname /opt/restservice + ln -sf /cfy-persist//opt/restservice /opt + /scripts/init-cloudify.sh + exec /sbin/init --log-target=journal + /scripts/setup-secret.sh + '[' '!' -d /var/run/secrets/kubernetes.io/serviceaccount ']' + mkdir -p /var/run/secrets/kubernetes.io/ + ln -s /secret/ /var/run/secrets/kubernetes.io/serviceaccount + /scripts/load-plugins.sh + /scripts/cloudify-ready.sh Did not get a status response This command is only available when using a manager. Please use the `cfy profiles use` command to connect to a Cloudify Manager. + echo 'Waiting for CM to come up' + sleep 15 Waiting for CM to come up + /scripts/cloudify-ready.sh Did not get a status response This command is only available when using a manager. Please use the `cfy profiles use` command to connect to a Cloudify Manager. + echo 'Waiting for CM to come up' + sleep 15 Waiting for CM to come up + /scripts/cloudify-ready.sh Did not get a status response This command is only available when using a manager. Please use the `cfy profiles use` command to connect to a Cloudify Manager. Waiting for CM to come up + echo 'Waiting for CM to come up' + sleep 15 + /scripts/cloudify-ready.sh Did not get a status response This command is only available when using a manager. Please use the `cfy profiles use` command to connect to a Cloudify Manager. Waiting for CM to come up + echo 'Waiting for CM to come up' + sleep 15 + /scripts/cloudify-ready.sh Did not get a status response This command is only available when using a manager. Please use the `cfy profiles use` command to connect to a Cloudify Manager. Waiting for CM to come up + echo 'Waiting for CM to come up' + sleep 15 + /scripts/cloudify-ready.sh Did not get a status response This command is only available when using a manager. Please use the `cfy profiles use` command to connect to a Cloudify Manager. Waiting for CM to come up + echo 'Waiting for CM to come up' + sleep 15 + /scripts/cloudify-ready.sh Did not get a status response This command is only available when using a manager. Please use the `cfy profiles use` command to connect to a Cloudify Manager. Waiting for CM to come up + echo 'Waiting for CM to come up' + sleep 15 + /scripts/cloudify-ready.sh Services: Got a status response | Cloudify Console | Inactive | | Management Worker | Inactive | Some service(s) not running Retrieving manager services status... [ip=dcae-cloudify-manager] Services: +--------------------------------+----------+ | service | status | +--------------------------------+----------+ | Webserver | Active | | Cloudify Console | Inactive | | AMQP-Postgres | Active | | Management Worker | Inactive | | Manager Rest-Service | Active | | PostgreSQL | Active | | RabbitMQ | Active | +--------------------------------+----------+ + echo 'Waiting for CM to come up' + sleep 15 Waiting for CM to come up + /scripts/cloudify-ready.sh Services: Got a status response All services running + shopt -s nullglob + [[ ! -f /opt/manager/plugins-loaded ]] + for p in '${PLUGIN_DIR}/*' + wagons=($p/*.wgn) + types=($p/*.yaml) + install_plugin /opt/plugins/plugin-5Dc9T1a/k8splugin-3.9.0-py36-none-linux_x86_64.wgn /opt/plugins/plugin-5Dc9T1a/k8splugin_types.yaml ++ basename /opt/plugins/plugin-5Dc9T1a/k8splugin-3.9.0-py36-none-linux_x86_64.wgn + ARCHIVE=k8splugin-3.9.0-py36-none-linux_x86_64.wgn + cm_hasany 'plugins?archive_name=k8splugin-3.9.0-py36-none-linux_x86_64.wgn' ++ curl -Ss -H 'Tenant: default_tenant' --user admin:SU92FFB6 --cacert /opt/onap/certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/plugins?archive_name=k8splugin-3.9.0-py36-none-linux_x86_64.wgn&_include=id' ++ /bin/jq .metadata.pagination.total + COUNT=0 + (( 0 > 0 )) + return 1 + cfy plugin upload -y /opt/plugins/plugin-5Dc9T1a/k8splugin_types.yaml /opt/plugins/plugin-5Dc9T1a/k8splugin-3.9.0-py36-none-linux_x86_64.wgn Creating plugin zip archive.. Uploading plugin archive (wagon + yaml).. tmp8_owlbxq.zip |-----------------------------------------------------| 0.13% tmp8_owlbxq.zip |-----------------------------------------------------| 0.26% tmp8_owlbxq.zip |-----------------------------------------------------| 0.38% tmp8_owlbxq.zip |-----------------------------------------------------| 0.51% tmp8_owlbxq.zip |-----------------------------------------------------| 0.64% tmp8_owlbxq.zip |-----------------------------------------------------| 0.77% tmp8_owlbxq.zip |-----------------------------------------------------| 0.9% tmp8_owlbxq.zip |#----------------------------------------------------| 1.03% tmp8_owlbxq.zip |#----------------------------------------------------| 1.15% tmp8_owlbxq.zip |#----------------------------------------------------| 1.28% tmp8_owlbxq.zip |#----------------------------------------------------| 1.41% tmp8_owlbxq.zip |#----------------------------------------------------| 1.54% tmp8_owlbxq.zip |#----------------------------------------------------| 1.67% tmp8_owlbxq.zip |#----------------------------------------------------| 1.79% tmp8_owlbxq.zip |#----------------------------------------------------| 1.92% tmp8_owlbxq.zip |#----------------------------------------------------| 2.05% tmp8_owlbxq.zip |#----------------------------------------------------| 2.18% tmp8_owlbxq.zip |#----------------------------------------------------| 2.31% tmp8_owlbxq.zip |#----------------------------------------------------| 2.44% tmp8_owlbxq.zip |#----------------------------------------------------| 2.56% tmp8_owlbxq.zip |#----------------------------------------------------| 2.69% tmp8_owlbxq.zip |#----------------------------------------------------| 2.82% tmp8_owlbxq.zip |##---------------------------------------------------| 2.95% tmp8_owlbxq.zip |##---------------------------------------------------| 3.08% tmp8_owlbxq.zip |##---------------------------------------------------| 3.2% tmp8_owlbxq.zip |##---------------------------------------------------| 3.33% tmp8_owlbxq.zip |##---------------------------------------------------| 3.46% tmp8_owlbxq.zip |##---------------------------------------------------| 3.59% tmp8_owlbxq.zip |##---------------------------------------------------| 3.72% tmp8_owlbxq.zip |##---------------------------------------------------| 3.85% tmp8_owlbxq.zip |##---------------------------------------------------| 3.97% tmp8_owlbxq.zip |##---------------------------------------------------| 4.1% tmp8_owlbxq.zip |##---------------------------------------------------| 4.23% tmp8_owlbxq.zip |##---------------------------------------------------| 4.36% tmp8_owlbxq.zip |##---------------------------------------------------| 4.49% tmp8_owlbxq.zip |##---------------------------------------------------| 4.61% tmp8_owlbxq.zip |###--------------------------------------------------| 4.74% tmp8_owlbxq.zip |###--------------------------------------------------| 4.87% tmp8_owlbxq.zip |###--------------------------------------------------| 5.0% tmp8_owlbxq.zip |###--------------------------------------------------| 5.13% tmp8_owlbxq.zip |###--------------------------------------------------| 5.26% tmp8_owlbxq.zip |###--------------------------------------------------| 5.38% tmp8_owlbxq.zip |###--------------------------------------------------| 5.51% tmp8_owlbxq.zip |###--------------------------------------------------| 5.64% tmp8_owlbxq.zip |###--------------------------------------------------| 5.77% tmp8_owlbxq.zip |###--------------------------------------------------| 5.9% tmp8_owlbxq.zip |###--------------------------------------------------| 6.02% tmp8_owlbxq.zip |###--------------------------------------------------| 6.15% tmp8_owlbxq.zip |###--------------------------------------------------| 6.28% tmp8_owlbxq.zip |###--------------------------------------------------| 6.41% tmp8_owlbxq.zip |###--------------------------------------------------| 6.54% tmp8_owlbxq.zip |####-------------------------------------------------| 6.67% tmp8_owlbxq.zip |####-------------------------------------------------| 6.79% tmp8_owlbxq.zip |####-------------------------------------------------| 6.92% tmp8_owlbxq.zip |####-------------------------------------------------| 7.05% tmp8_owlbxq.zip |####-------------------------------------------------| 7.18% tmp8_owlbxq.zip |####-------------------------------------------------| 7.31% tmp8_owlbxq.zip |####-------------------------------------------------| 7.43% tmp8_owlbxq.zip |####-------------------------------------------------| 7.56% tmp8_owlbxq.zip |####-------------------------------------------------| 7.69% tmp8_owlbxq.zip |####-------------------------------------------------| 7.82% tmp8_owlbxq.zip |####-------------------------------------------------| 7.95% tmp8_owlbxq.zip |####-------------------------------------------------| 8.08% tmp8_owlbxq.zip |####-------------------------------------------------| 8.2% tmp8_owlbxq.zip |####-------------------------------------------------| 8.33% tmp8_owlbxq.zip |####-------------------------------------------------| 8.46% tmp8_owlbxq.zip |#####------------------------------------------------| 8.59% tmp8_owlbxq.zip |#####------------------------------------------------| 8.72% tmp8_owlbxq.zip |#####------------------------------------------------| 8.84% tmp8_owlbxq.zip |#####------------------------------------------------| 8.97% tmp8_owlbxq.zip |#####------------------------------------------------| 9.1% tmp8_owlbxq.zip |#####------------------------------------------------| 9.23% tmp8_owlbxq.zip |#####------------------------------------------------| 9.36% tmp8_owlbxq.zip |#####------------------------------------------------| 9.48% tmp8_owlbxq.zip |#####------------------------------------------------| 9.61% tmp8_owlbxq.zip |#####------------------------------------------------| 9.74% tmp8_owlbxq.zip |#####------------------------------------------------| 9.87% tmp8_owlbxq.zip |#####------------------------------------------------| 10.0% tmp8_owlbxq.zip |#####------------------------------------------------| 10.13% tmp8_owlbxq.zip |#####------------------------------------------------| 10.25% tmp8_owlbxq.zip |######-----------------------------------------------| 10.38% tmp8_owlbxq.zip |######-----------------------------------------------| 10.51% tmp8_owlbxq.zip |######-----------------------------------------------| 10.64% tmp8_owlbxq.zip |######-----------------------------------------------| 10.77% tmp8_owlbxq.zip |######-----------------------------------------------| 10.89% tmp8_owlbxq.zip |######-----------------------------------------------| 11.02% tmp8_owlbxq.zip |######-----------------------------------------------| 11.15% tmp8_owlbxq.zip |######-----------------------------------------------| 11.28% tmp8_owlbxq.zip |######-----------------------------------------------| 11.41% tmp8_owlbxq.zip |######-----------------------------------------------| 11.54% tmp8_owlbxq.zip |######-----------------------------------------------| 11.66% tmp8_owlbxq.zip |######-----------------------------------------------| 11.79% tmp8_owlbxq.zip |######-----------------------------------------------| 11.92% tmp8_owlbxq.zip |######-----------------------------------------------| 12.05% tmp8_owlbxq.zip |######-----------------------------------------------| 12.18% tmp8_owlbxq.zip |#######----------------------------------------------| 12.3% tmp8_owlbxq.zip |#######----------------------------------------------| 12.43% tmp8_owlbxq.zip |#######----------------------------------------------| 12.56% tmp8_owlbxq.zip |#######----------------------------------------------| 12.69% tmp8_owlbxq.zip |#######----------------------------------------------| 12.82% tmp8_owlbxq.zip |#######----------------------------------------------| 12.95% tmp8_owlbxq.zip |#######----------------------------------------------| 13.07% tmp8_owlbxq.zip |#######----------------------------------------------| 13.2% tmp8_owlbxq.zip |#######----------------------------------------------| 13.33% tmp8_owlbxq.zip |#######----------------------------------------------| 13.46% tmp8_owlbxq.zip |#######----------------------------------------------| 13.59% tmp8_owlbxq.zip |#######----------------------------------------------| 13.71% tmp8_owlbxq.zip |#######----------------------------------------------| 13.84% tmp8_owlbxq.zip |#######----------------------------------------------| 13.97% tmp8_owlbxq.zip |#######----------------------------------------------| 14.1% tmp8_owlbxq.zip |########---------------------------------------------| 14.23% tmp8_owlbxq.zip |########---------------------------------------------| 14.36% tmp8_owlbxq.zip |########---------------------------------------------| 14.48% tmp8_owlbxq.zip |########---------------------------------------------| 14.61% tmp8_owlbxq.zip |########---------------------------------------------| 14.74% tmp8_owlbxq.zip |########---------------------------------------------| 14.87% tmp8_owlbxq.zip |########---------------------------------------------| 15.0% tmp8_owlbxq.zip |########---------------------------------------------| 15.12% tmp8_owlbxq.zip |########---------------------------------------------| 15.25% tmp8_owlbxq.zip |########---------------------------------------------| 15.38% tmp8_owlbxq.zip |########---------------------------------------------| 15.51% tmp8_owlbxq.zip |########---------------------------------------------| 15.64% tmp8_owlbxq.zip |########---------------------------------------------| 15.77% tmp8_owlbxq.zip |########---------------------------------------------| 15.89% tmp8_owlbxq.zip |########---------------------------------------------| 16.02% tmp8_owlbxq.zip |#########--------------------------------------------| 16.15% tmp8_owlbxq.zip |#########--------------------------------------------| 16.28% tmp8_owlbxq.zip |#########--------------------------------------------| 16.41% tmp8_owlbxq.zip |#########--------------------------------------------| 16.53% tmp8_owlbxq.zip |#########--------------------------------------------| 16.66% tmp8_owlbxq.zip |#########--------------------------------------------| 16.79% tmp8_owlbxq.zip |#########--------------------------------------------| 16.92% tmp8_owlbxq.zip |#########--------------------------------------------| 17.05% tmp8_owlbxq.zip |#########--------------------------------------------| 17.18% tmp8_owlbxq.zip |#########--------------------------------------------| 17.3% tmp8_owlbxq.zip |#########--------------------------------------------| 17.43% tmp8_owlbxq.zip |#########--------------------------------------------| 17.56% tmp8_owlbxq.zip |#########--------------------------------------------| 17.69% tmp8_owlbxq.zip |#########--------------------------------------------| 17.82% tmp8_owlbxq.zip |##########-------------------------------------------| 17.94% tmp8_owlbxq.zip |##########-------------------------------------------| 18.07% tmp8_owlbxq.zip |##########-------------------------------------------| 18.2% tmp8_owlbxq.zip |##########-------------------------------------------| 18.33% tmp8_owlbxq.zip |##########-------------------------------------------| 18.46% tmp8_owlbxq.zip |##########-------------------------------------------| 18.59% tmp8_owlbxq.zip |##########-------------------------------------------| 18.71% tmp8_owlbxq.zip |##########-------------------------------------------| 18.84% tmp8_owlbxq.zip |##########-------------------------------------------| 18.97% tmp8_owlbxq.zip |##########-------------------------------------------| 19.1% tmp8_owlbxq.zip |##########-------------------------------------------| 19.23% tmp8_owlbxq.zip |##########-------------------------------------------| 19.35% tmp8_owlbxq.zip |##########-------------------------------------------| 19.48% tmp8_owlbxq.zip |##########-------------------------------------------| 19.61% tmp8_owlbxq.zip |##########-------------------------------------------| 19.74% tmp8_owlbxq.zip |###########------------------------------------------| 19.87% tmp8_owlbxq.zip |###########------------------------------------------| 20.0% tmp8_owlbxq.zip |###########------------------------------------------| 20.12% tmp8_owlbxq.zip |###########------------------------------------------| 20.25% tmp8_owlbxq.zip |###########------------------------------------------| 20.38% tmp8_owlbxq.zip |###########------------------------------------------| 20.51% tmp8_owlbxq.zip |###########------------------------------------------| 20.64% tmp8_owlbxq.zip |###########------------------------------------------| 20.76% tmp8_owlbxq.zip |###########------------------------------------------| 20.89% tmp8_owlbxq.zip |###########------------------------------------------| 21.02% tmp8_owlbxq.zip |###########------------------------------------------| 21.15% tmp8_owlbxq.zip |###########------------------------------------------| 21.28% tmp8_owlbxq.zip |###########------------------------------------------| 21.41% tmp8_owlbxq.zip |###########------------------------------------------| 21.53% tmp8_owlbxq.zip |###########------------------------------------------| 21.66% tmp8_owlbxq.zip |############-----------------------------------------| 21.79% tmp8_owlbxq.zip |############-----------------------------------------| 21.92% tmp8_owlbxq.zip |############-----------------------------------------| 22.05% tmp8_owlbxq.zip |############-----------------------------------------| 22.17% tmp8_owlbxq.zip |############-----------------------------------------| 22.3% tmp8_owlbxq.zip |############-----------------------------------------| 22.43% tmp8_owlbxq.zip |############-----------------------------------------| 22.56% tmp8_owlbxq.zip |############-----------------------------------------| 22.69% tmp8_owlbxq.zip |############-----------------------------------------| 22.82% tmp8_owlbxq.zip |############-----------------------------------------| 22.94% tmp8_owlbxq.zip |############-----------------------------------------| 23.07% tmp8_owlbxq.zip |############-----------------------------------------| 23.2% tmp8_owlbxq.zip |############-----------------------------------------| 23.33% tmp8_owlbxq.zip |############-----------------------------------------| 23.46% tmp8_owlbxq.zip |############-----------------------------------------| 23.58% tmp8_owlbxq.zip |#############----------------------------------------| 23.71% tmp8_owlbxq.zip |#############----------------------------------------| 23.84% tmp8_owlbxq.zip |#############----------------------------------------| 23.97% tmp8_owlbxq.zip |#############----------------------------------------| 24.1% tmp8_owlbxq.zip |#############----------------------------------------| 24.23% tmp8_owlbxq.zip |#############----------------------------------------| 24.35% tmp8_owlbxq.zip |#############----------------------------------------| 24.48% tmp8_owlbxq.zip |#############----------------------------------------| 24.61% tmp8_owlbxq.zip |#############----------------------------------------| 24.74% tmp8_owlbxq.zip |#############----------------------------------------| 24.87% tmp8_owlbxq.zip |#############----------------------------------------| 24.99% tmp8_owlbxq.zip |#############----------------------------------------| 25.12% tmp8_owlbxq.zip |#############----------------------------------------| 25.25% tmp8_owlbxq.zip |#############----------------------------------------| 25.38% tmp8_owlbxq.zip |##############---------------------------------------| 25.51% tmp8_owlbxq.zip |##############---------------------------------------| 25.63% tmp8_owlbxq.zip |##############---------------------------------------| 25.76% tmp8_owlbxq.zip |##############---------------------------------------| 25.89% tmp8_owlbxq.zip |##############---------------------------------------| 26.02% tmp8_owlbxq.zip |##############---------------------------------------| 26.15% tmp8_owlbxq.zip |##############---------------------------------------| 26.28% tmp8_owlbxq.zip |##############---------------------------------------| 26.4% tmp8_owlbxq.zip |##############---------------------------------------| 26.53% tmp8_owlbxq.zip |##############---------------------------------------| 26.66% tmp8_owlbxq.zip |##############---------------------------------------| 26.79% tmp8_owlbxq.zip |##############---------------------------------------| 26.92% tmp8_owlbxq.zip |##############---------------------------------------| 27.04% tmp8_owlbxq.zip |##############---------------------------------------| 27.17% tmp8_owlbxq.zip |##############---------------------------------------| 27.3% tmp8_owlbxq.zip |###############--------------------------------------| 27.43% tmp8_owlbxq.zip |###############--------------------------------------| 27.56% tmp8_owlbxq.zip |###############--------------------------------------| 27.69% tmp8_owlbxq.zip |###############--------------------------------------| 27.81% tmp8_owlbxq.zip |###############--------------------------------------| 27.94% tmp8_owlbxq.zip |###############--------------------------------------| 28.07% tmp8_owlbxq.zip |###############--------------------------------------| 28.2% tmp8_owlbxq.zip |###############--------------------------------------| 28.33% tmp8_owlbxq.zip |###############--------------------------------------| 28.45% tmp8_owlbxq.zip |###############--------------------------------------| 28.58% tmp8_owlbxq.zip |###############--------------------------------------| 28.71% tmp8_owlbxq.zip |###############--------------------------------------| 28.84% tmp8_owlbxq.zip |###############--------------------------------------| 28.97% tmp8_owlbxq.zip |###############--------------------------------------| 29.1% tmp8_owlbxq.zip |###############--------------------------------------| 29.22% tmp8_owlbxq.zip |################-------------------------------------| 29.35% tmp8_owlbxq.zip |################-------------------------------------| 29.48% tmp8_owlbxq.zip |################-------------------------------------| 29.61% tmp8_owlbxq.zip |################-------------------------------------| 29.74% tmp8_owlbxq.zip |################-------------------------------------| 29.86% tmp8_owlbxq.zip |################-------------------------------------| 29.99% tmp8_owlbxq.zip |################-------------------------------------| 30.12% tmp8_owlbxq.zip |################-------------------------------------| 30.25% tmp8_owlbxq.zip |################-------------------------------------| 30.38% tmp8_owlbxq.zip |################-------------------------------------| 30.51% tmp8_owlbxq.zip |################-------------------------------------| 30.63% tmp8_owlbxq.zip |################-------------------------------------| 30.76% tmp8_owlbxq.zip |################-------------------------------------| 30.89% tmp8_owlbxq.zip |################-------------------------------------| 31.02% tmp8_owlbxq.zip |#################------------------------------------| 31.15% tmp8_owlbxq.zip |#################------------------------------------| 31.27% tmp8_owlbxq.zip |#################------------------------------------| 31.4% tmp8_owlbxq.zip |#################------------------------------------| 31.53% tmp8_owlbxq.zip |#################------------------------------------| 31.66% tmp8_owlbxq.zip |#################------------------------------------| 31.79% tmp8_owlbxq.zip |#################------------------------------------| 31.92% tmp8_owlbxq.zip |#################------------------------------------| 32.04% tmp8_owlbxq.zip |#################------------------------------------| 32.17% tmp8_owlbxq.zip |#################------------------------------------| 32.3% tmp8_owlbxq.zip |#################------------------------------------| 32.43% tmp8_owlbxq.zip |#################------------------------------------| 32.56% tmp8_owlbxq.zip |#################------------------------------------| 32.68% tmp8_owlbxq.zip |#################------------------------------------| 32.81% tmp8_owlbxq.zip |#################------------------------------------| 32.94% tmp8_owlbxq.zip |##################-----------------------------------| 33.07% tmp8_owlbxq.zip |##################-----------------------------------| 33.2% tmp8_owlbxq.zip |##################-----------------------------------| 33.33% tmp8_owlbxq.zip |##################-----------------------------------| 33.45% tmp8_owlbxq.zip |##################-----------------------------------| 33.58% tmp8_owlbxq.zip |##################-----------------------------------| 33.71% tmp8_owlbxq.zip |##################-----------------------------------| 33.84% tmp8_owlbxq.zip |##################-----------------------------------| 33.97% tmp8_owlbxq.zip |##################-----------------------------------| 34.09% tmp8_owlbxq.zip |##################-----------------------------------| 34.22% tmp8_owlbxq.zip |##################-----------------------------------| 34.35% tmp8_owlbxq.zip |##################-----------------------------------| 34.48% tmp8_owlbxq.zip |##################-----------------------------------| 34.61% tmp8_owlbxq.zip |##################-----------------------------------| 34.74% tmp8_owlbxq.zip |##################-----------------------------------| 34.86% tmp8_owlbxq.zip |###################----------------------------------| 34.99% tmp8_owlbxq.zip |###################----------------------------------| 35.12% tmp8_owlbxq.zip |###################----------------------------------| 35.25% tmp8_owlbxq.zip |###################----------------------------------| 35.38% tmp8_owlbxq.zip |###################----------------------------------| 35.5% tmp8_owlbxq.zip |###################----------------------------------| 35.63% tmp8_owlbxq.zip |###################----------------------------------| 35.76% tmp8_owlbxq.zip |###################----------------------------------| 35.89% tmp8_owlbxq.zip |###################----------------------------------| 36.02% tmp8_owlbxq.zip |###################----------------------------------| 36.15% tmp8_owlbxq.zip |###################----------------------------------| 36.27% tmp8_owlbxq.zip |###################----------------------------------| 36.4% tmp8_owlbxq.zip |###################----------------------------------| 36.53% tmp8_owlbxq.zip |###################----------------------------------| 36.66% tmp8_owlbxq.zip |###################----------------------------------| 36.79% tmp8_owlbxq.zip |####################---------------------------------| 36.91% tmp8_owlbxq.zip |####################---------------------------------| 37.04% tmp8_owlbxq.zip |####################---------------------------------| 37.17% tmp8_owlbxq.zip |####################---------------------------------| 37.3% tmp8_owlbxq.zip |####################---------------------------------| 37.43% tmp8_owlbxq.zip |####################---------------------------------| 37.56% tmp8_owlbxq.zip |####################---------------------------------| 37.68% tmp8_owlbxq.zip |####################---------------------------------| 37.81% tmp8_owlbxq.zip |####################---------------------------------| 37.94% tmp8_owlbxq.zip |####################---------------------------------| 38.07% tmp8_owlbxq.zip |####################---------------------------------| 38.2% tmp8_owlbxq.zip |####################---------------------------------| 38.32% tmp8_owlbxq.zip |####################---------------------------------| 38.45% tmp8_owlbxq.zip |####################---------------------------------| 38.58% tmp8_owlbxq.zip |#####################--------------------------------| 38.71% tmp8_owlbxq.zip |#####################--------------------------------| 38.84% tmp8_owlbxq.zip |#####################--------------------------------| 38.97% tmp8_owlbxq.zip |#####################--------------------------------| 39.09% tmp8_owlbxq.zip |#####################--------------------------------| 39.22% tmp8_owlbxq.zip |#####################--------------------------------| 39.35% tmp8_owlbxq.zip |#####################--------------------------------| 39.48% tmp8_owlbxq.zip |#####################--------------------------------| 39.61% tmp8_owlbxq.zip |#####################--------------------------------| 39.73% tmp8_owlbxq.zip |#####################--------------------------------| 39.86% tmp8_owlbxq.zip |#####################--------------------------------| 39.99% tmp8_owlbxq.zip |#####################--------------------------------| 40.12% tmp8_owlbxq.zip |#####################--------------------------------| 40.25% tmp8_owlbxq.zip |#####################--------------------------------| 40.38% tmp8_owlbxq.zip |#####################--------------------------------| 40.5% tmp8_owlbxq.zip |######################-------------------------------| 40.63% tmp8_owlbxq.zip |######################-------------------------------| 40.76% tmp8_owlbxq.zip |######################-------------------------------| 40.89% tmp8_owlbxq.zip |######################-------------------------------| 41.02% tmp8_owlbxq.zip |######################-------------------------------| 41.14% tmp8_owlbxq.zip |######################-------------------------------| 41.27% tmp8_owlbxq.zip |######################-------------------------------| 41.4% tmp8_owlbxq.zip |######################-------------------------------| 41.53% tmp8_owlbxq.zip |######################-------------------------------| 41.66% tmp8_owlbxq.zip |######################-------------------------------| 41.78% tmp8_owlbxq.zip |######################-------------------------------| 41.91% tmp8_owlbxq.zip |######################-------------------------------| 42.04% tmp8_owlbxq.zip |######################-------------------------------| 42.17% tmp8_owlbxq.zip |######################-------------------------------| 42.3% tmp8_owlbxq.zip |######################-------------------------------| 42.43% tmp8_owlbxq.zip |#######################------------------------------| 42.55% tmp8_owlbxq.zip |#######################------------------------------| 42.68% tmp8_owlbxq.zip |#######################------------------------------| 42.81% tmp8_owlbxq.zip |#######################------------------------------| 42.94% tmp8_owlbxq.zip |#######################------------------------------| 43.07% tmp8_owlbxq.zip |#######################------------------------------| 43.19% tmp8_owlbxq.zip |#######################------------------------------| 43.32% tmp8_owlbxq.zip |#######################------------------------------| 43.45% tmp8_owlbxq.zip |#######################------------------------------| 43.58% tmp8_owlbxq.zip |#######################------------------------------| 43.71% tmp8_owlbxq.zip |#######################------------------------------| 43.84% tmp8_owlbxq.zip |#######################------------------------------| 43.96% tmp8_owlbxq.zip |#######################------------------------------| 44.09% tmp8_owlbxq.zip |#######################------------------------------| 44.22% tmp8_owlbxq.zip |########################-----------------------------| 44.35% tmp8_owlbxq.zip |########################-----------------------------| 44.48% tmp8_owlbxq.zip |########################-----------------------------| 44.6% tmp8_owlbxq.zip |########################-----------------------------| 44.73% tmp8_owlbxq.zip |########################-----------------------------| 44.86% tmp8_owlbxq.zip |########################-----------------------------| 44.99% tmp8_owlbxq.zip |########################-----------------------------| 45.12% tmp8_owlbxq.zip |########################-----------------------------| 45.25% tmp8_owlbxq.zip |########################-----------------------------| 45.37% tmp8_owlbxq.zip |########################-----------------------------| 45.5% tmp8_owlbxq.zip |########################-----------------------------| 45.63% tmp8_owlbxq.zip |########################-----------------------------| 45.76% tmp8_owlbxq.zip |########################-----------------------------| 45.89% tmp8_owlbxq.zip |########################-----------------------------| 46.01% tmp8_owlbxq.zip |########################-----------------------------| 46.14% tmp8_owlbxq.zip |#########################----------------------------| 46.27% tmp8_owlbxq.zip |#########################----------------------------| 46.4% tmp8_owlbxq.zip |#########################----------------------------| 46.53% tmp8_owlbxq.zip |#########################----------------------------| 46.66% tmp8_owlbxq.zip |#########################----------------------------| 46.78% tmp8_owlbxq.zip |#########################----------------------------| 46.91% tmp8_owlbxq.zip |#########################----------------------------| 47.04% tmp8_owlbxq.zip |#########################----------------------------| 47.17% tmp8_owlbxq.zip |#########################----------------------------| 47.3% tmp8_owlbxq.zip |#########################----------------------------| 47.42% tmp8_owlbxq.zip |#########################----------------------------| 47.55% tmp8_owlbxq.zip |#########################----------------------------| 47.68% tmp8_owlbxq.zip |#########################----------------------------| 47.81% tmp8_owlbxq.zip |#########################----------------------------| 47.94% tmp8_owlbxq.zip |#########################----------------------------| 48.07% tmp8_owlbxq.zip |##########################---------------------------| 48.19% tmp8_owlbxq.zip |##########################---------------------------| 48.32% tmp8_owlbxq.zip |##########################---------------------------| 48.45% tmp8_owlbxq.zip |##########################---------------------------| 48.58% tmp8_owlbxq.zip |##########################---------------------------| 48.71% tmp8_owlbxq.zip |##########################---------------------------| 48.83% tmp8_owlbxq.zip |##########################---------------------------| 48.96% tmp8_owlbxq.zip |##########################---------------------------| 49.09% tmp8_owlbxq.zip |##########################---------------------------| 49.22% tmp8_owlbxq.zip |##########################---------------------------| 49.35% tmp8_owlbxq.zip |##########################---------------------------| 49.48% tmp8_owlbxq.zip |##########################---------------------------| 49.6% tmp8_owlbxq.zip |##########################---------------------------| 49.73% tmp8_owlbxq.zip |##########################---------------------------| 49.86% tmp8_owlbxq.zip |##########################---------------------------| 49.99% tmp8_owlbxq.zip |###########################--------------------------| 50.12% tmp8_owlbxq.zip |###########################--------------------------| 50.24% tmp8_owlbxq.zip |###########################--------------------------| 50.37% tmp8_owlbxq.zip |###########################--------------------------| 50.5% tmp8_owlbxq.zip |###########################--------------------------| 50.63% tmp8_owlbxq.zip |###########################--------------------------| 50.76% tmp8_owlbxq.zip |###########################--------------------------| 50.89% tmp8_owlbxq.zip |###########################--------------------------| 51.01% tmp8_owlbxq.zip |###########################--------------------------| 51.14% tmp8_owlbxq.zip |###########################--------------------------| 51.27% tmp8_owlbxq.zip |###########################--------------------------| 51.4% tmp8_owlbxq.zip |###########################--------------------------| 51.53% tmp8_owlbxq.zip |###########################--------------------------| 51.65% tmp8_owlbxq.zip |###########################--------------------------| 51.78% tmp8_owlbxq.zip |############################-------------------------| 51.91% tmp8_owlbxq.zip |############################-------------------------| 52.04% tmp8_owlbxq.zip |############################-------------------------| 52.17% tmp8_owlbxq.zip |############################-------------------------| 52.3% tmp8_owlbxq.zip |############################-------------------------| 52.42% tmp8_owlbxq.zip |############################-------------------------| 52.55% tmp8_owlbxq.zip |############################-------------------------| 52.68% tmp8_owlbxq.zip |############################-------------------------| 52.81% tmp8_owlbxq.zip |############################-------------------------| 52.94% tmp8_owlbxq.zip |############################-------------------------| 53.06% tmp8_owlbxq.zip |############################-------------------------| 53.19% tmp8_owlbxq.zip |############################-------------------------| 53.32% tmp8_owlbxq.zip |############################-------------------------| 53.45% tmp8_owlbxq.zip |############################-------------------------| 53.58% tmp8_owlbxq.zip |############################-------------------------| 53.71% tmp8_owlbxq.zip |#############################------------------------| 53.83% tmp8_owlbxq.zip |#############################------------------------| 53.96% tmp8_owlbxq.zip |#############################------------------------| 54.09% tmp8_owlbxq.zip |#############################------------------------| 54.22% tmp8_owlbxq.zip |#############################------------------------| 54.35% tmp8_owlbxq.zip |#############################------------------------| 54.47% tmp8_owlbxq.zip |#############################------------------------| 54.6% tmp8_owlbxq.zip |#############################------------------------| 54.73% tmp8_owlbxq.zip |#############################------------------------| 54.86% tmp8_owlbxq.zip |#############################------------------------| 54.99% tmp8_owlbxq.zip |#############################------------------------| 55.12% tmp8_owlbxq.zip |#############################------------------------| 55.24% tmp8_owlbxq.zip |#############################------------------------| 55.37% tmp8_owlbxq.zip |#############################------------------------| 55.5% tmp8_owlbxq.zip |#############################------------------------| 55.63% tmp8_owlbxq.zip |##############################-----------------------| 55.76% tmp8_owlbxq.zip |##############################-----------------------| 55.88% tmp8_owlbxq.zip |##############################-----------------------| 56.01% tmp8_owlbxq.zip |##############################-----------------------| 56.14% tmp8_owlbxq.zip |##############################-----------------------| 56.27% tmp8_owlbxq.zip |##############################-----------------------| 56.4% tmp8_owlbxq.zip |##############################-----------------------| 56.53% tmp8_owlbxq.zip |##############################-----------------------| 56.65% tmp8_owlbxq.zip |##############################-----------------------| 56.78% tmp8_owlbxq.zip |##############################-----------------------| 56.91% tmp8_owlbxq.zip |##############################-----------------------| 57.04% tmp8_owlbxq.zip |##############################-----------------------| 57.17% tmp8_owlbxq.zip |##############################-----------------------| 57.29% tmp8_owlbxq.zip |##############################-----------------------| 57.42% tmp8_owlbxq.zip |###############################----------------------| 57.55% tmp8_owlbxq.zip |###############################----------------------| 57.68% tmp8_owlbxq.zip |###############################----------------------| 57.81% tmp8_owlbxq.zip |###############################----------------------| 57.93% tmp8_owlbxq.zip |###############################----------------------| 58.06% tmp8_owlbxq.zip |###############################----------------------| 58.19% tmp8_owlbxq.zip |###############################----------------------| 58.32% tmp8_owlbxq.zip |###############################----------------------| 58.45% tmp8_owlbxq.zip |###############################----------------------| 58.58% tmp8_owlbxq.zip |###############################----------------------| 58.7% tmp8_owlbxq.zip |###############################----------------------| 58.83% tmp8_owlbxq.zip |###############################----------------------| 58.96% tmp8_owlbxq.zip |###############################----------------------| 59.09% tmp8_owlbxq.zip |###############################----------------------| 59.22% tmp8_owlbxq.zip |###############################----------------------| 59.34% tmp8_owlbxq.zip |################################---------------------| 59.47% tmp8_owlbxq.zip |################################---------------------| 59.6% tmp8_owlbxq.zip |################################---------------------| 59.73% tmp8_owlbxq.zip |################################---------------------| 59.86% tmp8_owlbxq.zip |################################---------------------| 59.99% tmp8_owlbxq.zip |################################---------------------| 60.11% tmp8_owlbxq.zip |################################---------------------| 60.24% tmp8_owlbxq.zip |################################---------------------| 60.37% tmp8_owlbxq.zip |################################---------------------| 60.5% tmp8_owlbxq.zip |################################---------------------| 60.63% tmp8_owlbxq.zip |################################---------------------| 60.75% tmp8_owlbxq.zip |################################---------------------| 60.88% tmp8_owlbxq.zip |################################---------------------| 61.01% tmp8_owlbxq.zip |################################---------------------| 61.14% tmp8_owlbxq.zip |################################---------------------| 61.27% tmp8_owlbxq.zip |#################################--------------------| 61.4% tmp8_owlbxq.zip |#################################--------------------| 61.52% tmp8_owlbxq.zip |#################################--------------------| 61.65% tmp8_owlbxq.zip |#################################--------------------| 61.78% tmp8_owlbxq.zip |#################################--------------------| 61.91% tmp8_owlbxq.zip |#################################--------------------| 62.04% tmp8_owlbxq.zip |#################################--------------------| 62.16% tmp8_owlbxq.zip |#################################--------------------| 62.29% tmp8_owlbxq.zip |#################################--------------------| 62.42% tmp8_owlbxq.zip |#################################--------------------| 62.55% tmp8_owlbxq.zip |#################################--------------------| 62.68% tmp8_owlbxq.zip |#################################--------------------| 62.81% tmp8_owlbxq.zip |#################################--------------------| 62.93% tmp8_owlbxq.zip |#################################--------------------| 63.06% tmp8_owlbxq.zip |#################################--------------------| 63.19% tmp8_owlbxq.zip |##################################-------------------| 63.32% tmp8_owlbxq.zip |##################################-------------------| 63.45% tmp8_owlbxq.zip |##################################-------------------| 63.57% tmp8_owlbxq.zip |##################################-------------------| 63.7% tmp8_owlbxq.zip |##################################-------------------| 63.83% tmp8_owlbxq.zip |##################################-------------------| 63.96% tmp8_owlbxq.zip |##################################-------------------| 64.09% tmp8_owlbxq.zip |##################################-------------------| 64.22% tmp8_owlbxq.zip |##################################-------------------| 64.34% tmp8_owlbxq.zip |##################################-------------------| 64.47% tmp8_owlbxq.zip |##################################-------------------| 64.6% tmp8_owlbxq.zip |##################################-------------------| 64.73% tmp8_owlbxq.zip |##################################-------------------| 64.86% tmp8_owlbxq.zip |##################################-------------------| 64.98% tmp8_owlbxq.zip |###################################------------------| 65.11% tmp8_owlbxq.zip |###################################------------------| 65.24% tmp8_owlbxq.zip |###################################------------------| 65.37% tmp8_owlbxq.zip |###################################------------------| 65.5% tmp8_owlbxq.zip |###################################------------------| 65.63% tmp8_owlbxq.zip |###################################------------------| 65.75% tmp8_owlbxq.zip |###################################------------------| 65.88% tmp8_owlbxq.zip |###################################------------------| 66.01% tmp8_owlbxq.zip |###################################------------------| 66.14% tmp8_owlbxq.zip |###################################------------------| 66.27% tmp8_owlbxq.zip |###################################------------------| 66.39% tmp8_owlbxq.zip |###################################------------------| 66.52% tmp8_owlbxq.zip |###################################------------------| 66.65% tmp8_owlbxq.zip |###################################------------------| 66.78% tmp8_owlbxq.zip |###################################------------------| 66.91% tmp8_owlbxq.zip |####################################-----------------| 67.04% tmp8_owlbxq.zip |####################################-----------------| 67.16% tmp8_owlbxq.zip |####################################-----------------| 67.29% tmp8_owlbxq.zip |####################################-----------------| 67.42% tmp8_owlbxq.zip |####################################-----------------| 67.55% tmp8_owlbxq.zip |####################################-----------------| 67.68% tmp8_owlbxq.zip |####################################-----------------| 67.8% tmp8_owlbxq.zip |####################################-----------------| 67.93% tmp8_owlbxq.zip |####################################-----------------| 68.06% tmp8_owlbxq.zip |####################################-----------------| 68.19% tmp8_owlbxq.zip |####################################-----------------| 68.32% tmp8_owlbxq.zip |####################################-----------------| 68.45% tmp8_owlbxq.zip |####################################-----------------| 68.57% tmp8_owlbxq.zip |####################################-----------------| 68.7% tmp8_owlbxq.zip |####################################-----------------| 68.83% tmp8_owlbxq.zip |#####################################----------------| 68.96% tmp8_owlbxq.zip |#####################################----------------| 69.09% tmp8_owlbxq.zip |#####################################----------------| 69.21% tmp8_owlbxq.zip |#####################################----------------| 69.34% tmp8_owlbxq.zip |#####################################----------------| 69.47% tmp8_owlbxq.zip |#####################################----------------| 69.6% tmp8_owlbxq.zip |#####################################----------------| 69.73% tmp8_owlbxq.zip |#####################################----------------| 69.86% tmp8_owlbxq.zip |#####################################----------------| 69.98% tmp8_owlbxq.zip |#####################################----------------| 70.11% tmp8_owlbxq.zip |#####################################----------------| 70.24% tmp8_owlbxq.zip |#####################################----------------| 70.37% tmp8_owlbxq.zip |#####################################----------------| 70.5% tmp8_owlbxq.zip |#####################################----------------| 70.62% tmp8_owlbxq.zip |#####################################----------------| 70.75% tmp8_owlbxq.zip |######################################---------------| 70.88% tmp8_owlbxq.zip |######################################---------------| 71.01% tmp8_owlbxq.zip |######################################---------------| 71.14% tmp8_owlbxq.zip |######################################---------------| 71.27% tmp8_owlbxq.zip |######################################---------------| 71.39% tmp8_owlbxq.zip |######################################---------------| 71.52% tmp8_owlbxq.zip |######################################---------------| 71.65% tmp8_owlbxq.zip |######################################---------------| 71.78% tmp8_owlbxq.zip |######################################---------------| 71.91% tmp8_owlbxq.zip |######################################---------------| 72.03% tmp8_owlbxq.zip |######################################---------------| 72.16% tmp8_owlbxq.zip |######################################---------------| 72.29% tmp8_owlbxq.zip |######################################---------------| 72.42% tmp8_owlbxq.zip |######################################---------------| 72.55% tmp8_owlbxq.zip |#######################################--------------| 72.68% tmp8_owlbxq.zip |#######################################--------------| 72.8% tmp8_owlbxq.zip |#######################################--------------| 72.93% tmp8_owlbxq.zip |#######################################--------------| 73.06% tmp8_owlbxq.zip |#######################################--------------| 73.19% tmp8_owlbxq.zip |#######################################--------------| 73.32% tmp8_owlbxq.zip |#######################################--------------| 73.44% tmp8_owlbxq.zip |#######################################--------------| 73.57% tmp8_owlbxq.zip |#######################################--------------| 73.7% tmp8_owlbxq.zip |#######################################--------------| 73.83% tmp8_owlbxq.zip |#######################################--------------| 73.96% tmp8_owlbxq.zip |#######################################--------------| 74.08% tmp8_owlbxq.zip |#######################################--------------| 74.21% tmp8_owlbxq.zip |#######################################--------------| 74.34% tmp8_owlbxq.zip |#######################################--------------| 74.47% tmp8_owlbxq.zip |########################################-------------| 74.6% tmp8_owlbxq.zip |########################################-------------| 74.73% tmp8_owlbxq.zip |########################################-------------| 74.85% tmp8_owlbxq.zip |########################################-------------| 74.98% tmp8_owlbxq.zip |########################################-------------| 75.11% tmp8_owlbxq.zip |########################################-------------| 75.24% tmp8_owlbxq.zip |########################################-------------| 75.37% tmp8_owlbxq.zip |########################################-------------| 75.49% tmp8_owlbxq.zip |########################################-------------| 75.62% tmp8_owlbxq.zip |########################################-------------| 75.75% tmp8_owlbxq.zip |########################################-------------| 75.88% tmp8_owlbxq.zip |########################################-------------| 76.01% tmp8_owlbxq.zip |########################################-------------| 76.14% tmp8_owlbxq.zip |########################################-------------| 76.26% tmp8_owlbxq.zip |########################################-------------| 76.39% tmp8_owlbxq.zip |#########################################------------| 76.52% tmp8_owlbxq.zip |#########################################------------| 76.65% tmp8_owlbxq.zip |#########################################------------| 76.78% tmp8_owlbxq.zip |#########################################------------| 76.9% tmp8_owlbxq.zip |#########################################------------| 77.03% tmp8_owlbxq.zip |#########################################------------| 77.16% tmp8_owlbxq.zip |#########################################------------| 77.29% tmp8_owlbxq.zip |#########################################------------| 77.42% tmp8_owlbxq.zip |#########################################------------| 77.55% tmp8_owlbxq.zip |#########################################------------| 77.67% tmp8_owlbxq.zip |#########################################------------| 77.8% tmp8_owlbxq.zip |#########################################------------| 77.93% tmp8_owlbxq.zip |#########################################------------| 78.06% tmp8_owlbxq.zip |#########################################------------| 78.19% tmp8_owlbxq.zip |##########################################-----------| 78.31% tmp8_owlbxq.zip |##########################################-----------| 78.44% tmp8_owlbxq.zip |##########################################-----------| 78.57% tmp8_owlbxq.zip |##########################################-----------| 78.7% tmp8_owlbxq.zip |##########################################-----------| 78.83% tmp8_owlbxq.zip |##########################################-----------| 78.96% tmp8_owlbxq.zip |##########################################-----------| 79.08% tmp8_owlbxq.zip |##########################################-----------| 79.21% tmp8_owlbxq.zip |##########################################-----------| 79.34% tmp8_owlbxq.zip |##########################################-----------| 79.47% tmp8_owlbxq.zip |##########################################-----------| 79.6% tmp8_owlbxq.zip |##########################################-----------| 79.72% tmp8_owlbxq.zip |##########################################-----------| 79.85% tmp8_owlbxq.zip |##########################################-----------| 79.98% tmp8_owlbxq.zip |##########################################-----------| 80.11% tmp8_owlbxq.zip |###########################################----------| 80.24% tmp8_owlbxq.zip |###########################################----------| 80.37% tmp8_owlbxq.zip |###########################################----------| 80.49% tmp8_owlbxq.zip |###########################################----------| 80.62% tmp8_owlbxq.zip |###########################################----------| 80.75% tmp8_owlbxq.zip |###########################################----------| 80.88% tmp8_owlbxq.zip |###########################################----------| 81.01% tmp8_owlbxq.zip |###########################################----------| 81.13% tmp8_owlbxq.zip |###########################################----------| 81.26% tmp8_owlbxq.zip |###########################################----------| 81.39% tmp8_owlbxq.zip |###########################################----------| 81.52% tmp8_owlbxq.zip |###########################################----------| 81.65% tmp8_owlbxq.zip |###########################################----------| 81.78% tmp8_owlbxq.zip |###########################################----------| 81.9% tmp8_owlbxq.zip |###########################################----------| 82.03% tmp8_owlbxq.zip |############################################---------| 82.16% tmp8_owlbxq.zip |############################################---------| 82.29% tmp8_owlbxq.zip |############################################---------| 82.42% tmp8_owlbxq.zip |############################################---------| 82.54% tmp8_owlbxq.zip |############################################---------| 82.67% tmp8_owlbxq.zip |############################################---------| 82.8% tmp8_owlbxq.zip |############################################---------| 82.93% tmp8_owlbxq.zip |############################################---------| 83.06% tmp8_owlbxq.zip |############################################---------| 83.19% tmp8_owlbxq.zip |############################################---------| 83.31% tmp8_owlbxq.zip |############################################---------| 83.44% tmp8_owlbxq.zip |############################################---------| 83.57% tmp8_owlbxq.zip |############################################---------| 83.7% tmp8_owlbxq.zip |############################################---------| 83.83% tmp8_owlbxq.zip |############################################---------| 83.95% tmp8_owlbxq.zip |#############################################--------| 84.08% tmp8_owlbxq.zip |#############################################--------| 84.21% tmp8_owlbxq.zip |#############################################--------| 84.34% tmp8_owlbxq.zip |#############################################--------| 84.47% tmp8_owlbxq.zip |#############################################--------| 84.6% tmp8_owlbxq.zip |#############################################--------| 84.72% tmp8_owlbxq.zip |#############################################--------| 84.85% tmp8_owlbxq.zip |#############################################--------| 84.98% tmp8_owlbxq.zip |#############################################--------| 85.11% tmp8_owlbxq.zip |#############################################--------| 85.24% tmp8_owlbxq.zip |#############################################--------| 85.36% tmp8_owlbxq.zip |#############################################--------| 85.49% tmp8_owlbxq.zip |#############################################--------| 85.62% tmp8_owlbxq.zip |#############################################--------| 85.75% tmp8_owlbxq.zip |##############################################-------| 85.88% tmp8_owlbxq.zip |##############################################-------| 86.01% tmp8_owlbxq.zip |##############################################-------| 86.13% tmp8_owlbxq.zip |##############################################-------| 86.26% tmp8_owlbxq.zip |##############################################-------| 86.39% tmp8_owlbxq.zip |##############################################-------| 86.52% tmp8_owlbxq.zip |##############################################-------| 86.65% tmp8_owlbxq.zip |##############################################-------| 86.77% tmp8_owlbxq.zip |##############################################-------| 86.9% tmp8_owlbxq.zip |##############################################-------| 87.03% tmp8_owlbxq.zip |##############################################-------| 87.16% tmp8_owlbxq.zip |##############################################-------| 87.29% tmp8_owlbxq.zip |##############################################-------| 87.42% tmp8_owlbxq.zip |##############################################-------| 87.54% tmp8_owlbxq.zip |##############################################-------| 87.67% tmp8_owlbxq.zip |###############################################------| 87.8% tmp8_owlbxq.zip |###############################################------| 87.93% tmp8_owlbxq.zip |###############################################------| 88.06% tmp8_owlbxq.zip |###############################################------| 88.18% tmp8_owlbxq.zip |###############################################------| 88.31% tmp8_owlbxq.zip |###############################################------| 88.44% tmp8_owlbxq.zip |###############################################------| 88.57% tmp8_owlbxq.zip |###############################################------| 88.7% tmp8_owlbxq.zip |###############################################------| 88.83% tmp8_owlbxq.zip |###############################################------| 88.95% tmp8_owlbxq.zip |###############################################------| 89.08% tmp8_owlbxq.zip |###############################################------| 89.21% tmp8_owlbxq.zip |###############################################------| 89.34% tmp8_owlbxq.zip |###############################################------| 89.47% tmp8_owlbxq.zip |###############################################------| 89.59% tmp8_owlbxq.zip |################################################-----| 89.72% tmp8_owlbxq.zip |################################################-----| 89.85% tmp8_owlbxq.zip |################################################-----| 89.98% tmp8_owlbxq.zip |################################################-----| 90.11% tmp8_owlbxq.zip |################################################-----| 90.23% tmp8_owlbxq.zip |################################################-----| 90.36% tmp8_owlbxq.zip |################################################-----| 90.49% tmp8_owlbxq.zip |################################################-----| 90.62% tmp8_owlbxq.zip |################################################-----| 90.75% tmp8_owlbxq.zip |################################################-----| 90.88% tmp8_owlbxq.zip |################################################-----| 91.0% tmp8_owlbxq.zip |################################################-----| 91.13% tmp8_owlbxq.zip |################################################-----| 91.26% tmp8_owlbxq.zip |################################################-----| 91.39% tmp8_owlbxq.zip |#################################################----| 91.52% tmp8_owlbxq.zip |#################################################----| 91.64% tmp8_owlbxq.zip |#################################################----| 91.77% tmp8_owlbxq.zip |#################################################----| 91.9% tmp8_owlbxq.zip |#################################################----| 92.03% tmp8_owlbxq.zip |#################################################----| 92.16% tmp8_owlbxq.zip |#################################################----| 92.29% tmp8_owlbxq.zip |#################################################----| 92.41% tmp8_owlbxq.zip |#################################################----| 92.54% tmp8_owlbxq.zip |#################################################----| 92.67% tmp8_owlbxq.zip |#################################################----| 92.8% tmp8_owlbxq.zip |#################################################----| 92.93% tmp8_owlbxq.zip |#################################################----| 93.05% tmp8_owlbxq.zip |#################################################----| 93.18% tmp8_owlbxq.zip |#################################################----| 93.31% tmp8_owlbxq.zip |##################################################---| 93.44% tmp8_owlbxq.zip |##################################################---| 93.57% tmp8_owlbxq.zip |##################################################---| 93.7% tmp8_owlbxq.zip |##################################################---| 93.82% tmp8_owlbxq.zip |##################################################---| 93.95% tmp8_owlbxq.zip |##################################################---| 94.08% tmp8_owlbxq.zip |##################################################---| 94.21% tmp8_owlbxq.zip |##################################################---| 94.34% tmp8_owlbxq.zip |##################################################---| 94.46% tmp8_owlbxq.zip |##################################################---| 94.59% tmp8_owlbxq.zip |##################################################---| 94.72% tmp8_owlbxq.zip |##################################################---| 94.85% tmp8_owlbxq.zip |##################################################---| 94.98% tmp8_owlbxq.zip |##################################################---| 95.11% tmp8_owlbxq.zip |##################################################---| 95.23% tmp8_owlbxq.zip |###################################################--| 95.36% tmp8_owlbxq.zip |###################################################--| 95.49% tmp8_owlbxq.zip |###################################################--| 95.62% tmp8_owlbxq.zip |###################################################--| 95.75% tmp8_owlbxq.zip |###################################################--| 95.87% tmp8_owlbxq.zip |###################################################--| 96.0% tmp8_owlbxq.zip |###################################################--| 96.13% tmp8_owlbxq.zip |###################################################--| 96.26% tmp8_owlbxq.zip |###################################################--| 96.39% tmp8_owlbxq.zip |###################################################--| 96.52% tmp8_owlbxq.zip |###################################################--| 96.64% tmp8_owlbxq.zip |###################################################--| 96.77% tmp8_owlbxq.zip |###################################################--| 96.9% tmp8_owlbxq.zip |###################################################--| 97.03% tmp8_owlbxq.zip |###################################################--| 97.16% tmp8_owlbxq.zip |####################################################-| 97.28% tmp8_owlbxq.zip |####################################################-| 97.41% tmp8_owlbxq.zip |####################################################-| 97.54% tmp8_owlbxq.zip |####################################################-| 97.67% tmp8_owlbxq.zip |####################################################-| 97.8% tmp8_owlbxq.zip |####################################################-| 97.93% tmp8_owlbxq.zip |####################################################-| 98.05% tmp8_owlbxq.zip |####################################################-| 98.18% tmp8_owlbxq.zip |####################################################-| 98.31% tmp8_owlbxq.zip |####################################################-| 98.44% tmp8_owlbxq.zip |####################################################-| 98.57% tmp8_owlbxq.zip |####################################################-| 98.69% tmp8_owlbxq.zip |####################################################-| 98.82% tmp8_owlbxq.zip |####################################################-| 98.95% tmp8_owlbxq.zip |#####################################################| 99.08% tmp8_owlbxq.zip |#####################################################| 99.21% tmp8_owlbxq.zip |#####################################################| 99.34% tmp8_owlbxq.zip |#####################################################| 99.46% tmp8_owlbxq.zip |#####################################################| 99.59% tmp8_owlbxq.zip |#####################################################| 99.72% tmp8_owlbxq.zip |#####################################################| 99.85% tmp8_owlbxq.zip |#####################################################| 99.98% tmp8_owlbxq.zip |#####################################################| 100.0% Plugin uploaded. Plugin's id is 40b93ee5-1c63-40a8-ae6c-8402c7061260 + for p in '${PLUGIN_DIR}/*' + wagons=($p/*.wgn) + types=($p/*.yaml) + install_plugin /opt/plugins/plugin-8LSLFbE/pgaas-1.3.0-py36-none-linux_x86_64.wgn /opt/plugins/plugin-8LSLFbE/pgaas_types.yaml ++ basename /opt/plugins/plugin-8LSLFbE/pgaas-1.3.0-py36-none-linux_x86_64.wgn + ARCHIVE=pgaas-1.3.0-py36-none-linux_x86_64.wgn + cm_hasany 'plugins?archive_name=pgaas-1.3.0-py36-none-linux_x86_64.wgn' ++ curl -Ss -H 'Tenant: default_tenant' --user admin:SU92FFB6 --cacert /opt/onap/certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/plugins?archive_name=pgaas-1.3.0-py36-none-linux_x86_64.wgn&_include=id' ++ /bin/jq .metadata.pagination.total + COUNT=0 + (( 0 > 0 )) + return 1 + cfy plugin upload -y /opt/plugins/plugin-8LSLFbE/pgaas_types.yaml /opt/plugins/plugin-8LSLFbE/pgaas-1.3.0-py36-none-linux_x86_64.wgn Creating plugin zip archive.. Uploading plugin archive (wagon + yaml).. tmpx9xu4fgm.zip |-----------------------------------------------------| 0.16% tmpx9xu4fgm.zip |-----------------------------------------------------| 0.32% tmpx9xu4fgm.zip |-----------------------------------------------------| 0.48% tmpx9xu4fgm.zip |-----------------------------------------------------| 0.64% tmpx9xu4fgm.zip |-----------------------------------------------------| 0.8% tmpx9xu4fgm.zip |#----------------------------------------------------| 0.97% tmpx9xu4fgm.zip |#----------------------------------------------------| 1.13% tmpx9xu4fgm.zip |#----------------------------------------------------| 1.29% tmpx9xu4fgm.zip |#----------------------------------------------------| 1.45% tmpx9xu4fgm.zip |#----------------------------------------------------| 1.61% tmpx9xu4fgm.zip |#----------------------------------------------------| 1.77% tmpx9xu4fgm.zip |#----------------------------------------------------| 1.93% tmpx9xu4fgm.zip |#----------------------------------------------------| 2.09% tmpx9xu4fgm.zip |#----------------------------------------------------| 2.25% tmpx9xu4fgm.zip |#----------------------------------------------------| 2.41% tmpx9xu4fgm.zip |#----------------------------------------------------| 2.57% tmpx9xu4fgm.zip |#----------------------------------------------------| 2.73% tmpx9xu4fgm.zip |##---------------------------------------------------| 2.9% tmpx9xu4fgm.zip |##---------------------------------------------------| 3.06% tmpx9xu4fgm.zip |##---------------------------------------------------| 3.22% tmpx9xu4fgm.zip |##---------------------------------------------------| 3.38% tmpx9xu4fgm.zip |##---------------------------------------------------| 3.54% tmpx9xu4fgm.zip |##---------------------------------------------------| 3.7% tmpx9xu4fgm.zip |##---------------------------------------------------| 3.86% tmpx9xu4fgm.zip |##---------------------------------------------------| 4.02% tmpx9xu4fgm.zip |##---------------------------------------------------| 4.18% tmpx9xu4fgm.zip |##---------------------------------------------------| 4.34% tmpx9xu4fgm.zip |##---------------------------------------------------| 4.5% tmpx9xu4fgm.zip |##---------------------------------------------------| 4.66% tmpx9xu4fgm.zip |###--------------------------------------------------| 4.83% tmpx9xu4fgm.zip |###--------------------------------------------------| 4.99% tmpx9xu4fgm.zip |###--------------------------------------------------| 5.15% tmpx9xu4fgm.zip |###--------------------------------------------------| 5.31% tmpx9xu4fgm.zip |###--------------------------------------------------| 5.47% tmpx9xu4fgm.zip |###--------------------------------------------------| 5.63% tmpx9xu4fgm.zip |###--------------------------------------------------| 5.79% tmpx9xu4fgm.zip |###--------------------------------------------------| 5.95% tmpx9xu4fgm.zip |###--------------------------------------------------| 6.11% tmpx9xu4fgm.zip |###--------------------------------------------------| 6.27% tmpx9xu4fgm.zip |###--------------------------------------------------| 6.43% tmpx9xu4fgm.zip |###--------------------------------------------------| 6.59% tmpx9xu4fgm.zip |####-------------------------------------------------| 6.76% tmpx9xu4fgm.zip |####-------------------------------------------------| 6.92% tmpx9xu4fgm.zip |####-------------------------------------------------| 7.08% tmpx9xu4fgm.zip |####-------------------------------------------------| 7.24% tmpx9xu4fgm.zip |####-------------------------------------------------| 7.4% tmpx9xu4fgm.zip |####-------------------------------------------------| 7.56% tmpx9xu4fgm.zip |####-------------------------------------------------| 7.72% tmpx9xu4fgm.zip |####-------------------------------------------------| 7.88% tmpx9xu4fgm.zip |####-------------------------------------------------| 8.04% tmpx9xu4fgm.zip |####-------------------------------------------------| 8.2% tmpx9xu4fgm.zip |####-------------------------------------------------| 8.36% tmpx9xu4fgm.zip |#####------------------------------------------------| 8.52% tmpx9xu4fgm.zip |#####------------------------------------------------| 8.69% tmpx9xu4fgm.zip |#####------------------------------------------------| 8.85% tmpx9xu4fgm.zip |#####------------------------------------------------| 9.01% tmpx9xu4fgm.zip |#####------------------------------------------------| 9.17% tmpx9xu4fgm.zip |#####------------------------------------------------| 9.33% tmpx9xu4fgm.zip |#####------------------------------------------------| 9.49% tmpx9xu4fgm.zip |#####------------------------------------------------| 9.65% tmpx9xu4fgm.zip |#####------------------------------------------------| 9.81% tmpx9xu4fgm.zip |#####------------------------------------------------| 9.97% tmpx9xu4fgm.zip |#####------------------------------------------------| 10.13% tmpx9xu4fgm.zip |#####------------------------------------------------| 10.29% tmpx9xu4fgm.zip |######-----------------------------------------------| 10.45% tmpx9xu4fgm.zip |######-----------------------------------------------| 10.62% tmpx9xu4fgm.zip |######-----------------------------------------------| 10.78% tmpx9xu4fgm.zip |######-----------------------------------------------| 10.94% tmpx9xu4fgm.zip |######-----------------------------------------------| 11.1% tmpx9xu4fgm.zip |######-----------------------------------------------| 11.26% tmpx9xu4fgm.zip |######-----------------------------------------------| 11.42% tmpx9xu4fgm.zip |######-----------------------------------------------| 11.58% tmpx9xu4fgm.zip |######-----------------------------------------------| 11.74% tmpx9xu4fgm.zip |######-----------------------------------------------| 11.9% tmpx9xu4fgm.zip |######-----------------------------------------------| 12.06% tmpx9xu4fgm.zip |######-----------------------------------------------| 12.22% tmpx9xu4fgm.zip |#######----------------------------------------------| 12.38% tmpx9xu4fgm.zip |#######----------------------------------------------| 12.55% tmpx9xu4fgm.zip |#######----------------------------------------------| 12.71% tmpx9xu4fgm.zip |#######----------------------------------------------| 12.87% tmpx9xu4fgm.zip |#######----------------------------------------------| 13.03% tmpx9xu4fgm.zip |#######----------------------------------------------| 13.19% tmpx9xu4fgm.zip |#######----------------------------------------------| 13.35% tmpx9xu4fgm.zip |#######----------------------------------------------| 13.51% tmpx9xu4fgm.zip |#######----------------------------------------------| 13.67% tmpx9xu4fgm.zip |#######----------------------------------------------| 13.83% tmpx9xu4fgm.zip |#######----------------------------------------------| 13.99% tmpx9xu4fgm.zip |########---------------------------------------------| 14.15% tmpx9xu4fgm.zip |########---------------------------------------------| 14.31% tmpx9xu4fgm.zip |########---------------------------------------------| 14.48% tmpx9xu4fgm.zip |########---------------------------------------------| 14.64% tmpx9xu4fgm.zip |########---------------------------------------------| 14.8% tmpx9xu4fgm.zip |########---------------------------------------------| 14.96% tmpx9xu4fgm.zip |########---------------------------------------------| 15.12% tmpx9xu4fgm.zip |########---------------------------------------------| 15.28% tmpx9xu4fgm.zip |########---------------------------------------------| 15.44% tmpx9xu4fgm.zip |########---------------------------------------------| 15.6% tmpx9xu4fgm.zip |########---------------------------------------------| 15.76% tmpx9xu4fgm.zip |########---------------------------------------------| 15.92% tmpx9xu4fgm.zip |#########--------------------------------------------| 16.08% tmpx9xu4fgm.zip |#########--------------------------------------------| 16.24% tmpx9xu4fgm.zip |#########--------------------------------------------| 16.41% tmpx9xu4fgm.zip |#########--------------------------------------------| 16.57% tmpx9xu4fgm.zip |#########--------------------------------------------| 16.73% tmpx9xu4fgm.zip |#########--------------------------------------------| 16.89% tmpx9xu4fgm.zip |#########--------------------------------------------| 17.05% tmpx9xu4fgm.zip |#########--------------------------------------------| 17.21% tmpx9xu4fgm.zip |#########--------------------------------------------| 17.37% tmpx9xu4fgm.zip |#########--------------------------------------------| 17.53% tmpx9xu4fgm.zip |#########--------------------------------------------| 17.69% tmpx9xu4fgm.zip |#########--------------------------------------------| 17.85% tmpx9xu4fgm.zip |##########-------------------------------------------| 18.01% tmpx9xu4fgm.zip |##########-------------------------------------------| 18.17% tmpx9xu4fgm.zip |##########-------------------------------------------| 18.34% tmpx9xu4fgm.zip |##########-------------------------------------------| 18.5% tmpx9xu4fgm.zip |##########-------------------------------------------| 18.66% tmpx9xu4fgm.zip |##########-------------------------------------------| 18.82% tmpx9xu4fgm.zip |##########-------------------------------------------| 18.98% tmpx9xu4fgm.zip |##########-------------------------------------------| 19.14% tmpx9xu4fgm.zip |##########-------------------------------------------| 19.3% tmpx9xu4fgm.zip |##########-------------------------------------------| 19.46% tmpx9xu4fgm.zip |##########-------------------------------------------| 19.62% tmpx9xu4fgm.zip |##########-------------------------------------------| 19.78% tmpx9xu4fgm.zip |###########------------------------------------------| 19.94% tmpx9xu4fgm.zip |###########------------------------------------------| 20.1% tmpx9xu4fgm.zip |###########------------------------------------------| 20.27% tmpx9xu4fgm.zip |###########------------------------------------------| 20.43% tmpx9xu4fgm.zip |###########------------------------------------------| 20.59% tmpx9xu4fgm.zip |###########------------------------------------------| 20.75% tmpx9xu4fgm.zip |###########------------------------------------------| 20.91% tmpx9xu4fgm.zip |###########------------------------------------------| 21.07% tmpx9xu4fgm.zip |###########------------------------------------------| 21.23% tmpx9xu4fgm.zip |###########------------------------------------------| 21.39% tmpx9xu4fgm.zip |###########------------------------------------------| 21.55% tmpx9xu4fgm.zip |############-----------------------------------------| 21.71% tmpx9xu4fgm.zip |############-----------------------------------------| 21.87% tmpx9xu4fgm.zip |############-----------------------------------------| 22.03% tmpx9xu4fgm.zip |############-----------------------------------------| 22.2% tmpx9xu4fgm.zip |############-----------------------------------------| 22.36% tmpx9xu4fgm.zip |############-----------------------------------------| 22.52% tmpx9xu4fgm.zip |############-----------------------------------------| 22.68% tmpx9xu4fgm.zip |############-----------------------------------------| 22.84% tmpx9xu4fgm.zip |############-----------------------------------------| 23.0% tmpx9xu4fgm.zip |############-----------------------------------------| 23.16% tmpx9xu4fgm.zip |############-----------------------------------------| 23.32% tmpx9xu4fgm.zip |############-----------------------------------------| 23.48% tmpx9xu4fgm.zip |#############----------------------------------------| 23.64% tmpx9xu4fgm.zip |#############----------------------------------------| 23.8% tmpx9xu4fgm.zip |#############----------------------------------------| 23.96% tmpx9xu4fgm.zip |#############----------------------------------------| 24.13% tmpx9xu4fgm.zip |#############----------------------------------------| 24.29% tmpx9xu4fgm.zip |#############----------------------------------------| 24.45% tmpx9xu4fgm.zip |#############----------------------------------------| 24.61% tmpx9xu4fgm.zip |#############----------------------------------------| 24.77% tmpx9xu4fgm.zip |#############----------------------------------------| 24.93% tmpx9xu4fgm.zip |#############----------------------------------------| 25.09% tmpx9xu4fgm.zip |#############----------------------------------------| 25.25% tmpx9xu4fgm.zip |#############----------------------------------------| 25.41% tmpx9xu4fgm.zip |##############---------------------------------------| 25.57% tmpx9xu4fgm.zip |##############---------------------------------------| 25.73% tmpx9xu4fgm.zip |##############---------------------------------------| 25.89% tmpx9xu4fgm.zip |##############---------------------------------------| 26.06% tmpx9xu4fgm.zip |##############---------------------------------------| 26.22% tmpx9xu4fgm.zip |##############---------------------------------------| 26.38% tmpx9xu4fgm.zip |##############---------------------------------------| 26.54% tmpx9xu4fgm.zip |##############---------------------------------------| 26.7% tmpx9xu4fgm.zip |##############---------------------------------------| 26.86% tmpx9xu4fgm.zip |##############---------------------------------------| 27.02% tmpx9xu4fgm.zip |##############---------------------------------------| 27.18% tmpx9xu4fgm.zip |##############---------------------------------------| 27.34% tmpx9xu4fgm.zip |###############--------------------------------------| 27.5% tmpx9xu4fgm.zip |###############--------------------------------------| 27.66% tmpx9xu4fgm.zip |###############--------------------------------------| 27.82% tmpx9xu4fgm.zip |###############--------------------------------------| 27.99% tmpx9xu4fgm.zip |###############--------------------------------------| 28.15% tmpx9xu4fgm.zip |###############--------------------------------------| 28.31% tmpx9xu4fgm.zip |###############--------------------------------------| 28.47% tmpx9xu4fgm.zip |###############--------------------------------------| 28.63% tmpx9xu4fgm.zip |###############--------------------------------------| 28.79% tmpx9xu4fgm.zip |###############--------------------------------------| 28.95% tmpx9xu4fgm.zip |###############--------------------------------------| 29.11% tmpx9xu4fgm.zip |################-------------------------------------| 29.27% tmpx9xu4fgm.zip |################-------------------------------------| 29.43% tmpx9xu4fgm.zip |################-------------------------------------| 29.59% tmpx9xu4fgm.zip |################-------------------------------------| 29.75% tmpx9xu4fgm.zip |################-------------------------------------| 29.92% tmpx9xu4fgm.zip |################-------------------------------------| 30.08% tmpx9xu4fgm.zip |################-------------------------------------| 30.24% tmpx9xu4fgm.zip |################-------------------------------------| 30.4% tmpx9xu4fgm.zip |################-------------------------------------| 30.56% tmpx9xu4fgm.zip |################-------------------------------------| 30.72% tmpx9xu4fgm.zip |################-------------------------------------| 30.88% tmpx9xu4fgm.zip |################-------------------------------------| 31.04% tmpx9xu4fgm.zip |#################------------------------------------| 31.2% tmpx9xu4fgm.zip |#################------------------------------------| 31.36% tmpx9xu4fgm.zip |#################------------------------------------| 31.52% tmpx9xu4fgm.zip |#################------------------------------------| 31.68% tmpx9xu4fgm.zip |#################------------------------------------| 31.85% tmpx9xu4fgm.zip |#################------------------------------------| 32.01% tmpx9xu4fgm.zip |#################------------------------------------| 32.17% tmpx9xu4fgm.zip |#################------------------------------------| 32.33% tmpx9xu4fgm.zip |#################------------------------------------| 32.49% tmpx9xu4fgm.zip |#################------------------------------------| 32.65% tmpx9xu4fgm.zip |#################------------------------------------| 32.81% tmpx9xu4fgm.zip |#################------------------------------------| 32.97% tmpx9xu4fgm.zip |##################-----------------------------------| 33.13% tmpx9xu4fgm.zip |##################-----------------------------------| 33.29% tmpx9xu4fgm.zip |##################-----------------------------------| 33.45% tmpx9xu4fgm.zip |##################-----------------------------------| 33.61% tmpx9xu4fgm.zip |##################-----------------------------------| 33.78% tmpx9xu4fgm.zip |##################-----------------------------------| 33.94% tmpx9xu4fgm.zip |##################-----------------------------------| 34.1% tmpx9xu4fgm.zip |##################-----------------------------------| 34.26% tmpx9xu4fgm.zip |##################-----------------------------------| 34.42% tmpx9xu4fgm.zip |##################-----------------------------------| 34.58% tmpx9xu4fgm.zip |##################-----------------------------------| 34.74% tmpx9xu4fgm.zip |##################-----------------------------------| 34.9% tmpx9xu4fgm.zip |###################----------------------------------| 35.06% tmpx9xu4fgm.zip |###################----------------------------------| 35.22% tmpx9xu4fgm.zip |###################----------------------------------| 35.38% tmpx9xu4fgm.zip |###################----------------------------------| 35.54% tmpx9xu4fgm.zip |###################----------------------------------| 35.71% tmpx9xu4fgm.zip |###################----------------------------------| 35.87% tmpx9xu4fgm.zip |###################----------------------------------| 36.03% tmpx9xu4fgm.zip |###################----------------------------------| 36.19% tmpx9xu4fgm.zip |###################----------------------------------| 36.35% tmpx9xu4fgm.zip |###################----------------------------------| 36.51% tmpx9xu4fgm.zip |###################----------------------------------| 36.67% tmpx9xu4fgm.zip |####################---------------------------------| 36.83% tmpx9xu4fgm.zip |####################---------------------------------| 36.99% tmpx9xu4fgm.zip |####################---------------------------------| 37.15% tmpx9xu4fgm.zip |####################---------------------------------| 37.31% tmpx9xu4fgm.zip |####################---------------------------------| 37.47% tmpx9xu4fgm.zip |####################---------------------------------| 37.64% tmpx9xu4fgm.zip |####################---------------------------------| 37.8% tmpx9xu4fgm.zip |####################---------------------------------| 37.96% tmpx9xu4fgm.zip |####################---------------------------------| 38.12% tmpx9xu4fgm.zip |####################---------------------------------| 38.28% tmpx9xu4fgm.zip |####################---------------------------------| 38.44% tmpx9xu4fgm.zip |####################---------------------------------| 38.6% tmpx9xu4fgm.zip |#####################--------------------------------| 38.76% tmpx9xu4fgm.zip |#####################--------------------------------| 38.92% tmpx9xu4fgm.zip |#####################--------------------------------| 39.08% tmpx9xu4fgm.zip |#####################--------------------------------| 39.24% tmpx9xu4fgm.zip |#####################--------------------------------| 39.4% tmpx9xu4fgm.zip |#####################--------------------------------| 39.57% tmpx9xu4fgm.zip |#####################--------------------------------| 39.73% tmpx9xu4fgm.zip |#####################--------------------------------| 39.89% tmpx9xu4fgm.zip |#####################--------------------------------| 40.05% tmpx9xu4fgm.zip |#####################--------------------------------| 40.21% tmpx9xu4fgm.zip |#####################--------------------------------| 40.37% tmpx9xu4fgm.zip |#####################--------------------------------| 40.53% tmpx9xu4fgm.zip |######################-------------------------------| 40.69% tmpx9xu4fgm.zip |######################-------------------------------| 40.85% tmpx9xu4fgm.zip |######################-------------------------------| 41.01% tmpx9xu4fgm.zip |######################-------------------------------| 41.17% tmpx9xu4fgm.zip |######################-------------------------------| 41.33% tmpx9xu4fgm.zip |######################-------------------------------| 41.5% tmpx9xu4fgm.zip |######################-------------------------------| 41.66% tmpx9xu4fgm.zip |######################-------------------------------| 41.82% tmpx9xu4fgm.zip |######################-------------------------------| 41.98% tmpx9xu4fgm.zip |######################-------------------------------| 42.14% tmpx9xu4fgm.zip |######################-------------------------------| 42.3% tmpx9xu4fgm.zip |#######################------------------------------| 42.46% tmpx9xu4fgm.zip |#######################------------------------------| 42.62% tmpx9xu4fgm.zip |#######################------------------------------| 42.78% tmpx9xu4fgm.zip |#######################------------------------------| 42.94% tmpx9xu4fgm.zip |#######################------------------------------| 43.1% tmpx9xu4fgm.zip |#######################------------------------------| 43.26% tmpx9xu4fgm.zip |#######################------------------------------| 43.43% tmpx9xu4fgm.zip |#######################------------------------------| 43.59% tmpx9xu4fgm.zip |#######################------------------------------| 43.75% tmpx9xu4fgm.zip |#######################------------------------------| 43.91% tmpx9xu4fgm.zip |#######################------------------------------| 44.07% tmpx9xu4fgm.zip |#######################------------------------------| 44.23% tmpx9xu4fgm.zip |########################-----------------------------| 44.39% tmpx9xu4fgm.zip |########################-----------------------------| 44.55% tmpx9xu4fgm.zip |########################-----------------------------| 44.71% tmpx9xu4fgm.zip |########################-----------------------------| 44.87% tmpx9xu4fgm.zip |########################-----------------------------| 45.03% tmpx9xu4fgm.zip |########################-----------------------------| 45.19% tmpx9xu4fgm.zip |########################-----------------------------| 45.36% tmpx9xu4fgm.zip |########################-----------------------------| 45.52% tmpx9xu4fgm.zip |########################-----------------------------| 45.68% tmpx9xu4fgm.zip |########################-----------------------------| 45.84% tmpx9xu4fgm.zip |########################-----------------------------| 46.0% tmpx9xu4fgm.zip |########################-----------------------------| 46.16% tmpx9xu4fgm.zip |#########################----------------------------| 46.32% tmpx9xu4fgm.zip |#########################----------------------------| 46.48% tmpx9xu4fgm.zip |#########################----------------------------| 46.64% tmpx9xu4fgm.zip |#########################----------------------------| 46.8% tmpx9xu4fgm.zip |#########################----------------------------| 46.96% tmpx9xu4fgm.zip |#########################----------------------------| 47.12% tmpx9xu4fgm.zip |#########################----------------------------| 47.29% tmpx9xu4fgm.zip |#########################----------------------------| 47.45% tmpx9xu4fgm.zip |#########################----------------------------| 47.61% tmpx9xu4fgm.zip |#########################----------------------------| 47.77% tmpx9xu4fgm.zip |#########################----------------------------| 47.93% tmpx9xu4fgm.zip |#########################----------------------------| 48.09% tmpx9xu4fgm.zip |##########################---------------------------| 48.25% tmpx9xu4fgm.zip |##########################---------------------------| 48.41% tmpx9xu4fgm.zip |##########################---------------------------| 48.57% tmpx9xu4fgm.zip |##########################---------------------------| 48.73% tmpx9xu4fgm.zip |##########################---------------------------| 48.89% tmpx9xu4fgm.zip |##########################---------------------------| 49.05% tmpx9xu4fgm.zip |##########################---------------------------| 49.22% tmpx9xu4fgm.zip |##########################---------------------------| 49.38% tmpx9xu4fgm.zip |##########################---------------------------| 49.54% tmpx9xu4fgm.zip |##########################---------------------------| 49.7% tmpx9xu4fgm.zip |##########################---------------------------| 49.86% tmpx9xu4fgm.zip |###########################--------------------------| 50.02% tmpx9xu4fgm.zip |###########################--------------------------| 50.18% tmpx9xu4fgm.zip |###########################--------------------------| 50.34% tmpx9xu4fgm.zip |###########################--------------------------| 50.5% tmpx9xu4fgm.zip |###########################--------------------------| 50.66% tmpx9xu4fgm.zip |###########################--------------------------| 50.82% tmpx9xu4fgm.zip |###########################--------------------------| 50.98% tmpx9xu4fgm.zip |###########################--------------------------| 51.15% tmpx9xu4fgm.zip |###########################--------------------------| 51.31% tmpx9xu4fgm.zip |###########################--------------------------| 51.47% tmpx9xu4fgm.zip |###########################--------------------------| 51.63% tmpx9xu4fgm.zip |###########################--------------------------| 51.79% tmpx9xu4fgm.zip |############################-------------------------| 51.95% tmpx9xu4fgm.zip |############################-------------------------| 52.11% tmpx9xu4fgm.zip |############################-------------------------| 52.27% tmpx9xu4fgm.zip |############################-------------------------| 52.43% tmpx9xu4fgm.zip |############################-------------------------| 52.59% tmpx9xu4fgm.zip |############################-------------------------| 52.75% tmpx9xu4fgm.zip |############################-------------------------| 52.91% tmpx9xu4fgm.zip |############################-------------------------| 53.08% tmpx9xu4fgm.zip |############################-------------------------| 53.24% tmpx9xu4fgm.zip |############################-------------------------| 53.4% tmpx9xu4fgm.zip |############################-------------------------| 53.56% tmpx9xu4fgm.zip |############################-------------------------| 53.72% tmpx9xu4fgm.zip |#############################------------------------| 53.88% tmpx9xu4fgm.zip |#############################------------------------| 54.04% tmpx9xu4fgm.zip |#############################------------------------| 54.2% tmpx9xu4fgm.zip |#############################------------------------| 54.36% tmpx9xu4fgm.zip |#############################------------------------| 54.52% tmpx9xu4fgm.zip |#############################------------------------| 54.68% tmpx9xu4fgm.zip |#############################------------------------| 54.84% tmpx9xu4fgm.zip |#############################------------------------| 55.01% tmpx9xu4fgm.zip |#############################------------------------| 55.17% tmpx9xu4fgm.zip |#############################------------------------| 55.33% tmpx9xu4fgm.zip |#############################------------------------| 55.49% tmpx9xu4fgm.zip |#############################------------------------| 55.65% tmpx9xu4fgm.zip |##############################-----------------------| 55.81% tmpx9xu4fgm.zip |##############################-----------------------| 55.97% tmpx9xu4fgm.zip |##############################-----------------------| 56.13% tmpx9xu4fgm.zip |##############################-----------------------| 56.29% tmpx9xu4fgm.zip |##############################-----------------------| 56.45% tmpx9xu4fgm.zip |##############################-----------------------| 56.61% tmpx9xu4fgm.zip |##############################-----------------------| 56.77% tmpx9xu4fgm.zip |##############################-----------------------| 56.94% tmpx9xu4fgm.zip |##############################-----------------------| 57.1% tmpx9xu4fgm.zip |##############################-----------------------| 57.26% tmpx9xu4fgm.zip |##############################-----------------------| 57.42% tmpx9xu4fgm.zip |###############################----------------------| 57.58% tmpx9xu4fgm.zip |###############################----------------------| 57.74% tmpx9xu4fgm.zip |###############################----------------------| 57.9% tmpx9xu4fgm.zip |###############################----------------------| 58.06% tmpx9xu4fgm.zip |###############################----------------------| 58.22% tmpx9xu4fgm.zip |###############################----------------------| 58.38% tmpx9xu4fgm.zip |###############################----------------------| 58.54% tmpx9xu4fgm.zip |###############################----------------------| 58.7% tmpx9xu4fgm.zip |###############################----------------------| 58.87% tmpx9xu4fgm.zip |###############################----------------------| 59.03% tmpx9xu4fgm.zip |###############################----------------------| 59.19% tmpx9xu4fgm.zip |###############################----------------------| 59.35% tmpx9xu4fgm.zip |################################---------------------| 59.51% tmpx9xu4fgm.zip |################################---------------------| 59.67% tmpx9xu4fgm.zip |################################---------------------| 59.83% tmpx9xu4fgm.zip |################################---------------------| 59.99% tmpx9xu4fgm.zip |################################---------------------| 60.15% tmpx9xu4fgm.zip |################################---------------------| 60.31% tmpx9xu4fgm.zip |################################---------------------| 60.47% tmpx9xu4fgm.zip |################################---------------------| 60.63% tmpx9xu4fgm.zip |################################---------------------| 60.8% tmpx9xu4fgm.zip |################################---------------------| 60.96% tmpx9xu4fgm.zip |################################---------------------| 61.12% tmpx9xu4fgm.zip |################################---------------------| 61.28% tmpx9xu4fgm.zip |#################################--------------------| 61.44% tmpx9xu4fgm.zip |#################################--------------------| 61.6% tmpx9xu4fgm.zip |#################################--------------------| 61.76% tmpx9xu4fgm.zip |#################################--------------------| 61.92% tmpx9xu4fgm.zip |#################################--------------------| 62.08% tmpx9xu4fgm.zip |#################################--------------------| 62.24% tmpx9xu4fgm.zip |#################################--------------------| 62.4% tmpx9xu4fgm.zip |#################################--------------------| 62.56% tmpx9xu4fgm.zip |#################################--------------------| 62.73% tmpx9xu4fgm.zip |#################################--------------------| 62.89% tmpx9xu4fgm.zip |#################################--------------------| 63.05% tmpx9xu4fgm.zip |##################################-------------------| 63.21% tmpx9xu4fgm.zip |##################################-------------------| 63.37% tmpx9xu4fgm.zip |##################################-------------------| 63.53% tmpx9xu4fgm.zip |##################################-------------------| 63.69% tmpx9xu4fgm.zip |##################################-------------------| 63.85% tmpx9xu4fgm.zip |##################################-------------------| 64.01% tmpx9xu4fgm.zip |##################################-------------------| 64.17% tmpx9xu4fgm.zip |##################################-------------------| 64.33% tmpx9xu4fgm.zip |##################################-------------------| 64.49% tmpx9xu4fgm.zip |##################################-------------------| 64.66% tmpx9xu4fgm.zip |##################################-------------------| 64.82% tmpx9xu4fgm.zip |##################################-------------------| 64.98% tmpx9xu4fgm.zip |###################################------------------| 65.14% tmpx9xu4fgm.zip |###################################------------------| 65.3% tmpx9xu4fgm.zip |###################################------------------| 65.46% tmpx9xu4fgm.zip |###################################------------------| 65.62% tmpx9xu4fgm.zip |###################################------------------| 65.78% tmpx9xu4fgm.zip |###################################------------------| 65.94% tmpx9xu4fgm.zip |###################################------------------| 66.1% tmpx9xu4fgm.zip |###################################------------------| 66.26% tmpx9xu4fgm.zip |###################################------------------| 66.42% tmpx9xu4fgm.zip |###################################------------------| 66.59% tmpx9xu4fgm.zip |###################################------------------| 66.75% tmpx9xu4fgm.zip |###################################------------------| 66.91% tmpx9xu4fgm.zip |####################################-----------------| 67.07% tmpx9xu4fgm.zip |####################################-----------------| 67.23% tmpx9xu4fgm.zip |####################################-----------------| 67.39% tmpx9xu4fgm.zip |####################################-----------------| 67.55% tmpx9xu4fgm.zip |####################################-----------------| 67.71% tmpx9xu4fgm.zip |####################################-----------------| 67.87% tmpx9xu4fgm.zip |####################################-----------------| 68.03% tmpx9xu4fgm.zip |####################################-----------------| 68.19% tmpx9xu4fgm.zip |####################################-----------------| 68.35% tmpx9xu4fgm.zip |####################################-----------------| 68.52% tmpx9xu4fgm.zip |####################################-----------------| 68.68% tmpx9xu4fgm.zip |####################################-----------------| 68.84% tmpx9xu4fgm.zip |#####################################----------------| 69.0% tmpx9xu4fgm.zip |#####################################----------------| 69.16% tmpx9xu4fgm.zip |#####################################----------------| 69.32% tmpx9xu4fgm.zip |#####################################----------------| 69.48% tmpx9xu4fgm.zip |#####################################----------------| 69.64% tmpx9xu4fgm.zip |#####################################----------------| 69.8% tmpx9xu4fgm.zip |#####################################----------------| 69.96% tmpx9xu4fgm.zip |#####################################----------------| 70.12% tmpx9xu4fgm.zip |#####################################----------------| 70.28% tmpx9xu4fgm.zip |#####################################----------------| 70.45% tmpx9xu4fgm.zip |#####################################----------------| 70.61% tmpx9xu4fgm.zip |######################################---------------| 70.77% tmpx9xu4fgm.zip |######################################---------------| 70.93% tmpx9xu4fgm.zip |######################################---------------| 71.09% tmpx9xu4fgm.zip |######################################---------------| 71.25% tmpx9xu4fgm.zip |######################################---------------| 71.41% tmpx9xu4fgm.zip |######################################---------------| 71.57% tmpx9xu4fgm.zip |######################################---------------| 71.73% tmpx9xu4fgm.zip |######################################---------------| 71.89% tmpx9xu4fgm.zip |######################################---------------| 72.05% tmpx9xu4fgm.zip |######################################---------------| 72.21% tmpx9xu4fgm.zip |######################################---------------| 72.38% tmpx9xu4fgm.zip |######################################---------------| 72.54% tmpx9xu4fgm.zip |#######################################--------------| 72.7% tmpx9xu4fgm.zip |#######################################--------------| 72.86% tmpx9xu4fgm.zip |#######################################--------------| 73.02% tmpx9xu4fgm.zip |#######################################--------------| 73.18% tmpx9xu4fgm.zip |#######################################--------------| 73.34% tmpx9xu4fgm.zip |#######################################--------------| 73.5% tmpx9xu4fgm.zip |#######################################--------------| 73.66% tmpx9xu4fgm.zip |#######################################--------------| 73.82% tmpx9xu4fgm.zip |#######################################--------------| 73.98% tmpx9xu4fgm.zip |#######################################--------------| 74.14% tmpx9xu4fgm.zip |#######################################--------------| 74.31% tmpx9xu4fgm.zip |#######################################--------------| 74.47% tmpx9xu4fgm.zip |########################################-------------| 74.63% tmpx9xu4fgm.zip |########################################-------------| 74.79% tmpx9xu4fgm.zip |########################################-------------| 74.95% tmpx9xu4fgm.zip |########################################-------------| 75.11% tmpx9xu4fgm.zip |########################################-------------| 75.27% tmpx9xu4fgm.zip |########################################-------------| 75.43% tmpx9xu4fgm.zip |########################################-------------| 75.59% tmpx9xu4fgm.zip |########################################-------------| 75.75% tmpx9xu4fgm.zip |########################################-------------| 75.91% tmpx9xu4fgm.zip |########################################-------------| 76.07% tmpx9xu4fgm.zip |########################################-------------| 76.24% tmpx9xu4fgm.zip |########################################-------------| 76.4% tmpx9xu4fgm.zip |#########################################------------| 76.56% tmpx9xu4fgm.zip |#########################################------------| 76.72% tmpx9xu4fgm.zip |#########################################------------| 76.88% tmpx9xu4fgm.zip |#########################################------------| 77.04% tmpx9xu4fgm.zip |#########################################------------| 77.2% tmpx9xu4fgm.zip |#########################################------------| 77.36% tmpx9xu4fgm.zip |#########################################------------| 77.52% tmpx9xu4fgm.zip |#########################################------------| 77.68% tmpx9xu4fgm.zip |#########################################------------| 77.84% tmpx9xu4fgm.zip |#########################################------------| 78.0% tmpx9xu4fgm.zip |#########################################------------| 78.17% tmpx9xu4fgm.zip |##########################################-----------| 78.33% tmpx9xu4fgm.zip |##########################################-----------| 78.49% tmpx9xu4fgm.zip |##########################################-----------| 78.65% tmpx9xu4fgm.zip |##########################################-----------| 78.81% tmpx9xu4fgm.zip |##########################################-----------| 78.97% tmpx9xu4fgm.zip |##########################################-----------| 79.13% tmpx9xu4fgm.zip |##########################################-----------| 79.29% tmpx9xu4fgm.zip |##########################################-----------| 79.45% tmpx9xu4fgm.zip |##########################################-----------| 79.61% tmpx9xu4fgm.zip |##########################################-----------| 79.77% tmpx9xu4fgm.zip |##########################################-----------| 79.93% tmpx9xu4fgm.zip |##########################################-----------| 80.1% tmpx9xu4fgm.zip |###########################################----------| 80.26% tmpx9xu4fgm.zip |###########################################----------| 80.42% tmpx9xu4fgm.zip |###########################################----------| 80.58% tmpx9xu4fgm.zip |###########################################----------| 80.74% tmpx9xu4fgm.zip |###########################################----------| 80.9% tmpx9xu4fgm.zip |###########################################----------| 81.06% tmpx9xu4fgm.zip |###########################################----------| 81.22% tmpx9xu4fgm.zip |###########################################----------| 81.38% tmpx9xu4fgm.zip |###########################################----------| 81.54% tmpx9xu4fgm.zip |###########################################----------| 81.7% tmpx9xu4fgm.zip |###########################################----------| 81.86% tmpx9xu4fgm.zip |###########################################----------| 82.03% tmpx9xu4fgm.zip |############################################---------| 82.19% tmpx9xu4fgm.zip |############################################---------| 82.35% tmpx9xu4fgm.zip |############################################---------| 82.51% tmpx9xu4fgm.zip |############################################---------| 82.67% tmpx9xu4fgm.zip |############################################---------| 82.83% tmpx9xu4fgm.zip |############################################---------| 82.99% tmpx9xu4fgm.zip |############################################---------| 83.15% tmpx9xu4fgm.zip |############################################---------| 83.31% tmpx9xu4fgm.zip |############################################---------| 83.47% tmpx9xu4fgm.zip |############################################---------| 83.63% tmpx9xu4fgm.zip |############################################---------| 83.79% tmpx9xu4fgm.zip |############################################---------| 83.96% tmpx9xu4fgm.zip |#############################################--------| 84.12% tmpx9xu4fgm.zip |#############################################--------| 84.28% tmpx9xu4fgm.zip |#############################################--------| 84.44% tmpx9xu4fgm.zip |#############################################--------| 84.6% tmpx9xu4fgm.zip |#############################################--------| 84.76% tmpx9xu4fgm.zip |#############################################--------| 84.92% tmpx9xu4fgm.zip |#############################################--------| 85.08% tmpx9xu4fgm.zip |#############################################--------| 85.24% tmpx9xu4fgm.zip |#############################################--------| 85.4% tmpx9xu4fgm.zip |#############################################--------| 85.56% tmpx9xu4fgm.zip |#############################################--------| 85.72% tmpx9xu4fgm.zip |##############################################-------| 85.89% tmpx9xu4fgm.zip |##############################################-------| 86.05% tmpx9xu4fgm.zip |##############################################-------| 86.21% tmpx9xu4fgm.zip |##############################################-------| 86.37% tmpx9xu4fgm.zip |##############################################-------| 86.53% tmpx9xu4fgm.zip |##############################################-------| 86.69% tmpx9xu4fgm.zip |##############################################-------| 86.85% tmpx9xu4fgm.zip |##############################################-------| 87.01% tmpx9xu4fgm.zip |##############################################-------| 87.17% tmpx9xu4fgm.zip |##############################################-------| 87.33% tmpx9xu4fgm.zip |##############################################-------| 87.49% tmpx9xu4fgm.zip |##############################################-------| 87.65% tmpx9xu4fgm.zip |###############################################------| 87.82% tmpx9xu4fgm.zip |###############################################------| 87.98% tmpx9xu4fgm.zip |###############################################------| 88.14% tmpx9xu4fgm.zip |###############################################------| 88.3% tmpx9xu4fgm.zip |###############################################------| 88.46% tmpx9xu4fgm.zip |###############################################------| 88.62% tmpx9xu4fgm.zip |###############################################------| 88.78% tmpx9xu4fgm.zip |###############################################------| 88.94% tmpx9xu4fgm.zip |###############################################------| 89.1% tmpx9xu4fgm.zip |###############################################------| 89.26% tmpx9xu4fgm.zip |###############################################------| 89.42% tmpx9xu4fgm.zip |###############################################------| 89.58% tmpx9xu4fgm.zip |################################################-----| 89.75% tmpx9xu4fgm.zip |################################################-----| 89.91% tmpx9xu4fgm.zip |################################################-----| 90.07% tmpx9xu4fgm.zip |################################################-----| 90.23% tmpx9xu4fgm.zip |################################################-----| 90.39% tmpx9xu4fgm.zip |################################################-----| 90.55% tmpx9xu4fgm.zip |################################################-----| 90.71% tmpx9xu4fgm.zip |################################################-----| 90.87% tmpx9xu4fgm.zip |################################################-----| 91.03% tmpx9xu4fgm.zip |################################################-----| 91.19% tmpx9xu4fgm.zip |################################################-----| 91.35% tmpx9xu4fgm.zip |#################################################----| 91.51% tmpx9xu4fgm.zip |#################################################----| 91.68% tmpx9xu4fgm.zip |#################################################----| 91.84% tmpx9xu4fgm.zip |#################################################----| 92.0% tmpx9xu4fgm.zip |#################################################----| 92.16% tmpx9xu4fgm.zip |#################################################----| 92.32% tmpx9xu4fgm.zip |#################################################----| 92.48% tmpx9xu4fgm.zip |#################################################----| 92.64% tmpx9xu4fgm.zip |#################################################----| 92.8% tmpx9xu4fgm.zip |#################################################----| 92.96% tmpx9xu4fgm.zip |#################################################----| 93.12% tmpx9xu4fgm.zip |#################################################----| 93.28% tmpx9xu4fgm.zip |##################################################---| 93.44% tmpx9xu4fgm.zip |##################################################---| 93.61% tmpx9xu4fgm.zip |##################################################---| 93.77% tmpx9xu4fgm.zip |##################################################---| 93.93% tmpx9xu4fgm.zip |##################################################---| 94.09% tmpx9xu4fgm.zip |##################################################---| 94.25% tmpx9xu4fgm.zip |##################################################---| 94.41% tmpx9xu4fgm.zip |##################################################---| 94.57% tmpx9xu4fgm.zip |##################################################---| 94.73% tmpx9xu4fgm.zip |##################################################---| 94.89% tmpx9xu4fgm.zip |##################################################---| 95.05% tmpx9xu4fgm.zip |##################################################---| 95.21% tmpx9xu4fgm.zip |###################################################--| 95.37% tmpx9xu4fgm.zip |###################################################--| 95.54% tmpx9xu4fgm.zip |###################################################--| 95.7% tmpx9xu4fgm.zip |###################################################--| 95.86% tmpx9xu4fgm.zip |###################################################--| 96.02% tmpx9xu4fgm.zip |###################################################--| 96.18% tmpx9xu4fgm.zip |###################################################--| 96.34% tmpx9xu4fgm.zip |###################################################--| 96.5% tmpx9xu4fgm.zip |###################################################--| 96.66% tmpx9xu4fgm.zip |###################################################--| 96.82% tmpx9xu4fgm.zip |###################################################--| 96.98% tmpx9xu4fgm.zip |###################################################--| 97.14% tmpx9xu4fgm.zip |####################################################-| 97.3% tmpx9xu4fgm.zip |####################################################-| 97.47% tmpx9xu4fgm.zip |####################################################-| 97.63% tmpx9xu4fgm.zip |####################################################-| 97.79% tmpx9xu4fgm.zip |####################################################-| 97.95% tmpx9xu4fgm.zip |####################################################-| 98.11% tmpx9xu4fgm.zip |####################################################-| 98.27% tmpx9xu4fgm.zip |####################################################-| 98.43% tmpx9xu4fgm.zip |####################################################-| 98.59% tmpx9xu4fgm.zip |####################################################-| 98.75% tmpx9xu4fgm.zip |####################################################-| 98.91% tmpx9xu4fgm.zip |#####################################################| 99.07% tmpx9xu4fgm.zip |#####################################################| 99.23% tmpx9xu4fgm.zip |#####################################################| 99.4% tmpx9xu4fgm.zip |#####################################################| 99.56% tmpx9xu4fgm.zip |#####################################################| 99.72% tmpx9xu4fgm.zip |#####################################################| 99.88% tmpx9xu4fgm.zip |#####################################################| 100.0% Plugin uploaded. Plugin's id is 4a8c76e7-86c9-4a1c-8238-f6623c70773e + for p in '${PLUGIN_DIR}/*' + wagons=($p/*.wgn) + types=($p/*.yaml) + install_plugin /opt/plugins/plugin-NKjxmp0/sshkeyshare-1.2.0-py36-none-linux_x86_64.wgn /opt/plugins/plugin-NKjxmp0/sshkeyshare_types.yaml ++ basename /opt/plugins/plugin-NKjxmp0/sshkeyshare-1.2.0-py36-none-linux_x86_64.wgn + ARCHIVE=sshkeyshare-1.2.0-py36-none-linux_x86_64.wgn + cm_hasany 'plugins?archive_name=sshkeyshare-1.2.0-py36-none-linux_x86_64.wgn' ++ curl -Ss -H 'Tenant: default_tenant' --user admin:SU92FFB6 --cacert /opt/onap/certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/plugins?archive_name=sshkeyshare-1.2.0-py36-none-linux_x86_64.wgn&_include=id' ++ /bin/jq .metadata.pagination.total + COUNT=0 + (( 0 > 0 )) + return 1 + cfy plugin upload -y /opt/plugins/plugin-NKjxmp0/sshkeyshare_types.yaml /opt/plugins/plugin-NKjxmp0/sshkeyshare-1.2.0-py36-none-linux_x86_64.wgn Creating plugin zip archive.. Uploading plugin archive (wagon + yaml).. tmphkexwil_.zip |-----------------------------------------------------| 0.47% tmphkexwil_.zip |-----------------------------------------------------| 0.93% tmphkexwil_.zip |#----------------------------------------------------| 1.4% tmphkexwil_.zip |#----------------------------------------------------| 1.86% tmphkexwil_.zip |#----------------------------------------------------| 2.33% tmphkexwil_.zip |#----------------------------------------------------| 2.8% tmphkexwil_.zip |##---------------------------------------------------| 3.26% tmphkexwil_.zip |##---------------------------------------------------| 3.73% tmphkexwil_.zip |##---------------------------------------------------| 4.19% tmphkexwil_.zip |##---------------------------------------------------| 4.66% tmphkexwil_.zip |###--------------------------------------------------| 5.13% tmphkexwil_.zip |###--------------------------------------------------| 5.59% tmphkexwil_.zip |###--------------------------------------------------| 6.06% tmphkexwil_.zip |###--------------------------------------------------| 6.52% tmphkexwil_.zip |####-------------------------------------------------| 6.99% tmphkexwil_.zip |####-------------------------------------------------| 7.46% tmphkexwil_.zip |####-------------------------------------------------| 7.92% tmphkexwil_.zip |####-------------------------------------------------| 8.39% tmphkexwil_.zip |#####------------------------------------------------| 8.85% tmphkexwil_.zip |#####------------------------------------------------| 9.32% tmphkexwil_.zip |#####------------------------------------------------| 9.79% tmphkexwil_.zip |#####------------------------------------------------| 10.25% tmphkexwil_.zip |######-----------------------------------------------| 10.72% tmphkexwil_.zip |######-----------------------------------------------| 11.18% tmphkexwil_.zip |######-----------------------------------------------| 11.65% tmphkexwil_.zip |######-----------------------------------------------| 12.12% tmphkexwil_.zip |#######----------------------------------------------| 12.58% tmphkexwil_.zip |#######----------------------------------------------| 13.05% tmphkexwil_.zip |#######----------------------------------------------| 13.51% tmphkexwil_.zip |#######----------------------------------------------| 13.98% tmphkexwil_.zip |########---------------------------------------------| 14.45% tmphkexwil_.zip |########---------------------------------------------| 14.91% tmphkexwil_.zip |########---------------------------------------------| 15.38% tmphkexwil_.zip |########---------------------------------------------| 15.84% tmphkexwil_.zip |#########--------------------------------------------| 16.31% tmphkexwil_.zip |#########--------------------------------------------| 16.78% tmphkexwil_.zip |#########--------------------------------------------| 17.24% tmphkexwil_.zip |#########--------------------------------------------| 17.71% tmphkexwil_.zip |##########-------------------------------------------| 18.17% tmphkexwil_.zip |##########-------------------------------------------| 18.64% tmphkexwil_.zip |##########-------------------------------------------| 19.11% tmphkexwil_.zip |##########-------------------------------------------| 19.57% tmphkexwil_.zip |###########------------------------------------------| 20.04% tmphkexwil_.zip |###########------------------------------------------| 20.5% tmphkexwil_.zip |###########------------------------------------------| 20.97% tmphkexwil_.zip |###########------------------------------------------| 21.44% tmphkexwil_.zip |############-----------------------------------------| 21.9% tmphkexwil_.zip |############-----------------------------------------| 22.37% tmphkexwil_.zip |############-----------------------------------------| 22.83% tmphkexwil_.zip |############-----------------------------------------| 23.3% tmphkexwil_.zip |#############----------------------------------------| 23.77% tmphkexwil_.zip |#############----------------------------------------| 24.23% tmphkexwil_.zip |#############----------------------------------------| 24.7% tmphkexwil_.zip |#############----------------------------------------| 25.16% tmphkexwil_.zip |##############---------------------------------------| 25.63% tmphkexwil_.zip |##############---------------------------------------| 26.1% tmphkexwil_.zip |##############---------------------------------------| 26.56% tmphkexwil_.zip |##############---------------------------------------| 27.03% tmphkexwil_.zip |###############--------------------------------------| 27.49% tmphkexwil_.zip |###############--------------------------------------| 27.96% tmphkexwil_.zip |###############--------------------------------------| 28.43% tmphkexwil_.zip |###############--------------------------------------| 28.89% tmphkexwil_.zip |################-------------------------------------| 29.36% tmphkexwil_.zip |################-------------------------------------| 29.82% tmphkexwil_.zip |################-------------------------------------| 30.29% tmphkexwil_.zip |################-------------------------------------| 30.76% tmphkexwil_.zip |#################------------------------------------| 31.22% tmphkexwil_.zip |#################------------------------------------| 31.69% tmphkexwil_.zip |#################------------------------------------| 32.15% tmphkexwil_.zip |#################------------------------------------| 32.62% tmphkexwil_.zip |##################-----------------------------------| 33.09% tmphkexwil_.zip |##################-----------------------------------| 33.55% tmphkexwil_.zip |##################-----------------------------------| 34.02% tmphkexwil_.zip |##################-----------------------------------| 34.48% tmphkexwil_.zip |###################----------------------------------| 34.95% tmphkexwil_.zip |###################----------------------------------| 35.42% tmphkexwil_.zip |###################----------------------------------| 35.88% tmphkexwil_.zip |###################----------------------------------| 36.35% tmphkexwil_.zip |####################---------------------------------| 36.81% tmphkexwil_.zip |####################---------------------------------| 37.28% tmphkexwil_.zip |####################---------------------------------| 37.75% tmphkexwil_.zip |####################---------------------------------| 38.21% tmphkexwil_.zip |####################---------------------------------| 38.68% tmphkexwil_.zip |#####################--------------------------------| 39.15% tmphkexwil_.zip |#####################--------------------------------| 39.61% tmphkexwil_.zip |#####################--------------------------------| 40.08% tmphkexwil_.zip |#####################--------------------------------| 40.54% tmphkexwil_.zip |######################-------------------------------| 41.01% tmphkexwil_.zip |######################-------------------------------| 41.48% tmphkexwil_.zip |######################-------------------------------| 41.94% tmphkexwil_.zip |######################-------------------------------| 42.41% tmphkexwil_.zip |#######################------------------------------| 42.87% tmphkexwil_.zip |#######################------------------------------| 43.34% tmphkexwil_.zip |#######################------------------------------| 43.81% tmphkexwil_.zip |#######################------------------------------| 44.27% tmphkexwil_.zip |########################-----------------------------| 44.74% tmphkexwil_.zip |########################-----------------------------| 45.2% tmphkexwil_.zip |########################-----------------------------| 45.67% tmphkexwil_.zip |########################-----------------------------| 46.14% tmphkexwil_.zip |#########################----------------------------| 46.6% tmphkexwil_.zip |#########################----------------------------| 47.07% tmphkexwil_.zip |#########################----------------------------| 47.53% tmphkexwil_.zip |#########################----------------------------| 48.0% tmphkexwil_.zip |##########################---------------------------| 48.47% tmphkexwil_.zip |##########################---------------------------| 48.93% tmphkexwil_.zip |##########################---------------------------| 49.4% tmphkexwil_.zip |##########################---------------------------| 49.86% tmphkexwil_.zip |###########################--------------------------| 50.33% tmphkexwil_.zip |###########################--------------------------| 50.8% tmphkexwil_.zip |###########################--------------------------| 51.26% tmphkexwil_.zip |###########################--------------------------| 51.73% tmphkexwil_.zip |############################-------------------------| 52.19% tmphkexwil_.zip |############################-------------------------| 52.66% tmphkexwil_.zip |############################-------------------------| 53.13% tmphkexwil_.zip |############################-------------------------| 53.59% tmphkexwil_.zip |#############################------------------------| 54.06% tmphkexwil_.zip |#############################------------------------| 54.52% tmphkexwil_.zip |#############################------------------------| 54.99% tmphkexwil_.zip |#############################------------------------| 55.46% tmphkexwil_.zip |##############################-----------------------| 55.92% tmphkexwil_.zip |##############################-----------------------| 56.39% tmphkexwil_.zip |##############################-----------------------| 56.85% tmphkexwil_.zip |##############################-----------------------| 57.32% tmphkexwil_.zip |###############################----------------------| 57.79% tmphkexwil_.zip |###############################----------------------| 58.25% tmphkexwil_.zip |###############################----------------------| 58.72% tmphkexwil_.zip |###############################----------------------| 59.18% tmphkexwil_.zip |################################---------------------| 59.65% tmphkexwil_.zip |################################---------------------| 60.12% tmphkexwil_.zip |################################---------------------| 60.58% tmphkexwil_.zip |################################---------------------| 61.05% tmphkexwil_.zip |#################################--------------------| 61.51% tmphkexwil_.zip |#################################--------------------| 61.98% tmphkexwil_.zip |#################################--------------------| 62.45% tmphkexwil_.zip |#################################--------------------| 62.91% tmphkexwil_.zip |##################################-------------------| 63.38% tmphkexwil_.zip |##################################-------------------| 63.84% tmphkexwil_.zip |##################################-------------------| 64.31% tmphkexwil_.zip |##################################-------------------| 64.78% tmphkexwil_.zip |###################################------------------| 65.24% tmphkexwil_.zip |###################################------------------| 65.71% tmphkexwil_.zip |###################################------------------| 66.17% tmphkexwil_.zip |###################################------------------| 66.64% tmphkexwil_.zip |####################################-----------------| 67.11% tmphkexwil_.zip |####################################-----------------| 67.57% tmphkexwil_.zip |####################################-----------------| 68.04% tmphkexwil_.zip |####################################-----------------| 68.5% tmphkexwil_.zip |#####################################----------------| 68.97% tmphkexwil_.zip |#####################################----------------| 69.44% tmphkexwil_.zip |#####################################----------------| 69.9% tmphkexwil_.zip |#####################################----------------| 70.37% tmphkexwil_.zip |######################################---------------| 70.83% tmphkexwil_.zip |######################################---------------| 71.3% tmphkexwil_.zip |######################################---------------| 71.77% tmphkexwil_.zip |######################################---------------| 72.23% tmphkexwil_.zip |#######################################--------------| 72.7% tmphkexwil_.zip |#######################################--------------| 73.16% tmphkexwil_.zip |#######################################--------------| 73.63% tmphkexwil_.zip |#######################################--------------| 74.1% tmphkexwil_.zip |########################################-------------| 74.56% tmphkexwil_.zip |########################################-------------| 75.03% tmphkexwil_.zip |########################################-------------| 75.49% tmphkexwil_.zip |########################################-------------| 75.96% tmphkexwil_.zip |#########################################------------| 76.43% tmphkexwil_.zip |#########################################------------| 76.89% tmphkexwil_.zip |#########################################------------| 77.36% tmphkexwil_.zip |#########################################------------| 77.82% tmphkexwil_.zip |#########################################------------| 78.29% tmphkexwil_.zip |##########################################-----------| 78.76% tmphkexwil_.zip |##########################################-----------| 79.22% tmphkexwil_.zip |##########################################-----------| 79.69% tmphkexwil_.zip |##########################################-----------| 80.15% tmphkexwil_.zip |###########################################----------| 80.62% tmphkexwil_.zip |###########################################----------| 81.09% tmphkexwil_.zip |###########################################----------| 81.55% tmphkexwil_.zip |###########################################----------| 82.02% tmphkexwil_.zip |############################################---------| 82.48% tmphkexwil_.zip |############################################---------| 82.95% tmphkexwil_.zip |############################################---------| 83.42% tmphkexwil_.zip |############################################---------| 83.88% tmphkexwil_.zip |#############################################--------| 84.35% tmphkexwil_.zip |#############################################--------| 84.81% tmphkexwil_.zip |#############################################--------| 85.28% tmphkexwil_.zip |#############################################--------| 85.75% tmphkexwil_.zip |##############################################-------| 86.21% tmphkexwil_.zip |##############################################-------| 86.68% tmphkexwil_.zip |##############################################-------| 87.14% tmphkexwil_.zip |##############################################-------| 87.61% tmphkexwil_.zip |###############################################------| 88.08% tmphkexwil_.zip |###############################################------| 88.54% tmphkexwil_.zip |###############################################------| 89.01% tmphkexwil_.zip |###############################################------| 89.47% tmphkexwil_.zip |################################################-----| 89.94% tmphkexwil_.zip |################################################-----| 90.41% tmphkexwil_.zip |################################################-----| 90.87% tmphkexwil_.zip |################################################-----| 91.34% tmphkexwil_.zip |#################################################----| 91.8% tmphkexwil_.zip |#################################################----| 92.27% tmphkexwil_.zip |#################################################----| 92.74% tmphkexwil_.zip |#################################################----| 93.2% tmphkexwil_.zip |##################################################---| 93.67% tmphkexwil_.zip |##################################################---| 94.13% tmphkexwil_.zip |##################################################---| 94.6% tmphkexwil_.zip |##################################################---| 95.07% tmphkexwil_.zip |###################################################--| 95.53% tmphkexwil_.zip |###################################################--| 96.0% tmphkexwil_.zip |###################################################--| 96.46% tmphkexwil_.zip |###################################################--| 96.93% tmphkexwil_.zip |####################################################-| 97.4% tmphkexwil_.zip |####################################################-| 97.86% tmphkexwil_.zip |####################################################-| 98.33% tmphkexwil_.zip |####################################################-| 98.79% tmphkexwil_.zip |#####################################################| 99.26% tmphkexwil_.zip |#####################################################| 99.73% tmphkexwil_.zip |#####################################################| 100.0% Plugin uploaded. Plugin's id is 135b6aea-d5e4-4cf5-afd0-7820da9240c0 + for p in '${PLUGIN_DIR}/*' + wagons=($p/*.wgn) + types=($p/*.yaml) + install_plugin /opt/plugins/plugin-dgcG9yy/relationshipplugin-1.1.0-py36-none-linux_x86_64.wgn /opt/plugins/plugin-dgcG9yy/relationshipplugin_types.yaml ++ basename /opt/plugins/plugin-dgcG9yy/relationshipplugin-1.1.0-py36-none-linux_x86_64.wgn + ARCHIVE=relationshipplugin-1.1.0-py36-none-linux_x86_64.wgn + cm_hasany 'plugins?archive_name=relationshipplugin-1.1.0-py36-none-linux_x86_64.wgn' ++ curl -Ss -H 'Tenant: default_tenant' --user admin:SU92FFB6 --cacert /opt/onap/certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/plugins?archive_name=relationshipplugin-1.1.0-py36-none-linux_x86_64.wgn&_include=id' ++ /bin/jq .metadata.pagination.total + COUNT=0 + (( 0 > 0 )) + return 1 + cfy plugin upload -y /opt/plugins/plugin-dgcG9yy/relationshipplugin_types.yaml /opt/plugins/plugin-dgcG9yy/relationshipplugin-1.1.0-py36-none-linux_x86_64.wgn Creating plugin zip archive.. Uploading plugin archive (wagon + yaml).. tmpqra3t_d_.zip |-----------------------------------------------------| 0.46% tmpqra3t_d_.zip |-----------------------------------------------------| 0.92% tmpqra3t_d_.zip |#----------------------------------------------------| 1.38% tmpqra3t_d_.zip |#----------------------------------------------------| 1.83% tmpqra3t_d_.zip |#----------------------------------------------------| 2.29% tmpqra3t_d_.zip |#----------------------------------------------------| 2.75% tmpqra3t_d_.zip |##---------------------------------------------------| 3.21% tmpqra3t_d_.zip |##---------------------------------------------------| 3.67% tmpqra3t_d_.zip |##---------------------------------------------------| 4.13% tmpqra3t_d_.zip |##---------------------------------------------------| 4.58% tmpqra3t_d_.zip |###--------------------------------------------------| 5.04% tmpqra3t_d_.zip |###--------------------------------------------------| 5.5% tmpqra3t_d_.zip |###--------------------------------------------------| 5.96% tmpqra3t_d_.zip |###--------------------------------------------------| 6.42% tmpqra3t_d_.zip |####-------------------------------------------------| 6.88% tmpqra3t_d_.zip |####-------------------------------------------------| 7.34% tmpqra3t_d_.zip |####-------------------------------------------------| 7.79% tmpqra3t_d_.zip |####-------------------------------------------------| 8.25% tmpqra3t_d_.zip |#####------------------------------------------------| 8.71% tmpqra3t_d_.zip |#####------------------------------------------------| 9.17% tmpqra3t_d_.zip |#####------------------------------------------------| 9.63% tmpqra3t_d_.zip |#####------------------------------------------------| 10.09% tmpqra3t_d_.zip |######-----------------------------------------------| 10.54% tmpqra3t_d_.zip |######-----------------------------------------------| 11.0% tmpqra3t_d_.zip |######-----------------------------------------------| 11.46% tmpqra3t_d_.zip |######-----------------------------------------------| 11.92% tmpqra3t_d_.zip |#######----------------------------------------------| 12.38% tmpqra3t_d_.zip |#######----------------------------------------------| 12.84% tmpqra3t_d_.zip |#######----------------------------------------------| 13.3% tmpqra3t_d_.zip |#######----------------------------------------------| 13.75% tmpqra3t_d_.zip |########---------------------------------------------| 14.21% tmpqra3t_d_.zip |########---------------------------------------------| 14.67% tmpqra3t_d_.zip |########---------------------------------------------| 15.13% tmpqra3t_d_.zip |########---------------------------------------------| 15.59% tmpqra3t_d_.zip |#########--------------------------------------------| 16.05% tmpqra3t_d_.zip |#########--------------------------------------------| 16.5% tmpqra3t_d_.zip |#########--------------------------------------------| 16.96% tmpqra3t_d_.zip |#########--------------------------------------------| 17.42% tmpqra3t_d_.zip |#########--------------------------------------------| 17.88% tmpqra3t_d_.zip |##########-------------------------------------------| 18.34% tmpqra3t_d_.zip |##########-------------------------------------------| 18.8% tmpqra3t_d_.zip |##########-------------------------------------------| 19.26% tmpqra3t_d_.zip |##########-------------------------------------------| 19.71% tmpqra3t_d_.zip |###########------------------------------------------| 20.17% tmpqra3t_d_.zip |###########------------------------------------------| 20.63% tmpqra3t_d_.zip |###########------------------------------------------| 21.09% tmpqra3t_d_.zip |###########------------------------------------------| 21.55% tmpqra3t_d_.zip |############-----------------------------------------| 22.01% tmpqra3t_d_.zip |############-----------------------------------------| 22.46% tmpqra3t_d_.zip |############-----------------------------------------| 22.92% tmpqra3t_d_.zip |############-----------------------------------------| 23.38% tmpqra3t_d_.zip |#############----------------------------------------| 23.84% tmpqra3t_d_.zip |#############----------------------------------------| 24.3% tmpqra3t_d_.zip |#############----------------------------------------| 24.76% tmpqra3t_d_.zip |#############----------------------------------------| 25.22% tmpqra3t_d_.zip |##############---------------------------------------| 25.67% tmpqra3t_d_.zip |##############---------------------------------------| 26.13% tmpqra3t_d_.zip |##############---------------------------------------| 26.59% tmpqra3t_d_.zip |##############---------------------------------------| 27.05% tmpqra3t_d_.zip |###############--------------------------------------| 27.51% tmpqra3t_d_.zip |###############--------------------------------------| 27.97% tmpqra3t_d_.zip |###############--------------------------------------| 28.42% tmpqra3t_d_.zip |###############--------------------------------------| 28.88% tmpqra3t_d_.zip |################-------------------------------------| 29.34% tmpqra3t_d_.zip |################-------------------------------------| 29.8% tmpqra3t_d_.zip |################-------------------------------------| 30.26% tmpqra3t_d_.zip |################-------------------------------------| 30.72% tmpqra3t_d_.zip |#################------------------------------------| 31.18% tmpqra3t_d_.zip |#################------------------------------------| 31.63% tmpqra3t_d_.zip |#################------------------------------------| 32.09% tmpqra3t_d_.zip |#################------------------------------------| 32.55% tmpqra3t_d_.zip |#################------------------------------------| 33.01% tmpqra3t_d_.zip |##################-----------------------------------| 33.47% tmpqra3t_d_.zip |##################-----------------------------------| 33.93% tmpqra3t_d_.zip |##################-----------------------------------| 34.38% tmpqra3t_d_.zip |##################-----------------------------------| 34.84% tmpqra3t_d_.zip |###################----------------------------------| 35.3% tmpqra3t_d_.zip |###################----------------------------------| 35.76% tmpqra3t_d_.zip |###################----------------------------------| 36.22% tmpqra3t_d_.zip |###################----------------------------------| 36.68% tmpqra3t_d_.zip |####################---------------------------------| 37.13% tmpqra3t_d_.zip |####################---------------------------------| 37.59% tmpqra3t_d_.zip |####################---------------------------------| 38.05% tmpqra3t_d_.zip |####################---------------------------------| 38.51% tmpqra3t_d_.zip |#####################--------------------------------| 38.97% tmpqra3t_d_.zip |#####################--------------------------------| 39.43% tmpqra3t_d_.zip |#####################--------------------------------| 39.89% tmpqra3t_d_.zip |#####################--------------------------------| 40.34% tmpqra3t_d_.zip |######################-------------------------------| 40.8% tmpqra3t_d_.zip |######################-------------------------------| 41.26% tmpqra3t_d_.zip |######################-------------------------------| 41.72% tmpqra3t_d_.zip |######################-------------------------------| 42.18% tmpqra3t_d_.zip |#######################------------------------------| 42.64% tmpqra3t_d_.zip |#######################------------------------------| 43.09% tmpqra3t_d_.zip |#######################------------------------------| 43.55% tmpqra3t_d_.zip |#######################------------------------------| 44.01% tmpqra3t_d_.zip |########################-----------------------------| 44.47% tmpqra3t_d_.zip |########################-----------------------------| 44.93% tmpqra3t_d_.zip |########################-----------------------------| 45.39% tmpqra3t_d_.zip |########################-----------------------------| 45.85% tmpqra3t_d_.zip |#########################----------------------------| 46.3% tmpqra3t_d_.zip |#########################----------------------------| 46.76% tmpqra3t_d_.zip |#########################----------------------------| 47.22% tmpqra3t_d_.zip |#########################----------------------------| 47.68% tmpqra3t_d_.zip |##########################---------------------------| 48.14% tmpqra3t_d_.zip |##########################---------------------------| 48.6% tmpqra3t_d_.zip |##########################---------------------------| 49.05% tmpqra3t_d_.zip |##########################---------------------------| 49.51% tmpqra3t_d_.zip |##########################---------------------------| 49.97% tmpqra3t_d_.zip |###########################--------------------------| 50.43% tmpqra3t_d_.zip |###########################--------------------------| 50.89% tmpqra3t_d_.zip |###########################--------------------------| 51.35% tmpqra3t_d_.zip |###########################--------------------------| 51.81% tmpqra3t_d_.zip |############################-------------------------| 52.26% tmpqra3t_d_.zip |############################-------------------------| 52.72% tmpqra3t_d_.zip |############################-------------------------| 53.18% tmpqra3t_d_.zip |############################-------------------------| 53.64% tmpqra3t_d_.zip |#############################------------------------| 54.1% tmpqra3t_d_.zip |#############################------------------------| 54.56% tmpqra3t_d_.zip |#############################------------------------| 55.01% tmpqra3t_d_.zip |#############################------------------------| 55.47% tmpqra3t_d_.zip |##############################-----------------------| 55.93% tmpqra3t_d_.zip |##############################-----------------------| 56.39% tmpqra3t_d_.zip |##############################-----------------------| 56.85% tmpqra3t_d_.zip |##############################-----------------------| 57.31% tmpqra3t_d_.zip |###############################----------------------| 57.77% tmpqra3t_d_.zip |###############################----------------------| 58.22% tmpqra3t_d_.zip |###############################----------------------| 58.68% tmpqra3t_d_.zip |###############################----------------------| 59.14% tmpqra3t_d_.zip |################################---------------------| 59.6% tmpqra3t_d_.zip |################################---------------------| 60.06% tmpqra3t_d_.zip |################################---------------------| 60.52% tmpqra3t_d_.zip |################################---------------------| 60.97% tmpqra3t_d_.zip |#################################--------------------| 61.43% tmpqra3t_d_.zip |#################################--------------------| 61.89% tmpqra3t_d_.zip |#################################--------------------| 62.35% tmpqra3t_d_.zip |#################################--------------------| 62.81% tmpqra3t_d_.zip |##################################-------------------| 63.27% tmpqra3t_d_.zip |##################################-------------------| 63.73% tmpqra3t_d_.zip |##################################-------------------| 64.18% tmpqra3t_d_.zip |##################################-------------------| 64.64% tmpqra3t_d_.zip |###################################------------------| 65.1% tmpqra3t_d_.zip |###################################------------------| 65.56% tmpqra3t_d_.zip |###################################------------------| 66.02% tmpqra3t_d_.zip |###################################------------------| 66.48% tmpqra3t_d_.zip |###################################------------------| 66.93% tmpqra3t_d_.zip |####################################-----------------| 67.39% tmpqra3t_d_.zip |####################################-----------------| 67.85% tmpqra3t_d_.zip |####################################-----------------| 68.31% tmpqra3t_d_.zip |####################################-----------------| 68.77% tmpqra3t_d_.zip |#####################################----------------| 69.23% tmpqra3t_d_.zip |#####################################----------------| 69.69% tmpqra3t_d_.zip |#####################################----------------| 70.14% tmpqra3t_d_.zip |#####################################----------------| 70.6% tmpqra3t_d_.zip |######################################---------------| 71.06% tmpqra3t_d_.zip |######################################---------------| 71.52% tmpqra3t_d_.zip |######################################---------------| 71.98% tmpqra3t_d_.zip |######################################---------------| 72.44% tmpqra3t_d_.zip |#######################################--------------| 72.89% tmpqra3t_d_.zip |#######################################--------------| 73.35% tmpqra3t_d_.zip |#######################################--------------| 73.81% tmpqra3t_d_.zip |#######################################--------------| 74.27% tmpqra3t_d_.zip |########################################-------------| 74.73% tmpqra3t_d_.zip |########################################-------------| 75.19% tmpqra3t_d_.zip |########################################-------------| 75.65% tmpqra3t_d_.zip |########################################-------------| 76.1% tmpqra3t_d_.zip |#########################################------------| 76.56% tmpqra3t_d_.zip |#########################################------------| 77.02% tmpqra3t_d_.zip |#########################################------------| 77.48% tmpqra3t_d_.zip |#########################################------------| 77.94% tmpqra3t_d_.zip |##########################################-----------| 78.4% tmpqra3t_d_.zip |##########################################-----------| 78.85% tmpqra3t_d_.zip |##########################################-----------| 79.31% tmpqra3t_d_.zip |##########################################-----------| 79.77% tmpqra3t_d_.zip |###########################################----------| 80.23% tmpqra3t_d_.zip |###########################################----------| 80.69% tmpqra3t_d_.zip |###########################################----------| 81.15% tmpqra3t_d_.zip |###########################################----------| 81.61% tmpqra3t_d_.zip |###########################################----------| 82.06% tmpqra3t_d_.zip |############################################---------| 82.52% tmpqra3t_d_.zip |############################################---------| 82.98% tmpqra3t_d_.zip |############################################---------| 83.44% tmpqra3t_d_.zip |############################################---------| 83.9% tmpqra3t_d_.zip |#############################################--------| 84.36% tmpqra3t_d_.zip |#############################################--------| 84.81% tmpqra3t_d_.zip |#############################################--------| 85.27% tmpqra3t_d_.zip |#############################################--------| 85.73% tmpqra3t_d_.zip |##############################################-------| 86.19% tmpqra3t_d_.zip |##############################################-------| 86.65% tmpqra3t_d_.zip |##############################################-------| 87.11% tmpqra3t_d_.zip |##############################################-------| 87.57% tmpqra3t_d_.zip |###############################################------| 88.02% tmpqra3t_d_.zip |###############################################------| 88.48% tmpqra3t_d_.zip |###############################################------| 88.94% tmpqra3t_d_.zip |###############################################------| 89.4% tmpqra3t_d_.zip |################################################-----| 89.86% tmpqra3t_d_.zip |################################################-----| 90.32% tmpqra3t_d_.zip |################################################-----| 90.77% tmpqra3t_d_.zip |################################################-----| 91.23% tmpqra3t_d_.zip |#################################################----| 91.69% tmpqra3t_d_.zip |#################################################----| 92.15% tmpqra3t_d_.zip |#################################################----| 92.61% tmpqra3t_d_.zip |#################################################----| 93.07% tmpqra3t_d_.zip |##################################################---| 93.53% tmpqra3t_d_.zip |##################################################---| 93.98% tmpqra3t_d_.zip |##################################################---| 94.44% tmpqra3t_d_.zip |##################################################---| 94.9% tmpqra3t_d_.zip |###################################################--| 95.36% tmpqra3t_d_.zip |###################################################--| 95.82% tmpqra3t_d_.zip |###################################################--| 96.28% tmpqra3t_d_.zip |###################################################--| 96.73% tmpqra3t_d_.zip |####################################################-| 97.19% tmpqra3t_d_.zip |####################################################-| 97.65% tmpqra3t_d_.zip |####################################################-| 98.11% tmpqra3t_d_.zip |####################################################-| 98.57% tmpqra3t_d_.zip |####################################################-| 99.03% tmpqra3t_d_.zip |#####################################################| 99.48% tmpqra3t_d_.zip |#####################################################| 99.94% tmpqra3t_d_.zip |#####################################################| 100.0% Plugin uploaded. Plugin's id is cce801ce-3042-4310-a16f-175dc3cbd6e0 + for p in '${PLUGIN_DIR}/*' + wagons=($p/*.wgn) + types=($p/*.yaml) + install_plugin /opt/plugins/plugin-mI0hvFG/dmaap-1.5.1-py36-none-linux_x86_64.wgn /opt/plugins/plugin-mI0hvFG/dmaap_types.yaml ++ basename /opt/plugins/plugin-mI0hvFG/dmaap-1.5.1-py36-none-linux_x86_64.wgn + ARCHIVE=dmaap-1.5.1-py36-none-linux_x86_64.wgn + cm_hasany 'plugins?archive_name=dmaap-1.5.1-py36-none-linux_x86_64.wgn' ++ curl -Ss -H 'Tenant: default_tenant' --user admin:SU92FFB6 --cacert /opt/onap/certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/plugins?archive_name=dmaap-1.5.1-py36-none-linux_x86_64.wgn&_include=id' ++ /bin/jq .metadata.pagination.total + COUNT=0 + (( 0 > 0 )) + return 1 + cfy plugin upload -y /opt/plugins/plugin-mI0hvFG/dmaap_types.yaml /opt/plugins/plugin-mI0hvFG/dmaap-1.5.1-py36-none-linux_x86_64.wgn Creating plugin zip archive.. Uploading plugin archive (wagon + yaml).. tmpza82yrmb.zip |-----------------------------------------------------| 0.45% tmpza82yrmb.zip |-----------------------------------------------------| 0.91% tmpza82yrmb.zip |#----------------------------------------------------| 1.36% tmpza82yrmb.zip |#----------------------------------------------------| 1.82% tmpza82yrmb.zip |#----------------------------------------------------| 2.27% tmpza82yrmb.zip |#----------------------------------------------------| 2.72% tmpza82yrmb.zip |##---------------------------------------------------| 3.18% tmpza82yrmb.zip |##---------------------------------------------------| 3.63% tmpza82yrmb.zip |##---------------------------------------------------| 4.09% tmpza82yrmb.zip |##---------------------------------------------------| 4.54% tmpza82yrmb.zip |###--------------------------------------------------| 4.99% tmpza82yrmb.zip |###--------------------------------------------------| 5.45% tmpza82yrmb.zip |###--------------------------------------------------| 5.9% tmpza82yrmb.zip |###--------------------------------------------------| 6.36% tmpza82yrmb.zip |####-------------------------------------------------| 6.81% tmpza82yrmb.zip |####-------------------------------------------------| 7.26% tmpza82yrmb.zip |####-------------------------------------------------| 7.72% tmpza82yrmb.zip |####-------------------------------------------------| 8.17% tmpza82yrmb.zip |#####------------------------------------------------| 8.63% tmpza82yrmb.zip |#####------------------------------------------------| 9.08% tmpza82yrmb.zip |#####------------------------------------------------| 9.53% tmpza82yrmb.zip |#####------------------------------------------------| 9.99% tmpza82yrmb.zip |######-----------------------------------------------| 10.44% tmpza82yrmb.zip |######-----------------------------------------------| 10.9% tmpza82yrmb.zip |######-----------------------------------------------| 11.35% tmpza82yrmb.zip |######-----------------------------------------------| 11.8% tmpza82yrmb.zip |######-----------------------------------------------| 12.26% tmpza82yrmb.zip |#######----------------------------------------------| 12.71% tmpza82yrmb.zip |#######----------------------------------------------| 13.17% tmpza82yrmb.zip |#######----------------------------------------------| 13.62% tmpza82yrmb.zip |#######----------------------------------------------| 14.07% tmpza82yrmb.zip |########---------------------------------------------| 14.53% tmpza82yrmb.zip |########---------------------------------------------| 14.98% tmpza82yrmb.zip |########---------------------------------------------| 15.44% tmpza82yrmb.zip |########---------------------------------------------| 15.89% tmpza82yrmb.zip |#########--------------------------------------------| 16.34% tmpza82yrmb.zip |#########--------------------------------------------| 16.8% tmpza82yrmb.zip |#########--------------------------------------------| 17.25% tmpza82yrmb.zip |#########--------------------------------------------| 17.71% tmpza82yrmb.zip |##########-------------------------------------------| 18.16% tmpza82yrmb.zip |##########-------------------------------------------| 18.61% tmpza82yrmb.zip |##########-------------------------------------------| 19.07% tmpza82yrmb.zip |##########-------------------------------------------| 19.52% tmpza82yrmb.zip |###########------------------------------------------| 19.98% tmpza82yrmb.zip |###########------------------------------------------| 20.43% tmpza82yrmb.zip |###########------------------------------------------| 20.88% tmpza82yrmb.zip |###########------------------------------------------| 21.34% tmpza82yrmb.zip |############-----------------------------------------| 21.79% tmpza82yrmb.zip |############-----------------------------------------| 22.25% tmpza82yrmb.zip |############-----------------------------------------| 22.7% tmpza82yrmb.zip |############-----------------------------------------| 23.15% tmpza82yrmb.zip |#############----------------------------------------| 23.61% tmpza82yrmb.zip |#############----------------------------------------| 24.06% tmpza82yrmb.zip |#############----------------------------------------| 24.51% tmpza82yrmb.zip |#############----------------------------------------| 24.97% tmpza82yrmb.zip |#############----------------------------------------| 25.42% tmpza82yrmb.zip |##############---------------------------------------| 25.88% tmpza82yrmb.zip |##############---------------------------------------| 26.33% tmpza82yrmb.zip |##############---------------------------------------| 26.78% tmpza82yrmb.zip |##############---------------------------------------| 27.24% tmpza82yrmb.zip |###############--------------------------------------| 27.69% tmpza82yrmb.zip |###############--------------------------------------| 28.15% tmpza82yrmb.zip |###############--------------------------------------| 28.6% tmpza82yrmb.zip |###############--------------------------------------| 29.05% tmpza82yrmb.zip |################-------------------------------------| 29.51% tmpza82yrmb.zip |################-------------------------------------| 29.96% tmpza82yrmb.zip |################-------------------------------------| 30.42% tmpza82yrmb.zip |################-------------------------------------| 30.87% tmpza82yrmb.zip |#################------------------------------------| 31.32% tmpza82yrmb.zip |#################------------------------------------| 31.78% tmpza82yrmb.zip |#################------------------------------------| 32.23% tmpza82yrmb.zip |#################------------------------------------| 32.69% tmpza82yrmb.zip |##################-----------------------------------| 33.14% tmpza82yrmb.zip |##################-----------------------------------| 33.59% tmpza82yrmb.zip |##################-----------------------------------| 34.05% tmpza82yrmb.zip |##################-----------------------------------| 34.5% tmpza82yrmb.zip |###################----------------------------------| 34.96% tmpza82yrmb.zip |###################----------------------------------| 35.41% tmpza82yrmb.zip |###################----------------------------------| 35.86% tmpza82yrmb.zip |###################----------------------------------| 36.32% tmpza82yrmb.zip |###################----------------------------------| 36.77% tmpza82yrmb.zip |####################---------------------------------| 37.23% tmpza82yrmb.zip |####################---------------------------------| 37.68% tmpza82yrmb.zip |####################---------------------------------| 38.13% tmpza82yrmb.zip |####################---------------------------------| 38.59% tmpza82yrmb.zip |#####################--------------------------------| 39.04% tmpza82yrmb.zip |#####################--------------------------------| 39.5% tmpza82yrmb.zip |#####################--------------------------------| 39.95% tmpza82yrmb.zip |#####################--------------------------------| 40.4% tmpza82yrmb.zip |######################-------------------------------| 40.86% tmpza82yrmb.zip |######################-------------------------------| 41.31% tmpza82yrmb.zip |######################-------------------------------| 41.77% tmpza82yrmb.zip |######################-------------------------------| 42.22% tmpza82yrmb.zip |#######################------------------------------| 42.67% tmpza82yrmb.zip |#######################------------------------------| 43.13% tmpza82yrmb.zip |#######################------------------------------| 43.58% tmpza82yrmb.zip |#######################------------------------------| 44.04% tmpza82yrmb.zip |########################-----------------------------| 44.49% tmpza82yrmb.zip |########################-----------------------------| 44.94% tmpza82yrmb.zip |########################-----------------------------| 45.4% tmpza82yrmb.zip |########################-----------------------------| 45.85% tmpza82yrmb.zip |#########################----------------------------| 46.31% tmpza82yrmb.zip |#########################----------------------------| 46.76% tmpza82yrmb.zip |#########################----------------------------| 47.21% tmpza82yrmb.zip |#########################----------------------------| 47.67% tmpza82yrmb.zip |##########################---------------------------| 48.12% tmpza82yrmb.zip |##########################---------------------------| 48.58% tmpza82yrmb.zip |##########################---------------------------| 49.03% tmpza82yrmb.zip |##########################---------------------------| 49.48% tmpza82yrmb.zip |##########################---------------------------| 49.94% tmpza82yrmb.zip |###########################--------------------------| 50.39% tmpza82yrmb.zip |###########################--------------------------| 50.85% tmpza82yrmb.zip |###########################--------------------------| 51.3% tmpza82yrmb.zip |###########################--------------------------| 51.75% tmpza82yrmb.zip |############################-------------------------| 52.21% tmpza82yrmb.zip |############################-------------------------| 52.66% tmpza82yrmb.zip |############################-------------------------| 53.12% tmpza82yrmb.zip |############################-------------------------| 53.57% tmpza82yrmb.zip |#############################------------------------| 54.02% tmpza82yrmb.zip |#############################------------------------| 54.48% tmpza82yrmb.zip |#############################------------------------| 54.93% tmpza82yrmb.zip |#############################------------------------| 55.39% tmpza82yrmb.zip |##############################-----------------------| 55.84% tmpza82yrmb.zip |##############################-----------------------| 56.29% tmpza82yrmb.zip |##############################-----------------------| 56.75% tmpza82yrmb.zip |##############################-----------------------| 57.2% tmpza82yrmb.zip |###############################----------------------| 57.66% tmpza82yrmb.zip |###############################----------------------| 58.11% tmpza82yrmb.zip |###############################----------------------| 58.56% tmpza82yrmb.zip |###############################----------------------| 59.02% tmpza82yrmb.zip |################################---------------------| 59.47% tmpza82yrmb.zip |################################---------------------| 59.93% tmpza82yrmb.zip |################################---------------------| 60.38% tmpza82yrmb.zip |################################---------------------| 60.83% tmpza82yrmb.zip |################################---------------------| 61.29% tmpza82yrmb.zip |#################################--------------------| 61.74% tmpza82yrmb.zip |#################################--------------------| 62.2% tmpza82yrmb.zip |#################################--------------------| 62.65% tmpza82yrmb.zip |#################################--------------------| 63.1% tmpza82yrmb.zip |##################################-------------------| 63.56% tmpza82yrmb.zip |##################################-------------------| 64.01% tmpza82yrmb.zip |##################################-------------------| 64.47% tmpza82yrmb.zip |##################################-------------------| 64.92% tmpza82yrmb.zip |###################################------------------| 65.37% tmpza82yrmb.zip |###################################------------------| 65.83% tmpza82yrmb.zip |###################################------------------| 66.28% tmpza82yrmb.zip |###################################------------------| 66.74% tmpza82yrmb.zip |####################################-----------------| 67.19% tmpza82yrmb.zip |####################################-----------------| 67.64% tmpza82yrmb.zip |####################################-----------------| 68.1% tmpza82yrmb.zip |####################################-----------------| 68.55% tmpza82yrmb.zip |#####################################----------------| 69.0% tmpza82yrmb.zip |#####################################----------------| 69.46% tmpza82yrmb.zip |#####################################----------------| 69.91% tmpza82yrmb.zip |#####################################----------------| 70.37% tmpza82yrmb.zip |######################################---------------| 70.82% tmpza82yrmb.zip |######################################---------------| 71.27% tmpza82yrmb.zip |######################################---------------| 71.73% tmpza82yrmb.zip |######################################---------------| 72.18% tmpza82yrmb.zip |######################################---------------| 72.64% tmpza82yrmb.zip |#######################################--------------| 73.09% tmpza82yrmb.zip |#######################################--------------| 73.54% tmpza82yrmb.zip |#######################################--------------| 74.0% tmpza82yrmb.zip |#######################################--------------| 74.45% tmpza82yrmb.zip |########################################-------------| 74.91% tmpza82yrmb.zip |########################################-------------| 75.36% tmpza82yrmb.zip |########################################-------------| 75.81% tmpza82yrmb.zip |########################################-------------| 76.27% tmpza82yrmb.zip |#########################################------------| 76.72% tmpza82yrmb.zip |#########################################------------| 77.18% tmpza82yrmb.zip |#########################################------------| 77.63% tmpza82yrmb.zip |#########################################------------| 78.08% tmpza82yrmb.zip |##########################################-----------| 78.54% tmpza82yrmb.zip |##########################################-----------| 78.99% tmpza82yrmb.zip |##########################################-----------| 79.45% tmpza82yrmb.zip |##########################################-----------| 79.9% tmpza82yrmb.zip |###########################################----------| 80.35% tmpza82yrmb.zip |###########################################----------| 80.81% tmpza82yrmb.zip |###########################################----------| 81.26% tmpza82yrmb.zip |###########################################----------| 81.72% tmpza82yrmb.zip |############################################---------| 82.17% tmpza82yrmb.zip |############################################---------| 82.62% tmpza82yrmb.zip |############################################---------| 83.08% tmpza82yrmb.zip |############################################---------| 83.53% tmpza82yrmb.zip |#############################################--------| 83.99% tmpza82yrmb.zip |#############################################--------| 84.44% tmpza82yrmb.zip |#############################################--------| 84.89% tmpza82yrmb.zip |#############################################--------| 85.35% tmpza82yrmb.zip |#############################################--------| 85.8% tmpza82yrmb.zip |##############################################-------| 86.26% tmpza82yrmb.zip |##############################################-------| 86.71% tmpza82yrmb.zip |##############################################-------| 87.16% tmpza82yrmb.zip |##############################################-------| 87.62% tmpza82yrmb.zip |###############################################------| 88.07% tmpza82yrmb.zip |###############################################------| 88.53% tmpza82yrmb.zip |###############################################------| 88.98% tmpza82yrmb.zip |###############################################------| 89.43% tmpza82yrmb.zip |################################################-----| 89.89% tmpza82yrmb.zip |################################################-----| 90.34% tmpza82yrmb.zip |################################################-----| 90.8% tmpza82yrmb.zip |################################################-----| 91.25% tmpza82yrmb.zip |#################################################----| 91.7% tmpza82yrmb.zip |#################################################----| 92.16% tmpza82yrmb.zip |#################################################----| 92.61% tmpza82yrmb.zip |#################################################----| 93.07% tmpza82yrmb.zip |##################################################---| 93.52% tmpza82yrmb.zip |##################################################---| 93.97% tmpza82yrmb.zip |##################################################---| 94.43% tmpza82yrmb.zip |##################################################---| 94.88% tmpza82yrmb.zip |###################################################--| 95.34% tmpza82yrmb.zip |###################################################--| 95.79% tmpza82yrmb.zip |###################################################--| 96.24% tmpza82yrmb.zip |###################################################--| 96.7% tmpza82yrmb.zip |###################################################--| 97.15% tmpza82yrmb.zip |####################################################-| 97.61% tmpza82yrmb.zip |####################################################-| 98.06% tmpza82yrmb.zip |####################################################-| 98.51% tmpza82yrmb.zip |####################################################-| 98.97% tmpza82yrmb.zip |#####################################################| 99.42% tmpza82yrmb.zip |#####################################################| 99.88% tmpza82yrmb.zip |#####################################################| 100.0% Plugin uploaded. Plugin's id is da80ae5f-f336-47f5-a283-8ba80d47fc47 + for p in '${PLUGIN_DIR}/*' + wagons=($p/*.wgn) + types=($p/*.yaml) + install_plugin /opt/plugins/plugin-sTpApmz/clamppolicyplugin-1.1.1-py36-none-linux_x86_64.wgn /opt/plugins/plugin-sTpApmz/clamppolicyplugin_types.yaml ++ basename /opt/plugins/plugin-sTpApmz/clamppolicyplugin-1.1.1-py36-none-linux_x86_64.wgn + ARCHIVE=clamppolicyplugin-1.1.1-py36-none-linux_x86_64.wgn + cm_hasany 'plugins?archive_name=clamppolicyplugin-1.1.1-py36-none-linux_x86_64.wgn' ++ curl -Ss -H 'Tenant: default_tenant' --user admin:SU92FFB6 --cacert /opt/onap/certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/plugins?archive_name=clamppolicyplugin-1.1.1-py36-none-linux_x86_64.wgn&_include=id' ++ /bin/jq .metadata.pagination.total + COUNT=0 + (( 0 > 0 )) + return 1 + cfy plugin upload -y /opt/plugins/plugin-sTpApmz/clamppolicyplugin_types.yaml /opt/plugins/plugin-sTpApmz/clamppolicyplugin-1.1.1-py36-none-linux_x86_64.wgn Creating plugin zip archive.. Uploading plugin archive (wagon + yaml).. tmpaf0spacy.zip |-----------------------------------------------------| 0.47% tmpaf0spacy.zip |-----------------------------------------------------| 0.93% tmpaf0spacy.zip |#----------------------------------------------------| 1.4% tmpaf0spacy.zip |#----------------------------------------------------| 1.86% tmpaf0spacy.zip |#----------------------------------------------------| 2.33% tmpaf0spacy.zip |#----------------------------------------------------| 2.79% tmpaf0spacy.zip |##---------------------------------------------------| 3.26% tmpaf0spacy.zip |##---------------------------------------------------| 3.73% tmpaf0spacy.zip |##---------------------------------------------------| 4.19% tmpaf0spacy.zip |##---------------------------------------------------| 4.66% tmpaf0spacy.zip |###--------------------------------------------------| 5.12% tmpaf0spacy.zip |###--------------------------------------------------| 5.59% tmpaf0spacy.zip |###--------------------------------------------------| 6.05% tmpaf0spacy.zip |###--------------------------------------------------| 6.52% tmpaf0spacy.zip |####-------------------------------------------------| 6.98% tmpaf0spacy.zip |####-------------------------------------------------| 7.45% tmpaf0spacy.zip |####-------------------------------------------------| 7.92% tmpaf0spacy.zip |####-------------------------------------------------| 8.38% tmpaf0spacy.zip |#####------------------------------------------------| 8.85% tmpaf0spacy.zip |#####------------------------------------------------| 9.31% tmpaf0spacy.zip |#####------------------------------------------------| 9.78% tmpaf0spacy.zip |#####------------------------------------------------| 10.24% tmpaf0spacy.zip |######-----------------------------------------------| 10.71% tmpaf0spacy.zip |######-----------------------------------------------| 11.18% tmpaf0spacy.zip |######-----------------------------------------------| 11.64% tmpaf0spacy.zip |######-----------------------------------------------| 12.11% tmpaf0spacy.zip |#######----------------------------------------------| 12.57% tmpaf0spacy.zip |#######----------------------------------------------| 13.04% tmpaf0spacy.zip |#######----------------------------------------------| 13.5% tmpaf0spacy.zip |#######----------------------------------------------| 13.97% tmpaf0spacy.zip |########---------------------------------------------| 14.44% tmpaf0spacy.zip |########---------------------------------------------| 14.9% tmpaf0spacy.zip |########---------------------------------------------| 15.37% tmpaf0spacy.zip |########---------------------------------------------| 15.83% tmpaf0spacy.zip |#########--------------------------------------------| 16.3% tmpaf0spacy.zip |#########--------------------------------------------| 16.76% tmpaf0spacy.zip |#########--------------------------------------------| 17.23% tmpaf0spacy.zip |#########--------------------------------------------| 17.7% tmpaf0spacy.zip |##########-------------------------------------------| 18.16% tmpaf0spacy.zip |##########-------------------------------------------| 18.63% tmpaf0spacy.zip |##########-------------------------------------------| 19.09% tmpaf0spacy.zip |##########-------------------------------------------| 19.56% tmpaf0spacy.zip |###########------------------------------------------| 20.02% tmpaf0spacy.zip |###########------------------------------------------| 20.49% tmpaf0spacy.zip |###########------------------------------------------| 20.95% tmpaf0spacy.zip |###########------------------------------------------| 21.42% tmpaf0spacy.zip |############-----------------------------------------| 21.89% tmpaf0spacy.zip |############-----------------------------------------| 22.35% tmpaf0spacy.zip |############-----------------------------------------| 22.82% tmpaf0spacy.zip |############-----------------------------------------| 23.28% tmpaf0spacy.zip |#############----------------------------------------| 23.75% tmpaf0spacy.zip |#############----------------------------------------| 24.21% tmpaf0spacy.zip |#############----------------------------------------| 24.68% tmpaf0spacy.zip |#############----------------------------------------| 25.15% tmpaf0spacy.zip |##############---------------------------------------| 25.61% tmpaf0spacy.zip |##############---------------------------------------| 26.08% tmpaf0spacy.zip |##############---------------------------------------| 26.54% tmpaf0spacy.zip |##############---------------------------------------| 27.01% tmpaf0spacy.zip |###############--------------------------------------| 27.47% tmpaf0spacy.zip |###############--------------------------------------| 27.94% tmpaf0spacy.zip |###############--------------------------------------| 28.41% tmpaf0spacy.zip |###############--------------------------------------| 28.87% tmpaf0spacy.zip |################-------------------------------------| 29.34% tmpaf0spacy.zip |################-------------------------------------| 29.8% tmpaf0spacy.zip |################-------------------------------------| 30.27% tmpaf0spacy.zip |################-------------------------------------| 30.73% tmpaf0spacy.zip |#################------------------------------------| 31.2% tmpaf0spacy.zip |#################------------------------------------| 31.67% tmpaf0spacy.zip |#################------------------------------------| 32.13% tmpaf0spacy.zip |#################------------------------------------| 32.6% tmpaf0spacy.zip |##################-----------------------------------| 33.06% tmpaf0spacy.zip |##################-----------------------------------| 33.53% tmpaf0spacy.zip |##################-----------------------------------| 33.99% tmpaf0spacy.zip |##################-----------------------------------| 34.46% tmpaf0spacy.zip |###################----------------------------------| 34.92% tmpaf0spacy.zip |###################----------------------------------| 35.39% tmpaf0spacy.zip |###################----------------------------------| 35.86% tmpaf0spacy.zip |###################----------------------------------| 36.32% tmpaf0spacy.zip |###################----------------------------------| 36.79% tmpaf0spacy.zip |####################---------------------------------| 37.25% tmpaf0spacy.zip |####################---------------------------------| 37.72% tmpaf0spacy.zip |####################---------------------------------| 38.18% tmpaf0spacy.zip |####################---------------------------------| 38.65% tmpaf0spacy.zip |#####################--------------------------------| 39.12% tmpaf0spacy.zip |#####################--------------------------------| 39.58% tmpaf0spacy.zip |#####################--------------------------------| 40.05% tmpaf0spacy.zip |#####################--------------------------------| 40.51% tmpaf0spacy.zip |######################-------------------------------| 40.98% tmpaf0spacy.zip |######################-------------------------------| 41.44% tmpaf0spacy.zip |######################-------------------------------| 41.91% tmpaf0spacy.zip |######################-------------------------------| 42.38% tmpaf0spacy.zip |#######################------------------------------| 42.84% tmpaf0spacy.zip |#######################------------------------------| 43.31% tmpaf0spacy.zip |#######################------------------------------| 43.77% tmpaf0spacy.zip |#######################------------------------------| 44.24% tmpaf0spacy.zip |########################-----------------------------| 44.7% tmpaf0spacy.zip |########################-----------------------------| 45.17% tmpaf0spacy.zip |########################-----------------------------| 45.63% tmpaf0spacy.zip |########################-----------------------------| 46.1% tmpaf0spacy.zip |#########################----------------------------| 46.57% tmpaf0spacy.zip |#########################----------------------------| 47.03% tmpaf0spacy.zip |#########################----------------------------| 47.5% tmpaf0spacy.zip |#########################----------------------------| 47.96% tmpaf0spacy.zip |##########################---------------------------| 48.43% tmpaf0spacy.zip |##########################---------------------------| 48.89% tmpaf0spacy.zip |##########################---------------------------| 49.36% tmpaf0spacy.zip |##########################---------------------------| 49.83% tmpaf0spacy.zip |###########################--------------------------| 50.29% tmpaf0spacy.zip |###########################--------------------------| 50.76% tmpaf0spacy.zip |###########################--------------------------| 51.22% tmpaf0spacy.zip |###########################--------------------------| 51.69% tmpaf0spacy.zip |############################-------------------------| 52.15% tmpaf0spacy.zip |############################-------------------------| 52.62% tmpaf0spacy.zip |############################-------------------------| 53.09% tmpaf0spacy.zip |############################-------------------------| 53.55% tmpaf0spacy.zip |#############################------------------------| 54.02% tmpaf0spacy.zip |#############################------------------------| 54.48% tmpaf0spacy.zip |#############################------------------------| 54.95% tmpaf0spacy.zip |#############################------------------------| 55.41% tmpaf0spacy.zip |##############################-----------------------| 55.88% tmpaf0spacy.zip |##############################-----------------------| 56.35% tmpaf0spacy.zip |##############################-----------------------| 56.81% tmpaf0spacy.zip |##############################-----------------------| 57.28% tmpaf0spacy.zip |###############################----------------------| 57.74% tmpaf0spacy.zip |###############################----------------------| 58.21% tmpaf0spacy.zip |###############################----------------------| 58.67% tmpaf0spacy.zip |###############################----------------------| 59.14% tmpaf0spacy.zip |################################---------------------| 59.6% tmpaf0spacy.zip |################################---------------------| 60.07% tmpaf0spacy.zip |################################---------------------| 60.54% tmpaf0spacy.zip |################################---------------------| 61.0% tmpaf0spacy.zip |#################################--------------------| 61.47% tmpaf0spacy.zip |#################################--------------------| 61.93% tmpaf0spacy.zip |#################################--------------------| 62.4% tmpaf0spacy.zip |#################################--------------------| 62.86% tmpaf0spacy.zip |##################################-------------------| 63.33% tmpaf0spacy.zip |##################################-------------------| 63.8% tmpaf0spacy.zip |##################################-------------------| 64.26% tmpaf0spacy.zip |##################################-------------------| 64.73% tmpaf0spacy.zip |###################################------------------| 65.19% tmpaf0spacy.zip |###################################------------------| 65.66% tmpaf0spacy.zip |###################################------------------| 66.12% tmpaf0spacy.zip |###################################------------------| 66.59% tmpaf0spacy.zip |####################################-----------------| 67.06% tmpaf0spacy.zip |####################################-----------------| 67.52% tmpaf0spacy.zip |####################################-----------------| 67.99% tmpaf0spacy.zip |####################################-----------------| 68.45% tmpaf0spacy.zip |#####################################----------------| 68.92% tmpaf0spacy.zip |#####################################----------------| 69.38% tmpaf0spacy.zip |#####################################----------------| 69.85% tmpaf0spacy.zip |#####################################----------------| 70.32% tmpaf0spacy.zip |######################################---------------| 70.78% tmpaf0spacy.zip |######################################---------------| 71.25% tmpaf0spacy.zip |######################################---------------| 71.71% tmpaf0spacy.zip |######################################---------------| 72.18% tmpaf0spacy.zip |#######################################--------------| 72.64% tmpaf0spacy.zip |#######################################--------------| 73.11% tmpaf0spacy.zip |#######################################--------------| 73.57% tmpaf0spacy.zip |#######################################--------------| 74.04% tmpaf0spacy.zip |#######################################--------------| 74.51% tmpaf0spacy.zip |########################################-------------| 74.97% tmpaf0spacy.zip |########################################-------------| 75.44% tmpaf0spacy.zip |########################################-------------| 75.9% tmpaf0spacy.zip |########################################-------------| 76.37% tmpaf0spacy.zip |#########################################------------| 76.83% tmpaf0spacy.zip |#########################################------------| 77.3% tmpaf0spacy.zip |#########################################------------| 77.77% tmpaf0spacy.zip |#########################################------------| 78.23% tmpaf0spacy.zip |##########################################-----------| 78.7% tmpaf0spacy.zip |##########################################-----------| 79.16% tmpaf0spacy.zip |##########################################-----------| 79.63% tmpaf0spacy.zip |##########################################-----------| 80.09% tmpaf0spacy.zip |###########################################----------| 80.56% tmpaf0spacy.zip |###########################################----------| 81.03% tmpaf0spacy.zip |###########################################----------| 81.49% tmpaf0spacy.zip |###########################################----------| 81.96% tmpaf0spacy.zip |############################################---------| 82.42% tmpaf0spacy.zip |############################################---------| 82.89% tmpaf0spacy.zip |############################################---------| 83.35% tmpaf0spacy.zip |############################################---------| 83.82% tmpaf0spacy.zip |#############################################--------| 84.29% tmpaf0spacy.zip |#############################################--------| 84.75% tmpaf0spacy.zip |#############################################--------| 85.22% tmpaf0spacy.zip |#############################################--------| 85.68% tmpaf0spacy.zip |##############################################-------| 86.15% tmpaf0spacy.zip |##############################################-------| 86.61% tmpaf0spacy.zip |##############################################-------| 87.08% tmpaf0spacy.zip |##############################################-------| 87.54% tmpaf0spacy.zip |###############################################------| 88.01% tmpaf0spacy.zip |###############################################------| 88.48% tmpaf0spacy.zip |###############################################------| 88.94% tmpaf0spacy.zip |###############################################------| 89.41% tmpaf0spacy.zip |################################################-----| 89.87% tmpaf0spacy.zip |################################################-----| 90.34% tmpaf0spacy.zip |################################################-----| 90.8% tmpaf0spacy.zip |################################################-----| 91.27% tmpaf0spacy.zip |#################################################----| 91.74% tmpaf0spacy.zip |#################################################----| 92.2% tmpaf0spacy.zip |#################################################----| 92.67% tmpaf0spacy.zip |#################################################----| 93.13% tmpaf0spacy.zip |##################################################---| 93.6% tmpaf0spacy.zip |##################################################---| 94.06% tmpaf0spacy.zip |##################################################---| 94.53% tmpaf0spacy.zip |##################################################---| 95.0% tmpaf0spacy.zip |###################################################--| 95.46% tmpaf0spacy.zip |###################################################--| 95.93% tmpaf0spacy.zip |###################################################--| 96.39% tmpaf0spacy.zip |###################################################--| 96.86% tmpaf0spacy.zip |####################################################-| 97.32% tmpaf0spacy.zip |####################################################-| 97.79% tmpaf0spacy.zip |####################################################-| 98.25% tmpaf0spacy.zip |####################################################-| 98.72% tmpaf0spacy.zip |#####################################################| 99.19% tmpaf0spacy.zip |#####################################################| 99.65% tmpaf0spacy.zip |#####################################################| 100.0% Plugin uploaded. Plugin's id is 47ac6825-1b13-490c-97cc-4d39cd076f3c + for p in '${PLUGIN_DIR}/*' + wagons=($p/*.wgn) + types=($p/*.yaml) + install_plugin /opt/plugins/plugin-uPg9spd/dcaepolicyplugin-2.4.0-py36-none-linux_x86_64.wgn /opt/plugins/plugin-uPg9spd/dcaepolicyplugin_types.yaml ++ basename /opt/plugins/plugin-uPg9spd/dcaepolicyplugin-2.4.0-py36-none-linux_x86_64.wgn + ARCHIVE=dcaepolicyplugin-2.4.0-py36-none-linux_x86_64.wgn + cm_hasany 'plugins?archive_name=dcaepolicyplugin-2.4.0-py36-none-linux_x86_64.wgn' ++ curl -Ss -H 'Tenant: default_tenant' --user admin:SU92FFB6 --cacert /opt/onap/certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/plugins?archive_name=dcaepolicyplugin-2.4.0-py36-none-linux_x86_64.wgn&_include=id' ++ /bin/jq .metadata.pagination.total + COUNT=0 + (( 0 > 0 )) + return 1 + cfy plugin upload -y /opt/plugins/plugin-uPg9spd/dcaepolicyplugin_types.yaml /opt/plugins/plugin-uPg9spd/dcaepolicyplugin-2.4.0-py36-none-linux_x86_64.wgn Creating plugin zip archive.. Uploading plugin archive (wagon + yaml).. tmpac5v5t3v.zip |-----------------------------------------------------| 0.46% tmpac5v5t3v.zip |-----------------------------------------------------| 0.93% tmpac5v5t3v.zip |#----------------------------------------------------| 1.39% tmpac5v5t3v.zip |#----------------------------------------------------| 1.86% tmpac5v5t3v.zip |#----------------------------------------------------| 2.32% tmpac5v5t3v.zip |#----------------------------------------------------| 2.79% tmpac5v5t3v.zip |##---------------------------------------------------| 3.25% tmpac5v5t3v.zip |##---------------------------------------------------| 3.72% tmpac5v5t3v.zip |##---------------------------------------------------| 4.18% tmpac5v5t3v.zip |##---------------------------------------------------| 4.64% tmpac5v5t3v.zip |###--------------------------------------------------| 5.11% tmpac5v5t3v.zip |###--------------------------------------------------| 5.57% tmpac5v5t3v.zip |###--------------------------------------------------| 6.04% tmpac5v5t3v.zip |###--------------------------------------------------| 6.5% tmpac5v5t3v.zip |####-------------------------------------------------| 6.97% tmpac5v5t3v.zip |####-------------------------------------------------| 7.43% tmpac5v5t3v.zip |####-------------------------------------------------| 7.9% tmpac5v5t3v.zip |####-------------------------------------------------| 8.36% tmpac5v5t3v.zip |#####------------------------------------------------| 8.82% tmpac5v5t3v.zip |#####------------------------------------------------| 9.29% tmpac5v5t3v.zip |#####------------------------------------------------| 9.75% tmpac5v5t3v.zip |#####------------------------------------------------| 10.22% tmpac5v5t3v.zip |######-----------------------------------------------| 10.68% tmpac5v5t3v.zip |######-----------------------------------------------| 11.15% tmpac5v5t3v.zip |######-----------------------------------------------| 11.61% tmpac5v5t3v.zip |######-----------------------------------------------| 12.08% tmpac5v5t3v.zip |#######----------------------------------------------| 12.54% tmpac5v5t3v.zip |#######----------------------------------------------| 13.0% tmpac5v5t3v.zip |#######----------------------------------------------| 13.47% tmpac5v5t3v.zip |#######----------------------------------------------| 13.93% tmpac5v5t3v.zip |########---------------------------------------------| 14.4% tmpac5v5t3v.zip |########---------------------------------------------| 14.86% tmpac5v5t3v.zip |########---------------------------------------------| 15.33% tmpac5v5t3v.zip |########---------------------------------------------| 15.79% tmpac5v5t3v.zip |#########--------------------------------------------| 16.26% tmpac5v5t3v.zip |#########--------------------------------------------| 16.72% tmpac5v5t3v.zip |#########--------------------------------------------| 17.18% tmpac5v5t3v.zip |#########--------------------------------------------| 17.65% tmpac5v5t3v.zip |##########-------------------------------------------| 18.11% tmpac5v5t3v.zip |##########-------------------------------------------| 18.58% tmpac5v5t3v.zip |##########-------------------------------------------| 19.04% tmpac5v5t3v.zip |##########-------------------------------------------| 19.51% tmpac5v5t3v.zip |###########------------------------------------------| 19.97% tmpac5v5t3v.zip |###########------------------------------------------| 20.43% tmpac5v5t3v.zip |###########------------------------------------------| 20.9% tmpac5v5t3v.zip |###########------------------------------------------| 21.36% tmpac5v5t3v.zip |############-----------------------------------------| 21.83% tmpac5v5t3v.zip |############-----------------------------------------| 22.29% tmpac5v5t3v.zip |############-----------------------------------------| 22.76% tmpac5v5t3v.zip |############-----------------------------------------| 23.22% tmpac5v5t3v.zip |#############----------------------------------------| 23.69% tmpac5v5t3v.zip |#############----------------------------------------| 24.15% tmpac5v5t3v.zip |#############----------------------------------------| 24.61% tmpac5v5t3v.zip |#############----------------------------------------| 25.08% tmpac5v5t3v.zip |##############---------------------------------------| 25.54% tmpac5v5t3v.zip |##############---------------------------------------| 26.01% tmpac5v5t3v.zip |##############---------------------------------------| 26.47% tmpac5v5t3v.zip |##############---------------------------------------| 26.94% tmpac5v5t3v.zip |###############--------------------------------------| 27.4% tmpac5v5t3v.zip |###############--------------------------------------| 27.87% tmpac5v5t3v.zip |###############--------------------------------------| 28.33% tmpac5v5t3v.zip |###############--------------------------------------| 28.79% tmpac5v5t3v.zip |################-------------------------------------| 29.26% tmpac5v5t3v.zip |################-------------------------------------| 29.72% tmpac5v5t3v.zip |################-------------------------------------| 30.19% tmpac5v5t3v.zip |################-------------------------------------| 30.65% tmpac5v5t3v.zip |################-------------------------------------| 31.12% tmpac5v5t3v.zip |#################------------------------------------| 31.58% tmpac5v5t3v.zip |#################------------------------------------| 32.05% tmpac5v5t3v.zip |#################------------------------------------| 32.51% tmpac5v5t3v.zip |#################------------------------------------| 32.97% tmpac5v5t3v.zip |##################-----------------------------------| 33.44% tmpac5v5t3v.zip |##################-----------------------------------| 33.9% tmpac5v5t3v.zip |##################-----------------------------------| 34.37% tmpac5v5t3v.zip |##################-----------------------------------| 34.83% tmpac5v5t3v.zip |###################----------------------------------| 35.3% tmpac5v5t3v.zip |###################----------------------------------| 35.76% tmpac5v5t3v.zip |###################----------------------------------| 36.23% tmpac5v5t3v.zip |###################----------------------------------| 36.69% tmpac5v5t3v.zip |####################---------------------------------| 37.15% tmpac5v5t3v.zip |####################---------------------------------| 37.62% tmpac5v5t3v.zip |####################---------------------------------| 38.08% tmpac5v5t3v.zip |####################---------------------------------| 38.55% tmpac5v5t3v.zip |#####################--------------------------------| 39.01% tmpac5v5t3v.zip |#####################--------------------------------| 39.48% tmpac5v5t3v.zip |#####################--------------------------------| 39.94% tmpac5v5t3v.zip |#####################--------------------------------| 40.41% tmpac5v5t3v.zip |######################-------------------------------| 40.87% tmpac5v5t3v.zip |######################-------------------------------| 41.33% tmpac5v5t3v.zip |######################-------------------------------| 41.8% tmpac5v5t3v.zip |######################-------------------------------| 42.26% tmpac5v5t3v.zip |#######################------------------------------| 42.73% tmpac5v5t3v.zip |#######################------------------------------| 43.19% tmpac5v5t3v.zip |#######################------------------------------| 43.66% tmpac5v5t3v.zip |#######################------------------------------| 44.12% tmpac5v5t3v.zip |########################-----------------------------| 44.59% tmpac5v5t3v.zip |########################-----------------------------| 45.05% tmpac5v5t3v.zip |########################-----------------------------| 45.51% tmpac5v5t3v.zip |########################-----------------------------| 45.98% tmpac5v5t3v.zip |#########################----------------------------| 46.44% tmpac5v5t3v.zip |#########################----------------------------| 46.91% tmpac5v5t3v.zip |#########################----------------------------| 47.37% tmpac5v5t3v.zip |#########################----------------------------| 47.84% tmpac5v5t3v.zip |##########################---------------------------| 48.3% tmpac5v5t3v.zip |##########################---------------------------| 48.77% tmpac5v5t3v.zip |##########################---------------------------| 49.23% tmpac5v5t3v.zip |##########################---------------------------| 49.69% tmpac5v5t3v.zip |###########################--------------------------| 50.16% tmpac5v5t3v.zip |###########################--------------------------| 50.62% tmpac5v5t3v.zip |###########################--------------------------| 51.09% tmpac5v5t3v.zip |###########################--------------------------| 51.55% tmpac5v5t3v.zip |############################-------------------------| 52.02% tmpac5v5t3v.zip |############################-------------------------| 52.48% tmpac5v5t3v.zip |############################-------------------------| 52.94% tmpac5v5t3v.zip |############################-------------------------| 53.41% tmpac5v5t3v.zip |#############################------------------------| 53.87% tmpac5v5t3v.zip |#############################------------------------| 54.34% tmpac5v5t3v.zip |#############################------------------------| 54.8% tmpac5v5t3v.zip |#############################------------------------| 55.27% tmpac5v5t3v.zip |##############################-----------------------| 55.73% tmpac5v5t3v.zip |##############################-----------------------| 56.2% tmpac5v5t3v.zip |##############################-----------------------| 56.66% tmpac5v5t3v.zip |##############################-----------------------| 57.12% tmpac5v5t3v.zip |###############################----------------------| 57.59% tmpac5v5t3v.zip |###############################----------------------| 58.05% tmpac5v5t3v.zip |###############################----------------------| 58.52% tmpac5v5t3v.zip |###############################----------------------| 58.98% tmpac5v5t3v.zip |################################---------------------| 59.45% tmpac5v5t3v.zip |################################---------------------| 59.91% tmpac5v5t3v.zip |################################---------------------| 60.38% tmpac5v5t3v.zip |################################---------------------| 60.84% tmpac5v5t3v.zip |################################---------------------| 61.3% tmpac5v5t3v.zip |#################################--------------------| 61.77% tmpac5v5t3v.zip |#################################--------------------| 62.23% tmpac5v5t3v.zip |#################################--------------------| 62.7% tmpac5v5t3v.zip |#################################--------------------| 63.16% tmpac5v5t3v.zip |##################################-------------------| 63.63% tmpac5v5t3v.zip |##################################-------------------| 64.09% tmpac5v5t3v.zip |##################################-------------------| 64.56% tmpac5v5t3v.zip |##################################-------------------| 65.02% tmpac5v5t3v.zip |###################################------------------| 65.48% tmpac5v5t3v.zip |###################################------------------| 65.95% tmpac5v5t3v.zip |###################################------------------| 66.41% tmpac5v5t3v.zip |###################################------------------| 66.88% tmpac5v5t3v.zip |####################################-----------------| 67.34% tmpac5v5t3v.zip |####################################-----------------| 67.81% tmpac5v5t3v.zip |####################################-----------------| 68.27% tmpac5v5t3v.zip |####################################-----------------| 68.74% tmpac5v5t3v.zip |#####################################----------------| 69.2% tmpac5v5t3v.zip |#####################################----------------| 69.66% tmpac5v5t3v.zip |#####################################----------------| 70.13% tmpac5v5t3v.zip |#####################################----------------| 70.59% tmpac5v5t3v.zip |######################################---------------| 71.06% tmpac5v5t3v.zip |######################################---------------| 71.52% tmpac5v5t3v.zip |######################################---------------| 71.99% tmpac5v5t3v.zip |######################################---------------| 72.45% tmpac5v5t3v.zip |#######################################--------------| 72.92% tmpac5v5t3v.zip |#######################################--------------| 73.38% tmpac5v5t3v.zip |#######################################--------------| 73.84% tmpac5v5t3v.zip |#######################################--------------| 74.31% tmpac5v5t3v.zip |########################################-------------| 74.77% tmpac5v5t3v.zip |########################################-------------| 75.24% tmpac5v5t3v.zip |########################################-------------| 75.7% tmpac5v5t3v.zip |########################################-------------| 76.17% tmpac5v5t3v.zip |#########################################------------| 76.63% tmpac5v5t3v.zip |#########################################------------| 77.1% tmpac5v5t3v.zip |#########################################------------| 77.56% tmpac5v5t3v.zip |#########################################------------| 78.02% tmpac5v5t3v.zip |##########################################-----------| 78.49% tmpac5v5t3v.zip |##########################################-----------| 78.95% tmpac5v5t3v.zip |##########################################-----------| 79.42% tmpac5v5t3v.zip |##########################################-----------| 79.88% tmpac5v5t3v.zip |###########################################----------| 80.35% tmpac5v5t3v.zip |###########################################----------| 80.81% tmpac5v5t3v.zip |###########################################----------| 81.28% tmpac5v5t3v.zip |###########################################----------| 81.74% tmpac5v5t3v.zip |############################################---------| 82.2% tmpac5v5t3v.zip |############################################---------| 82.67% tmpac5v5t3v.zip |############################################---------| 83.13% tmpac5v5t3v.zip |############################################---------| 83.6% tmpac5v5t3v.zip |#############################################--------| 84.06% tmpac5v5t3v.zip |#############################################--------| 84.53% tmpac5v5t3v.zip |#############################################--------| 84.99% tmpac5v5t3v.zip |#############################################--------| 85.45% tmpac5v5t3v.zip |##############################################-------| 85.92% tmpac5v5t3v.zip |##############################################-------| 86.38% tmpac5v5t3v.zip |##############################################-------| 86.85% tmpac5v5t3v.zip |##############################################-------| 87.31% tmpac5v5t3v.zip |###############################################------| 87.78% tmpac5v5t3v.zip |###############################################------| 88.24% tmpac5v5t3v.zip |###############################################------| 88.71% tmpac5v5t3v.zip |###############################################------| 89.17% tmpac5v5t3v.zip |################################################-----| 89.63% tmpac5v5t3v.zip |################################################-----| 90.1% tmpac5v5t3v.zip |################################################-----| 90.56% tmpac5v5t3v.zip |################################################-----| 91.03% tmpac5v5t3v.zip |################################################-----| 91.49% tmpac5v5t3v.zip |#################################################----| 91.96% tmpac5v5t3v.zip |#################################################----| 92.42% tmpac5v5t3v.zip |#################################################----| 92.89% tmpac5v5t3v.zip |#################################################----| 93.35% tmpac5v5t3v.zip |##################################################---| 93.81% tmpac5v5t3v.zip |##################################################---| 94.28% tmpac5v5t3v.zip |##################################################---| 94.74% tmpac5v5t3v.zip |##################################################---| 95.21% tmpac5v5t3v.zip |###################################################--| 95.67% tmpac5v5t3v.zip |###################################################--| 96.14% tmpac5v5t3v.zip |###################################################--| 96.6% tmpac5v5t3v.zip |###################################################--| 97.07% tmpac5v5t3v.zip |####################################################-| 97.53% tmpac5v5t3v.zip |####################################################-| 97.99% tmpac5v5t3v.zip |####################################################-| 98.46% tmpac5v5t3v.zip |####################################################-| 98.92% tmpac5v5t3v.zip |#####################################################| 99.39% tmpac5v5t3v.zip |#####################################################| 99.85% tmpac5v5t3v.zip |#####################################################| 100.0% Plugin uploaded. Plugin's id is 6c2f5766-2eee-4378-9e8a-dbb0c573072a + cm_hasany 'executions?is_system_workflow=true&status=pending&status=started&status=queued&status=scheduled' ++ curl -Ss -H 'Tenant: default_tenant' --user admin:SU92FFB6 --cacert /opt/onap/certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/executions?is_system_workflow=true&status=pending&status=started&status=queued&status=scheduled&_include=id' ++ /bin/jq .metadata.pagination.total + COUNT=0 + (( 0 > 0 )) + return 1 + touch /opt/manager/plugins-loaded + set +x Cloudify ready