By type
+ '[' -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' 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. + echo 'Waiting for CM to come up' 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. + 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. + echo 'Waiting for CM to come up' Waiting for CM to come up + sleep 15 + /scripts/cloudify-ready.sh Services: Got a status response | Cloudify Console | 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 | Active | | Manager Rest-Service | Active | | PostgreSQL | Active | | RabbitMQ | Active | +--------------------------------+----------+ Waiting for CM to come up + echo 'Waiting for CM to come up' + sleep 15 + /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).. tmp6bnxkf_j.zip |-----------------------------------------------------| 0.13% tmp6bnxkf_j.zip |-----------------------------------------------------| 0.26% tmp6bnxkf_j.zip |-----------------------------------------------------| 0.38% tmp6bnxkf_j.zip |-----------------------------------------------------| 0.51% tmp6bnxkf_j.zip |-----------------------------------------------------| 0.64% tmp6bnxkf_j.zip |-----------------------------------------------------| 0.77% tmp6bnxkf_j.zip |-----------------------------------------------------| 0.9% tmp6bnxkf_j.zip |#----------------------------------------------------| 1.03% tmp6bnxkf_j.zip |#----------------------------------------------------| 1.15% tmp6bnxkf_j.zip |#----------------------------------------------------| 1.28% tmp6bnxkf_j.zip |#----------------------------------------------------| 1.41% tmp6bnxkf_j.zip |#----------------------------------------------------| 1.54% tmp6bnxkf_j.zip |#----------------------------------------------------| 1.67% tmp6bnxkf_j.zip |#----------------------------------------------------| 1.79% tmp6bnxkf_j.zip |#----------------------------------------------------| 1.92% tmp6bnxkf_j.zip |#----------------------------------------------------| 2.05% tmp6bnxkf_j.zip |#----------------------------------------------------| 2.18% tmp6bnxkf_j.zip |#----------------------------------------------------| 2.31% tmp6bnxkf_j.zip |#----------------------------------------------------| 2.44% tmp6bnxkf_j.zip |#----------------------------------------------------| 2.56% tmp6bnxkf_j.zip |#----------------------------------------------------| 2.69% tmp6bnxkf_j.zip |#----------------------------------------------------| 2.82% tmp6bnxkf_j.zip |##---------------------------------------------------| 2.95% tmp6bnxkf_j.zip |##---------------------------------------------------| 3.08% tmp6bnxkf_j.zip |##---------------------------------------------------| 3.2% tmp6bnxkf_j.zip |##---------------------------------------------------| 3.33% tmp6bnxkf_j.zip |##---------------------------------------------------| 3.46% tmp6bnxkf_j.zip |##---------------------------------------------------| 3.59% tmp6bnxkf_j.zip |##---------------------------------------------------| 3.72% tmp6bnxkf_j.zip |##---------------------------------------------------| 3.85% tmp6bnxkf_j.zip |##---------------------------------------------------| 3.97% tmp6bnxkf_j.zip |##---------------------------------------------------| 4.1% tmp6bnxkf_j.zip |##---------------------------------------------------| 4.23% tmp6bnxkf_j.zip |##---------------------------------------------------| 4.36% tmp6bnxkf_j.zip |##---------------------------------------------------| 4.49% tmp6bnxkf_j.zip |##---------------------------------------------------| 4.61% tmp6bnxkf_j.zip |###--------------------------------------------------| 4.74% tmp6bnxkf_j.zip |###--------------------------------------------------| 4.87% tmp6bnxkf_j.zip |###--------------------------------------------------| 5.0% tmp6bnxkf_j.zip |###--------------------------------------------------| 5.13% tmp6bnxkf_j.zip |###--------------------------------------------------| 5.26% tmp6bnxkf_j.zip |###--------------------------------------------------| 5.38% tmp6bnxkf_j.zip |###--------------------------------------------------| 5.51% tmp6bnxkf_j.zip |###--------------------------------------------------| 5.64% tmp6bnxkf_j.zip |###--------------------------------------------------| 5.77% tmp6bnxkf_j.zip |###--------------------------------------------------| 5.9% tmp6bnxkf_j.zip |###--------------------------------------------------| 6.02% tmp6bnxkf_j.zip |###--------------------------------------------------| 6.15% tmp6bnxkf_j.zip |###--------------------------------------------------| 6.28% tmp6bnxkf_j.zip |###--------------------------------------------------| 6.41% tmp6bnxkf_j.zip |###--------------------------------------------------| 6.54% tmp6bnxkf_j.zip |####-------------------------------------------------| 6.67% tmp6bnxkf_j.zip |####-------------------------------------------------| 6.79% tmp6bnxkf_j.zip |####-------------------------------------------------| 6.92% tmp6bnxkf_j.zip |####-------------------------------------------------| 7.05% tmp6bnxkf_j.zip |####-------------------------------------------------| 7.18% tmp6bnxkf_j.zip |####-------------------------------------------------| 7.31% tmp6bnxkf_j.zip |####-------------------------------------------------| 7.43% tmp6bnxkf_j.zip |####-------------------------------------------------| 7.56% tmp6bnxkf_j.zip |####-------------------------------------------------| 7.69% tmp6bnxkf_j.zip |####-------------------------------------------------| 7.82% tmp6bnxkf_j.zip |####-------------------------------------------------| 7.95% tmp6bnxkf_j.zip |####-------------------------------------------------| 8.08% tmp6bnxkf_j.zip |####-------------------------------------------------| 8.2% tmp6bnxkf_j.zip |####-------------------------------------------------| 8.33% tmp6bnxkf_j.zip |####-------------------------------------------------| 8.46% tmp6bnxkf_j.zip |#####------------------------------------------------| 8.59% tmp6bnxkf_j.zip |#####------------------------------------------------| 8.72% tmp6bnxkf_j.zip |#####------------------------------------------------| 8.84% tmp6bnxkf_j.zip |#####------------------------------------------------| 8.97% tmp6bnxkf_j.zip |#####------------------------------------------------| 9.1% tmp6bnxkf_j.zip |#####------------------------------------------------| 9.23% tmp6bnxkf_j.zip |#####------------------------------------------------| 9.36% tmp6bnxkf_j.zip |#####------------------------------------------------| 9.48% tmp6bnxkf_j.zip |#####------------------------------------------------| 9.61% tmp6bnxkf_j.zip |#####------------------------------------------------| 9.74% tmp6bnxkf_j.zip |#####------------------------------------------------| 9.87% tmp6bnxkf_j.zip |#####------------------------------------------------| 10.0% tmp6bnxkf_j.zip |#####------------------------------------------------| 10.13% tmp6bnxkf_j.zip |#####------------------------------------------------| 10.25% tmp6bnxkf_j.zip |######-----------------------------------------------| 10.38% tmp6bnxkf_j.zip |######-----------------------------------------------| 10.51% tmp6bnxkf_j.zip |######-----------------------------------------------| 10.64% tmp6bnxkf_j.zip |######-----------------------------------------------| 10.77% tmp6bnxkf_j.zip |######-----------------------------------------------| 10.89% tmp6bnxkf_j.zip |######-----------------------------------------------| 11.02% tmp6bnxkf_j.zip |######-----------------------------------------------| 11.15% tmp6bnxkf_j.zip |######-----------------------------------------------| 11.28% tmp6bnxkf_j.zip |######-----------------------------------------------| 11.41% tmp6bnxkf_j.zip |######-----------------------------------------------| 11.54% tmp6bnxkf_j.zip |######-----------------------------------------------| 11.66% tmp6bnxkf_j.zip |######-----------------------------------------------| 11.79% tmp6bnxkf_j.zip |######-----------------------------------------------| 11.92% tmp6bnxkf_j.zip |######-----------------------------------------------| 12.05% tmp6bnxkf_j.zip |######-----------------------------------------------| 12.18% tmp6bnxkf_j.zip |#######----------------------------------------------| 12.3% tmp6bnxkf_j.zip |#######----------------------------------------------| 12.43% tmp6bnxkf_j.zip |#######----------------------------------------------| 12.56% tmp6bnxkf_j.zip |#######----------------------------------------------| 12.69% tmp6bnxkf_j.zip |#######----------------------------------------------| 12.82% tmp6bnxkf_j.zip |#######----------------------------------------------| 12.95% tmp6bnxkf_j.zip |#######----------------------------------------------| 13.07% tmp6bnxkf_j.zip |#######----------------------------------------------| 13.2% tmp6bnxkf_j.zip |#######----------------------------------------------| 13.33% tmp6bnxkf_j.zip |#######----------------------------------------------| 13.46% tmp6bnxkf_j.zip |#######----------------------------------------------| 13.59% tmp6bnxkf_j.zip |#######----------------------------------------------| 13.71% tmp6bnxkf_j.zip |#######----------------------------------------------| 13.84% tmp6bnxkf_j.zip |#######----------------------------------------------| 13.97% tmp6bnxkf_j.zip |#######----------------------------------------------| 14.1% tmp6bnxkf_j.zip |########---------------------------------------------| 14.23% tmp6bnxkf_j.zip |########---------------------------------------------| 14.36% tmp6bnxkf_j.zip |########---------------------------------------------| 14.48% tmp6bnxkf_j.zip |########---------------------------------------------| 14.61% tmp6bnxkf_j.zip |########---------------------------------------------| 14.74% tmp6bnxkf_j.zip |########---------------------------------------------| 14.87% tmp6bnxkf_j.zip |########---------------------------------------------| 15.0% tmp6bnxkf_j.zip |########---------------------------------------------| 15.12% tmp6bnxkf_j.zip |########---------------------------------------------| 15.25% tmp6bnxkf_j.zip |########---------------------------------------------| 15.38% tmp6bnxkf_j.zip |########---------------------------------------------| 15.51% tmp6bnxkf_j.zip |########---------------------------------------------| 15.64% tmp6bnxkf_j.zip |########---------------------------------------------| 15.77% tmp6bnxkf_j.zip |########---------------------------------------------| 15.89% tmp6bnxkf_j.zip |########---------------------------------------------| 16.02% tmp6bnxkf_j.zip |#########--------------------------------------------| 16.15% tmp6bnxkf_j.zip |#########--------------------------------------------| 16.28% tmp6bnxkf_j.zip |#########--------------------------------------------| 16.41% tmp6bnxkf_j.zip |#########--------------------------------------------| 16.53% tmp6bnxkf_j.zip |#########--------------------------------------------| 16.66% tmp6bnxkf_j.zip |#########--------------------------------------------| 16.79% tmp6bnxkf_j.zip |#########--------------------------------------------| 16.92% tmp6bnxkf_j.zip |#########--------------------------------------------| 17.05% tmp6bnxkf_j.zip |#########--------------------------------------------| 17.18% tmp6bnxkf_j.zip |#########--------------------------------------------| 17.3% tmp6bnxkf_j.zip |#########--------------------------------------------| 17.43% tmp6bnxkf_j.zip |#########--------------------------------------------| 17.56% tmp6bnxkf_j.zip |#########--------------------------------------------| 17.69% tmp6bnxkf_j.zip |#########--------------------------------------------| 17.82% tmp6bnxkf_j.zip |##########-------------------------------------------| 17.94% tmp6bnxkf_j.zip |##########-------------------------------------------| 18.07% tmp6bnxkf_j.zip |##########-------------------------------------------| 18.2% tmp6bnxkf_j.zip |##########-------------------------------------------| 18.33% tmp6bnxkf_j.zip |##########-------------------------------------------| 18.46% tmp6bnxkf_j.zip |##########-------------------------------------------| 18.59% tmp6bnxkf_j.zip |##########-------------------------------------------| 18.71% tmp6bnxkf_j.zip |##########-------------------------------------------| 18.84% tmp6bnxkf_j.zip |##########-------------------------------------------| 18.97% tmp6bnxkf_j.zip |##########-------------------------------------------| 19.1% tmp6bnxkf_j.zip |##########-------------------------------------------| 19.23% tmp6bnxkf_j.zip |##########-------------------------------------------| 19.35% tmp6bnxkf_j.zip |##########-------------------------------------------| 19.48% tmp6bnxkf_j.zip |##########-------------------------------------------| 19.61% tmp6bnxkf_j.zip |##########-------------------------------------------| 19.74% tmp6bnxkf_j.zip |###########------------------------------------------| 19.87% tmp6bnxkf_j.zip |###########------------------------------------------| 20.0% tmp6bnxkf_j.zip |###########------------------------------------------| 20.12% tmp6bnxkf_j.zip |###########------------------------------------------| 20.25% tmp6bnxkf_j.zip |###########------------------------------------------| 20.38% tmp6bnxkf_j.zip |###########------------------------------------------| 20.51% tmp6bnxkf_j.zip |###########------------------------------------------| 20.64% tmp6bnxkf_j.zip |###########------------------------------------------| 20.76% tmp6bnxkf_j.zip |###########------------------------------------------| 20.89% tmp6bnxkf_j.zip |###########------------------------------------------| 21.02% tmp6bnxkf_j.zip |###########------------------------------------------| 21.15% tmp6bnxkf_j.zip |###########------------------------------------------| 21.28% tmp6bnxkf_j.zip |###########------------------------------------------| 21.41% tmp6bnxkf_j.zip |###########------------------------------------------| 21.53% tmp6bnxkf_j.zip |###########------------------------------------------| 21.66% tmp6bnxkf_j.zip |############-----------------------------------------| 21.79% tmp6bnxkf_j.zip |############-----------------------------------------| 21.92% tmp6bnxkf_j.zip |############-----------------------------------------| 22.05% tmp6bnxkf_j.zip |############-----------------------------------------| 22.17% tmp6bnxkf_j.zip |############-----------------------------------------| 22.3% tmp6bnxkf_j.zip |############-----------------------------------------| 22.43% tmp6bnxkf_j.zip |############-----------------------------------------| 22.56% tmp6bnxkf_j.zip |############-----------------------------------------| 22.69% tmp6bnxkf_j.zip |############-----------------------------------------| 22.82% tmp6bnxkf_j.zip |############-----------------------------------------| 22.94% tmp6bnxkf_j.zip |############-----------------------------------------| 23.07% tmp6bnxkf_j.zip |############-----------------------------------------| 23.2% tmp6bnxkf_j.zip |############-----------------------------------------| 23.33% tmp6bnxkf_j.zip |############-----------------------------------------| 23.46% tmp6bnxkf_j.zip |############-----------------------------------------| 23.58% tmp6bnxkf_j.zip |#############----------------------------------------| 23.71% tmp6bnxkf_j.zip |#############----------------------------------------| 23.84% tmp6bnxkf_j.zip |#############----------------------------------------| 23.97% tmp6bnxkf_j.zip |#############----------------------------------------| 24.1% tmp6bnxkf_j.zip |#############----------------------------------------| 24.23% tmp6bnxkf_j.zip |#############----------------------------------------| 24.35% tmp6bnxkf_j.zip |#############----------------------------------------| 24.48% tmp6bnxkf_j.zip |#############----------------------------------------| 24.61% tmp6bnxkf_j.zip |#############----------------------------------------| 24.74% tmp6bnxkf_j.zip |#############----------------------------------------| 24.87% tmp6bnxkf_j.zip |#############----------------------------------------| 24.99% tmp6bnxkf_j.zip |#############----------------------------------------| 25.12% tmp6bnxkf_j.zip |#############----------------------------------------| 25.25% tmp6bnxkf_j.zip |#############----------------------------------------| 25.38% tmp6bnxkf_j.zip |##############---------------------------------------| 25.51% tmp6bnxkf_j.zip |##############---------------------------------------| 25.63% tmp6bnxkf_j.zip |##############---------------------------------------| 25.76% tmp6bnxkf_j.zip |##############---------------------------------------| 25.89% tmp6bnxkf_j.zip |##############---------------------------------------| 26.02% tmp6bnxkf_j.zip |##############---------------------------------------| 26.15% tmp6bnxkf_j.zip |##############---------------------------------------| 26.28% tmp6bnxkf_j.zip |##############---------------------------------------| 26.4% tmp6bnxkf_j.zip |##############---------------------------------------| 26.53% tmp6bnxkf_j.zip |##############---------------------------------------| 26.66% tmp6bnxkf_j.zip |##############---------------------------------------| 26.79% tmp6bnxkf_j.zip |##############---------------------------------------| 26.92% tmp6bnxkf_j.zip |##############---------------------------------------| 27.04% tmp6bnxkf_j.zip |##############---------------------------------------| 27.17% tmp6bnxkf_j.zip |##############---------------------------------------| 27.3% tmp6bnxkf_j.zip |###############--------------------------------------| 27.43% tmp6bnxkf_j.zip |###############--------------------------------------| 27.56% tmp6bnxkf_j.zip |###############--------------------------------------| 27.69% tmp6bnxkf_j.zip |###############--------------------------------------| 27.81% tmp6bnxkf_j.zip |###############--------------------------------------| 27.94% tmp6bnxkf_j.zip |###############--------------------------------------| 28.07% tmp6bnxkf_j.zip |###############--------------------------------------| 28.2% tmp6bnxkf_j.zip |###############--------------------------------------| 28.33% tmp6bnxkf_j.zip |###############--------------------------------------| 28.45% tmp6bnxkf_j.zip |###############--------------------------------------| 28.58% tmp6bnxkf_j.zip |###############--------------------------------------| 28.71% tmp6bnxkf_j.zip |###############--------------------------------------| 28.84% tmp6bnxkf_j.zip |###############--------------------------------------| 28.97% tmp6bnxkf_j.zip |###############--------------------------------------| 29.1% tmp6bnxkf_j.zip |###############--------------------------------------| 29.22% tmp6bnxkf_j.zip |################-------------------------------------| 29.35% tmp6bnxkf_j.zip |################-------------------------------------| 29.48% tmp6bnxkf_j.zip |################-------------------------------------| 29.61% tmp6bnxkf_j.zip |################-------------------------------------| 29.74% tmp6bnxkf_j.zip |################-------------------------------------| 29.86% tmp6bnxkf_j.zip |################-------------------------------------| 29.99% tmp6bnxkf_j.zip |################-------------------------------------| 30.12% tmp6bnxkf_j.zip |################-------------------------------------| 30.25% tmp6bnxkf_j.zip |################-------------------------------------| 30.38% tmp6bnxkf_j.zip |################-------------------------------------| 30.51% tmp6bnxkf_j.zip |################-------------------------------------| 30.63% tmp6bnxkf_j.zip |################-------------------------------------| 30.76% tmp6bnxkf_j.zip |################-------------------------------------| 30.89% tmp6bnxkf_j.zip |################-------------------------------------| 31.02% tmp6bnxkf_j.zip |#################------------------------------------| 31.15% tmp6bnxkf_j.zip |#################------------------------------------| 31.27% tmp6bnxkf_j.zip |#################------------------------------------| 31.4% tmp6bnxkf_j.zip |#################------------------------------------| 31.53% tmp6bnxkf_j.zip |#################------------------------------------| 31.66% tmp6bnxkf_j.zip |#################------------------------------------| 31.79% tmp6bnxkf_j.zip |#################------------------------------------| 31.92% tmp6bnxkf_j.zip |#################------------------------------------| 32.04% tmp6bnxkf_j.zip |#################------------------------------------| 32.17% tmp6bnxkf_j.zip |#################------------------------------------| 32.3% tmp6bnxkf_j.zip |#################------------------------------------| 32.43% tmp6bnxkf_j.zip |#################------------------------------------| 32.56% tmp6bnxkf_j.zip |#################------------------------------------| 32.68% tmp6bnxkf_j.zip |#################------------------------------------| 32.81% tmp6bnxkf_j.zip |#################------------------------------------| 32.94% tmp6bnxkf_j.zip |##################-----------------------------------| 33.07% tmp6bnxkf_j.zip |##################-----------------------------------| 33.2% tmp6bnxkf_j.zip |##################-----------------------------------| 33.33% tmp6bnxkf_j.zip |##################-----------------------------------| 33.45% tmp6bnxkf_j.zip |##################-----------------------------------| 33.58% tmp6bnxkf_j.zip |##################-----------------------------------| 33.71% tmp6bnxkf_j.zip |##################-----------------------------------| 33.84% tmp6bnxkf_j.zip |##################-----------------------------------| 33.97% tmp6bnxkf_j.zip |##################-----------------------------------| 34.09% tmp6bnxkf_j.zip |##################-----------------------------------| 34.22% tmp6bnxkf_j.zip |##################-----------------------------------| 34.35% tmp6bnxkf_j.zip |##################-----------------------------------| 34.48% tmp6bnxkf_j.zip |##################-----------------------------------| 34.61% tmp6bnxkf_j.zip |##################-----------------------------------| 34.74% tmp6bnxkf_j.zip |##################-----------------------------------| 34.86% tmp6bnxkf_j.zip |###################----------------------------------| 34.99% tmp6bnxkf_j.zip |###################----------------------------------| 35.12% tmp6bnxkf_j.zip |###################----------------------------------| 35.25% tmp6bnxkf_j.zip |###################----------------------------------| 35.38% tmp6bnxkf_j.zip |###################----------------------------------| 35.5% tmp6bnxkf_j.zip |###################----------------------------------| 35.63% tmp6bnxkf_j.zip |###################----------------------------------| 35.76% tmp6bnxkf_j.zip |###################----------------------------------| 35.89% tmp6bnxkf_j.zip |###################----------------------------------| 36.02% tmp6bnxkf_j.zip |###################----------------------------------| 36.15% tmp6bnxkf_j.zip |###################----------------------------------| 36.27% tmp6bnxkf_j.zip |###################----------------------------------| 36.4% tmp6bnxkf_j.zip |###################----------------------------------| 36.53% tmp6bnxkf_j.zip |###################----------------------------------| 36.66% tmp6bnxkf_j.zip |###################----------------------------------| 36.79% tmp6bnxkf_j.zip |####################---------------------------------| 36.91% tmp6bnxkf_j.zip |####################---------------------------------| 37.04% tmp6bnxkf_j.zip |####################---------------------------------| 37.17% tmp6bnxkf_j.zip |####################---------------------------------| 37.3% tmp6bnxkf_j.zip |####################---------------------------------| 37.43% tmp6bnxkf_j.zip |####################---------------------------------| 37.56% tmp6bnxkf_j.zip |####################---------------------------------| 37.68% tmp6bnxkf_j.zip |####################---------------------------------| 37.81% tmp6bnxkf_j.zip |####################---------------------------------| 37.94% tmp6bnxkf_j.zip |####################---------------------------------| 38.07% tmp6bnxkf_j.zip |####################---------------------------------| 38.2% tmp6bnxkf_j.zip |####################---------------------------------| 38.32% tmp6bnxkf_j.zip |####################---------------------------------| 38.45% tmp6bnxkf_j.zip |####################---------------------------------| 38.58% tmp6bnxkf_j.zip |#####################--------------------------------| 38.71% tmp6bnxkf_j.zip |#####################--------------------------------| 38.84% tmp6bnxkf_j.zip |#####################--------------------------------| 38.97% tmp6bnxkf_j.zip |#####################--------------------------------| 39.09% tmp6bnxkf_j.zip |#####################--------------------------------| 39.22% tmp6bnxkf_j.zip |#####################--------------------------------| 39.35% tmp6bnxkf_j.zip |#####################--------------------------------| 39.48% tmp6bnxkf_j.zip |#####################--------------------------------| 39.61% tmp6bnxkf_j.zip |#####################--------------------------------| 39.73% tmp6bnxkf_j.zip |#####################--------------------------------| 39.86% tmp6bnxkf_j.zip |#####################--------------------------------| 39.99% tmp6bnxkf_j.zip |#####################--------------------------------| 40.12% tmp6bnxkf_j.zip |#####################--------------------------------| 40.25% tmp6bnxkf_j.zip |#####################--------------------------------| 40.38% tmp6bnxkf_j.zip |#####################--------------------------------| 40.5% tmp6bnxkf_j.zip |######################-------------------------------| 40.63% tmp6bnxkf_j.zip |######################-------------------------------| 40.76% tmp6bnxkf_j.zip |######################-------------------------------| 40.89% tmp6bnxkf_j.zip |######################-------------------------------| 41.02% tmp6bnxkf_j.zip |######################-------------------------------| 41.14% tmp6bnxkf_j.zip |######################-------------------------------| 41.27% tmp6bnxkf_j.zip |######################-------------------------------| 41.4% tmp6bnxkf_j.zip |######################-------------------------------| 41.53% tmp6bnxkf_j.zip |######################-------------------------------| 41.66% tmp6bnxkf_j.zip |######################-------------------------------| 41.78% tmp6bnxkf_j.zip |######################-------------------------------| 41.91% tmp6bnxkf_j.zip |######################-------------------------------| 42.04% tmp6bnxkf_j.zip |######################-------------------------------| 42.17% tmp6bnxkf_j.zip |######################-------------------------------| 42.3% tmp6bnxkf_j.zip |######################-------------------------------| 42.43% tmp6bnxkf_j.zip |#######################------------------------------| 42.55% tmp6bnxkf_j.zip |#######################------------------------------| 42.68% tmp6bnxkf_j.zip |#######################------------------------------| 42.81% tmp6bnxkf_j.zip |#######################------------------------------| 42.94% tmp6bnxkf_j.zip |#######################------------------------------| 43.07% tmp6bnxkf_j.zip |#######################------------------------------| 43.19% tmp6bnxkf_j.zip |#######################------------------------------| 43.32% tmp6bnxkf_j.zip |#######################------------------------------| 43.45% tmp6bnxkf_j.zip |#######################------------------------------| 43.58% tmp6bnxkf_j.zip |#######################------------------------------| 43.71% tmp6bnxkf_j.zip |#######################------------------------------| 43.84% tmp6bnxkf_j.zip |#######################------------------------------| 43.96% tmp6bnxkf_j.zip |#######################------------------------------| 44.09% tmp6bnxkf_j.zip |#######################------------------------------| 44.22% tmp6bnxkf_j.zip |########################-----------------------------| 44.35% tmp6bnxkf_j.zip |########################-----------------------------| 44.48% tmp6bnxkf_j.zip |########################-----------------------------| 44.6% tmp6bnxkf_j.zip |########################-----------------------------| 44.73% tmp6bnxkf_j.zip |########################-----------------------------| 44.86% tmp6bnxkf_j.zip |########################-----------------------------| 44.99% tmp6bnxkf_j.zip |########################-----------------------------| 45.12% tmp6bnxkf_j.zip |########################-----------------------------| 45.25% tmp6bnxkf_j.zip |########################-----------------------------| 45.37% tmp6bnxkf_j.zip |########################-----------------------------| 45.5% tmp6bnxkf_j.zip |########################-----------------------------| 45.63% tmp6bnxkf_j.zip |########################-----------------------------| 45.76% tmp6bnxkf_j.zip |########################-----------------------------| 45.89% tmp6bnxkf_j.zip |########################-----------------------------| 46.01% tmp6bnxkf_j.zip |########################-----------------------------| 46.14% tmp6bnxkf_j.zip |#########################----------------------------| 46.27% tmp6bnxkf_j.zip |#########################----------------------------| 46.4% tmp6bnxkf_j.zip |#########################----------------------------| 46.53% tmp6bnxkf_j.zip |#########################----------------------------| 46.66% tmp6bnxkf_j.zip |#########################----------------------------| 46.78% tmp6bnxkf_j.zip |#########################----------------------------| 46.91% tmp6bnxkf_j.zip |#########################----------------------------| 47.04% tmp6bnxkf_j.zip |#########################----------------------------| 47.17% tmp6bnxkf_j.zip |#########################----------------------------| 47.3% tmp6bnxkf_j.zip |#########################----------------------------| 47.42% tmp6bnxkf_j.zip |#########################----------------------------| 47.55% tmp6bnxkf_j.zip |#########################----------------------------| 47.68% tmp6bnxkf_j.zip |#########################----------------------------| 47.81% tmp6bnxkf_j.zip |#########################----------------------------| 47.94% tmp6bnxkf_j.zip |#########################----------------------------| 48.07% tmp6bnxkf_j.zip |##########################---------------------------| 48.19% tmp6bnxkf_j.zip |##########################---------------------------| 48.32% tmp6bnxkf_j.zip |##########################---------------------------| 48.45% tmp6bnxkf_j.zip |##########################---------------------------| 48.58% tmp6bnxkf_j.zip |##########################---------------------------| 48.71% tmp6bnxkf_j.zip |##########################---------------------------| 48.83% tmp6bnxkf_j.zip |##########################---------------------------| 48.96% tmp6bnxkf_j.zip |##########################---------------------------| 49.09% tmp6bnxkf_j.zip |##########################---------------------------| 49.22% tmp6bnxkf_j.zip |##########################---------------------------| 49.35% tmp6bnxkf_j.zip |##########################---------------------------| 49.48% tmp6bnxkf_j.zip |##########################---------------------------| 49.6% tmp6bnxkf_j.zip |##########################---------------------------| 49.73% tmp6bnxkf_j.zip |##########################---------------------------| 49.86% tmp6bnxkf_j.zip |##########################---------------------------| 49.99% tmp6bnxkf_j.zip |###########################--------------------------| 50.12% tmp6bnxkf_j.zip |###########################--------------------------| 50.24% tmp6bnxkf_j.zip |###########################--------------------------| 50.37% tmp6bnxkf_j.zip |###########################--------------------------| 50.5% tmp6bnxkf_j.zip |###########################--------------------------| 50.63% tmp6bnxkf_j.zip |###########################--------------------------| 50.76% tmp6bnxkf_j.zip |###########################--------------------------| 50.89% tmp6bnxkf_j.zip |###########################--------------------------| 51.01% tmp6bnxkf_j.zip |###########################--------------------------| 51.14% tmp6bnxkf_j.zip |###########################--------------------------| 51.27% tmp6bnxkf_j.zip |###########################--------------------------| 51.4% tmp6bnxkf_j.zip |###########################--------------------------| 51.53% tmp6bnxkf_j.zip |###########################--------------------------| 51.65% tmp6bnxkf_j.zip |###########################--------------------------| 51.78% tmp6bnxkf_j.zip |############################-------------------------| 51.91% tmp6bnxkf_j.zip |############################-------------------------| 52.04% tmp6bnxkf_j.zip |############################-------------------------| 52.17% tmp6bnxkf_j.zip |############################-------------------------| 52.3% tmp6bnxkf_j.zip |############################-------------------------| 52.42% tmp6bnxkf_j.zip |############################-------------------------| 52.55% tmp6bnxkf_j.zip |############################-------------------------| 52.68% tmp6bnxkf_j.zip |############################-------------------------| 52.81% tmp6bnxkf_j.zip |############################-------------------------| 52.94% tmp6bnxkf_j.zip |############################-------------------------| 53.06% tmp6bnxkf_j.zip |############################-------------------------| 53.19% tmp6bnxkf_j.zip |############################-------------------------| 53.32% tmp6bnxkf_j.zip |############################-------------------------| 53.45% tmp6bnxkf_j.zip |############################-------------------------| 53.58% tmp6bnxkf_j.zip |############################-------------------------| 53.71% tmp6bnxkf_j.zip |#############################------------------------| 53.83% tmp6bnxkf_j.zip |#############################------------------------| 53.96% tmp6bnxkf_j.zip |#############################------------------------| 54.09% tmp6bnxkf_j.zip |#############################------------------------| 54.22% tmp6bnxkf_j.zip |#############################------------------------| 54.35% tmp6bnxkf_j.zip |#############################------------------------| 54.47% tmp6bnxkf_j.zip |#############################------------------------| 54.6% tmp6bnxkf_j.zip |#############################------------------------| 54.73% tmp6bnxkf_j.zip |#############################------------------------| 54.86% tmp6bnxkf_j.zip |#############################------------------------| 54.99% tmp6bnxkf_j.zip |#############################------------------------| 55.12% tmp6bnxkf_j.zip |#############################------------------------| 55.24% tmp6bnxkf_j.zip |#############################------------------------| 55.37% tmp6bnxkf_j.zip |#############################------------------------| 55.5% tmp6bnxkf_j.zip |#############################------------------------| 55.63% tmp6bnxkf_j.zip |##############################-----------------------| 55.76% tmp6bnxkf_j.zip |##############################-----------------------| 55.88% tmp6bnxkf_j.zip |##############################-----------------------| 56.01% tmp6bnxkf_j.zip |##############################-----------------------| 56.14% tmp6bnxkf_j.zip |##############################-----------------------| 56.27% tmp6bnxkf_j.zip |##############################-----------------------| 56.4% tmp6bnxkf_j.zip |##############################-----------------------| 56.53% tmp6bnxkf_j.zip |##############################-----------------------| 56.65% tmp6bnxkf_j.zip |##############################-----------------------| 56.78% tmp6bnxkf_j.zip |##############################-----------------------| 56.91% tmp6bnxkf_j.zip |##############################-----------------------| 57.04% tmp6bnxkf_j.zip |##############################-----------------------| 57.17% tmp6bnxkf_j.zip |##############################-----------------------| 57.29% tmp6bnxkf_j.zip |##############################-----------------------| 57.42% tmp6bnxkf_j.zip |###############################----------------------| 57.55% tmp6bnxkf_j.zip |###############################----------------------| 57.68% tmp6bnxkf_j.zip |###############################----------------------| 57.81% tmp6bnxkf_j.zip |###############################----------------------| 57.93% tmp6bnxkf_j.zip |###############################----------------------| 58.06% tmp6bnxkf_j.zip |###############################----------------------| 58.19% tmp6bnxkf_j.zip |###############################----------------------| 58.32% tmp6bnxkf_j.zip |###############################----------------------| 58.45% tmp6bnxkf_j.zip |###############################----------------------| 58.58% tmp6bnxkf_j.zip |###############################----------------------| 58.7% tmp6bnxkf_j.zip |###############################----------------------| 58.83% tmp6bnxkf_j.zip |###############################----------------------| 58.96% tmp6bnxkf_j.zip |###############################----------------------| 59.09% tmp6bnxkf_j.zip |###############################----------------------| 59.22% tmp6bnxkf_j.zip |###############################----------------------| 59.34% tmp6bnxkf_j.zip |################################---------------------| 59.47% tmp6bnxkf_j.zip |################################---------------------| 59.6% tmp6bnxkf_j.zip |################################---------------------| 59.73% tmp6bnxkf_j.zip |################################---------------------| 59.86% tmp6bnxkf_j.zip |################################---------------------| 59.99% tmp6bnxkf_j.zip |################################---------------------| 60.11% tmp6bnxkf_j.zip |################################---------------------| 60.24% tmp6bnxkf_j.zip |################################---------------------| 60.37% tmp6bnxkf_j.zip |################################---------------------| 60.5% tmp6bnxkf_j.zip |################################---------------------| 60.63% tmp6bnxkf_j.zip |################################---------------------| 60.75% tmp6bnxkf_j.zip |################################---------------------| 60.88% tmp6bnxkf_j.zip |################################---------------------| 61.01% tmp6bnxkf_j.zip |################################---------------------| 61.14% tmp6bnxkf_j.zip |################################---------------------| 61.27% tmp6bnxkf_j.zip |#################################--------------------| 61.4% tmp6bnxkf_j.zip |#################################--------------------| 61.52% tmp6bnxkf_j.zip |#################################--------------------| 61.65% tmp6bnxkf_j.zip |#################################--------------------| 61.78% tmp6bnxkf_j.zip |#################################--------------------| 61.91% tmp6bnxkf_j.zip |#################################--------------------| 62.04% tmp6bnxkf_j.zip |#################################--------------------| 62.16% tmp6bnxkf_j.zip |#################################--------------------| 62.29% tmp6bnxkf_j.zip |#################################--------------------| 62.42% tmp6bnxkf_j.zip |#################################--------------------| 62.55% tmp6bnxkf_j.zip |#################################--------------------| 62.68% tmp6bnxkf_j.zip |#################################--------------------| 62.81% tmp6bnxkf_j.zip |#################################--------------------| 62.93% tmp6bnxkf_j.zip |#################################--------------------| 63.06% tmp6bnxkf_j.zip |#################################--------------------| 63.19% tmp6bnxkf_j.zip |##################################-------------------| 63.32% tmp6bnxkf_j.zip |##################################-------------------| 63.45% tmp6bnxkf_j.zip |##################################-------------------| 63.57% tmp6bnxkf_j.zip |##################################-------------------| 63.7% tmp6bnxkf_j.zip |##################################-------------------| 63.83% tmp6bnxkf_j.zip |##################################-------------------| 63.96% tmp6bnxkf_j.zip |##################################-------------------| 64.09% tmp6bnxkf_j.zip |##################################-------------------| 64.22% tmp6bnxkf_j.zip |##################################-------------------| 64.34% tmp6bnxkf_j.zip |##################################-------------------| 64.47% tmp6bnxkf_j.zip |##################################-------------------| 64.6% tmp6bnxkf_j.zip |##################################-------------------| 64.73% tmp6bnxkf_j.zip |##################################-------------------| 64.86% tmp6bnxkf_j.zip |##################################-------------------| 64.98% tmp6bnxkf_j.zip |###################################------------------| 65.11% tmp6bnxkf_j.zip |###################################------------------| 65.24% tmp6bnxkf_j.zip |###################################------------------| 65.37% tmp6bnxkf_j.zip |###################################------------------| 65.5% tmp6bnxkf_j.zip |###################################------------------| 65.63% tmp6bnxkf_j.zip |###################################------------------| 65.75% tmp6bnxkf_j.zip |###################################------------------| 65.88% tmp6bnxkf_j.zip |###################################------------------| 66.01% tmp6bnxkf_j.zip |###################################------------------| 66.14% tmp6bnxkf_j.zip |###################################------------------| 66.27% tmp6bnxkf_j.zip |###################################------------------| 66.39% tmp6bnxkf_j.zip |###################################------------------| 66.52% tmp6bnxkf_j.zip |###################################------------------| 66.65% tmp6bnxkf_j.zip |###################################------------------| 66.78% tmp6bnxkf_j.zip |###################################------------------| 66.91% tmp6bnxkf_j.zip |####################################-----------------| 67.04% tmp6bnxkf_j.zip |####################################-----------------| 67.16% tmp6bnxkf_j.zip |####################################-----------------| 67.29% tmp6bnxkf_j.zip |####################################-----------------| 67.42% tmp6bnxkf_j.zip |####################################-----------------| 67.55% tmp6bnxkf_j.zip |####################################-----------------| 67.68% tmp6bnxkf_j.zip |####################################-----------------| 67.8% tmp6bnxkf_j.zip |####################################-----------------| 67.93% tmp6bnxkf_j.zip |####################################-----------------| 68.06% tmp6bnxkf_j.zip |####################################-----------------| 68.19% tmp6bnxkf_j.zip |####################################-----------------| 68.32% tmp6bnxkf_j.zip |####################################-----------------| 68.45% tmp6bnxkf_j.zip |####################################-----------------| 68.57% tmp6bnxkf_j.zip |####################################-----------------| 68.7% tmp6bnxkf_j.zip |####################################-----------------| 68.83% tmp6bnxkf_j.zip |#####################################----------------| 68.96% tmp6bnxkf_j.zip |#####################################----------------| 69.09% tmp6bnxkf_j.zip |#####################################----------------| 69.21% tmp6bnxkf_j.zip |#####################################----------------| 69.34% tmp6bnxkf_j.zip |#####################################----------------| 69.47% tmp6bnxkf_j.zip |#####################################----------------| 69.6% tmp6bnxkf_j.zip |#####################################----------------| 69.73% tmp6bnxkf_j.zip |#####################################----------------| 69.86% tmp6bnxkf_j.zip |#####################################----------------| 69.98% tmp6bnxkf_j.zip |#####################################----------------| 70.11% tmp6bnxkf_j.zip |#####################################----------------| 70.24% tmp6bnxkf_j.zip |#####################################----------------| 70.37% tmp6bnxkf_j.zip |#####################################----------------| 70.5% tmp6bnxkf_j.zip |#####################################----------------| 70.62% tmp6bnxkf_j.zip |#####################################----------------| 70.75% tmp6bnxkf_j.zip |######################################---------------| 70.88% tmp6bnxkf_j.zip |######################################---------------| 71.01% tmp6bnxkf_j.zip |######################################---------------| 71.14% tmp6bnxkf_j.zip |######################################---------------| 71.27% tmp6bnxkf_j.zip |######################################---------------| 71.39% tmp6bnxkf_j.zip |######################################---------------| 71.52% tmp6bnxkf_j.zip |######################################---------------| 71.65% tmp6bnxkf_j.zip |######################################---------------| 71.78% tmp6bnxkf_j.zip |######################################---------------| 71.91% tmp6bnxkf_j.zip |######################################---------------| 72.03% tmp6bnxkf_j.zip |######################################---------------| 72.16% tmp6bnxkf_j.zip |######################################---------------| 72.29% tmp6bnxkf_j.zip |######################################---------------| 72.42% tmp6bnxkf_j.zip |######################################---------------| 72.55% tmp6bnxkf_j.zip |#######################################--------------| 72.68% tmp6bnxkf_j.zip |#######################################--------------| 72.8% tmp6bnxkf_j.zip |#######################################--------------| 72.93% tmp6bnxkf_j.zip |#######################################--------------| 73.06% tmp6bnxkf_j.zip |#######################################--------------| 73.19% tmp6bnxkf_j.zip |#######################################--------------| 73.32% tmp6bnxkf_j.zip |#######################################--------------| 73.44% tmp6bnxkf_j.zip |#######################################--------------| 73.57% tmp6bnxkf_j.zip |#######################################--------------| 73.7% tmp6bnxkf_j.zip |#######################################--------------| 73.83% tmp6bnxkf_j.zip |#######################################--------------| 73.96% tmp6bnxkf_j.zip |#######################################--------------| 74.08% tmp6bnxkf_j.zip |#######################################--------------| 74.21% tmp6bnxkf_j.zip |#######################################--------------| 74.34% tmp6bnxkf_j.zip |#######################################--------------| 74.47% tmp6bnxkf_j.zip |########################################-------------| 74.6% tmp6bnxkf_j.zip |########################################-------------| 74.73% tmp6bnxkf_j.zip |########################################-------------| 74.85% tmp6bnxkf_j.zip |########################################-------------| 74.98% tmp6bnxkf_j.zip |########################################-------------| 75.11% tmp6bnxkf_j.zip |########################################-------------| 75.24% tmp6bnxkf_j.zip |########################################-------------| 75.37% tmp6bnxkf_j.zip |########################################-------------| 75.49% tmp6bnxkf_j.zip |########################################-------------| 75.62% tmp6bnxkf_j.zip |########################################-------------| 75.75% tmp6bnxkf_j.zip |########################################-------------| 75.88% tmp6bnxkf_j.zip |########################################-------------| 76.01% tmp6bnxkf_j.zip |########################################-------------| 76.14% tmp6bnxkf_j.zip |########################################-------------| 76.26% tmp6bnxkf_j.zip |########################################-------------| 76.39% tmp6bnxkf_j.zip |#########################################------------| 76.52% tmp6bnxkf_j.zip |#########################################------------| 76.65% tmp6bnxkf_j.zip |#########################################------------| 76.78% tmp6bnxkf_j.zip |#########################################------------| 76.9% tmp6bnxkf_j.zip |#########################################------------| 77.03% tmp6bnxkf_j.zip |#########################################------------| 77.16% tmp6bnxkf_j.zip |#########################################------------| 77.29% tmp6bnxkf_j.zip |#########################################------------| 77.42% tmp6bnxkf_j.zip |#########################################------------| 77.55% tmp6bnxkf_j.zip |#########################################------------| 77.67% tmp6bnxkf_j.zip |#########################################------------| 77.8% tmp6bnxkf_j.zip |#########################################------------| 77.93% tmp6bnxkf_j.zip |#########################################------------| 78.06% tmp6bnxkf_j.zip |#########################################------------| 78.19% tmp6bnxkf_j.zip |##########################################-----------| 78.31% tmp6bnxkf_j.zip |##########################################-----------| 78.44% tmp6bnxkf_j.zip |##########################################-----------| 78.57% tmp6bnxkf_j.zip |##########################################-----------| 78.7% tmp6bnxkf_j.zip |##########################################-----------| 78.83% tmp6bnxkf_j.zip |##########################################-----------| 78.96% tmp6bnxkf_j.zip |##########################################-----------| 79.08% tmp6bnxkf_j.zip |##########################################-----------| 79.21% tmp6bnxkf_j.zip |##########################################-----------| 79.34% tmp6bnxkf_j.zip |##########################################-----------| 79.47% tmp6bnxkf_j.zip |##########################################-----------| 79.6% tmp6bnxkf_j.zip |##########################################-----------| 79.72% tmp6bnxkf_j.zip |##########################################-----------| 79.85% tmp6bnxkf_j.zip |##########################################-----------| 79.98% tmp6bnxkf_j.zip |##########################################-----------| 80.11% tmp6bnxkf_j.zip |###########################################----------| 80.24% tmp6bnxkf_j.zip |###########################################----------| 80.37% tmp6bnxkf_j.zip |###########################################----------| 80.49% tmp6bnxkf_j.zip |###########################################----------| 80.62% tmp6bnxkf_j.zip |###########################################----------| 80.75% tmp6bnxkf_j.zip |###########################################----------| 80.88% tmp6bnxkf_j.zip |###########################################----------| 81.01% tmp6bnxkf_j.zip |###########################################----------| 81.13% tmp6bnxkf_j.zip |###########################################----------| 81.26% tmp6bnxkf_j.zip |###########################################----------| 81.39% tmp6bnxkf_j.zip |###########################################----------| 81.52% tmp6bnxkf_j.zip |###########################################----------| 81.65% tmp6bnxkf_j.zip |###########################################----------| 81.78% tmp6bnxkf_j.zip |###########################################----------| 81.9% tmp6bnxkf_j.zip |###########################################----------| 82.03% tmp6bnxkf_j.zip |############################################---------| 82.16% tmp6bnxkf_j.zip |############################################---------| 82.29% tmp6bnxkf_j.zip |############################################---------| 82.42% tmp6bnxkf_j.zip |############################################---------| 82.54% tmp6bnxkf_j.zip |############################################---------| 82.67% tmp6bnxkf_j.zip |############################################---------| 82.8% tmp6bnxkf_j.zip |############################################---------| 82.93% tmp6bnxkf_j.zip |############################################---------| 83.06% tmp6bnxkf_j.zip |############################################---------| 83.19% tmp6bnxkf_j.zip |############################################---------| 83.31% tmp6bnxkf_j.zip |############################################---------| 83.44% tmp6bnxkf_j.zip |############################################---------| 83.57% tmp6bnxkf_j.zip |############################################---------| 83.7% tmp6bnxkf_j.zip |############################################---------| 83.83% tmp6bnxkf_j.zip |############################################---------| 83.95% tmp6bnxkf_j.zip |#############################################--------| 84.08% tmp6bnxkf_j.zip |#############################################--------| 84.21% tmp6bnxkf_j.zip |#############################################--------| 84.34% tmp6bnxkf_j.zip |#############################################--------| 84.47% tmp6bnxkf_j.zip |#############################################--------| 84.6% tmp6bnxkf_j.zip |#############################################--------| 84.72% tmp6bnxkf_j.zip |#############################################--------| 84.85% tmp6bnxkf_j.zip |#############################################--------| 84.98% tmp6bnxkf_j.zip |#############################################--------| 85.11% tmp6bnxkf_j.zip |#############################################--------| 85.24% tmp6bnxkf_j.zip |#############################################--------| 85.36% tmp6bnxkf_j.zip |#############################################--------| 85.49% tmp6bnxkf_j.zip |#############################################--------| 85.62% tmp6bnxkf_j.zip |#############################################--------| 85.75% tmp6bnxkf_j.zip |##############################################-------| 85.88% tmp6bnxkf_j.zip |##############################################-------| 86.01% tmp6bnxkf_j.zip |##############################################-------| 86.13% tmp6bnxkf_j.zip |##############################################-------| 86.26% tmp6bnxkf_j.zip |##############################################-------| 86.39% tmp6bnxkf_j.zip |##############################################-------| 86.52% tmp6bnxkf_j.zip |##############################################-------| 86.65% tmp6bnxkf_j.zip |##############################################-------| 86.77% tmp6bnxkf_j.zip |##############################################-------| 86.9% tmp6bnxkf_j.zip |##############################################-------| 87.03% tmp6bnxkf_j.zip |##############################################-------| 87.16% tmp6bnxkf_j.zip |##############################################-------| 87.29% tmp6bnxkf_j.zip |##############################################-------| 87.42% tmp6bnxkf_j.zip |##############################################-------| 87.54% tmp6bnxkf_j.zip |##############################################-------| 87.67% tmp6bnxkf_j.zip |###############################################------| 87.8% tmp6bnxkf_j.zip |###############################################------| 87.93% tmp6bnxkf_j.zip |###############################################------| 88.06% tmp6bnxkf_j.zip |###############################################------| 88.18% tmp6bnxkf_j.zip |###############################################------| 88.31% tmp6bnxkf_j.zip |###############################################------| 88.44% tmp6bnxkf_j.zip |###############################################------| 88.57% tmp6bnxkf_j.zip |###############################################------| 88.7% tmp6bnxkf_j.zip |###############################################------| 88.83% tmp6bnxkf_j.zip |###############################################------| 88.95% tmp6bnxkf_j.zip |###############################################------| 89.08% tmp6bnxkf_j.zip |###############################################------| 89.21% tmp6bnxkf_j.zip |###############################################------| 89.34% tmp6bnxkf_j.zip |###############################################------| 89.47% tmp6bnxkf_j.zip |###############################################------| 89.59% tmp6bnxkf_j.zip |################################################-----| 89.72% tmp6bnxkf_j.zip |################################################-----| 89.85% tmp6bnxkf_j.zip |################################################-----| 89.98% tmp6bnxkf_j.zip |################################################-----| 90.11% tmp6bnxkf_j.zip |################################################-----| 90.23% tmp6bnxkf_j.zip |################################################-----| 90.36% tmp6bnxkf_j.zip |################################################-----| 90.49% tmp6bnxkf_j.zip |################################################-----| 90.62% tmp6bnxkf_j.zip |################################################-----| 90.75% tmp6bnxkf_j.zip |################################################-----| 90.88% tmp6bnxkf_j.zip |################################################-----| 91.0% tmp6bnxkf_j.zip |################################################-----| 91.13% tmp6bnxkf_j.zip |################################################-----| 91.26% tmp6bnxkf_j.zip |################################################-----| 91.39% tmp6bnxkf_j.zip |#################################################----| 91.52% tmp6bnxkf_j.zip |#################################################----| 91.64% tmp6bnxkf_j.zip |#################################################----| 91.77% tmp6bnxkf_j.zip |#################################################----| 91.9% tmp6bnxkf_j.zip |#################################################----| 92.03% tmp6bnxkf_j.zip |#################################################----| 92.16% tmp6bnxkf_j.zip |#################################################----| 92.29% tmp6bnxkf_j.zip |#################################################----| 92.41% tmp6bnxkf_j.zip |#################################################----| 92.54% tmp6bnxkf_j.zip |#################################################----| 92.67% tmp6bnxkf_j.zip |#################################################----| 92.8% tmp6bnxkf_j.zip |#################################################----| 92.93% tmp6bnxkf_j.zip |#################################################----| 93.05% tmp6bnxkf_j.zip |#################################################----| 93.18% tmp6bnxkf_j.zip |#################################################----| 93.31% tmp6bnxkf_j.zip |##################################################---| 93.44% tmp6bnxkf_j.zip |##################################################---| 93.57% tmp6bnxkf_j.zip |##################################################---| 93.7% tmp6bnxkf_j.zip |##################################################---| 93.82% tmp6bnxkf_j.zip |##################################################---| 93.95% tmp6bnxkf_j.zip |##################################################---| 94.08% tmp6bnxkf_j.zip |##################################################---| 94.21% tmp6bnxkf_j.zip |##################################################---| 94.34% tmp6bnxkf_j.zip |##################################################---| 94.46% tmp6bnxkf_j.zip |##################################################---| 94.59% tmp6bnxkf_j.zip |##################################################---| 94.72% tmp6bnxkf_j.zip |##################################################---| 94.85% tmp6bnxkf_j.zip |##################################################---| 94.98% tmp6bnxkf_j.zip |##################################################---| 95.11% tmp6bnxkf_j.zip |##################################################---| 95.23% tmp6bnxkf_j.zip |###################################################--| 95.36% tmp6bnxkf_j.zip |###################################################--| 95.49% tmp6bnxkf_j.zip |###################################################--| 95.62% tmp6bnxkf_j.zip |###################################################--| 95.75% tmp6bnxkf_j.zip |###################################################--| 95.87% tmp6bnxkf_j.zip |###################################################--| 96.0% tmp6bnxkf_j.zip |###################################################--| 96.13% tmp6bnxkf_j.zip |###################################################--| 96.26% tmp6bnxkf_j.zip |###################################################--| 96.39% tmp6bnxkf_j.zip |###################################################--| 96.52% tmp6bnxkf_j.zip |###################################################--| 96.64% tmp6bnxkf_j.zip |###################################################--| 96.77% tmp6bnxkf_j.zip |###################################################--| 96.9% tmp6bnxkf_j.zip |###################################################--| 97.03% tmp6bnxkf_j.zip |###################################################--| 97.16% tmp6bnxkf_j.zip |####################################################-| 97.28% tmp6bnxkf_j.zip |####################################################-| 97.41% tmp6bnxkf_j.zip |####################################################-| 97.54% tmp6bnxkf_j.zip |####################################################-| 97.67% tmp6bnxkf_j.zip |####################################################-| 97.8% tmp6bnxkf_j.zip |####################################################-| 97.93% tmp6bnxkf_j.zip |####################################################-| 98.05% tmp6bnxkf_j.zip |####################################################-| 98.18% tmp6bnxkf_j.zip |####################################################-| 98.31% tmp6bnxkf_j.zip |####################################################-| 98.44% tmp6bnxkf_j.zip |####################################################-| 98.57% tmp6bnxkf_j.zip |####################################################-| 98.69% tmp6bnxkf_j.zip |####################################################-| 98.82% tmp6bnxkf_j.zip |####################################################-| 98.95% tmp6bnxkf_j.zip |#####################################################| 99.08% tmp6bnxkf_j.zip |#####################################################| 99.21% tmp6bnxkf_j.zip |#####################################################| 99.34% tmp6bnxkf_j.zip |#####################################################| 99.46% tmp6bnxkf_j.zip |#####################################################| 99.59% tmp6bnxkf_j.zip |#####################################################| 99.72% tmp6bnxkf_j.zip |#####################################################| 99.85% tmp6bnxkf_j.zip |#####################################################| 99.98% tmp6bnxkf_j.zip |#####################################################| 100.0% Plugin uploaded. Plugin's id is de715520-4454-406b-9a43-d1a2f6581235 + 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).. tmpy9ucigbv.zip |-----------------------------------------------------| 0.16% tmpy9ucigbv.zip |-----------------------------------------------------| 0.32% tmpy9ucigbv.zip |-----------------------------------------------------| 0.48% tmpy9ucigbv.zip |-----------------------------------------------------| 0.64% tmpy9ucigbv.zip |-----------------------------------------------------| 0.8% tmpy9ucigbv.zip |#----------------------------------------------------| 0.97% tmpy9ucigbv.zip |#----------------------------------------------------| 1.13% tmpy9ucigbv.zip |#----------------------------------------------------| 1.29% tmpy9ucigbv.zip |#----------------------------------------------------| 1.45% tmpy9ucigbv.zip |#----------------------------------------------------| 1.61% tmpy9ucigbv.zip |#----------------------------------------------------| 1.77% tmpy9ucigbv.zip |#----------------------------------------------------| 1.93% tmpy9ucigbv.zip |#----------------------------------------------------| 2.09% tmpy9ucigbv.zip |#----------------------------------------------------| 2.25% tmpy9ucigbv.zip |#----------------------------------------------------| 2.41% tmpy9ucigbv.zip |#----------------------------------------------------| 2.57% tmpy9ucigbv.zip |#----------------------------------------------------| 2.73% tmpy9ucigbv.zip |##---------------------------------------------------| 2.9% tmpy9ucigbv.zip |##---------------------------------------------------| 3.06% tmpy9ucigbv.zip |##---------------------------------------------------| 3.22% tmpy9ucigbv.zip |##---------------------------------------------------| 3.38% tmpy9ucigbv.zip |##---------------------------------------------------| 3.54% tmpy9ucigbv.zip |##---------------------------------------------------| 3.7% tmpy9ucigbv.zip |##---------------------------------------------------| 3.86% tmpy9ucigbv.zip |##---------------------------------------------------| 4.02% tmpy9ucigbv.zip |##---------------------------------------------------| 4.18% tmpy9ucigbv.zip |##---------------------------------------------------| 4.34% tmpy9ucigbv.zip |##---------------------------------------------------| 4.5% tmpy9ucigbv.zip |##---------------------------------------------------| 4.66% tmpy9ucigbv.zip |###--------------------------------------------------| 4.83% tmpy9ucigbv.zip |###--------------------------------------------------| 4.99% tmpy9ucigbv.zip |###--------------------------------------------------| 5.15% tmpy9ucigbv.zip |###--------------------------------------------------| 5.31% tmpy9ucigbv.zip |###--------------------------------------------------| 5.47% tmpy9ucigbv.zip |###--------------------------------------------------| 5.63% tmpy9ucigbv.zip |###--------------------------------------------------| 5.79% tmpy9ucigbv.zip |###--------------------------------------------------| 5.95% tmpy9ucigbv.zip |###--------------------------------------------------| 6.11% tmpy9ucigbv.zip |###--------------------------------------------------| 6.27% tmpy9ucigbv.zip |###--------------------------------------------------| 6.43% tmpy9ucigbv.zip |###--------------------------------------------------| 6.59% tmpy9ucigbv.zip |####-------------------------------------------------| 6.76% tmpy9ucigbv.zip |####-------------------------------------------------| 6.92% tmpy9ucigbv.zip |####-------------------------------------------------| 7.08% tmpy9ucigbv.zip |####-------------------------------------------------| 7.24% tmpy9ucigbv.zip |####-------------------------------------------------| 7.4% tmpy9ucigbv.zip |####-------------------------------------------------| 7.56% tmpy9ucigbv.zip |####-------------------------------------------------| 7.72% tmpy9ucigbv.zip |####-------------------------------------------------| 7.88% tmpy9ucigbv.zip |####-------------------------------------------------| 8.04% tmpy9ucigbv.zip |####-------------------------------------------------| 8.2% tmpy9ucigbv.zip |####-------------------------------------------------| 8.36% tmpy9ucigbv.zip |#####------------------------------------------------| 8.52% tmpy9ucigbv.zip |#####------------------------------------------------| 8.69% tmpy9ucigbv.zip |#####------------------------------------------------| 8.85% tmpy9ucigbv.zip |#####------------------------------------------------| 9.01% tmpy9ucigbv.zip |#####------------------------------------------------| 9.17% tmpy9ucigbv.zip |#####------------------------------------------------| 9.33% tmpy9ucigbv.zip |#####------------------------------------------------| 9.49% tmpy9ucigbv.zip |#####------------------------------------------------| 9.65% tmpy9ucigbv.zip |#####------------------------------------------------| 9.81% tmpy9ucigbv.zip |#####------------------------------------------------| 9.97% tmpy9ucigbv.zip |#####------------------------------------------------| 10.13% tmpy9ucigbv.zip |#####------------------------------------------------| 10.29% tmpy9ucigbv.zip |######-----------------------------------------------| 10.45% tmpy9ucigbv.zip |######-----------------------------------------------| 10.62% tmpy9ucigbv.zip |######-----------------------------------------------| 10.78% tmpy9ucigbv.zip |######-----------------------------------------------| 10.94% tmpy9ucigbv.zip |######-----------------------------------------------| 11.1% tmpy9ucigbv.zip |######-----------------------------------------------| 11.26% tmpy9ucigbv.zip |######-----------------------------------------------| 11.42% tmpy9ucigbv.zip |######-----------------------------------------------| 11.58% tmpy9ucigbv.zip |######-----------------------------------------------| 11.74% tmpy9ucigbv.zip |######-----------------------------------------------| 11.9% tmpy9ucigbv.zip |######-----------------------------------------------| 12.06% tmpy9ucigbv.zip |######-----------------------------------------------| 12.22% tmpy9ucigbv.zip |#######----------------------------------------------| 12.38% tmpy9ucigbv.zip |#######----------------------------------------------| 12.55% tmpy9ucigbv.zip |#######----------------------------------------------| 12.71% tmpy9ucigbv.zip |#######----------------------------------------------| 12.87% tmpy9ucigbv.zip |#######----------------------------------------------| 13.03% tmpy9ucigbv.zip |#######----------------------------------------------| 13.19% tmpy9ucigbv.zip |#######----------------------------------------------| 13.35% tmpy9ucigbv.zip |#######----------------------------------------------| 13.51% tmpy9ucigbv.zip |#######----------------------------------------------| 13.67% tmpy9ucigbv.zip |#######----------------------------------------------| 13.83% tmpy9ucigbv.zip |#######----------------------------------------------| 13.99% tmpy9ucigbv.zip |########---------------------------------------------| 14.15% tmpy9ucigbv.zip |########---------------------------------------------| 14.31% tmpy9ucigbv.zip |########---------------------------------------------| 14.48% tmpy9ucigbv.zip |########---------------------------------------------| 14.64% tmpy9ucigbv.zip |########---------------------------------------------| 14.8% tmpy9ucigbv.zip |########---------------------------------------------| 14.96% tmpy9ucigbv.zip |########---------------------------------------------| 15.12% tmpy9ucigbv.zip |########---------------------------------------------| 15.28% tmpy9ucigbv.zip |########---------------------------------------------| 15.44% tmpy9ucigbv.zip |########---------------------------------------------| 15.6% tmpy9ucigbv.zip |########---------------------------------------------| 15.76% tmpy9ucigbv.zip |########---------------------------------------------| 15.92% tmpy9ucigbv.zip |#########--------------------------------------------| 16.08% tmpy9ucigbv.zip |#########--------------------------------------------| 16.24% tmpy9ucigbv.zip |#########--------------------------------------------| 16.41% tmpy9ucigbv.zip |#########--------------------------------------------| 16.57% tmpy9ucigbv.zip |#########--------------------------------------------| 16.73% tmpy9ucigbv.zip |#########--------------------------------------------| 16.89% tmpy9ucigbv.zip |#########--------------------------------------------| 17.05% tmpy9ucigbv.zip |#########--------------------------------------------| 17.21% tmpy9ucigbv.zip |#########--------------------------------------------| 17.37% tmpy9ucigbv.zip |#########--------------------------------------------| 17.53% tmpy9ucigbv.zip |#########--------------------------------------------| 17.69% tmpy9ucigbv.zip |#########--------------------------------------------| 17.85% tmpy9ucigbv.zip |##########-------------------------------------------| 18.01% tmpy9ucigbv.zip |##########-------------------------------------------| 18.17% tmpy9ucigbv.zip |##########-------------------------------------------| 18.34% tmpy9ucigbv.zip |##########-------------------------------------------| 18.5% tmpy9ucigbv.zip |##########-------------------------------------------| 18.66% tmpy9ucigbv.zip |##########-------------------------------------------| 18.82% tmpy9ucigbv.zip |##########-------------------------------------------| 18.98% tmpy9ucigbv.zip |##########-------------------------------------------| 19.14% tmpy9ucigbv.zip |##########-------------------------------------------| 19.3% tmpy9ucigbv.zip |##########-------------------------------------------| 19.46% tmpy9ucigbv.zip |##########-------------------------------------------| 19.62% tmpy9ucigbv.zip |##########-------------------------------------------| 19.78% tmpy9ucigbv.zip |###########------------------------------------------| 19.94% tmpy9ucigbv.zip |###########------------------------------------------| 20.1% tmpy9ucigbv.zip |###########------------------------------------------| 20.27% tmpy9ucigbv.zip |###########------------------------------------------| 20.43% tmpy9ucigbv.zip |###########------------------------------------------| 20.59% tmpy9ucigbv.zip |###########------------------------------------------| 20.75% tmpy9ucigbv.zip |###########------------------------------------------| 20.91% tmpy9ucigbv.zip |###########------------------------------------------| 21.07% tmpy9ucigbv.zip |###########------------------------------------------| 21.23% tmpy9ucigbv.zip |###########------------------------------------------| 21.39% tmpy9ucigbv.zip |###########------------------------------------------| 21.55% tmpy9ucigbv.zip |############-----------------------------------------| 21.71% tmpy9ucigbv.zip |############-----------------------------------------| 21.87% tmpy9ucigbv.zip |############-----------------------------------------| 22.03% tmpy9ucigbv.zip |############-----------------------------------------| 22.2% tmpy9ucigbv.zip |############-----------------------------------------| 22.36% tmpy9ucigbv.zip |############-----------------------------------------| 22.52% tmpy9ucigbv.zip |############-----------------------------------------| 22.68% tmpy9ucigbv.zip |############-----------------------------------------| 22.84% tmpy9ucigbv.zip |############-----------------------------------------| 23.0% tmpy9ucigbv.zip |############-----------------------------------------| 23.16% tmpy9ucigbv.zip |############-----------------------------------------| 23.32% tmpy9ucigbv.zip |############-----------------------------------------| 23.48% tmpy9ucigbv.zip |#############----------------------------------------| 23.64% tmpy9ucigbv.zip |#############----------------------------------------| 23.8% tmpy9ucigbv.zip |#############----------------------------------------| 23.96% tmpy9ucigbv.zip |#############----------------------------------------| 24.13% tmpy9ucigbv.zip |#############----------------------------------------| 24.29% tmpy9ucigbv.zip |#############----------------------------------------| 24.45% tmpy9ucigbv.zip |#############----------------------------------------| 24.61% tmpy9ucigbv.zip |#############----------------------------------------| 24.77% tmpy9ucigbv.zip |#############----------------------------------------| 24.93% tmpy9ucigbv.zip |#############----------------------------------------| 25.09% tmpy9ucigbv.zip |#############----------------------------------------| 25.25% tmpy9ucigbv.zip |#############----------------------------------------| 25.41% tmpy9ucigbv.zip |##############---------------------------------------| 25.57% tmpy9ucigbv.zip |##############---------------------------------------| 25.73% tmpy9ucigbv.zip |##############---------------------------------------| 25.89% tmpy9ucigbv.zip |##############---------------------------------------| 26.06% tmpy9ucigbv.zip |##############---------------------------------------| 26.22% tmpy9ucigbv.zip |##############---------------------------------------| 26.38% tmpy9ucigbv.zip |##############---------------------------------------| 26.54% tmpy9ucigbv.zip |##############---------------------------------------| 26.7% tmpy9ucigbv.zip |##############---------------------------------------| 26.86% tmpy9ucigbv.zip |##############---------------------------------------| 27.02% tmpy9ucigbv.zip |##############---------------------------------------| 27.18% tmpy9ucigbv.zip |##############---------------------------------------| 27.34% tmpy9ucigbv.zip |###############--------------------------------------| 27.5% tmpy9ucigbv.zip |###############--------------------------------------| 27.66% tmpy9ucigbv.zip |###############--------------------------------------| 27.82% tmpy9ucigbv.zip |###############--------------------------------------| 27.99% tmpy9ucigbv.zip |###############--------------------------------------| 28.15% tmpy9ucigbv.zip |###############--------------------------------------| 28.31% tmpy9ucigbv.zip |###############--------------------------------------| 28.47% tmpy9ucigbv.zip |###############--------------------------------------| 28.63% tmpy9ucigbv.zip |###############--------------------------------------| 28.79% tmpy9ucigbv.zip |###############--------------------------------------| 28.95% tmpy9ucigbv.zip |###############--------------------------------------| 29.11% tmpy9ucigbv.zip |################-------------------------------------| 29.27% tmpy9ucigbv.zip |################-------------------------------------| 29.43% tmpy9ucigbv.zip |################-------------------------------------| 29.59% tmpy9ucigbv.zip |################-------------------------------------| 29.75% tmpy9ucigbv.zip |################-------------------------------------| 29.92% tmpy9ucigbv.zip |################-------------------------------------| 30.08% tmpy9ucigbv.zip |################-------------------------------------| 30.24% tmpy9ucigbv.zip |################-------------------------------------| 30.4% tmpy9ucigbv.zip |################-------------------------------------| 30.56% tmpy9ucigbv.zip |################-------------------------------------| 30.72% tmpy9ucigbv.zip |################-------------------------------------| 30.88% tmpy9ucigbv.zip |################-------------------------------------| 31.04% tmpy9ucigbv.zip |#################------------------------------------| 31.2% tmpy9ucigbv.zip |#################------------------------------------| 31.36% tmpy9ucigbv.zip |#################------------------------------------| 31.52% tmpy9ucigbv.zip |#################------------------------------------| 31.68% tmpy9ucigbv.zip |#################------------------------------------| 31.85% tmpy9ucigbv.zip |#################------------------------------------| 32.01% tmpy9ucigbv.zip |#################------------------------------------| 32.17% tmpy9ucigbv.zip |#################------------------------------------| 32.33% tmpy9ucigbv.zip |#################------------------------------------| 32.49% tmpy9ucigbv.zip |#################------------------------------------| 32.65% tmpy9ucigbv.zip |#################------------------------------------| 32.81% tmpy9ucigbv.zip |#################------------------------------------| 32.97% tmpy9ucigbv.zip |##################-----------------------------------| 33.13% tmpy9ucigbv.zip |##################-----------------------------------| 33.29% tmpy9ucigbv.zip |##################-----------------------------------| 33.45% tmpy9ucigbv.zip |##################-----------------------------------| 33.61% tmpy9ucigbv.zip |##################-----------------------------------| 33.78% tmpy9ucigbv.zip |##################-----------------------------------| 33.94% tmpy9ucigbv.zip |##################-----------------------------------| 34.1% tmpy9ucigbv.zip |##################-----------------------------------| 34.26% tmpy9ucigbv.zip |##################-----------------------------------| 34.42% tmpy9ucigbv.zip |##################-----------------------------------| 34.58% tmpy9ucigbv.zip |##################-----------------------------------| 34.74% tmpy9ucigbv.zip |##################-----------------------------------| 34.9% tmpy9ucigbv.zip |###################----------------------------------| 35.06% tmpy9ucigbv.zip |###################----------------------------------| 35.22% tmpy9ucigbv.zip |###################----------------------------------| 35.38% tmpy9ucigbv.zip |###################----------------------------------| 35.54% tmpy9ucigbv.zip |###################----------------------------------| 35.71% tmpy9ucigbv.zip |###################----------------------------------| 35.87% tmpy9ucigbv.zip |###################----------------------------------| 36.03% tmpy9ucigbv.zip |###################----------------------------------| 36.19% tmpy9ucigbv.zip |###################----------------------------------| 36.35% tmpy9ucigbv.zip |###################----------------------------------| 36.51% tmpy9ucigbv.zip |###################----------------------------------| 36.67% tmpy9ucigbv.zip |####################---------------------------------| 36.83% tmpy9ucigbv.zip |####################---------------------------------| 36.99% tmpy9ucigbv.zip |####################---------------------------------| 37.15% tmpy9ucigbv.zip |####################---------------------------------| 37.31% tmpy9ucigbv.zip |####################---------------------------------| 37.47% tmpy9ucigbv.zip |####################---------------------------------| 37.64% tmpy9ucigbv.zip |####################---------------------------------| 37.8% tmpy9ucigbv.zip |####################---------------------------------| 37.96% tmpy9ucigbv.zip |####################---------------------------------| 38.12% tmpy9ucigbv.zip |####################---------------------------------| 38.28% tmpy9ucigbv.zip |####################---------------------------------| 38.44% tmpy9ucigbv.zip |####################---------------------------------| 38.6% tmpy9ucigbv.zip |#####################--------------------------------| 38.76% tmpy9ucigbv.zip |#####################--------------------------------| 38.92% tmpy9ucigbv.zip |#####################--------------------------------| 39.08% tmpy9ucigbv.zip |#####################--------------------------------| 39.24% tmpy9ucigbv.zip |#####################--------------------------------| 39.4% tmpy9ucigbv.zip |#####################--------------------------------| 39.57% tmpy9ucigbv.zip |#####################--------------------------------| 39.73% tmpy9ucigbv.zip |#####################--------------------------------| 39.89% tmpy9ucigbv.zip |#####################--------------------------------| 40.05% tmpy9ucigbv.zip |#####################--------------------------------| 40.21% tmpy9ucigbv.zip |#####################--------------------------------| 40.37% tmpy9ucigbv.zip |#####################--------------------------------| 40.53% tmpy9ucigbv.zip |######################-------------------------------| 40.69% tmpy9ucigbv.zip |######################-------------------------------| 40.85% tmpy9ucigbv.zip |######################-------------------------------| 41.01% tmpy9ucigbv.zip |######################-------------------------------| 41.17% tmpy9ucigbv.zip |######################-------------------------------| 41.33% tmpy9ucigbv.zip |######################-------------------------------| 41.5% tmpy9ucigbv.zip |######################-------------------------------| 41.66% tmpy9ucigbv.zip |######################-------------------------------| 41.82% tmpy9ucigbv.zip |######################-------------------------------| 41.98% tmpy9ucigbv.zip |######################-------------------------------| 42.14% tmpy9ucigbv.zip |######################-------------------------------| 42.3% tmpy9ucigbv.zip |#######################------------------------------| 42.46% tmpy9ucigbv.zip |#######################------------------------------| 42.62% tmpy9ucigbv.zip |#######################------------------------------| 42.78% tmpy9ucigbv.zip |#######################------------------------------| 42.94% tmpy9ucigbv.zip |#######################------------------------------| 43.1% tmpy9ucigbv.zip |#######################------------------------------| 43.26% tmpy9ucigbv.zip |#######################------------------------------| 43.43% tmpy9ucigbv.zip |#######################------------------------------| 43.59% tmpy9ucigbv.zip |#######################------------------------------| 43.75% tmpy9ucigbv.zip |#######################------------------------------| 43.91% tmpy9ucigbv.zip |#######################------------------------------| 44.07% tmpy9ucigbv.zip |#######################------------------------------| 44.23% tmpy9ucigbv.zip |########################-----------------------------| 44.39% tmpy9ucigbv.zip |########################-----------------------------| 44.55% tmpy9ucigbv.zip |########################-----------------------------| 44.71% tmpy9ucigbv.zip |########################-----------------------------| 44.87% tmpy9ucigbv.zip |########################-----------------------------| 45.03% tmpy9ucigbv.zip |########################-----------------------------| 45.19% tmpy9ucigbv.zip |########################-----------------------------| 45.36% tmpy9ucigbv.zip |########################-----------------------------| 45.52% tmpy9ucigbv.zip |########################-----------------------------| 45.68% tmpy9ucigbv.zip |########################-----------------------------| 45.84% tmpy9ucigbv.zip |########################-----------------------------| 46.0% tmpy9ucigbv.zip |########################-----------------------------| 46.16% tmpy9ucigbv.zip |#########################----------------------------| 46.32% tmpy9ucigbv.zip |#########################----------------------------| 46.48% tmpy9ucigbv.zip |#########################----------------------------| 46.64% tmpy9ucigbv.zip |#########################----------------------------| 46.8% tmpy9ucigbv.zip |#########################----------------------------| 46.96% tmpy9ucigbv.zip |#########################----------------------------| 47.12% tmpy9ucigbv.zip |#########################----------------------------| 47.29% tmpy9ucigbv.zip |#########################----------------------------| 47.45% tmpy9ucigbv.zip |#########################----------------------------| 47.61% tmpy9ucigbv.zip |#########################----------------------------| 47.77% tmpy9ucigbv.zip |#########################----------------------------| 47.93% tmpy9ucigbv.zip |#########################----------------------------| 48.09% tmpy9ucigbv.zip |##########################---------------------------| 48.25% tmpy9ucigbv.zip |##########################---------------------------| 48.41% tmpy9ucigbv.zip |##########################---------------------------| 48.57% tmpy9ucigbv.zip |##########################---------------------------| 48.73% tmpy9ucigbv.zip |##########################---------------------------| 48.89% tmpy9ucigbv.zip |##########################---------------------------| 49.05% tmpy9ucigbv.zip |##########################---------------------------| 49.22% tmpy9ucigbv.zip |##########################---------------------------| 49.38% tmpy9ucigbv.zip |##########################---------------------------| 49.54% tmpy9ucigbv.zip |##########################---------------------------| 49.7% tmpy9ucigbv.zip |##########################---------------------------| 49.86% tmpy9ucigbv.zip |###########################--------------------------| 50.02% tmpy9ucigbv.zip |###########################--------------------------| 50.18% tmpy9ucigbv.zip |###########################--------------------------| 50.34% tmpy9ucigbv.zip |###########################--------------------------| 50.5% tmpy9ucigbv.zip |###########################--------------------------| 50.66% tmpy9ucigbv.zip |###########################--------------------------| 50.82% tmpy9ucigbv.zip |###########################--------------------------| 50.98% tmpy9ucigbv.zip |###########################--------------------------| 51.15% tmpy9ucigbv.zip |###########################--------------------------| 51.31% tmpy9ucigbv.zip |###########################--------------------------| 51.47% tmpy9ucigbv.zip |###########################--------------------------| 51.63% tmpy9ucigbv.zip |###########################--------------------------| 51.79% tmpy9ucigbv.zip |############################-------------------------| 51.95% tmpy9ucigbv.zip |############################-------------------------| 52.11% tmpy9ucigbv.zip |############################-------------------------| 52.27% tmpy9ucigbv.zip |############################-------------------------| 52.43% tmpy9ucigbv.zip |############################-------------------------| 52.59% tmpy9ucigbv.zip |############################-------------------------| 52.75% tmpy9ucigbv.zip |############################-------------------------| 52.91% tmpy9ucigbv.zip |############################-------------------------| 53.08% tmpy9ucigbv.zip |############################-------------------------| 53.24% tmpy9ucigbv.zip |############################-------------------------| 53.4% tmpy9ucigbv.zip |############################-------------------------| 53.56% tmpy9ucigbv.zip |############################-------------------------| 53.72% tmpy9ucigbv.zip |#############################------------------------| 53.88% tmpy9ucigbv.zip |#############################------------------------| 54.04% tmpy9ucigbv.zip |#############################------------------------| 54.2% tmpy9ucigbv.zip |#############################------------------------| 54.36% tmpy9ucigbv.zip |#############################------------------------| 54.52% tmpy9ucigbv.zip |#############################------------------------| 54.68% tmpy9ucigbv.zip |#############################------------------------| 54.84% tmpy9ucigbv.zip |#############################------------------------| 55.01% tmpy9ucigbv.zip |#############################------------------------| 55.17% tmpy9ucigbv.zip |#############################------------------------| 55.33% tmpy9ucigbv.zip |#############################------------------------| 55.49% tmpy9ucigbv.zip |#############################------------------------| 55.65% tmpy9ucigbv.zip |##############################-----------------------| 55.81% tmpy9ucigbv.zip |##############################-----------------------| 55.97% tmpy9ucigbv.zip |##############################-----------------------| 56.13% tmpy9ucigbv.zip |##############################-----------------------| 56.29% tmpy9ucigbv.zip |##############################-----------------------| 56.45% tmpy9ucigbv.zip |##############################-----------------------| 56.61% tmpy9ucigbv.zip |##############################-----------------------| 56.77% tmpy9ucigbv.zip |##############################-----------------------| 56.94% tmpy9ucigbv.zip |##############################-----------------------| 57.1% tmpy9ucigbv.zip |##############################-----------------------| 57.26% tmpy9ucigbv.zip |##############################-----------------------| 57.42% tmpy9ucigbv.zip |###############################----------------------| 57.58% tmpy9ucigbv.zip |###############################----------------------| 57.74% tmpy9ucigbv.zip |###############################----------------------| 57.9% tmpy9ucigbv.zip |###############################----------------------| 58.06% tmpy9ucigbv.zip |###############################----------------------| 58.22% tmpy9ucigbv.zip |###############################----------------------| 58.38% tmpy9ucigbv.zip |###############################----------------------| 58.54% tmpy9ucigbv.zip |###############################----------------------| 58.7% tmpy9ucigbv.zip |###############################----------------------| 58.87% tmpy9ucigbv.zip |###############################----------------------| 59.03% tmpy9ucigbv.zip |###############################----------------------| 59.19% tmpy9ucigbv.zip |###############################----------------------| 59.35% tmpy9ucigbv.zip |################################---------------------| 59.51% tmpy9ucigbv.zip |################################---------------------| 59.67% tmpy9ucigbv.zip |################################---------------------| 59.83% tmpy9ucigbv.zip |################################---------------------| 59.99% tmpy9ucigbv.zip |################################---------------------| 60.15% tmpy9ucigbv.zip |################################---------------------| 60.31% tmpy9ucigbv.zip |################################---------------------| 60.47% tmpy9ucigbv.zip |################################---------------------| 60.63% tmpy9ucigbv.zip |################################---------------------| 60.8% tmpy9ucigbv.zip |################################---------------------| 60.96% tmpy9ucigbv.zip |################################---------------------| 61.12% tmpy9ucigbv.zip |################################---------------------| 61.28% tmpy9ucigbv.zip |#################################--------------------| 61.44% tmpy9ucigbv.zip |#################################--------------------| 61.6% tmpy9ucigbv.zip |#################################--------------------| 61.76% tmpy9ucigbv.zip |#################################--------------------| 61.92% tmpy9ucigbv.zip |#################################--------------------| 62.08% tmpy9ucigbv.zip |#################################--------------------| 62.24% tmpy9ucigbv.zip |#################################--------------------| 62.4% tmpy9ucigbv.zip |#################################--------------------| 62.56% tmpy9ucigbv.zip |#################################--------------------| 62.73% tmpy9ucigbv.zip |#################################--------------------| 62.89% tmpy9ucigbv.zip |#################################--------------------| 63.05% tmpy9ucigbv.zip |##################################-------------------| 63.21% tmpy9ucigbv.zip |##################################-------------------| 63.37% tmpy9ucigbv.zip |##################################-------------------| 63.53% tmpy9ucigbv.zip |##################################-------------------| 63.69% tmpy9ucigbv.zip |##################################-------------------| 63.85% tmpy9ucigbv.zip |##################################-------------------| 64.01% tmpy9ucigbv.zip |##################################-------------------| 64.17% tmpy9ucigbv.zip |##################################-------------------| 64.33% tmpy9ucigbv.zip |##################################-------------------| 64.49% tmpy9ucigbv.zip |##################################-------------------| 64.66% tmpy9ucigbv.zip |##################################-------------------| 64.82% tmpy9ucigbv.zip |##################################-------------------| 64.98% tmpy9ucigbv.zip |###################################------------------| 65.14% tmpy9ucigbv.zip |###################################------------------| 65.3% tmpy9ucigbv.zip |###################################------------------| 65.46% tmpy9ucigbv.zip |###################################------------------| 65.62% tmpy9ucigbv.zip |###################################------------------| 65.78% tmpy9ucigbv.zip |###################################------------------| 65.94% tmpy9ucigbv.zip |###################################------------------| 66.1% tmpy9ucigbv.zip |###################################------------------| 66.26% tmpy9ucigbv.zip |###################################------------------| 66.42% tmpy9ucigbv.zip |###################################------------------| 66.59% tmpy9ucigbv.zip |###################################------------------| 66.75% tmpy9ucigbv.zip |###################################------------------| 66.91% tmpy9ucigbv.zip |####################################-----------------| 67.07% tmpy9ucigbv.zip |####################################-----------------| 67.23% tmpy9ucigbv.zip |####################################-----------------| 67.39% tmpy9ucigbv.zip |####################################-----------------| 67.55% tmpy9ucigbv.zip |####################################-----------------| 67.71% tmpy9ucigbv.zip |####################################-----------------| 67.87% tmpy9ucigbv.zip |####################################-----------------| 68.03% tmpy9ucigbv.zip |####################################-----------------| 68.19% tmpy9ucigbv.zip |####################################-----------------| 68.35% tmpy9ucigbv.zip |####################################-----------------| 68.52% tmpy9ucigbv.zip |####################################-----------------| 68.68% tmpy9ucigbv.zip |####################################-----------------| 68.84% tmpy9ucigbv.zip |#####################################----------------| 69.0% tmpy9ucigbv.zip |#####################################----------------| 69.16% tmpy9ucigbv.zip |#####################################----------------| 69.32% tmpy9ucigbv.zip |#####################################----------------| 69.48% tmpy9ucigbv.zip |#####################################----------------| 69.64% tmpy9ucigbv.zip |#####################################----------------| 69.8% tmpy9ucigbv.zip |#####################################----------------| 69.96% tmpy9ucigbv.zip |#####################################----------------| 70.12% tmpy9ucigbv.zip |#####################################----------------| 70.28% tmpy9ucigbv.zip |#####################################----------------| 70.45% tmpy9ucigbv.zip |#####################################----------------| 70.61% tmpy9ucigbv.zip |######################################---------------| 70.77% tmpy9ucigbv.zip |######################################---------------| 70.93% tmpy9ucigbv.zip |######################################---------------| 71.09% tmpy9ucigbv.zip |######################################---------------| 71.25% tmpy9ucigbv.zip |######################################---------------| 71.41% tmpy9ucigbv.zip |######################################---------------| 71.57% tmpy9ucigbv.zip |######################################---------------| 71.73% tmpy9ucigbv.zip |######################################---------------| 71.89% tmpy9ucigbv.zip |######################################---------------| 72.05% tmpy9ucigbv.zip |######################################---------------| 72.21% tmpy9ucigbv.zip |######################################---------------| 72.38% tmpy9ucigbv.zip |######################################---------------| 72.54% tmpy9ucigbv.zip |#######################################--------------| 72.7% tmpy9ucigbv.zip |#######################################--------------| 72.86% tmpy9ucigbv.zip |#######################################--------------| 73.02% tmpy9ucigbv.zip |#######################################--------------| 73.18% tmpy9ucigbv.zip |#######################################--------------| 73.34% tmpy9ucigbv.zip |#######################################--------------| 73.5% tmpy9ucigbv.zip |#######################################--------------| 73.66% tmpy9ucigbv.zip |#######################################--------------| 73.82% tmpy9ucigbv.zip |#######################################--------------| 73.98% tmpy9ucigbv.zip |#######################################--------------| 74.14% tmpy9ucigbv.zip |#######################################--------------| 74.31% tmpy9ucigbv.zip |#######################################--------------| 74.47% tmpy9ucigbv.zip |########################################-------------| 74.63% tmpy9ucigbv.zip |########################################-------------| 74.79% tmpy9ucigbv.zip |########################################-------------| 74.95% tmpy9ucigbv.zip |########################################-------------| 75.11% tmpy9ucigbv.zip |########################################-------------| 75.27% tmpy9ucigbv.zip |########################################-------------| 75.43% tmpy9ucigbv.zip |########################################-------------| 75.59% tmpy9ucigbv.zip |########################################-------------| 75.75% tmpy9ucigbv.zip |########################################-------------| 75.91% tmpy9ucigbv.zip |########################################-------------| 76.07% tmpy9ucigbv.zip |########################################-------------| 76.24% tmpy9ucigbv.zip |########################################-------------| 76.4% tmpy9ucigbv.zip |#########################################------------| 76.56% tmpy9ucigbv.zip |#########################################------------| 76.72% tmpy9ucigbv.zip |#########################################------------| 76.88% tmpy9ucigbv.zip |#########################################------------| 77.04% tmpy9ucigbv.zip |#########################################------------| 77.2% tmpy9ucigbv.zip |#########################################------------| 77.36% tmpy9ucigbv.zip |#########################################------------| 77.52% tmpy9ucigbv.zip |#########################################------------| 77.68% tmpy9ucigbv.zip |#########################################------------| 77.84% tmpy9ucigbv.zip |#########################################------------| 78.0% tmpy9ucigbv.zip |#########################################------------| 78.17% tmpy9ucigbv.zip |##########################################-----------| 78.33% tmpy9ucigbv.zip |##########################################-----------| 78.49% tmpy9ucigbv.zip |##########################################-----------| 78.65% tmpy9ucigbv.zip |##########################################-----------| 78.81% tmpy9ucigbv.zip |##########################################-----------| 78.97% tmpy9ucigbv.zip |##########################################-----------| 79.13% tmpy9ucigbv.zip |##########################################-----------| 79.29% tmpy9ucigbv.zip |##########################################-----------| 79.45% tmpy9ucigbv.zip |##########################################-----------| 79.61% tmpy9ucigbv.zip |##########################################-----------| 79.77% tmpy9ucigbv.zip |##########################################-----------| 79.93% tmpy9ucigbv.zip |##########################################-----------| 80.1% tmpy9ucigbv.zip |###########################################----------| 80.26% tmpy9ucigbv.zip |###########################################----------| 80.42% tmpy9ucigbv.zip |###########################################----------| 80.58% tmpy9ucigbv.zip |###########################################----------| 80.74% tmpy9ucigbv.zip |###########################################----------| 80.9% tmpy9ucigbv.zip |###########################################----------| 81.06% tmpy9ucigbv.zip |###########################################----------| 81.22% tmpy9ucigbv.zip |###########################################----------| 81.38% tmpy9ucigbv.zip |###########################################----------| 81.54% tmpy9ucigbv.zip |###########################################----------| 81.7% tmpy9ucigbv.zip |###########################################----------| 81.86% tmpy9ucigbv.zip |###########################################----------| 82.03% tmpy9ucigbv.zip |############################################---------| 82.19% tmpy9ucigbv.zip |############################################---------| 82.35% tmpy9ucigbv.zip |############################################---------| 82.51% tmpy9ucigbv.zip |############################################---------| 82.67% tmpy9ucigbv.zip |############################################---------| 82.83% tmpy9ucigbv.zip |############################################---------| 82.99% tmpy9ucigbv.zip |############################################---------| 83.15% tmpy9ucigbv.zip |############################################---------| 83.31% tmpy9ucigbv.zip |############################################---------| 83.47% tmpy9ucigbv.zip |############################################---------| 83.63% tmpy9ucigbv.zip |############################################---------| 83.79% tmpy9ucigbv.zip |############################################---------| 83.96% tmpy9ucigbv.zip |#############################################--------| 84.12% tmpy9ucigbv.zip |#############################################--------| 84.28% tmpy9ucigbv.zip |#############################################--------| 84.44% tmpy9ucigbv.zip |#############################################--------| 84.6% tmpy9ucigbv.zip |#############################################--------| 84.76% tmpy9ucigbv.zip |#############################################--------| 84.92% tmpy9ucigbv.zip |#############################################--------| 85.08% tmpy9ucigbv.zip |#############################################--------| 85.24% tmpy9ucigbv.zip |#############################################--------| 85.4% tmpy9ucigbv.zip |#############################################--------| 85.56% tmpy9ucigbv.zip |#############################################--------| 85.72% tmpy9ucigbv.zip |##############################################-------| 85.89% tmpy9ucigbv.zip |##############################################-------| 86.05% tmpy9ucigbv.zip |##############################################-------| 86.21% tmpy9ucigbv.zip |##############################################-------| 86.37% tmpy9ucigbv.zip |##############################################-------| 86.53% tmpy9ucigbv.zip |##############################################-------| 86.69% tmpy9ucigbv.zip |##############################################-------| 86.85% tmpy9ucigbv.zip |##############################################-------| 87.01% tmpy9ucigbv.zip |##############################################-------| 87.17% tmpy9ucigbv.zip |##############################################-------| 87.33% tmpy9ucigbv.zip |##############################################-------| 87.49% tmpy9ucigbv.zip |##############################################-------| 87.65% tmpy9ucigbv.zip |###############################################------| 87.82% tmpy9ucigbv.zip |###############################################------| 87.98% tmpy9ucigbv.zip |###############################################------| 88.14% tmpy9ucigbv.zip |###############################################------| 88.3% tmpy9ucigbv.zip |###############################################------| 88.46% tmpy9ucigbv.zip |###############################################------| 88.62% tmpy9ucigbv.zip |###############################################------| 88.78% tmpy9ucigbv.zip |###############################################------| 88.94% tmpy9ucigbv.zip |###############################################------| 89.1% tmpy9ucigbv.zip |###############################################------| 89.26% tmpy9ucigbv.zip |###############################################------| 89.42% tmpy9ucigbv.zip |###############################################------| 89.58% tmpy9ucigbv.zip |################################################-----| 89.75% tmpy9ucigbv.zip |################################################-----| 89.91% tmpy9ucigbv.zip |################################################-----| 90.07% tmpy9ucigbv.zip |################################################-----| 90.23% tmpy9ucigbv.zip |################################################-----| 90.39% tmpy9ucigbv.zip |################################################-----| 90.55% tmpy9ucigbv.zip |################################################-----| 90.71% tmpy9ucigbv.zip |################################################-----| 90.87% tmpy9ucigbv.zip |################################################-----| 91.03% tmpy9ucigbv.zip |################################################-----| 91.19% tmpy9ucigbv.zip |################################################-----| 91.35% tmpy9ucigbv.zip |#################################################----| 91.51% tmpy9ucigbv.zip |#################################################----| 91.68% tmpy9ucigbv.zip |#################################################----| 91.84% tmpy9ucigbv.zip |#################################################----| 92.0% tmpy9ucigbv.zip |#################################################----| 92.16% tmpy9ucigbv.zip |#################################################----| 92.32% tmpy9ucigbv.zip |#################################################----| 92.48% tmpy9ucigbv.zip |#################################################----| 92.64% tmpy9ucigbv.zip |#################################################----| 92.8% tmpy9ucigbv.zip |#################################################----| 92.96% tmpy9ucigbv.zip |#################################################----| 93.12% tmpy9ucigbv.zip |#################################################----| 93.28% tmpy9ucigbv.zip |##################################################---| 93.44% tmpy9ucigbv.zip |##################################################---| 93.61% tmpy9ucigbv.zip |##################################################---| 93.77% tmpy9ucigbv.zip |##################################################---| 93.93% tmpy9ucigbv.zip |##################################################---| 94.09% tmpy9ucigbv.zip |##################################################---| 94.25% tmpy9ucigbv.zip |##################################################---| 94.41% tmpy9ucigbv.zip |##################################################---| 94.57% tmpy9ucigbv.zip |##################################################---| 94.73% tmpy9ucigbv.zip |##################################################---| 94.89% tmpy9ucigbv.zip |##################################################---| 95.05% tmpy9ucigbv.zip |##################################################---| 95.21% tmpy9ucigbv.zip |###################################################--| 95.37% tmpy9ucigbv.zip |###################################################--| 95.54% tmpy9ucigbv.zip |###################################################--| 95.7% tmpy9ucigbv.zip |###################################################--| 95.86% tmpy9ucigbv.zip |###################################################--| 96.02% tmpy9ucigbv.zip |###################################################--| 96.18% tmpy9ucigbv.zip |###################################################--| 96.34% tmpy9ucigbv.zip |###################################################--| 96.5% tmpy9ucigbv.zip |###################################################--| 96.66% tmpy9ucigbv.zip |###################################################--| 96.82% tmpy9ucigbv.zip |###################################################--| 96.98% tmpy9ucigbv.zip |###################################################--| 97.14% tmpy9ucigbv.zip |####################################################-| 97.3% tmpy9ucigbv.zip |####################################################-| 97.47% tmpy9ucigbv.zip |####################################################-| 97.63% tmpy9ucigbv.zip |####################################################-| 97.79% tmpy9ucigbv.zip |####################################################-| 97.95% tmpy9ucigbv.zip |####################################################-| 98.11% tmpy9ucigbv.zip |####################################################-| 98.27% tmpy9ucigbv.zip |####################################################-| 98.43% tmpy9ucigbv.zip |####################################################-| 98.59% tmpy9ucigbv.zip |####################################################-| 98.75% tmpy9ucigbv.zip |####################################################-| 98.91% tmpy9ucigbv.zip |#####################################################| 99.07% tmpy9ucigbv.zip |#####################################################| 99.23% tmpy9ucigbv.zip |#####################################################| 99.4% tmpy9ucigbv.zip |#####################################################| 99.56% tmpy9ucigbv.zip |#####################################################| 99.72% tmpy9ucigbv.zip |#####################################################| 99.88% tmpy9ucigbv.zip |#####################################################| 100.0% Plugin uploaded. Plugin's id is ebb8cf2c-fc03-4c33-8962-63e579e4407d + 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).. tmpenf_h6v7.zip |-----------------------------------------------------| 0.47% tmpenf_h6v7.zip |-----------------------------------------------------| 0.93% tmpenf_h6v7.zip |#----------------------------------------------------| 1.4% tmpenf_h6v7.zip |#----------------------------------------------------| 1.86% tmpenf_h6v7.zip |#----------------------------------------------------| 2.33% tmpenf_h6v7.zip |#----------------------------------------------------| 2.8% tmpenf_h6v7.zip |##---------------------------------------------------| 3.26% tmpenf_h6v7.zip |##---------------------------------------------------| 3.73% tmpenf_h6v7.zip |##---------------------------------------------------| 4.19% tmpenf_h6v7.zip |##---------------------------------------------------| 4.66% tmpenf_h6v7.zip |###--------------------------------------------------| 5.13% tmpenf_h6v7.zip |###--------------------------------------------------| 5.59% tmpenf_h6v7.zip |###--------------------------------------------------| 6.06% tmpenf_h6v7.zip |###--------------------------------------------------| 6.52% tmpenf_h6v7.zip |####-------------------------------------------------| 6.99% tmpenf_h6v7.zip |####-------------------------------------------------| 7.46% tmpenf_h6v7.zip |####-------------------------------------------------| 7.92% tmpenf_h6v7.zip |####-------------------------------------------------| 8.39% tmpenf_h6v7.zip |#####------------------------------------------------| 8.85% tmpenf_h6v7.zip |#####------------------------------------------------| 9.32% tmpenf_h6v7.zip |#####------------------------------------------------| 9.79% tmpenf_h6v7.zip |#####------------------------------------------------| 10.25% tmpenf_h6v7.zip |######-----------------------------------------------| 10.72% tmpenf_h6v7.zip |######-----------------------------------------------| 11.18% tmpenf_h6v7.zip |######-----------------------------------------------| 11.65% tmpenf_h6v7.zip |######-----------------------------------------------| 12.12% tmpenf_h6v7.zip |#######----------------------------------------------| 12.58% tmpenf_h6v7.zip |#######----------------------------------------------| 13.05% tmpenf_h6v7.zip |#######----------------------------------------------| 13.51% tmpenf_h6v7.zip |#######----------------------------------------------| 13.98% tmpenf_h6v7.zip |########---------------------------------------------| 14.45% tmpenf_h6v7.zip |########---------------------------------------------| 14.91% tmpenf_h6v7.zip |########---------------------------------------------| 15.38% tmpenf_h6v7.zip |########---------------------------------------------| 15.84% tmpenf_h6v7.zip |#########--------------------------------------------| 16.31% tmpenf_h6v7.zip |#########--------------------------------------------| 16.78% tmpenf_h6v7.zip |#########--------------------------------------------| 17.24% tmpenf_h6v7.zip |#########--------------------------------------------| 17.71% tmpenf_h6v7.zip |##########-------------------------------------------| 18.17% tmpenf_h6v7.zip |##########-------------------------------------------| 18.64% tmpenf_h6v7.zip |##########-------------------------------------------| 19.11% tmpenf_h6v7.zip |##########-------------------------------------------| 19.57% tmpenf_h6v7.zip |###########------------------------------------------| 20.04% tmpenf_h6v7.zip |###########------------------------------------------| 20.5% tmpenf_h6v7.zip |###########------------------------------------------| 20.97% tmpenf_h6v7.zip |###########------------------------------------------| 21.44% tmpenf_h6v7.zip |############-----------------------------------------| 21.9% tmpenf_h6v7.zip |############-----------------------------------------| 22.37% tmpenf_h6v7.zip |############-----------------------------------------| 22.83% tmpenf_h6v7.zip |############-----------------------------------------| 23.3% tmpenf_h6v7.zip |#############----------------------------------------| 23.77% tmpenf_h6v7.zip |#############----------------------------------------| 24.23% tmpenf_h6v7.zip |#############----------------------------------------| 24.7% tmpenf_h6v7.zip |#############----------------------------------------| 25.16% tmpenf_h6v7.zip |##############---------------------------------------| 25.63% tmpenf_h6v7.zip |##############---------------------------------------| 26.1% tmpenf_h6v7.zip |##############---------------------------------------| 26.56% tmpenf_h6v7.zip |##############---------------------------------------| 27.03% tmpenf_h6v7.zip |###############--------------------------------------| 27.49% tmpenf_h6v7.zip |###############--------------------------------------| 27.96% tmpenf_h6v7.zip |###############--------------------------------------| 28.43% tmpenf_h6v7.zip |###############--------------------------------------| 28.89% tmpenf_h6v7.zip |################-------------------------------------| 29.36% tmpenf_h6v7.zip |################-------------------------------------| 29.82% tmpenf_h6v7.zip |################-------------------------------------| 30.29% tmpenf_h6v7.zip |################-------------------------------------| 30.76% tmpenf_h6v7.zip |#################------------------------------------| 31.22% tmpenf_h6v7.zip |#################------------------------------------| 31.69% tmpenf_h6v7.zip |#################------------------------------------| 32.15% tmpenf_h6v7.zip |#################------------------------------------| 32.62% tmpenf_h6v7.zip |##################-----------------------------------| 33.09% tmpenf_h6v7.zip |##################-----------------------------------| 33.55% tmpenf_h6v7.zip |##################-----------------------------------| 34.02% tmpenf_h6v7.zip |##################-----------------------------------| 34.48% tmpenf_h6v7.zip |###################----------------------------------| 34.95% tmpenf_h6v7.zip |###################----------------------------------| 35.42% tmpenf_h6v7.zip |###################----------------------------------| 35.88% tmpenf_h6v7.zip |###################----------------------------------| 36.35% tmpenf_h6v7.zip |####################---------------------------------| 36.81% tmpenf_h6v7.zip |####################---------------------------------| 37.28% tmpenf_h6v7.zip |####################---------------------------------| 37.75% tmpenf_h6v7.zip |####################---------------------------------| 38.21% tmpenf_h6v7.zip |####################---------------------------------| 38.68% tmpenf_h6v7.zip |#####################--------------------------------| 39.15% tmpenf_h6v7.zip |#####################--------------------------------| 39.61% tmpenf_h6v7.zip |#####################--------------------------------| 40.08% tmpenf_h6v7.zip |#####################--------------------------------| 40.54% tmpenf_h6v7.zip |######################-------------------------------| 41.01% tmpenf_h6v7.zip |######################-------------------------------| 41.48% tmpenf_h6v7.zip |######################-------------------------------| 41.94% tmpenf_h6v7.zip |######################-------------------------------| 42.41% tmpenf_h6v7.zip |#######################------------------------------| 42.87% tmpenf_h6v7.zip |#######################------------------------------| 43.34% tmpenf_h6v7.zip |#######################------------------------------| 43.81% tmpenf_h6v7.zip |#######################------------------------------| 44.27% tmpenf_h6v7.zip |########################-----------------------------| 44.74% tmpenf_h6v7.zip |########################-----------------------------| 45.2% tmpenf_h6v7.zip |########################-----------------------------| 45.67% tmpenf_h6v7.zip |########################-----------------------------| 46.14% tmpenf_h6v7.zip |#########################----------------------------| 46.6% tmpenf_h6v7.zip |#########################----------------------------| 47.07% tmpenf_h6v7.zip |#########################----------------------------| 47.53% tmpenf_h6v7.zip |#########################----------------------------| 48.0% tmpenf_h6v7.zip |##########################---------------------------| 48.47% tmpenf_h6v7.zip |##########################---------------------------| 48.93% tmpenf_h6v7.zip |##########################---------------------------| 49.4% tmpenf_h6v7.zip |##########################---------------------------| 49.86% tmpenf_h6v7.zip |###########################--------------------------| 50.33% tmpenf_h6v7.zip |###########################--------------------------| 50.8% tmpenf_h6v7.zip |###########################--------------------------| 51.26% tmpenf_h6v7.zip |###########################--------------------------| 51.73% tmpenf_h6v7.zip |############################-------------------------| 52.19% tmpenf_h6v7.zip |############################-------------------------| 52.66% tmpenf_h6v7.zip |############################-------------------------| 53.13% tmpenf_h6v7.zip |############################-------------------------| 53.59% tmpenf_h6v7.zip |#############################------------------------| 54.06% tmpenf_h6v7.zip |#############################------------------------| 54.52% tmpenf_h6v7.zip |#############################------------------------| 54.99% tmpenf_h6v7.zip |#############################------------------------| 55.46% tmpenf_h6v7.zip |##############################-----------------------| 55.92% tmpenf_h6v7.zip |##############################-----------------------| 56.39% tmpenf_h6v7.zip |##############################-----------------------| 56.85% tmpenf_h6v7.zip |##############################-----------------------| 57.32% tmpenf_h6v7.zip |###############################----------------------| 57.79% tmpenf_h6v7.zip |###############################----------------------| 58.25% tmpenf_h6v7.zip |###############################----------------------| 58.72% tmpenf_h6v7.zip |###############################----------------------| 59.18% tmpenf_h6v7.zip |################################---------------------| 59.65% tmpenf_h6v7.zip |################################---------------------| 60.12% tmpenf_h6v7.zip |################################---------------------| 60.58% tmpenf_h6v7.zip |################################---------------------| 61.05% tmpenf_h6v7.zip |#################################--------------------| 61.51% tmpenf_h6v7.zip |#################################--------------------| 61.98% tmpenf_h6v7.zip |#################################--------------------| 62.45% tmpenf_h6v7.zip |#################################--------------------| 62.91% tmpenf_h6v7.zip |##################################-------------------| 63.38% tmpenf_h6v7.zip |##################################-------------------| 63.84% tmpenf_h6v7.zip |##################################-------------------| 64.31% tmpenf_h6v7.zip |##################################-------------------| 64.78% tmpenf_h6v7.zip |###################################------------------| 65.24% tmpenf_h6v7.zip |###################################------------------| 65.71% tmpenf_h6v7.zip |###################################------------------| 66.17% tmpenf_h6v7.zip |###################################------------------| 66.64% tmpenf_h6v7.zip |####################################-----------------| 67.11% tmpenf_h6v7.zip |####################################-----------------| 67.57% tmpenf_h6v7.zip |####################################-----------------| 68.04% tmpenf_h6v7.zip |####################################-----------------| 68.5% tmpenf_h6v7.zip |#####################################----------------| 68.97% tmpenf_h6v7.zip |#####################################----------------| 69.44% tmpenf_h6v7.zip |#####################################----------------| 69.9% tmpenf_h6v7.zip |#####################################----------------| 70.37% tmpenf_h6v7.zip |######################################---------------| 70.83% tmpenf_h6v7.zip |######################################---------------| 71.3% tmpenf_h6v7.zip |######################################---------------| 71.77% tmpenf_h6v7.zip |######################################---------------| 72.23% tmpenf_h6v7.zip |#######################################--------------| 72.7% tmpenf_h6v7.zip |#######################################--------------| 73.16% tmpenf_h6v7.zip |#######################################--------------| 73.63% tmpenf_h6v7.zip |#######################################--------------| 74.1% tmpenf_h6v7.zip |########################################-------------| 74.56% tmpenf_h6v7.zip |########################################-------------| 75.03% tmpenf_h6v7.zip |########################################-------------| 75.49% tmpenf_h6v7.zip |########################################-------------| 75.96% tmpenf_h6v7.zip |#########################################------------| 76.43% tmpenf_h6v7.zip |#########################################------------| 76.89% tmpenf_h6v7.zip |#########################################------------| 77.36% tmpenf_h6v7.zip |#########################################------------| 77.82% tmpenf_h6v7.zip |#########################################------------| 78.29% tmpenf_h6v7.zip |##########################################-----------| 78.76% tmpenf_h6v7.zip |##########################################-----------| 79.22% tmpenf_h6v7.zip |##########################################-----------| 79.69% tmpenf_h6v7.zip |##########################################-----------| 80.15% tmpenf_h6v7.zip |###########################################----------| 80.62% tmpenf_h6v7.zip |###########################################----------| 81.09% tmpenf_h6v7.zip |###########################################----------| 81.55% tmpenf_h6v7.zip |###########################################----------| 82.02% tmpenf_h6v7.zip |############################################---------| 82.48% tmpenf_h6v7.zip |############################################---------| 82.95% tmpenf_h6v7.zip |############################################---------| 83.42% tmpenf_h6v7.zip |############################################---------| 83.88% tmpenf_h6v7.zip |#############################################--------| 84.35% tmpenf_h6v7.zip |#############################################--------| 84.81% tmpenf_h6v7.zip |#############################################--------| 85.28% tmpenf_h6v7.zip |#############################################--------| 85.75% tmpenf_h6v7.zip |##############################################-------| 86.21% tmpenf_h6v7.zip |##############################################-------| 86.68% tmpenf_h6v7.zip |##############################################-------| 87.14% tmpenf_h6v7.zip |##############################################-------| 87.61% tmpenf_h6v7.zip |###############################################------| 88.08% tmpenf_h6v7.zip |###############################################------| 88.54% tmpenf_h6v7.zip |###############################################------| 89.01% tmpenf_h6v7.zip |###############################################------| 89.47% tmpenf_h6v7.zip |################################################-----| 89.94% tmpenf_h6v7.zip |################################################-----| 90.41% tmpenf_h6v7.zip |################################################-----| 90.87% tmpenf_h6v7.zip |################################################-----| 91.34% tmpenf_h6v7.zip |#################################################----| 91.8% tmpenf_h6v7.zip |#################################################----| 92.27% tmpenf_h6v7.zip |#################################################----| 92.74% tmpenf_h6v7.zip |#################################################----| 93.2% tmpenf_h6v7.zip |##################################################---| 93.67% tmpenf_h6v7.zip |##################################################---| 94.13% tmpenf_h6v7.zip |##################################################---| 94.6% tmpenf_h6v7.zip |##################################################---| 95.07% tmpenf_h6v7.zip |###################################################--| 95.53% tmpenf_h6v7.zip |###################################################--| 96.0% tmpenf_h6v7.zip |###################################################--| 96.46% tmpenf_h6v7.zip |###################################################--| 96.93% tmpenf_h6v7.zip |####################################################-| 97.4% tmpenf_h6v7.zip |####################################################-| 97.86% tmpenf_h6v7.zip |####################################################-| 98.33% tmpenf_h6v7.zip |####################################################-| 98.79% tmpenf_h6v7.zip |#####################################################| 99.26% tmpenf_h6v7.zip |#####################################################| 99.73% tmpenf_h6v7.zip |#####################################################| 100.0% Plugin uploaded. Plugin's id is d6688ddc-7232-4425-9aa9-2aa0d17dbb9c + 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).. tmpqebcjdjr.zip |-----------------------------------------------------| 0.46% tmpqebcjdjr.zip |-----------------------------------------------------| 0.92% tmpqebcjdjr.zip |#----------------------------------------------------| 1.38% tmpqebcjdjr.zip |#----------------------------------------------------| 1.83% tmpqebcjdjr.zip |#----------------------------------------------------| 2.29% tmpqebcjdjr.zip |#----------------------------------------------------| 2.75% tmpqebcjdjr.zip |##---------------------------------------------------| 3.21% tmpqebcjdjr.zip |##---------------------------------------------------| 3.67% tmpqebcjdjr.zip |##---------------------------------------------------| 4.13% tmpqebcjdjr.zip |##---------------------------------------------------| 4.58% tmpqebcjdjr.zip |###--------------------------------------------------| 5.04% tmpqebcjdjr.zip |###--------------------------------------------------| 5.5% tmpqebcjdjr.zip |###--------------------------------------------------| 5.96% tmpqebcjdjr.zip |###--------------------------------------------------| 6.42% tmpqebcjdjr.zip |####-------------------------------------------------| 6.88% tmpqebcjdjr.zip |####-------------------------------------------------| 7.34% tmpqebcjdjr.zip |####-------------------------------------------------| 7.79% tmpqebcjdjr.zip |####-------------------------------------------------| 8.25% tmpqebcjdjr.zip |#####------------------------------------------------| 8.71% tmpqebcjdjr.zip |#####------------------------------------------------| 9.17% tmpqebcjdjr.zip |#####------------------------------------------------| 9.63% tmpqebcjdjr.zip |#####------------------------------------------------| 10.09% tmpqebcjdjr.zip |######-----------------------------------------------| 10.54% tmpqebcjdjr.zip |######-----------------------------------------------| 11.0% tmpqebcjdjr.zip |######-----------------------------------------------| 11.46% tmpqebcjdjr.zip |######-----------------------------------------------| 11.92% tmpqebcjdjr.zip |#######----------------------------------------------| 12.38% tmpqebcjdjr.zip |#######----------------------------------------------| 12.84% tmpqebcjdjr.zip |#######----------------------------------------------| 13.3% tmpqebcjdjr.zip |#######----------------------------------------------| 13.75% tmpqebcjdjr.zip |########---------------------------------------------| 14.21% tmpqebcjdjr.zip |########---------------------------------------------| 14.67% tmpqebcjdjr.zip |########---------------------------------------------| 15.13% tmpqebcjdjr.zip |########---------------------------------------------| 15.59% tmpqebcjdjr.zip |#########--------------------------------------------| 16.05% tmpqebcjdjr.zip |#########--------------------------------------------| 16.5% tmpqebcjdjr.zip |#########--------------------------------------------| 16.96% tmpqebcjdjr.zip |#########--------------------------------------------| 17.42% tmpqebcjdjr.zip |#########--------------------------------------------| 17.88% tmpqebcjdjr.zip |##########-------------------------------------------| 18.34% tmpqebcjdjr.zip |##########-------------------------------------------| 18.8% tmpqebcjdjr.zip |##########-------------------------------------------| 19.26% tmpqebcjdjr.zip |##########-------------------------------------------| 19.71% tmpqebcjdjr.zip |###########------------------------------------------| 20.17% tmpqebcjdjr.zip |###########------------------------------------------| 20.63% tmpqebcjdjr.zip |###########------------------------------------------| 21.09% tmpqebcjdjr.zip |###########------------------------------------------| 21.55% tmpqebcjdjr.zip |############-----------------------------------------| 22.01% tmpqebcjdjr.zip |############-----------------------------------------| 22.46% tmpqebcjdjr.zip |############-----------------------------------------| 22.92% tmpqebcjdjr.zip |############-----------------------------------------| 23.38% tmpqebcjdjr.zip |#############----------------------------------------| 23.84% tmpqebcjdjr.zip |#############----------------------------------------| 24.3% tmpqebcjdjr.zip |#############----------------------------------------| 24.76% tmpqebcjdjr.zip |#############----------------------------------------| 25.22% tmpqebcjdjr.zip |##############---------------------------------------| 25.67% tmpqebcjdjr.zip |##############---------------------------------------| 26.13% tmpqebcjdjr.zip |##############---------------------------------------| 26.59% tmpqebcjdjr.zip |##############---------------------------------------| 27.05% tmpqebcjdjr.zip |###############--------------------------------------| 27.51% tmpqebcjdjr.zip |###############--------------------------------------| 27.97% tmpqebcjdjr.zip |###############--------------------------------------| 28.42% tmpqebcjdjr.zip |###############--------------------------------------| 28.88% tmpqebcjdjr.zip |################-------------------------------------| 29.34% tmpqebcjdjr.zip |################-------------------------------------| 29.8% tmpqebcjdjr.zip |################-------------------------------------| 30.26% tmpqebcjdjr.zip |################-------------------------------------| 30.72% tmpqebcjdjr.zip |#################------------------------------------| 31.18% tmpqebcjdjr.zip |#################------------------------------------| 31.63% tmpqebcjdjr.zip |#################------------------------------------| 32.09% tmpqebcjdjr.zip |#################------------------------------------| 32.55% tmpqebcjdjr.zip |#################------------------------------------| 33.01% tmpqebcjdjr.zip |##################-----------------------------------| 33.47% tmpqebcjdjr.zip |##################-----------------------------------| 33.93% tmpqebcjdjr.zip |##################-----------------------------------| 34.38% tmpqebcjdjr.zip |##################-----------------------------------| 34.84% tmpqebcjdjr.zip |###################----------------------------------| 35.3% tmpqebcjdjr.zip |###################----------------------------------| 35.76% tmpqebcjdjr.zip |###################----------------------------------| 36.22% tmpqebcjdjr.zip |###################----------------------------------| 36.68% tmpqebcjdjr.zip |####################---------------------------------| 37.13% tmpqebcjdjr.zip |####################---------------------------------| 37.59% tmpqebcjdjr.zip |####################---------------------------------| 38.05% tmpqebcjdjr.zip |####################---------------------------------| 38.51% tmpqebcjdjr.zip |#####################--------------------------------| 38.97% tmpqebcjdjr.zip |#####################--------------------------------| 39.43% tmpqebcjdjr.zip |#####################--------------------------------| 39.89% tmpqebcjdjr.zip |#####################--------------------------------| 40.34% tmpqebcjdjr.zip |######################-------------------------------| 40.8% tmpqebcjdjr.zip |######################-------------------------------| 41.26% tmpqebcjdjr.zip |######################-------------------------------| 41.72% tmpqebcjdjr.zip |######################-------------------------------| 42.18% tmpqebcjdjr.zip |#######################------------------------------| 42.64% tmpqebcjdjr.zip |#######################------------------------------| 43.09% tmpqebcjdjr.zip |#######################------------------------------| 43.55% tmpqebcjdjr.zip |#######################------------------------------| 44.01% tmpqebcjdjr.zip |########################-----------------------------| 44.47% tmpqebcjdjr.zip |########################-----------------------------| 44.93% tmpqebcjdjr.zip |########################-----------------------------| 45.39% tmpqebcjdjr.zip |########################-----------------------------| 45.85% tmpqebcjdjr.zip |#########################----------------------------| 46.3% tmpqebcjdjr.zip |#########################----------------------------| 46.76% tmpqebcjdjr.zip |#########################----------------------------| 47.22% tmpqebcjdjr.zip |#########################----------------------------| 47.68% tmpqebcjdjr.zip |##########################---------------------------| 48.14% tmpqebcjdjr.zip |##########################---------------------------| 48.6% tmpqebcjdjr.zip |##########################---------------------------| 49.05% tmpqebcjdjr.zip |##########################---------------------------| 49.51% tmpqebcjdjr.zip |##########################---------------------------| 49.97% tmpqebcjdjr.zip |###########################--------------------------| 50.43% tmpqebcjdjr.zip |###########################--------------------------| 50.89% tmpqebcjdjr.zip |###########################--------------------------| 51.35% tmpqebcjdjr.zip |###########################--------------------------| 51.81% tmpqebcjdjr.zip |############################-------------------------| 52.26% tmpqebcjdjr.zip |############################-------------------------| 52.72% tmpqebcjdjr.zip |############################-------------------------| 53.18% tmpqebcjdjr.zip |############################-------------------------| 53.64% tmpqebcjdjr.zip |#############################------------------------| 54.1% tmpqebcjdjr.zip |#############################------------------------| 54.56% tmpqebcjdjr.zip |#############################------------------------| 55.01% tmpqebcjdjr.zip |#############################------------------------| 55.47% tmpqebcjdjr.zip |##############################-----------------------| 55.93% tmpqebcjdjr.zip |##############################-----------------------| 56.39% tmpqebcjdjr.zip |##############################-----------------------| 56.85% tmpqebcjdjr.zip |##############################-----------------------| 57.31% tmpqebcjdjr.zip |###############################----------------------| 57.77% tmpqebcjdjr.zip |###############################----------------------| 58.22% tmpqebcjdjr.zip |###############################----------------------| 58.68% tmpqebcjdjr.zip |###############################----------------------| 59.14% tmpqebcjdjr.zip |################################---------------------| 59.6% tmpqebcjdjr.zip |################################---------------------| 60.06% tmpqebcjdjr.zip |################################---------------------| 60.52% tmpqebcjdjr.zip |################################---------------------| 60.97% tmpqebcjdjr.zip |#################################--------------------| 61.43% tmpqebcjdjr.zip |#################################--------------------| 61.89% tmpqebcjdjr.zip |#################################--------------------| 62.35% tmpqebcjdjr.zip |#################################--------------------| 62.81% tmpqebcjdjr.zip |##################################-------------------| 63.27% tmpqebcjdjr.zip |##################################-------------------| 63.73% tmpqebcjdjr.zip |##################################-------------------| 64.18% tmpqebcjdjr.zip |##################################-------------------| 64.64% tmpqebcjdjr.zip |###################################------------------| 65.1% tmpqebcjdjr.zip |###################################------------------| 65.56% tmpqebcjdjr.zip |###################################------------------| 66.02% tmpqebcjdjr.zip |###################################------------------| 66.48% tmpqebcjdjr.zip |###################################------------------| 66.93% tmpqebcjdjr.zip |####################################-----------------| 67.39% tmpqebcjdjr.zip |####################################-----------------| 67.85% tmpqebcjdjr.zip |####################################-----------------| 68.31% tmpqebcjdjr.zip |####################################-----------------| 68.77% tmpqebcjdjr.zip |#####################################----------------| 69.23% tmpqebcjdjr.zip |#####################################----------------| 69.69% tmpqebcjdjr.zip |#####################################----------------| 70.14% tmpqebcjdjr.zip |#####################################----------------| 70.6% tmpqebcjdjr.zip |######################################---------------| 71.06% tmpqebcjdjr.zip |######################################---------------| 71.52% tmpqebcjdjr.zip |######################################---------------| 71.98% tmpqebcjdjr.zip |######################################---------------| 72.44% tmpqebcjdjr.zip |#######################################--------------| 72.89% tmpqebcjdjr.zip |#######################################--------------| 73.35% tmpqebcjdjr.zip |#######################################--------------| 73.81% tmpqebcjdjr.zip |#######################################--------------| 74.27% tmpqebcjdjr.zip |########################################-------------| 74.73% tmpqebcjdjr.zip |########################################-------------| 75.19% tmpqebcjdjr.zip |########################################-------------| 75.65% tmpqebcjdjr.zip |########################################-------------| 76.1% tmpqebcjdjr.zip |#########################################------------| 76.56% tmpqebcjdjr.zip |#########################################------------| 77.02% tmpqebcjdjr.zip |#########################################------------| 77.48% tmpqebcjdjr.zip |#########################################------------| 77.94% tmpqebcjdjr.zip |##########################################-----------| 78.4% tmpqebcjdjr.zip |##########################################-----------| 78.85% tmpqebcjdjr.zip |##########################################-----------| 79.31% tmpqebcjdjr.zip |##########################################-----------| 79.77% tmpqebcjdjr.zip |###########################################----------| 80.23% tmpqebcjdjr.zip |###########################################----------| 80.69% tmpqebcjdjr.zip |###########################################----------| 81.15% tmpqebcjdjr.zip |###########################################----------| 81.61% tmpqebcjdjr.zip |###########################################----------| 82.06% tmpqebcjdjr.zip |############################################---------| 82.52% tmpqebcjdjr.zip |############################################---------| 82.98% tmpqebcjdjr.zip |############################################---------| 83.44% tmpqebcjdjr.zip |############################################---------| 83.9% tmpqebcjdjr.zip |#############################################--------| 84.36% tmpqebcjdjr.zip |#############################################--------| 84.81% tmpqebcjdjr.zip |#############################################--------| 85.27% tmpqebcjdjr.zip |#############################################--------| 85.73% tmpqebcjdjr.zip |##############################################-------| 86.19% tmpqebcjdjr.zip |##############################################-------| 86.65% tmpqebcjdjr.zip |##############################################-------| 87.11% tmpqebcjdjr.zip |##############################################-------| 87.57% tmpqebcjdjr.zip |###############################################------| 88.02% tmpqebcjdjr.zip |###############################################------| 88.48% tmpqebcjdjr.zip |###############################################------| 88.94% tmpqebcjdjr.zip |###############################################------| 89.4% tmpqebcjdjr.zip |################################################-----| 89.86% tmpqebcjdjr.zip |################################################-----| 90.32% tmpqebcjdjr.zip |################################################-----| 90.77% tmpqebcjdjr.zip |################################################-----| 91.23% tmpqebcjdjr.zip |#################################################----| 91.69% tmpqebcjdjr.zip |#################################################----| 92.15% tmpqebcjdjr.zip |#################################################----| 92.61% tmpqebcjdjr.zip |#################################################----| 93.07% tmpqebcjdjr.zip |##################################################---| 93.53% tmpqebcjdjr.zip |##################################################---| 93.98% tmpqebcjdjr.zip |##################################################---| 94.44% tmpqebcjdjr.zip |##################################################---| 94.9% tmpqebcjdjr.zip |###################################################--| 95.36% tmpqebcjdjr.zip |###################################################--| 95.82% tmpqebcjdjr.zip |###################################################--| 96.28% tmpqebcjdjr.zip |###################################################--| 96.73% tmpqebcjdjr.zip |####################################################-| 97.19% tmpqebcjdjr.zip |####################################################-| 97.65% tmpqebcjdjr.zip |####################################################-| 98.11% tmpqebcjdjr.zip |####################################################-| 98.57% tmpqebcjdjr.zip |####################################################-| 99.03% tmpqebcjdjr.zip |#####################################################| 99.48% tmpqebcjdjr.zip |#####################################################| 99.94% tmpqebcjdjr.zip |#####################################################| 100.0% Plugin uploaded. Plugin's id is 565129fe-54f0-446b-8394-756937851009 + 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).. tmptpst3bzy.zip |-----------------------------------------------------| 0.45% tmptpst3bzy.zip |-----------------------------------------------------| 0.91% tmptpst3bzy.zip |#----------------------------------------------------| 1.36% tmptpst3bzy.zip |#----------------------------------------------------| 1.82% tmptpst3bzy.zip |#----------------------------------------------------| 2.27% tmptpst3bzy.zip |#----------------------------------------------------| 2.72% tmptpst3bzy.zip |##---------------------------------------------------| 3.18% tmptpst3bzy.zip |##---------------------------------------------------| 3.63% tmptpst3bzy.zip |##---------------------------------------------------| 4.09% tmptpst3bzy.zip |##---------------------------------------------------| 4.54% tmptpst3bzy.zip |###--------------------------------------------------| 4.99% tmptpst3bzy.zip |###--------------------------------------------------| 5.45% tmptpst3bzy.zip |###--------------------------------------------------| 5.9% tmptpst3bzy.zip |###--------------------------------------------------| 6.36% tmptpst3bzy.zip |####-------------------------------------------------| 6.81% tmptpst3bzy.zip |####-------------------------------------------------| 7.26% tmptpst3bzy.zip |####-------------------------------------------------| 7.72% tmptpst3bzy.zip |####-------------------------------------------------| 8.17% tmptpst3bzy.zip |#####------------------------------------------------| 8.63% tmptpst3bzy.zip |#####------------------------------------------------| 9.08% tmptpst3bzy.zip |#####------------------------------------------------| 9.53% tmptpst3bzy.zip |#####------------------------------------------------| 9.99% tmptpst3bzy.zip |######-----------------------------------------------| 10.44% tmptpst3bzy.zip |######-----------------------------------------------| 10.9% tmptpst3bzy.zip |######-----------------------------------------------| 11.35% tmptpst3bzy.zip |######-----------------------------------------------| 11.8% tmptpst3bzy.zip |######-----------------------------------------------| 12.26% tmptpst3bzy.zip |#######----------------------------------------------| 12.71% tmptpst3bzy.zip |#######----------------------------------------------| 13.17% tmptpst3bzy.zip |#######----------------------------------------------| 13.62% tmptpst3bzy.zip |#######----------------------------------------------| 14.07% tmptpst3bzy.zip |########---------------------------------------------| 14.53% tmptpst3bzy.zip |########---------------------------------------------| 14.98% tmptpst3bzy.zip |########---------------------------------------------| 15.44% tmptpst3bzy.zip |########---------------------------------------------| 15.89% tmptpst3bzy.zip |#########--------------------------------------------| 16.34% tmptpst3bzy.zip |#########--------------------------------------------| 16.8% tmptpst3bzy.zip |#########--------------------------------------------| 17.25% tmptpst3bzy.zip |#########--------------------------------------------| 17.71% tmptpst3bzy.zip |##########-------------------------------------------| 18.16% tmptpst3bzy.zip |##########-------------------------------------------| 18.61% tmptpst3bzy.zip |##########-------------------------------------------| 19.07% tmptpst3bzy.zip |##########-------------------------------------------| 19.52% tmptpst3bzy.zip |###########------------------------------------------| 19.98% tmptpst3bzy.zip |###########------------------------------------------| 20.43% tmptpst3bzy.zip |###########------------------------------------------| 20.88% tmptpst3bzy.zip |###########------------------------------------------| 21.34% tmptpst3bzy.zip |############-----------------------------------------| 21.79% tmptpst3bzy.zip |############-----------------------------------------| 22.25% tmptpst3bzy.zip |############-----------------------------------------| 22.7% tmptpst3bzy.zip |############-----------------------------------------| 23.15% tmptpst3bzy.zip |#############----------------------------------------| 23.61% tmptpst3bzy.zip |#############----------------------------------------| 24.06% tmptpst3bzy.zip |#############----------------------------------------| 24.51% tmptpst3bzy.zip |#############----------------------------------------| 24.97% tmptpst3bzy.zip |#############----------------------------------------| 25.42% tmptpst3bzy.zip |##############---------------------------------------| 25.88% tmptpst3bzy.zip |##############---------------------------------------| 26.33% tmptpst3bzy.zip |##############---------------------------------------| 26.78% tmptpst3bzy.zip |##############---------------------------------------| 27.24% tmptpst3bzy.zip |###############--------------------------------------| 27.69% tmptpst3bzy.zip |###############--------------------------------------| 28.15% tmptpst3bzy.zip |###############--------------------------------------| 28.6% tmptpst3bzy.zip |###############--------------------------------------| 29.05% tmptpst3bzy.zip |################-------------------------------------| 29.51% tmptpst3bzy.zip |################-------------------------------------| 29.96% tmptpst3bzy.zip |################-------------------------------------| 30.42% tmptpst3bzy.zip |################-------------------------------------| 30.87% tmptpst3bzy.zip |#################------------------------------------| 31.32% tmptpst3bzy.zip |#################------------------------------------| 31.78% tmptpst3bzy.zip |#################------------------------------------| 32.23% tmptpst3bzy.zip |#################------------------------------------| 32.69% tmptpst3bzy.zip |##################-----------------------------------| 33.14% tmptpst3bzy.zip |##################-----------------------------------| 33.59% tmptpst3bzy.zip |##################-----------------------------------| 34.05% tmptpst3bzy.zip |##################-----------------------------------| 34.5% tmptpst3bzy.zip |###################----------------------------------| 34.96% tmptpst3bzy.zip |###################----------------------------------| 35.41% tmptpst3bzy.zip |###################----------------------------------| 35.86% tmptpst3bzy.zip |###################----------------------------------| 36.32% tmptpst3bzy.zip |###################----------------------------------| 36.77% tmptpst3bzy.zip |####################---------------------------------| 37.23% tmptpst3bzy.zip |####################---------------------------------| 37.68% tmptpst3bzy.zip |####################---------------------------------| 38.13% tmptpst3bzy.zip |####################---------------------------------| 38.59% tmptpst3bzy.zip |#####################--------------------------------| 39.04% tmptpst3bzy.zip |#####################--------------------------------| 39.5% tmptpst3bzy.zip |#####################--------------------------------| 39.95% tmptpst3bzy.zip |#####################--------------------------------| 40.4% tmptpst3bzy.zip |######################-------------------------------| 40.86% tmptpst3bzy.zip |######################-------------------------------| 41.31% tmptpst3bzy.zip |######################-------------------------------| 41.77% tmptpst3bzy.zip |######################-------------------------------| 42.22% tmptpst3bzy.zip |#######################------------------------------| 42.67% tmptpst3bzy.zip |#######################------------------------------| 43.13% tmptpst3bzy.zip |#######################------------------------------| 43.58% tmptpst3bzy.zip |#######################------------------------------| 44.04% tmptpst3bzy.zip |########################-----------------------------| 44.49% tmptpst3bzy.zip |########################-----------------------------| 44.94% tmptpst3bzy.zip |########################-----------------------------| 45.4% tmptpst3bzy.zip |########################-----------------------------| 45.85% tmptpst3bzy.zip |#########################----------------------------| 46.31% tmptpst3bzy.zip |#########################----------------------------| 46.76% tmptpst3bzy.zip |#########################----------------------------| 47.21% tmptpst3bzy.zip |#########################----------------------------| 47.67% tmptpst3bzy.zip |##########################---------------------------| 48.12% tmptpst3bzy.zip |##########################---------------------------| 48.58% tmptpst3bzy.zip |##########################---------------------------| 49.03% tmptpst3bzy.zip |##########################---------------------------| 49.48% tmptpst3bzy.zip |##########################---------------------------| 49.94% tmptpst3bzy.zip |###########################--------------------------| 50.39% tmptpst3bzy.zip |###########################--------------------------| 50.85% tmptpst3bzy.zip |###########################--------------------------| 51.3% tmptpst3bzy.zip |###########################--------------------------| 51.75% tmptpst3bzy.zip |############################-------------------------| 52.21% tmptpst3bzy.zip |############################-------------------------| 52.66% tmptpst3bzy.zip |############################-------------------------| 53.12% tmptpst3bzy.zip |############################-------------------------| 53.57% tmptpst3bzy.zip |#############################------------------------| 54.02% tmptpst3bzy.zip |#############################------------------------| 54.48% tmptpst3bzy.zip |#############################------------------------| 54.93% tmptpst3bzy.zip |#############################------------------------| 55.39% tmptpst3bzy.zip |##############################-----------------------| 55.84% tmptpst3bzy.zip |##############################-----------------------| 56.29% tmptpst3bzy.zip |##############################-----------------------| 56.75% tmptpst3bzy.zip |##############################-----------------------| 57.2% tmptpst3bzy.zip |###############################----------------------| 57.66% tmptpst3bzy.zip |###############################----------------------| 58.11% tmptpst3bzy.zip |###############################----------------------| 58.56% tmptpst3bzy.zip |###############################----------------------| 59.02% tmptpst3bzy.zip |################################---------------------| 59.47% tmptpst3bzy.zip |################################---------------------| 59.93% tmptpst3bzy.zip |################################---------------------| 60.38% tmptpst3bzy.zip |################################---------------------| 60.83% tmptpst3bzy.zip |################################---------------------| 61.29% tmptpst3bzy.zip |#################################--------------------| 61.74% tmptpst3bzy.zip |#################################--------------------| 62.2% tmptpst3bzy.zip |#################################--------------------| 62.65% tmptpst3bzy.zip |#################################--------------------| 63.1% tmptpst3bzy.zip |##################################-------------------| 63.56% tmptpst3bzy.zip |##################################-------------------| 64.01% tmptpst3bzy.zip |##################################-------------------| 64.47% tmptpst3bzy.zip |##################################-------------------| 64.92% tmptpst3bzy.zip |###################################------------------| 65.37% tmptpst3bzy.zip |###################################------------------| 65.83% tmptpst3bzy.zip |###################################------------------| 66.28% tmptpst3bzy.zip |###################################------------------| 66.74% tmptpst3bzy.zip |####################################-----------------| 67.19% tmptpst3bzy.zip |####################################-----------------| 67.64% tmptpst3bzy.zip |####################################-----------------| 68.1% tmptpst3bzy.zip |####################################-----------------| 68.55% tmptpst3bzy.zip |#####################################----------------| 69.0% tmptpst3bzy.zip |#####################################----------------| 69.46% tmptpst3bzy.zip |#####################################----------------| 69.91% tmptpst3bzy.zip |#####################################----------------| 70.37% tmptpst3bzy.zip |######################################---------------| 70.82% tmptpst3bzy.zip |######################################---------------| 71.27% tmptpst3bzy.zip |######################################---------------| 71.73% tmptpst3bzy.zip |######################################---------------| 72.18% tmptpst3bzy.zip |######################################---------------| 72.64% tmptpst3bzy.zip |#######################################--------------| 73.09% tmptpst3bzy.zip |#######################################--------------| 73.54% tmptpst3bzy.zip |#######################################--------------| 74.0% tmptpst3bzy.zip |#######################################--------------| 74.45% tmptpst3bzy.zip |########################################-------------| 74.91% tmptpst3bzy.zip |########################################-------------| 75.36% tmptpst3bzy.zip |########################################-------------| 75.81% tmptpst3bzy.zip |########################################-------------| 76.27% tmptpst3bzy.zip |#########################################------------| 76.72% tmptpst3bzy.zip |#########################################------------| 77.18% tmptpst3bzy.zip |#########################################------------| 77.63% tmptpst3bzy.zip |#########################################------------| 78.08% tmptpst3bzy.zip |##########################################-----------| 78.54% tmptpst3bzy.zip |##########################################-----------| 78.99% tmptpst3bzy.zip |##########################################-----------| 79.45% tmptpst3bzy.zip |##########################################-----------| 79.9% tmptpst3bzy.zip |###########################################----------| 80.35% tmptpst3bzy.zip |###########################################----------| 80.81% tmptpst3bzy.zip |###########################################----------| 81.26% tmptpst3bzy.zip |###########################################----------| 81.72% tmptpst3bzy.zip |############################################---------| 82.17% tmptpst3bzy.zip |############################################---------| 82.62% tmptpst3bzy.zip |############################################---------| 83.08% tmptpst3bzy.zip |############################################---------| 83.53% tmptpst3bzy.zip |#############################################--------| 83.99% tmptpst3bzy.zip |#############################################--------| 84.44% tmptpst3bzy.zip |#############################################--------| 84.89% tmptpst3bzy.zip |#############################################--------| 85.35% tmptpst3bzy.zip |#############################################--------| 85.8% tmptpst3bzy.zip |##############################################-------| 86.26% tmptpst3bzy.zip |##############################################-------| 86.71% tmptpst3bzy.zip |##############################################-------| 87.16% tmptpst3bzy.zip |##############################################-------| 87.62% tmptpst3bzy.zip |###############################################------| 88.07% tmptpst3bzy.zip |###############################################------| 88.53% tmptpst3bzy.zip |###############################################------| 88.98% tmptpst3bzy.zip |###############################################------| 89.43% tmptpst3bzy.zip |################################################-----| 89.89% tmptpst3bzy.zip |################################################-----| 90.34% tmptpst3bzy.zip |################################################-----| 90.8% tmptpst3bzy.zip |################################################-----| 91.25% tmptpst3bzy.zip |#################################################----| 91.7% tmptpst3bzy.zip |#################################################----| 92.16% tmptpst3bzy.zip |#################################################----| 92.61% tmptpst3bzy.zip |#################################################----| 93.07% tmptpst3bzy.zip |##################################################---| 93.52% tmptpst3bzy.zip |##################################################---| 93.97% tmptpst3bzy.zip |##################################################---| 94.43% tmptpst3bzy.zip |##################################################---| 94.88% tmptpst3bzy.zip |###################################################--| 95.34% tmptpst3bzy.zip |###################################################--| 95.79% tmptpst3bzy.zip |###################################################--| 96.24% tmptpst3bzy.zip |###################################################--| 96.7% tmptpst3bzy.zip |###################################################--| 97.15% tmptpst3bzy.zip |####################################################-| 97.61% tmptpst3bzy.zip |####################################################-| 98.06% tmptpst3bzy.zip |####################################################-| 98.51% tmptpst3bzy.zip |####################################################-| 98.97% tmptpst3bzy.zip |#####################################################| 99.42% tmptpst3bzy.zip |#####################################################| 99.88% tmptpst3bzy.zip |#####################################################| 100.0% Plugin uploaded. Plugin's id is ab20bedd-ab53-4071-9f7e-545fce12d3c7 + 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' ++ /bin/jq .metadata.pagination.total ++ 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' + 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).. tmperm3uznt.zip |-----------------------------------------------------| 0.47% tmperm3uznt.zip |-----------------------------------------------------| 0.93% tmperm3uznt.zip |#----------------------------------------------------| 1.4% tmperm3uznt.zip |#----------------------------------------------------| 1.86% tmperm3uznt.zip |#----------------------------------------------------| 2.33% tmperm3uznt.zip |#----------------------------------------------------| 2.79% tmperm3uznt.zip |##---------------------------------------------------| 3.26% tmperm3uznt.zip |##---------------------------------------------------| 3.73% tmperm3uznt.zip |##---------------------------------------------------| 4.19% tmperm3uznt.zip |##---------------------------------------------------| 4.66% tmperm3uznt.zip |###--------------------------------------------------| 5.12% tmperm3uznt.zip |###--------------------------------------------------| 5.59% tmperm3uznt.zip |###--------------------------------------------------| 6.05% tmperm3uznt.zip |###--------------------------------------------------| 6.52% tmperm3uznt.zip |####-------------------------------------------------| 6.98% tmperm3uznt.zip |####-------------------------------------------------| 7.45% tmperm3uznt.zip |####-------------------------------------------------| 7.92% tmperm3uznt.zip |####-------------------------------------------------| 8.38% tmperm3uznt.zip |#####------------------------------------------------| 8.85% tmperm3uznt.zip |#####------------------------------------------------| 9.31% tmperm3uznt.zip |#####------------------------------------------------| 9.78% tmperm3uznt.zip |#####------------------------------------------------| 10.24% tmperm3uznt.zip |######-----------------------------------------------| 10.71% tmperm3uznt.zip |######-----------------------------------------------| 11.18% tmperm3uznt.zip |######-----------------------------------------------| 11.64% tmperm3uznt.zip |######-----------------------------------------------| 12.11% tmperm3uznt.zip |#######----------------------------------------------| 12.57% tmperm3uznt.zip |#######----------------------------------------------| 13.04% tmperm3uznt.zip |#######----------------------------------------------| 13.5% tmperm3uznt.zip |#######----------------------------------------------| 13.97% tmperm3uznt.zip |########---------------------------------------------| 14.44% tmperm3uznt.zip |########---------------------------------------------| 14.9% tmperm3uznt.zip |########---------------------------------------------| 15.37% tmperm3uznt.zip |########---------------------------------------------| 15.83% tmperm3uznt.zip |#########--------------------------------------------| 16.3% tmperm3uznt.zip |#########--------------------------------------------| 16.76% tmperm3uznt.zip |#########--------------------------------------------| 17.23% tmperm3uznt.zip |#########--------------------------------------------| 17.7% tmperm3uznt.zip |##########-------------------------------------------| 18.16% tmperm3uznt.zip |##########-------------------------------------------| 18.63% tmperm3uznt.zip |##########-------------------------------------------| 19.09% tmperm3uznt.zip |##########-------------------------------------------| 19.56% tmperm3uznt.zip |###########------------------------------------------| 20.02% tmperm3uznt.zip |###########------------------------------------------| 20.49% tmperm3uznt.zip |###########------------------------------------------| 20.95% tmperm3uznt.zip |###########------------------------------------------| 21.42% tmperm3uznt.zip |############-----------------------------------------| 21.89% tmperm3uznt.zip |############-----------------------------------------| 22.35% tmperm3uznt.zip |############-----------------------------------------| 22.82% tmperm3uznt.zip |############-----------------------------------------| 23.28% tmperm3uznt.zip |#############----------------------------------------| 23.75% tmperm3uznt.zip |#############----------------------------------------| 24.21% tmperm3uznt.zip |#############----------------------------------------| 24.68% tmperm3uznt.zip |#############----------------------------------------| 25.15% tmperm3uznt.zip |##############---------------------------------------| 25.61% tmperm3uznt.zip |##############---------------------------------------| 26.08% tmperm3uznt.zip |##############---------------------------------------| 26.54% tmperm3uznt.zip |##############---------------------------------------| 27.01% tmperm3uznt.zip |###############--------------------------------------| 27.47% tmperm3uznt.zip |###############--------------------------------------| 27.94% tmperm3uznt.zip |###############--------------------------------------| 28.41% tmperm3uznt.zip |###############--------------------------------------| 28.87% tmperm3uznt.zip |################-------------------------------------| 29.34% tmperm3uznt.zip |################-------------------------------------| 29.8% tmperm3uznt.zip |################-------------------------------------| 30.27% tmperm3uznt.zip |################-------------------------------------| 30.73% tmperm3uznt.zip |#################------------------------------------| 31.2% tmperm3uznt.zip |#################------------------------------------| 31.67% tmperm3uznt.zip |#################------------------------------------| 32.13% tmperm3uznt.zip |#################------------------------------------| 32.6% tmperm3uznt.zip |##################-----------------------------------| 33.06% tmperm3uznt.zip |##################-----------------------------------| 33.53% tmperm3uznt.zip |##################-----------------------------------| 33.99% tmperm3uznt.zip |##################-----------------------------------| 34.46% tmperm3uznt.zip |###################----------------------------------| 34.92% tmperm3uznt.zip |###################----------------------------------| 35.39% tmperm3uznt.zip |###################----------------------------------| 35.86% tmperm3uznt.zip |###################----------------------------------| 36.32% tmperm3uznt.zip |###################----------------------------------| 36.79% tmperm3uznt.zip |####################---------------------------------| 37.25% tmperm3uznt.zip |####################---------------------------------| 37.72% tmperm3uznt.zip |####################---------------------------------| 38.18% tmperm3uznt.zip |####################---------------------------------| 38.65% tmperm3uznt.zip |#####################--------------------------------| 39.12% tmperm3uznt.zip |#####################--------------------------------| 39.58% tmperm3uznt.zip |#####################--------------------------------| 40.05% tmperm3uznt.zip |#####################--------------------------------| 40.51% tmperm3uznt.zip |######################-------------------------------| 40.98% tmperm3uznt.zip |######################-------------------------------| 41.44% tmperm3uznt.zip |######################-------------------------------| 41.91% tmperm3uznt.zip |######################-------------------------------| 42.38% tmperm3uznt.zip |#######################------------------------------| 42.84% tmperm3uznt.zip |#######################------------------------------| 43.31% tmperm3uznt.zip |#######################------------------------------| 43.77% tmperm3uznt.zip |#######################------------------------------| 44.24% tmperm3uznt.zip |########################-----------------------------| 44.7% tmperm3uznt.zip |########################-----------------------------| 45.17% tmperm3uznt.zip |########################-----------------------------| 45.63% tmperm3uznt.zip |########################-----------------------------| 46.1% tmperm3uznt.zip |#########################----------------------------| 46.57% tmperm3uznt.zip |#########################----------------------------| 47.03% tmperm3uznt.zip |#########################----------------------------| 47.5% tmperm3uznt.zip |#########################----------------------------| 47.96% tmperm3uznt.zip |##########################---------------------------| 48.43% tmperm3uznt.zip |##########################---------------------------| 48.89% tmperm3uznt.zip |##########################---------------------------| 49.36% tmperm3uznt.zip |##########################---------------------------| 49.83% tmperm3uznt.zip |###########################--------------------------| 50.29% tmperm3uznt.zip |###########################--------------------------| 50.76% tmperm3uznt.zip |###########################--------------------------| 51.22% tmperm3uznt.zip |###########################--------------------------| 51.69% tmperm3uznt.zip |############################-------------------------| 52.15% tmperm3uznt.zip |############################-------------------------| 52.62% tmperm3uznt.zip |############################-------------------------| 53.09% tmperm3uznt.zip |############################-------------------------| 53.55% tmperm3uznt.zip |#############################------------------------| 54.02% tmperm3uznt.zip |#############################------------------------| 54.48% tmperm3uznt.zip |#############################------------------------| 54.95% tmperm3uznt.zip |#############################------------------------| 55.41% tmperm3uznt.zip |##############################-----------------------| 55.88% tmperm3uznt.zip |##############################-----------------------| 56.35% tmperm3uznt.zip |##############################-----------------------| 56.81% tmperm3uznt.zip |##############################-----------------------| 57.28% tmperm3uznt.zip |###############################----------------------| 57.74% tmperm3uznt.zip |###############################----------------------| 58.21% tmperm3uznt.zip |###############################----------------------| 58.67% tmperm3uznt.zip |###############################----------------------| 59.14% tmperm3uznt.zip |################################---------------------| 59.6% tmperm3uznt.zip |################################---------------------| 60.07% tmperm3uznt.zip |################################---------------------| 60.54% tmperm3uznt.zip |################################---------------------| 61.0% tmperm3uznt.zip |#################################--------------------| 61.47% tmperm3uznt.zip |#################################--------------------| 61.93% tmperm3uznt.zip |#################################--------------------| 62.4% tmperm3uznt.zip |#################################--------------------| 62.86% tmperm3uznt.zip |##################################-------------------| 63.33% tmperm3uznt.zip |##################################-------------------| 63.8% tmperm3uznt.zip |##################################-------------------| 64.26% tmperm3uznt.zip |##################################-------------------| 64.73% tmperm3uznt.zip |###################################------------------| 65.19% tmperm3uznt.zip |###################################------------------| 65.66% tmperm3uznt.zip |###################################------------------| 66.12% tmperm3uznt.zip |###################################------------------| 66.59% tmperm3uznt.zip |####################################-----------------| 67.06% tmperm3uznt.zip |####################################-----------------| 67.52% tmperm3uznt.zip |####################################-----------------| 67.99% tmperm3uznt.zip |####################################-----------------| 68.45% tmperm3uznt.zip |#####################################----------------| 68.92% tmperm3uznt.zip |#####################################----------------| 69.38% tmperm3uznt.zip |#####################################----------------| 69.85% tmperm3uznt.zip |#####################################----------------| 70.32% tmperm3uznt.zip |######################################---------------| 70.78% tmperm3uznt.zip |######################################---------------| 71.25% tmperm3uznt.zip |######################################---------------| 71.71% tmperm3uznt.zip |######################################---------------| 72.18% tmperm3uznt.zip |#######################################--------------| 72.64% tmperm3uznt.zip |#######################################--------------| 73.11% tmperm3uznt.zip |#######################################--------------| 73.57% tmperm3uznt.zip |#######################################--------------| 74.04% tmperm3uznt.zip |#######################################--------------| 74.51% tmperm3uznt.zip |########################################-------------| 74.97% tmperm3uznt.zip |########################################-------------| 75.44% tmperm3uznt.zip |########################################-------------| 75.9% tmperm3uznt.zip |########################################-------------| 76.37% tmperm3uznt.zip |#########################################------------| 76.83% tmperm3uznt.zip |#########################################------------| 77.3% tmperm3uznt.zip |#########################################------------| 77.77% tmperm3uznt.zip |#########################################------------| 78.23% tmperm3uznt.zip |##########################################-----------| 78.7% tmperm3uznt.zip |##########################################-----------| 79.16% tmperm3uznt.zip |##########################################-----------| 79.63% tmperm3uznt.zip |##########################################-----------| 80.09% tmperm3uznt.zip |###########################################----------| 80.56% tmperm3uznt.zip |###########################################----------| 81.03% tmperm3uznt.zip |###########################################----------| 81.49% tmperm3uznt.zip |###########################################----------| 81.96% tmperm3uznt.zip |############################################---------| 82.42% tmperm3uznt.zip |############################################---------| 82.89% tmperm3uznt.zip |############################################---------| 83.35% tmperm3uznt.zip |############################################---------| 83.82% tmperm3uznt.zip |#############################################--------| 84.29% tmperm3uznt.zip |#############################################--------| 84.75% tmperm3uznt.zip |#############################################--------| 85.22% tmperm3uznt.zip |#############################################--------| 85.68% tmperm3uznt.zip |##############################################-------| 86.15% tmperm3uznt.zip |##############################################-------| 86.61% tmperm3uznt.zip |##############################################-------| 87.08% tmperm3uznt.zip |##############################################-------| 87.54% tmperm3uznt.zip |###############################################------| 88.01% tmperm3uznt.zip |###############################################------| 88.48% tmperm3uznt.zip |###############################################------| 88.94% tmperm3uznt.zip |###############################################------| 89.41% tmperm3uznt.zip |################################################-----| 89.87% tmperm3uznt.zip |################################################-----| 90.34% tmperm3uznt.zip |################################################-----| 90.8% tmperm3uznt.zip |################################################-----| 91.27% tmperm3uznt.zip |#################################################----| 91.74% tmperm3uznt.zip |#################################################----| 92.2% tmperm3uznt.zip |#################################################----| 92.67% tmperm3uznt.zip |#################################################----| 93.13% tmperm3uznt.zip |##################################################---| 93.6% tmperm3uznt.zip |##################################################---| 94.06% tmperm3uznt.zip |##################################################---| 94.53% tmperm3uznt.zip |##################################################---| 95.0% tmperm3uznt.zip |###################################################--| 95.46% tmperm3uznt.zip |###################################################--| 95.93% tmperm3uznt.zip |###################################################--| 96.39% tmperm3uznt.zip |###################################################--| 96.86% tmperm3uznt.zip |####################################################-| 97.32% tmperm3uznt.zip |####################################################-| 97.79% tmperm3uznt.zip |####################################################-| 98.25% tmperm3uznt.zip |####################################################-| 98.72% tmperm3uznt.zip |#####################################################| 99.19% tmperm3uznt.zip |#####################################################| 99.65% tmperm3uznt.zip |#####################################################| 100.0% Plugin uploaded. Plugin's id is 0d1da0c4-2162-4621-984c-021dff10b94c + 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).. tmp4vpjp817.zip |-----------------------------------------------------| 0.46% tmp4vpjp817.zip |-----------------------------------------------------| 0.93% tmp4vpjp817.zip |#----------------------------------------------------| 1.39% tmp4vpjp817.zip |#----------------------------------------------------| 1.86% tmp4vpjp817.zip |#----------------------------------------------------| 2.32% tmp4vpjp817.zip |#----------------------------------------------------| 2.79% tmp4vpjp817.zip |##---------------------------------------------------| 3.25% tmp4vpjp817.zip |##---------------------------------------------------| 3.72% tmp4vpjp817.zip |##---------------------------------------------------| 4.18% tmp4vpjp817.zip |##---------------------------------------------------| 4.64% tmp4vpjp817.zip |###--------------------------------------------------| 5.11% tmp4vpjp817.zip |###--------------------------------------------------| 5.57% tmp4vpjp817.zip |###--------------------------------------------------| 6.04% tmp4vpjp817.zip |###--------------------------------------------------| 6.5% tmp4vpjp817.zip |####-------------------------------------------------| 6.97% tmp4vpjp817.zip |####-------------------------------------------------| 7.43% tmp4vpjp817.zip |####-------------------------------------------------| 7.9% tmp4vpjp817.zip |####-------------------------------------------------| 8.36% tmp4vpjp817.zip |#####------------------------------------------------| 8.82% tmp4vpjp817.zip |#####------------------------------------------------| 9.29% tmp4vpjp817.zip |#####------------------------------------------------| 9.75% tmp4vpjp817.zip |#####------------------------------------------------| 10.22% tmp4vpjp817.zip |######-----------------------------------------------| 10.68% tmp4vpjp817.zip |######-----------------------------------------------| 11.15% tmp4vpjp817.zip |######-----------------------------------------------| 11.61% tmp4vpjp817.zip |######-----------------------------------------------| 12.08% tmp4vpjp817.zip |#######----------------------------------------------| 12.54% tmp4vpjp817.zip |#######----------------------------------------------| 13.0% tmp4vpjp817.zip |#######----------------------------------------------| 13.47% tmp4vpjp817.zip |#######----------------------------------------------| 13.93% tmp4vpjp817.zip |########---------------------------------------------| 14.4% tmp4vpjp817.zip |########---------------------------------------------| 14.86% tmp4vpjp817.zip |########---------------------------------------------| 15.33% tmp4vpjp817.zip |########---------------------------------------------| 15.79% tmp4vpjp817.zip |#########--------------------------------------------| 16.26% tmp4vpjp817.zip |#########--------------------------------------------| 16.72% tmp4vpjp817.zip |#########--------------------------------------------| 17.18% tmp4vpjp817.zip |#########--------------------------------------------| 17.65% tmp4vpjp817.zip |##########-------------------------------------------| 18.11% tmp4vpjp817.zip |##########-------------------------------------------| 18.58% tmp4vpjp817.zip |##########-------------------------------------------| 19.04% tmp4vpjp817.zip |##########-------------------------------------------| 19.51% tmp4vpjp817.zip |###########------------------------------------------| 19.97% tmp4vpjp817.zip |###########------------------------------------------| 20.43% tmp4vpjp817.zip |###########------------------------------------------| 20.9% tmp4vpjp817.zip |###########------------------------------------------| 21.36% tmp4vpjp817.zip |############-----------------------------------------| 21.83% tmp4vpjp817.zip |############-----------------------------------------| 22.29% tmp4vpjp817.zip |############-----------------------------------------| 22.76% tmp4vpjp817.zip |############-----------------------------------------| 23.22% tmp4vpjp817.zip |#############----------------------------------------| 23.69% tmp4vpjp817.zip |#############----------------------------------------| 24.15% tmp4vpjp817.zip |#############----------------------------------------| 24.61% tmp4vpjp817.zip |#############----------------------------------------| 25.08% tmp4vpjp817.zip |##############---------------------------------------| 25.54% tmp4vpjp817.zip |##############---------------------------------------| 26.01% tmp4vpjp817.zip |##############---------------------------------------| 26.47% tmp4vpjp817.zip |##############---------------------------------------| 26.94% tmp4vpjp817.zip |###############--------------------------------------| 27.4% tmp4vpjp817.zip |###############--------------------------------------| 27.87% tmp4vpjp817.zip |###############--------------------------------------| 28.33% tmp4vpjp817.zip |###############--------------------------------------| 28.79% tmp4vpjp817.zip |################-------------------------------------| 29.26% tmp4vpjp817.zip |################-------------------------------------| 29.72% tmp4vpjp817.zip |################-------------------------------------| 30.19% tmp4vpjp817.zip |################-------------------------------------| 30.65% tmp4vpjp817.zip |################-------------------------------------| 31.12% tmp4vpjp817.zip |#################------------------------------------| 31.58% tmp4vpjp817.zip |#################------------------------------------| 32.05% tmp4vpjp817.zip |#################------------------------------------| 32.51% tmp4vpjp817.zip |#################------------------------------------| 32.97% tmp4vpjp817.zip |##################-----------------------------------| 33.44% tmp4vpjp817.zip |##################-----------------------------------| 33.9% tmp4vpjp817.zip |##################-----------------------------------| 34.37% tmp4vpjp817.zip |##################-----------------------------------| 34.83% tmp4vpjp817.zip |###################----------------------------------| 35.3% tmp4vpjp817.zip |###################----------------------------------| 35.76% tmp4vpjp817.zip |###################----------------------------------| 36.23% tmp4vpjp817.zip |###################----------------------------------| 36.69% tmp4vpjp817.zip |####################---------------------------------| 37.15% tmp4vpjp817.zip |####################---------------------------------| 37.62% tmp4vpjp817.zip |####################---------------------------------| 38.08% tmp4vpjp817.zip |####################---------------------------------| 38.55% tmp4vpjp817.zip |#####################--------------------------------| 39.01% tmp4vpjp817.zip |#####################--------------------------------| 39.48% tmp4vpjp817.zip |#####################--------------------------------| 39.94% tmp4vpjp817.zip |#####################--------------------------------| 40.41% tmp4vpjp817.zip |######################-------------------------------| 40.87% tmp4vpjp817.zip |######################-------------------------------| 41.33% tmp4vpjp817.zip |######################-------------------------------| 41.8% tmp4vpjp817.zip |######################-------------------------------| 42.26% tmp4vpjp817.zip |#######################------------------------------| 42.73% tmp4vpjp817.zip |#######################------------------------------| 43.19% tmp4vpjp817.zip |#######################------------------------------| 43.66% tmp4vpjp817.zip |#######################------------------------------| 44.12% tmp4vpjp817.zip |########################-----------------------------| 44.59% tmp4vpjp817.zip |########################-----------------------------| 45.05% tmp4vpjp817.zip |########################-----------------------------| 45.51% tmp4vpjp817.zip |########################-----------------------------| 45.98% tmp4vpjp817.zip |#########################----------------------------| 46.44% tmp4vpjp817.zip |#########################----------------------------| 46.91% tmp4vpjp817.zip |#########################----------------------------| 47.37% tmp4vpjp817.zip |#########################----------------------------| 47.84% tmp4vpjp817.zip |##########################---------------------------| 48.3% tmp4vpjp817.zip |##########################---------------------------| 48.77% tmp4vpjp817.zip |##########################---------------------------| 49.23% tmp4vpjp817.zip |##########################---------------------------| 49.69% tmp4vpjp817.zip |###########################--------------------------| 50.16% tmp4vpjp817.zip |###########################--------------------------| 50.62% tmp4vpjp817.zip |###########################--------------------------| 51.09% tmp4vpjp817.zip |###########################--------------------------| 51.55% tmp4vpjp817.zip |############################-------------------------| 52.02% tmp4vpjp817.zip |############################-------------------------| 52.48% tmp4vpjp817.zip |############################-------------------------| 52.94% tmp4vpjp817.zip |############################-------------------------| 53.41% tmp4vpjp817.zip |#############################------------------------| 53.87% tmp4vpjp817.zip |#############################------------------------| 54.34% tmp4vpjp817.zip |#############################------------------------| 54.8% tmp4vpjp817.zip |#############################------------------------| 55.27% tmp4vpjp817.zip |##############################-----------------------| 55.73% tmp4vpjp817.zip |##############################-----------------------| 56.2% tmp4vpjp817.zip |##############################-----------------------| 56.66% tmp4vpjp817.zip |##############################-----------------------| 57.12% tmp4vpjp817.zip |###############################----------------------| 57.59% tmp4vpjp817.zip |###############################----------------------| 58.05% tmp4vpjp817.zip |###############################----------------------| 58.52% tmp4vpjp817.zip |###############################----------------------| 58.98% tmp4vpjp817.zip |################################---------------------| 59.45% tmp4vpjp817.zip |################################---------------------| 59.91% tmp4vpjp817.zip |################################---------------------| 60.38% tmp4vpjp817.zip |################################---------------------| 60.84% tmp4vpjp817.zip |################################---------------------| 61.3% tmp4vpjp817.zip |#################################--------------------| 61.77% tmp4vpjp817.zip |#################################--------------------| 62.23% tmp4vpjp817.zip |#################################--------------------| 62.7% tmp4vpjp817.zip |#################################--------------------| 63.16% tmp4vpjp817.zip |##################################-------------------| 63.63% tmp4vpjp817.zip |##################################-------------------| 64.09% tmp4vpjp817.zip |##################################-------------------| 64.56% tmp4vpjp817.zip |##################################-------------------| 65.02% tmp4vpjp817.zip |###################################------------------| 65.48% tmp4vpjp817.zip |###################################------------------| 65.95% tmp4vpjp817.zip |###################################------------------| 66.41% tmp4vpjp817.zip |###################################------------------| 66.88% tmp4vpjp817.zip |####################################-----------------| 67.34% tmp4vpjp817.zip |####################################-----------------| 67.81% tmp4vpjp817.zip |####################################-----------------| 68.27% tmp4vpjp817.zip |####################################-----------------| 68.74% tmp4vpjp817.zip |#####################################----------------| 69.2% tmp4vpjp817.zip |#####################################----------------| 69.66% tmp4vpjp817.zip |#####################################----------------| 70.13% tmp4vpjp817.zip |#####################################----------------| 70.59% tmp4vpjp817.zip |######################################---------------| 71.06% tmp4vpjp817.zip |######################################---------------| 71.52% tmp4vpjp817.zip |######################################---------------| 71.99% tmp4vpjp817.zip |######################################---------------| 72.45% tmp4vpjp817.zip |#######################################--------------| 72.92% tmp4vpjp817.zip |#######################################--------------| 73.38% tmp4vpjp817.zip |#######################################--------------| 73.84% tmp4vpjp817.zip |#######################################--------------| 74.31% tmp4vpjp817.zip |########################################-------------| 74.77% tmp4vpjp817.zip |########################################-------------| 75.24% tmp4vpjp817.zip |########################################-------------| 75.7% tmp4vpjp817.zip |########################################-------------| 76.17% tmp4vpjp817.zip |#########################################------------| 76.63% tmp4vpjp817.zip |#########################################------------| 77.1% tmp4vpjp817.zip |#########################################------------| 77.56% tmp4vpjp817.zip |#########################################------------| 78.02% tmp4vpjp817.zip |##########################################-----------| 78.49% tmp4vpjp817.zip |##########################################-----------| 78.95% tmp4vpjp817.zip |##########################################-----------| 79.42% tmp4vpjp817.zip |##########################################-----------| 79.88% tmp4vpjp817.zip |###########################################----------| 80.35% tmp4vpjp817.zip |###########################################----------| 80.81% tmp4vpjp817.zip |###########################################----------| 81.28% tmp4vpjp817.zip |###########################################----------| 81.74% tmp4vpjp817.zip |############################################---------| 82.2% tmp4vpjp817.zip |############################################---------| 82.67% tmp4vpjp817.zip |############################################---------| 83.13% tmp4vpjp817.zip |############################################---------| 83.6% tmp4vpjp817.zip |#############################################--------| 84.06% tmp4vpjp817.zip |#############################################--------| 84.53% tmp4vpjp817.zip |#############################################--------| 84.99% tmp4vpjp817.zip |#############################################--------| 85.45% tmp4vpjp817.zip |##############################################-------| 85.92% tmp4vpjp817.zip |##############################################-------| 86.38% tmp4vpjp817.zip |##############################################-------| 86.85% tmp4vpjp817.zip |##############################################-------| 87.31% tmp4vpjp817.zip |###############################################------| 87.78% tmp4vpjp817.zip |###############################################------| 88.24% tmp4vpjp817.zip |###############################################------| 88.71% tmp4vpjp817.zip |###############################################------| 89.17% tmp4vpjp817.zip |################################################-----| 89.63% tmp4vpjp817.zip |################################################-----| 90.1% tmp4vpjp817.zip |################################################-----| 90.56% tmp4vpjp817.zip |################################################-----| 91.03% tmp4vpjp817.zip |################################################-----| 91.49% tmp4vpjp817.zip |#################################################----| 91.96% tmp4vpjp817.zip |#################################################----| 92.42% tmp4vpjp817.zip |#################################################----| 92.89% tmp4vpjp817.zip |#################################################----| 93.35% tmp4vpjp817.zip |##################################################---| 93.81% tmp4vpjp817.zip |##################################################---| 94.28% tmp4vpjp817.zip |##################################################---| 94.74% tmp4vpjp817.zip |##################################################---| 95.21% tmp4vpjp817.zip |###################################################--| 95.67% tmp4vpjp817.zip |###################################################--| 96.14% tmp4vpjp817.zip |###################################################--| 96.6% tmp4vpjp817.zip |###################################################--| 97.07% tmp4vpjp817.zip |####################################################-| 97.53% tmp4vpjp817.zip |####################################################-| 97.99% tmp4vpjp817.zip |####################################################-| 98.46% tmp4vpjp817.zip |####################################################-| 98.92% tmp4vpjp817.zip |#####################################################| 99.39% tmp4vpjp817.zip |#####################################################| 99.85% tmp4vpjp817.zip |#####################################################| 100.0% Plugin uploaded. Plugin's id is caeac59b-4375-4b6a-894f-a98426f19fc7 + 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