+ '[' -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 + exec /sbin/init --log-target=journal + /scripts/init-cloudify.sh + /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. 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 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 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 Services: Got a status response | Cloudify Console | Inactive | | Management Worker | Inactive | Some service(s) not running Retrieving manager services status... [ip=dcae-cloudify-manager] Services: +--------------------------------+----------+ | service | status | +--------------------------------+----------+ | Webserver | Active | | Cloudify Console | Inactive | | AMQP-Postgres | Active | | Management Worker | Inactive | | Manager Rest-Service | Active | | PostgreSQL | Active | | RabbitMQ | Active | +--------------------------------+----------+ + echo 'Waiting for CM to come up' + sleep 15 Waiting for CM to come up + /scripts/cloudify-ready.sh Services: Got a status response All services running + shopt -s nullglob + [[ ! -f /opt/manager/plugins-loaded ]] + for p in '${PLUGIN_DIR}/*' + wagons=($p/*.wgn) + types=($p/*.yaml) + install_plugin /opt/plugins/plugin-5Dc9T1a/k8splugin-3.9.0-py36-none-linux_x86_64.wgn /opt/plugins/plugin-5Dc9T1a/k8splugin_types.yaml ++ basename /opt/plugins/plugin-5Dc9T1a/k8splugin-3.9.0-py36-none-linux_x86_64.wgn + ARCHIVE=k8splugin-3.9.0-py36-none-linux_x86_64.wgn + cm_hasany 'plugins?archive_name=k8splugin-3.9.0-py36-none-linux_x86_64.wgn' ++ curl -Ss -H 'Tenant: default_tenant' --user admin:SU92FFB6 --cacert /opt/onap/certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/plugins?archive_name=k8splugin-3.9.0-py36-none-linux_x86_64.wgn&_include=id' ++ /bin/jq .metadata.pagination.total + COUNT=0 + (( 0 > 0 )) + return 1 + cfy plugin upload -y /opt/plugins/plugin-5Dc9T1a/k8splugin_types.yaml /opt/plugins/plugin-5Dc9T1a/k8splugin-3.9.0-py36-none-linux_x86_64.wgn Creating plugin zip archive.. Uploading plugin archive (wagon + yaml).. tmpf_bwqcgm.zip |-----------------------------------------------------| 0.13% tmpf_bwqcgm.zip |-----------------------------------------------------| 0.26% tmpf_bwqcgm.zip |-----------------------------------------------------| 0.38% tmpf_bwqcgm.zip |-----------------------------------------------------| 0.51% tmpf_bwqcgm.zip |-----------------------------------------------------| 0.64% tmpf_bwqcgm.zip |-----------------------------------------------------| 0.77% tmpf_bwqcgm.zip |-----------------------------------------------------| 0.9% tmpf_bwqcgm.zip |#----------------------------------------------------| 1.03% tmpf_bwqcgm.zip |#----------------------------------------------------| 1.15% tmpf_bwqcgm.zip |#----------------------------------------------------| 1.28% tmpf_bwqcgm.zip |#----------------------------------------------------| 1.41% tmpf_bwqcgm.zip |#----------------------------------------------------| 1.54% tmpf_bwqcgm.zip |#----------------------------------------------------| 1.67% tmpf_bwqcgm.zip |#----------------------------------------------------| 1.79% tmpf_bwqcgm.zip |#----------------------------------------------------| 1.92% tmpf_bwqcgm.zip |#----------------------------------------------------| 2.05% tmpf_bwqcgm.zip |#----------------------------------------------------| 2.18% tmpf_bwqcgm.zip |#----------------------------------------------------| 2.31% tmpf_bwqcgm.zip |#----------------------------------------------------| 2.44% tmpf_bwqcgm.zip |#----------------------------------------------------| 2.56% tmpf_bwqcgm.zip |#----------------------------------------------------| 2.69% tmpf_bwqcgm.zip |#----------------------------------------------------| 2.82% tmpf_bwqcgm.zip |##---------------------------------------------------| 2.95% tmpf_bwqcgm.zip |##---------------------------------------------------| 3.08% tmpf_bwqcgm.zip |##---------------------------------------------------| 3.2% tmpf_bwqcgm.zip |##---------------------------------------------------| 3.33% tmpf_bwqcgm.zip |##---------------------------------------------------| 3.46% tmpf_bwqcgm.zip |##---------------------------------------------------| 3.59% tmpf_bwqcgm.zip |##---------------------------------------------------| 3.72% tmpf_bwqcgm.zip |##---------------------------------------------------| 3.85% tmpf_bwqcgm.zip |##---------------------------------------------------| 3.97% tmpf_bwqcgm.zip |##---------------------------------------------------| 4.1% tmpf_bwqcgm.zip |##---------------------------------------------------| 4.23% tmpf_bwqcgm.zip |##---------------------------------------------------| 4.36% tmpf_bwqcgm.zip |##---------------------------------------------------| 4.49% tmpf_bwqcgm.zip |##---------------------------------------------------| 4.61% tmpf_bwqcgm.zip |###--------------------------------------------------| 4.74% tmpf_bwqcgm.zip |###--------------------------------------------------| 4.87% tmpf_bwqcgm.zip |###--------------------------------------------------| 5.0% tmpf_bwqcgm.zip |###--------------------------------------------------| 5.13% tmpf_bwqcgm.zip |###--------------------------------------------------| 5.26% tmpf_bwqcgm.zip |###--------------------------------------------------| 5.38% tmpf_bwqcgm.zip |###--------------------------------------------------| 5.51% tmpf_bwqcgm.zip |###--------------------------------------------------| 5.64% tmpf_bwqcgm.zip |###--------------------------------------------------| 5.77% tmpf_bwqcgm.zip |###--------------------------------------------------| 5.9% tmpf_bwqcgm.zip |###--------------------------------------------------| 6.02% tmpf_bwqcgm.zip |###--------------------------------------------------| 6.15% tmpf_bwqcgm.zip |###--------------------------------------------------| 6.28% tmpf_bwqcgm.zip |###--------------------------------------------------| 6.41% tmpf_bwqcgm.zip |###--------------------------------------------------| 6.54% tmpf_bwqcgm.zip |####-------------------------------------------------| 6.67% tmpf_bwqcgm.zip |####-------------------------------------------------| 6.79% tmpf_bwqcgm.zip |####-------------------------------------------------| 6.92% tmpf_bwqcgm.zip |####-------------------------------------------------| 7.05% tmpf_bwqcgm.zip |####-------------------------------------------------| 7.18% tmpf_bwqcgm.zip |####-------------------------------------------------| 7.31% tmpf_bwqcgm.zip |####-------------------------------------------------| 7.43% tmpf_bwqcgm.zip |####-------------------------------------------------| 7.56% tmpf_bwqcgm.zip |####-------------------------------------------------| 7.69% tmpf_bwqcgm.zip |####-------------------------------------------------| 7.82% tmpf_bwqcgm.zip |####-------------------------------------------------| 7.95% tmpf_bwqcgm.zip |####-------------------------------------------------| 8.08% tmpf_bwqcgm.zip |####-------------------------------------------------| 8.2% tmpf_bwqcgm.zip |####-------------------------------------------------| 8.33% tmpf_bwqcgm.zip |####-------------------------------------------------| 8.46% tmpf_bwqcgm.zip |#####------------------------------------------------| 8.59% tmpf_bwqcgm.zip |#####------------------------------------------------| 8.72% tmpf_bwqcgm.zip |#####------------------------------------------------| 8.84% tmpf_bwqcgm.zip |#####------------------------------------------------| 8.97% tmpf_bwqcgm.zip |#####------------------------------------------------| 9.1% tmpf_bwqcgm.zip |#####------------------------------------------------| 9.23% tmpf_bwqcgm.zip |#####------------------------------------------------| 9.36% tmpf_bwqcgm.zip |#####------------------------------------------------| 9.48% tmpf_bwqcgm.zip |#####------------------------------------------------| 9.61% tmpf_bwqcgm.zip |#####------------------------------------------------| 9.74% tmpf_bwqcgm.zip |#####------------------------------------------------| 9.87% tmpf_bwqcgm.zip |#####------------------------------------------------| 10.0% tmpf_bwqcgm.zip |#####------------------------------------------------| 10.13% tmpf_bwqcgm.zip |#####------------------------------------------------| 10.25% tmpf_bwqcgm.zip |######-----------------------------------------------| 10.38% tmpf_bwqcgm.zip |######-----------------------------------------------| 10.51% tmpf_bwqcgm.zip |######-----------------------------------------------| 10.64% tmpf_bwqcgm.zip |######-----------------------------------------------| 10.77% tmpf_bwqcgm.zip |######-----------------------------------------------| 10.89% tmpf_bwqcgm.zip |######-----------------------------------------------| 11.02% tmpf_bwqcgm.zip |######-----------------------------------------------| 11.15% tmpf_bwqcgm.zip |######-----------------------------------------------| 11.28% tmpf_bwqcgm.zip |######-----------------------------------------------| 11.41% tmpf_bwqcgm.zip |######-----------------------------------------------| 11.54% tmpf_bwqcgm.zip |######-----------------------------------------------| 11.66% tmpf_bwqcgm.zip |######-----------------------------------------------| 11.79% tmpf_bwqcgm.zip |######-----------------------------------------------| 11.92% tmpf_bwqcgm.zip |######-----------------------------------------------| 12.05% tmpf_bwqcgm.zip |######-----------------------------------------------| 12.18% tmpf_bwqcgm.zip |#######----------------------------------------------| 12.3% tmpf_bwqcgm.zip |#######----------------------------------------------| 12.43% tmpf_bwqcgm.zip |#######----------------------------------------------| 12.56% tmpf_bwqcgm.zip |#######----------------------------------------------| 12.69% tmpf_bwqcgm.zip |#######----------------------------------------------| 12.82% tmpf_bwqcgm.zip |#######----------------------------------------------| 12.95% tmpf_bwqcgm.zip |#######----------------------------------------------| 13.07% tmpf_bwqcgm.zip |#######----------------------------------------------| 13.2% tmpf_bwqcgm.zip |#######----------------------------------------------| 13.33% tmpf_bwqcgm.zip |#######----------------------------------------------| 13.46% tmpf_bwqcgm.zip |#######----------------------------------------------| 13.59% tmpf_bwqcgm.zip |#######----------------------------------------------| 13.71% tmpf_bwqcgm.zip |#######----------------------------------------------| 13.84% tmpf_bwqcgm.zip |#######----------------------------------------------| 13.97% tmpf_bwqcgm.zip |#######----------------------------------------------| 14.1% tmpf_bwqcgm.zip |########---------------------------------------------| 14.23% tmpf_bwqcgm.zip |########---------------------------------------------| 14.36% tmpf_bwqcgm.zip |########---------------------------------------------| 14.48% tmpf_bwqcgm.zip |########---------------------------------------------| 14.61% tmpf_bwqcgm.zip |########---------------------------------------------| 14.74% tmpf_bwqcgm.zip |########---------------------------------------------| 14.87% tmpf_bwqcgm.zip |########---------------------------------------------| 15.0% tmpf_bwqcgm.zip |########---------------------------------------------| 15.12% tmpf_bwqcgm.zip |########---------------------------------------------| 15.25% tmpf_bwqcgm.zip |########---------------------------------------------| 15.38% tmpf_bwqcgm.zip |########---------------------------------------------| 15.51% tmpf_bwqcgm.zip |########---------------------------------------------| 15.64% tmpf_bwqcgm.zip |########---------------------------------------------| 15.77% tmpf_bwqcgm.zip |########---------------------------------------------| 15.89% tmpf_bwqcgm.zip |########---------------------------------------------| 16.02% tmpf_bwqcgm.zip |#########--------------------------------------------| 16.15% tmpf_bwqcgm.zip |#########--------------------------------------------| 16.28% tmpf_bwqcgm.zip |#########--------------------------------------------| 16.41% tmpf_bwqcgm.zip |#########--------------------------------------------| 16.53% tmpf_bwqcgm.zip |#########--------------------------------------------| 16.66% tmpf_bwqcgm.zip |#########--------------------------------------------| 16.79% tmpf_bwqcgm.zip |#########--------------------------------------------| 16.92% tmpf_bwqcgm.zip |#########--------------------------------------------| 17.05% tmpf_bwqcgm.zip |#########--------------------------------------------| 17.18% tmpf_bwqcgm.zip |#########--------------------------------------------| 17.3% tmpf_bwqcgm.zip |#########--------------------------------------------| 17.43% tmpf_bwqcgm.zip |#########--------------------------------------------| 17.56% tmpf_bwqcgm.zip |#########--------------------------------------------| 17.69% tmpf_bwqcgm.zip |#########--------------------------------------------| 17.82% tmpf_bwqcgm.zip |##########-------------------------------------------| 17.94% tmpf_bwqcgm.zip |##########-------------------------------------------| 18.07% tmpf_bwqcgm.zip |##########-------------------------------------------| 18.2% tmpf_bwqcgm.zip |##########-------------------------------------------| 18.33% tmpf_bwqcgm.zip |##########-------------------------------------------| 18.46% tmpf_bwqcgm.zip |##########-------------------------------------------| 18.59% tmpf_bwqcgm.zip |##########-------------------------------------------| 18.71% tmpf_bwqcgm.zip |##########-------------------------------------------| 18.84% tmpf_bwqcgm.zip |##########-------------------------------------------| 18.97% tmpf_bwqcgm.zip |##########-------------------------------------------| 19.1% tmpf_bwqcgm.zip |##########-------------------------------------------| 19.23% tmpf_bwqcgm.zip |##########-------------------------------------------| 19.35% tmpf_bwqcgm.zip |##########-------------------------------------------| 19.48% tmpf_bwqcgm.zip |##########-------------------------------------------| 19.61% tmpf_bwqcgm.zip |##########-------------------------------------------| 19.74% tmpf_bwqcgm.zip |###########------------------------------------------| 19.87% tmpf_bwqcgm.zip |###########------------------------------------------| 20.0% tmpf_bwqcgm.zip |###########------------------------------------------| 20.12% tmpf_bwqcgm.zip |###########------------------------------------------| 20.25% tmpf_bwqcgm.zip |###########------------------------------------------| 20.38% tmpf_bwqcgm.zip |###########------------------------------------------| 20.51% tmpf_bwqcgm.zip |###########------------------------------------------| 20.64% tmpf_bwqcgm.zip |###########------------------------------------------| 20.76% tmpf_bwqcgm.zip |###########------------------------------------------| 20.89% tmpf_bwqcgm.zip |###########------------------------------------------| 21.02% tmpf_bwqcgm.zip |###########------------------------------------------| 21.15% tmpf_bwqcgm.zip |###########------------------------------------------| 21.28% tmpf_bwqcgm.zip |###########------------------------------------------| 21.41% tmpf_bwqcgm.zip |###########------------------------------------------| 21.53% tmpf_bwqcgm.zip |###########------------------------------------------| 21.66% tmpf_bwqcgm.zip |############-----------------------------------------| 21.79% tmpf_bwqcgm.zip |############-----------------------------------------| 21.92% tmpf_bwqcgm.zip |############-----------------------------------------| 22.05% tmpf_bwqcgm.zip |############-----------------------------------------| 22.17% tmpf_bwqcgm.zip |############-----------------------------------------| 22.3% tmpf_bwqcgm.zip |############-----------------------------------------| 22.43% tmpf_bwqcgm.zip |############-----------------------------------------| 22.56% tmpf_bwqcgm.zip |############-----------------------------------------| 22.69% tmpf_bwqcgm.zip |############-----------------------------------------| 22.82% tmpf_bwqcgm.zip |############-----------------------------------------| 22.94% tmpf_bwqcgm.zip |############-----------------------------------------| 23.07% tmpf_bwqcgm.zip |############-----------------------------------------| 23.2% tmpf_bwqcgm.zip |############-----------------------------------------| 23.33% tmpf_bwqcgm.zip |############-----------------------------------------| 23.46% tmpf_bwqcgm.zip |############-----------------------------------------| 23.58% tmpf_bwqcgm.zip |#############----------------------------------------| 23.71% tmpf_bwqcgm.zip |#############----------------------------------------| 23.84% tmpf_bwqcgm.zip |#############----------------------------------------| 23.97% tmpf_bwqcgm.zip |#############----------------------------------------| 24.1% tmpf_bwqcgm.zip |#############----------------------------------------| 24.23% tmpf_bwqcgm.zip |#############----------------------------------------| 24.35% tmpf_bwqcgm.zip |#############----------------------------------------| 24.48% tmpf_bwqcgm.zip |#############----------------------------------------| 24.61% tmpf_bwqcgm.zip |#############----------------------------------------| 24.74% tmpf_bwqcgm.zip |#############----------------------------------------| 24.87% tmpf_bwqcgm.zip |#############----------------------------------------| 24.99% tmpf_bwqcgm.zip |#############----------------------------------------| 25.12% tmpf_bwqcgm.zip |#############----------------------------------------| 25.25% tmpf_bwqcgm.zip |#############----------------------------------------| 25.38% tmpf_bwqcgm.zip |##############---------------------------------------| 25.51% tmpf_bwqcgm.zip |##############---------------------------------------| 25.63% tmpf_bwqcgm.zip |##############---------------------------------------| 25.76% tmpf_bwqcgm.zip |##############---------------------------------------| 25.89% tmpf_bwqcgm.zip |##############---------------------------------------| 26.02% tmpf_bwqcgm.zip |##############---------------------------------------| 26.15% tmpf_bwqcgm.zip |##############---------------------------------------| 26.28% tmpf_bwqcgm.zip |##############---------------------------------------| 26.4% tmpf_bwqcgm.zip |##############---------------------------------------| 26.53% tmpf_bwqcgm.zip |##############---------------------------------------| 26.66% tmpf_bwqcgm.zip |##############---------------------------------------| 26.79% tmpf_bwqcgm.zip |##############---------------------------------------| 26.92% tmpf_bwqcgm.zip |##############---------------------------------------| 27.04% tmpf_bwqcgm.zip |##############---------------------------------------| 27.17% tmpf_bwqcgm.zip |##############---------------------------------------| 27.3% tmpf_bwqcgm.zip |###############--------------------------------------| 27.43% tmpf_bwqcgm.zip |###############--------------------------------------| 27.56% tmpf_bwqcgm.zip |###############--------------------------------------| 27.69% tmpf_bwqcgm.zip |###############--------------------------------------| 27.81% tmpf_bwqcgm.zip |###############--------------------------------------| 27.94% tmpf_bwqcgm.zip |###############--------------------------------------| 28.07% tmpf_bwqcgm.zip |###############--------------------------------------| 28.2% tmpf_bwqcgm.zip |###############--------------------------------------| 28.33% tmpf_bwqcgm.zip |###############--------------------------------------| 28.45% tmpf_bwqcgm.zip |###############--------------------------------------| 28.58% tmpf_bwqcgm.zip |###############--------------------------------------| 28.71% tmpf_bwqcgm.zip |###############--------------------------------------| 28.84% tmpf_bwqcgm.zip |###############--------------------------------------| 28.97% tmpf_bwqcgm.zip |###############--------------------------------------| 29.1% tmpf_bwqcgm.zip |###############--------------------------------------| 29.22% tmpf_bwqcgm.zip |################-------------------------------------| 29.35% tmpf_bwqcgm.zip |################-------------------------------------| 29.48% tmpf_bwqcgm.zip |################-------------------------------------| 29.61% tmpf_bwqcgm.zip |################-------------------------------------| 29.74% tmpf_bwqcgm.zip |################-------------------------------------| 29.86% tmpf_bwqcgm.zip |################-------------------------------------| 29.99% tmpf_bwqcgm.zip |################-------------------------------------| 30.12% tmpf_bwqcgm.zip |################-------------------------------------| 30.25% tmpf_bwqcgm.zip |################-------------------------------------| 30.38% tmpf_bwqcgm.zip |################-------------------------------------| 30.51% tmpf_bwqcgm.zip |################-------------------------------------| 30.63% tmpf_bwqcgm.zip |################-------------------------------------| 30.76% tmpf_bwqcgm.zip |################-------------------------------------| 30.89% tmpf_bwqcgm.zip |################-------------------------------------| 31.02% tmpf_bwqcgm.zip |#################------------------------------------| 31.15% tmpf_bwqcgm.zip |#################------------------------------------| 31.27% tmpf_bwqcgm.zip |#################------------------------------------| 31.4% tmpf_bwqcgm.zip |#################------------------------------------| 31.53% tmpf_bwqcgm.zip |#################------------------------------------| 31.66% tmpf_bwqcgm.zip |#################------------------------------------| 31.79% tmpf_bwqcgm.zip |#################------------------------------------| 31.92% tmpf_bwqcgm.zip |#################------------------------------------| 32.04% tmpf_bwqcgm.zip |#################------------------------------------| 32.17% tmpf_bwqcgm.zip |#################------------------------------------| 32.3% tmpf_bwqcgm.zip |#################------------------------------------| 32.43% tmpf_bwqcgm.zip |#################------------------------------------| 32.56% tmpf_bwqcgm.zip |#################------------------------------------| 32.68% tmpf_bwqcgm.zip |#################------------------------------------| 32.81% tmpf_bwqcgm.zip |#################------------------------------------| 32.94% tmpf_bwqcgm.zip |##################-----------------------------------| 33.07% tmpf_bwqcgm.zip |##################-----------------------------------| 33.2% tmpf_bwqcgm.zip |##################-----------------------------------| 33.33% tmpf_bwqcgm.zip |##################-----------------------------------| 33.45% tmpf_bwqcgm.zip |##################-----------------------------------| 33.58% tmpf_bwqcgm.zip |##################-----------------------------------| 33.71% tmpf_bwqcgm.zip |##################-----------------------------------| 33.84% tmpf_bwqcgm.zip |##################-----------------------------------| 33.97% tmpf_bwqcgm.zip |##################-----------------------------------| 34.09% tmpf_bwqcgm.zip |##################-----------------------------------| 34.22% tmpf_bwqcgm.zip |##################-----------------------------------| 34.35% tmpf_bwqcgm.zip |##################-----------------------------------| 34.48% tmpf_bwqcgm.zip |##################-----------------------------------| 34.61% tmpf_bwqcgm.zip |##################-----------------------------------| 34.74% tmpf_bwqcgm.zip |##################-----------------------------------| 34.86% tmpf_bwqcgm.zip |###################----------------------------------| 34.99% tmpf_bwqcgm.zip |###################----------------------------------| 35.12% tmpf_bwqcgm.zip |###################----------------------------------| 35.25% tmpf_bwqcgm.zip |###################----------------------------------| 35.38% tmpf_bwqcgm.zip |###################----------------------------------| 35.5% tmpf_bwqcgm.zip |###################----------------------------------| 35.63% tmpf_bwqcgm.zip |###################----------------------------------| 35.76% tmpf_bwqcgm.zip |###################----------------------------------| 35.89% tmpf_bwqcgm.zip |###################----------------------------------| 36.02% tmpf_bwqcgm.zip |###################----------------------------------| 36.15% tmpf_bwqcgm.zip |###################----------------------------------| 36.27% tmpf_bwqcgm.zip |###################----------------------------------| 36.4% tmpf_bwqcgm.zip |###################----------------------------------| 36.53% tmpf_bwqcgm.zip |###################----------------------------------| 36.66% tmpf_bwqcgm.zip |###################----------------------------------| 36.79% tmpf_bwqcgm.zip |####################---------------------------------| 36.91% tmpf_bwqcgm.zip |####################---------------------------------| 37.04% tmpf_bwqcgm.zip |####################---------------------------------| 37.17% tmpf_bwqcgm.zip |####################---------------------------------| 37.3% tmpf_bwqcgm.zip |####################---------------------------------| 37.43% tmpf_bwqcgm.zip |####################---------------------------------| 37.56% tmpf_bwqcgm.zip |####################---------------------------------| 37.68% tmpf_bwqcgm.zip |####################---------------------------------| 37.81% tmpf_bwqcgm.zip |####################---------------------------------| 37.94% tmpf_bwqcgm.zip |####################---------------------------------| 38.07% tmpf_bwqcgm.zip |####################---------------------------------| 38.2% tmpf_bwqcgm.zip |####################---------------------------------| 38.32% tmpf_bwqcgm.zip |####################---------------------------------| 38.45% tmpf_bwqcgm.zip |####################---------------------------------| 38.58% tmpf_bwqcgm.zip |#####################--------------------------------| 38.71% tmpf_bwqcgm.zip |#####################--------------------------------| 38.84% tmpf_bwqcgm.zip |#####################--------------------------------| 38.97% tmpf_bwqcgm.zip |#####################--------------------------------| 39.09% tmpf_bwqcgm.zip |#####################--------------------------------| 39.22% tmpf_bwqcgm.zip |#####################--------------------------------| 39.35% tmpf_bwqcgm.zip |#####################--------------------------------| 39.48% tmpf_bwqcgm.zip |#####################--------------------------------| 39.61% tmpf_bwqcgm.zip |#####################--------------------------------| 39.73% tmpf_bwqcgm.zip |#####################--------------------------------| 39.86% tmpf_bwqcgm.zip |#####################--------------------------------| 39.99% tmpf_bwqcgm.zip |#####################--------------------------------| 40.12% tmpf_bwqcgm.zip |#####################--------------------------------| 40.25% tmpf_bwqcgm.zip |#####################--------------------------------| 40.38% tmpf_bwqcgm.zip |#####################--------------------------------| 40.5% tmpf_bwqcgm.zip |######################-------------------------------| 40.63% tmpf_bwqcgm.zip |######################-------------------------------| 40.76% tmpf_bwqcgm.zip |######################-------------------------------| 40.89% tmpf_bwqcgm.zip |######################-------------------------------| 41.02% tmpf_bwqcgm.zip |######################-------------------------------| 41.14% tmpf_bwqcgm.zip |######################-------------------------------| 41.27% tmpf_bwqcgm.zip |######################-------------------------------| 41.4% tmpf_bwqcgm.zip |######################-------------------------------| 41.53% tmpf_bwqcgm.zip |######################-------------------------------| 41.66% tmpf_bwqcgm.zip |######################-------------------------------| 41.78% tmpf_bwqcgm.zip |######################-------------------------------| 41.91% tmpf_bwqcgm.zip |######################-------------------------------| 42.04% tmpf_bwqcgm.zip |######################-------------------------------| 42.17% tmpf_bwqcgm.zip |######################-------------------------------| 42.3% tmpf_bwqcgm.zip |######################-------------------------------| 42.43% tmpf_bwqcgm.zip |#######################------------------------------| 42.55% tmpf_bwqcgm.zip |#######################------------------------------| 42.68% tmpf_bwqcgm.zip |#######################------------------------------| 42.81% tmpf_bwqcgm.zip |#######################------------------------------| 42.94% tmpf_bwqcgm.zip |#######################------------------------------| 43.07% tmpf_bwqcgm.zip |#######################------------------------------| 43.19% tmpf_bwqcgm.zip |#######################------------------------------| 43.32% tmpf_bwqcgm.zip |#######################------------------------------| 43.45% tmpf_bwqcgm.zip |#######################------------------------------| 43.58% tmpf_bwqcgm.zip |#######################------------------------------| 43.71% tmpf_bwqcgm.zip |#######################------------------------------| 43.84% tmpf_bwqcgm.zip |#######################------------------------------| 43.96% tmpf_bwqcgm.zip |#######################------------------------------| 44.09% tmpf_bwqcgm.zip |#######################------------------------------| 44.22% tmpf_bwqcgm.zip |########################-----------------------------| 44.35% tmpf_bwqcgm.zip |########################-----------------------------| 44.48% tmpf_bwqcgm.zip |########################-----------------------------| 44.6% tmpf_bwqcgm.zip |########################-----------------------------| 44.73% tmpf_bwqcgm.zip |########################-----------------------------| 44.86% tmpf_bwqcgm.zip |########################-----------------------------| 44.99% tmpf_bwqcgm.zip |########################-----------------------------| 45.12% tmpf_bwqcgm.zip |########################-----------------------------| 45.25% tmpf_bwqcgm.zip |########################-----------------------------| 45.37% tmpf_bwqcgm.zip |########################-----------------------------| 45.5% tmpf_bwqcgm.zip |########################-----------------------------| 45.63% tmpf_bwqcgm.zip |########################-----------------------------| 45.76% tmpf_bwqcgm.zip |########################-----------------------------| 45.89% tmpf_bwqcgm.zip |########################-----------------------------| 46.01% tmpf_bwqcgm.zip |########################-----------------------------| 46.14% tmpf_bwqcgm.zip |#########################----------------------------| 46.27% tmpf_bwqcgm.zip |#########################----------------------------| 46.4% tmpf_bwqcgm.zip |#########################----------------------------| 46.53% tmpf_bwqcgm.zip |#########################----------------------------| 46.66% tmpf_bwqcgm.zip |#########################----------------------------| 46.78% tmpf_bwqcgm.zip |#########################----------------------------| 46.91% tmpf_bwqcgm.zip |#########################----------------------------| 47.04% tmpf_bwqcgm.zip |#########################----------------------------| 47.17% tmpf_bwqcgm.zip |#########################----------------------------| 47.3% tmpf_bwqcgm.zip |#########################----------------------------| 47.42% tmpf_bwqcgm.zip |#########################----------------------------| 47.55% tmpf_bwqcgm.zip |#########################----------------------------| 47.68% tmpf_bwqcgm.zip |#########################----------------------------| 47.81% tmpf_bwqcgm.zip |#########################----------------------------| 47.94% tmpf_bwqcgm.zip |#########################----------------------------| 48.07% tmpf_bwqcgm.zip |##########################---------------------------| 48.19% tmpf_bwqcgm.zip |##########################---------------------------| 48.32% tmpf_bwqcgm.zip |##########################---------------------------| 48.45% tmpf_bwqcgm.zip |##########################---------------------------| 48.58% tmpf_bwqcgm.zip |##########################---------------------------| 48.71% tmpf_bwqcgm.zip |##########################---------------------------| 48.83% tmpf_bwqcgm.zip |##########################---------------------------| 48.96% tmpf_bwqcgm.zip |##########################---------------------------| 49.09% tmpf_bwqcgm.zip |##########################---------------------------| 49.22% tmpf_bwqcgm.zip |##########################---------------------------| 49.35% tmpf_bwqcgm.zip |##########################---------------------------| 49.48% tmpf_bwqcgm.zip |##########################---------------------------| 49.6% tmpf_bwqcgm.zip |##########################---------------------------| 49.73% tmpf_bwqcgm.zip |##########################---------------------------| 49.86% tmpf_bwqcgm.zip |##########################---------------------------| 49.99% tmpf_bwqcgm.zip |###########################--------------------------| 50.12% tmpf_bwqcgm.zip |###########################--------------------------| 50.24% tmpf_bwqcgm.zip |###########################--------------------------| 50.37% tmpf_bwqcgm.zip |###########################--------------------------| 50.5% tmpf_bwqcgm.zip |###########################--------------------------| 50.63% tmpf_bwqcgm.zip |###########################--------------------------| 50.76% tmpf_bwqcgm.zip |###########################--------------------------| 50.89% tmpf_bwqcgm.zip |###########################--------------------------| 51.01% tmpf_bwqcgm.zip |###########################--------------------------| 51.14% tmpf_bwqcgm.zip |###########################--------------------------| 51.27% tmpf_bwqcgm.zip |###########################--------------------------| 51.4% tmpf_bwqcgm.zip |###########################--------------------------| 51.53% tmpf_bwqcgm.zip |###########################--------------------------| 51.65% tmpf_bwqcgm.zip |###########################--------------------------| 51.78% tmpf_bwqcgm.zip |############################-------------------------| 51.91% tmpf_bwqcgm.zip |############################-------------------------| 52.04% tmpf_bwqcgm.zip |############################-------------------------| 52.17% tmpf_bwqcgm.zip |############################-------------------------| 52.3% tmpf_bwqcgm.zip |############################-------------------------| 52.42% tmpf_bwqcgm.zip |############################-------------------------| 52.55% tmpf_bwqcgm.zip |############################-------------------------| 52.68% tmpf_bwqcgm.zip |############################-------------------------| 52.81% tmpf_bwqcgm.zip |############################-------------------------| 52.94% tmpf_bwqcgm.zip |############################-------------------------| 53.06% tmpf_bwqcgm.zip |############################-------------------------| 53.19% tmpf_bwqcgm.zip |############################-------------------------| 53.32% tmpf_bwqcgm.zip |############################-------------------------| 53.45% tmpf_bwqcgm.zip |############################-------------------------| 53.58% tmpf_bwqcgm.zip |############################-------------------------| 53.71% tmpf_bwqcgm.zip |#############################------------------------| 53.83% tmpf_bwqcgm.zip |#############################------------------------| 53.96% tmpf_bwqcgm.zip |#############################------------------------| 54.09% tmpf_bwqcgm.zip |#############################------------------------| 54.22% tmpf_bwqcgm.zip |#############################------------------------| 54.35% tmpf_bwqcgm.zip |#############################------------------------| 54.47% tmpf_bwqcgm.zip |#############################------------------------| 54.6% tmpf_bwqcgm.zip |#############################------------------------| 54.73% tmpf_bwqcgm.zip |#############################------------------------| 54.86% tmpf_bwqcgm.zip |#############################------------------------| 54.99% tmpf_bwqcgm.zip |#############################------------------------| 55.12% tmpf_bwqcgm.zip |#############################------------------------| 55.24% tmpf_bwqcgm.zip |#############################------------------------| 55.37% tmpf_bwqcgm.zip |#############################------------------------| 55.5% tmpf_bwqcgm.zip |#############################------------------------| 55.63% tmpf_bwqcgm.zip |##############################-----------------------| 55.76% tmpf_bwqcgm.zip |##############################-----------------------| 55.88% tmpf_bwqcgm.zip |##############################-----------------------| 56.01% tmpf_bwqcgm.zip |##############################-----------------------| 56.14% tmpf_bwqcgm.zip |##############################-----------------------| 56.27% tmpf_bwqcgm.zip |##############################-----------------------| 56.4% tmpf_bwqcgm.zip |##############################-----------------------| 56.53% tmpf_bwqcgm.zip |##############################-----------------------| 56.65% tmpf_bwqcgm.zip |##############################-----------------------| 56.78% tmpf_bwqcgm.zip |##############################-----------------------| 56.91% tmpf_bwqcgm.zip |##############################-----------------------| 57.04% tmpf_bwqcgm.zip |##############################-----------------------| 57.17% tmpf_bwqcgm.zip |##############################-----------------------| 57.29% tmpf_bwqcgm.zip |##############################-----------------------| 57.42% tmpf_bwqcgm.zip |###############################----------------------| 57.55% tmpf_bwqcgm.zip |###############################----------------------| 57.68% tmpf_bwqcgm.zip |###############################----------------------| 57.81% tmpf_bwqcgm.zip |###############################----------------------| 57.93% tmpf_bwqcgm.zip |###############################----------------------| 58.06% tmpf_bwqcgm.zip |###############################----------------------| 58.19% tmpf_bwqcgm.zip |###############################----------------------| 58.32% tmpf_bwqcgm.zip |###############################----------------------| 58.45% tmpf_bwqcgm.zip |###############################----------------------| 58.58% tmpf_bwqcgm.zip |###############################----------------------| 58.7% tmpf_bwqcgm.zip |###############################----------------------| 58.83% tmpf_bwqcgm.zip |###############################----------------------| 58.96% tmpf_bwqcgm.zip |###############################----------------------| 59.09% tmpf_bwqcgm.zip |###############################----------------------| 59.22% tmpf_bwqcgm.zip |###############################----------------------| 59.34% tmpf_bwqcgm.zip |################################---------------------| 59.47% tmpf_bwqcgm.zip |################################---------------------| 59.6% tmpf_bwqcgm.zip |################################---------------------| 59.73% tmpf_bwqcgm.zip |################################---------------------| 59.86% tmpf_bwqcgm.zip |################################---------------------| 59.99% tmpf_bwqcgm.zip |################################---------------------| 60.11% tmpf_bwqcgm.zip |################################---------------------| 60.24% tmpf_bwqcgm.zip |################################---------------------| 60.37% tmpf_bwqcgm.zip |################################---------------------| 60.5% tmpf_bwqcgm.zip |################################---------------------| 60.63% tmpf_bwqcgm.zip |################################---------------------| 60.75% tmpf_bwqcgm.zip |################################---------------------| 60.88% tmpf_bwqcgm.zip |################################---------------------| 61.01% tmpf_bwqcgm.zip |################################---------------------| 61.14% tmpf_bwqcgm.zip |################################---------------------| 61.27% tmpf_bwqcgm.zip |#################################--------------------| 61.4% tmpf_bwqcgm.zip |#################################--------------------| 61.52% tmpf_bwqcgm.zip |#################################--------------------| 61.65% tmpf_bwqcgm.zip |#################################--------------------| 61.78% tmpf_bwqcgm.zip |#################################--------------------| 61.91% tmpf_bwqcgm.zip |#################################--------------------| 62.04% tmpf_bwqcgm.zip |#################################--------------------| 62.16% tmpf_bwqcgm.zip |#################################--------------------| 62.29% tmpf_bwqcgm.zip |#################################--------------------| 62.42% tmpf_bwqcgm.zip |#################################--------------------| 62.55% tmpf_bwqcgm.zip |#################################--------------------| 62.68% tmpf_bwqcgm.zip |#################################--------------------| 62.81% tmpf_bwqcgm.zip |#################################--------------------| 62.93% tmpf_bwqcgm.zip |#################################--------------------| 63.06% tmpf_bwqcgm.zip |#################################--------------------| 63.19% tmpf_bwqcgm.zip |##################################-------------------| 63.32% tmpf_bwqcgm.zip |##################################-------------------| 63.45% tmpf_bwqcgm.zip |##################################-------------------| 63.57% tmpf_bwqcgm.zip |##################################-------------------| 63.7% tmpf_bwqcgm.zip |##################################-------------------| 63.83% tmpf_bwqcgm.zip |##################################-------------------| 63.96% tmpf_bwqcgm.zip |##################################-------------------| 64.09% tmpf_bwqcgm.zip |##################################-------------------| 64.22% tmpf_bwqcgm.zip |##################################-------------------| 64.34% tmpf_bwqcgm.zip |##################################-------------------| 64.47% tmpf_bwqcgm.zip |##################################-------------------| 64.6% tmpf_bwqcgm.zip |##################################-------------------| 64.73% tmpf_bwqcgm.zip |##################################-------------------| 64.86% tmpf_bwqcgm.zip |##################################-------------------| 64.98% tmpf_bwqcgm.zip |###################################------------------| 65.11% tmpf_bwqcgm.zip |###################################------------------| 65.24% tmpf_bwqcgm.zip |###################################------------------| 65.37% tmpf_bwqcgm.zip |###################################------------------| 65.5% tmpf_bwqcgm.zip |###################################------------------| 65.63% tmpf_bwqcgm.zip |###################################------------------| 65.75% tmpf_bwqcgm.zip |###################################------------------| 65.88% tmpf_bwqcgm.zip |###################################------------------| 66.01% tmpf_bwqcgm.zip |###################################------------------| 66.14% tmpf_bwqcgm.zip |###################################------------------| 66.27% tmpf_bwqcgm.zip |###################################------------------| 66.39% tmpf_bwqcgm.zip |###################################------------------| 66.52% tmpf_bwqcgm.zip |###################################------------------| 66.65% tmpf_bwqcgm.zip |###################################------------------| 66.78% tmpf_bwqcgm.zip |###################################------------------| 66.91% tmpf_bwqcgm.zip |####################################-----------------| 67.04% tmpf_bwqcgm.zip |####################################-----------------| 67.16% tmpf_bwqcgm.zip |####################################-----------------| 67.29% tmpf_bwqcgm.zip |####################################-----------------| 67.42% tmpf_bwqcgm.zip |####################################-----------------| 67.55% tmpf_bwqcgm.zip |####################################-----------------| 67.68% tmpf_bwqcgm.zip |####################################-----------------| 67.8% tmpf_bwqcgm.zip |####################################-----------------| 67.93% tmpf_bwqcgm.zip |####################################-----------------| 68.06% tmpf_bwqcgm.zip |####################################-----------------| 68.19% tmpf_bwqcgm.zip |####################################-----------------| 68.32% tmpf_bwqcgm.zip |####################################-----------------| 68.45% tmpf_bwqcgm.zip |####################################-----------------| 68.57% tmpf_bwqcgm.zip |####################################-----------------| 68.7% tmpf_bwqcgm.zip |####################################-----------------| 68.83% tmpf_bwqcgm.zip |#####################################----------------| 68.96% tmpf_bwqcgm.zip |#####################################----------------| 69.09% tmpf_bwqcgm.zip |#####################################----------------| 69.21% tmpf_bwqcgm.zip |#####################################----------------| 69.34% tmpf_bwqcgm.zip |#####################################----------------| 69.47% tmpf_bwqcgm.zip |#####################################----------------| 69.6% tmpf_bwqcgm.zip |#####################################----------------| 69.73% tmpf_bwqcgm.zip |#####################################----------------| 69.86% tmpf_bwqcgm.zip |#####################################----------------| 69.98% tmpf_bwqcgm.zip |#####################################----------------| 70.11% tmpf_bwqcgm.zip |#####################################----------------| 70.24% tmpf_bwqcgm.zip |#####################################----------------| 70.37% tmpf_bwqcgm.zip |#####################################----------------| 70.5% tmpf_bwqcgm.zip |#####################################----------------| 70.62% tmpf_bwqcgm.zip |#####################################----------------| 70.75% tmpf_bwqcgm.zip |######################################---------------| 70.88% tmpf_bwqcgm.zip |######################################---------------| 71.01% tmpf_bwqcgm.zip |######################################---------------| 71.14% tmpf_bwqcgm.zip |######################################---------------| 71.27% tmpf_bwqcgm.zip |######################################---------------| 71.39% tmpf_bwqcgm.zip |######################################---------------| 71.52% tmpf_bwqcgm.zip |######################################---------------| 71.65% tmpf_bwqcgm.zip |######################################---------------| 71.78% tmpf_bwqcgm.zip |######################################---------------| 71.91% tmpf_bwqcgm.zip |######################################---------------| 72.03% tmpf_bwqcgm.zip |######################################---------------| 72.16% tmpf_bwqcgm.zip |######################################---------------| 72.29% tmpf_bwqcgm.zip |######################################---------------| 72.42% tmpf_bwqcgm.zip |######################################---------------| 72.55% tmpf_bwqcgm.zip |#######################################--------------| 72.68% tmpf_bwqcgm.zip |#######################################--------------| 72.8% tmpf_bwqcgm.zip |#######################################--------------| 72.93% tmpf_bwqcgm.zip |#######################################--------------| 73.06% tmpf_bwqcgm.zip |#######################################--------------| 73.19% tmpf_bwqcgm.zip |#######################################--------------| 73.32% tmpf_bwqcgm.zip |#######################################--------------| 73.44% tmpf_bwqcgm.zip |#######################################--------------| 73.57% tmpf_bwqcgm.zip |#######################################--------------| 73.7% tmpf_bwqcgm.zip |#######################################--------------| 73.83% tmpf_bwqcgm.zip |#######################################--------------| 73.96% tmpf_bwqcgm.zip |#######################################--------------| 74.08% tmpf_bwqcgm.zip |#######################################--------------| 74.21% tmpf_bwqcgm.zip |#######################################--------------| 74.34% tmpf_bwqcgm.zip |#######################################--------------| 74.47% tmpf_bwqcgm.zip |########################################-------------| 74.6% tmpf_bwqcgm.zip |########################################-------------| 74.73% tmpf_bwqcgm.zip |########################################-------------| 74.85% tmpf_bwqcgm.zip |########################################-------------| 74.98% tmpf_bwqcgm.zip |########################################-------------| 75.11% tmpf_bwqcgm.zip |########################################-------------| 75.24% tmpf_bwqcgm.zip |########################################-------------| 75.37% tmpf_bwqcgm.zip |########################################-------------| 75.49% tmpf_bwqcgm.zip |########################################-------------| 75.62% tmpf_bwqcgm.zip |########################################-------------| 75.75% tmpf_bwqcgm.zip |########################################-------------| 75.88% tmpf_bwqcgm.zip |########################################-------------| 76.01% tmpf_bwqcgm.zip |########################################-------------| 76.14% tmpf_bwqcgm.zip |########################################-------------| 76.26% tmpf_bwqcgm.zip |########################################-------------| 76.39% tmpf_bwqcgm.zip |#########################################------------| 76.52% tmpf_bwqcgm.zip |#########################################------------| 76.65% tmpf_bwqcgm.zip |#########################################------------| 76.78% tmpf_bwqcgm.zip |#########################################------------| 76.9% tmpf_bwqcgm.zip |#########################################------------| 77.03% tmpf_bwqcgm.zip |#########################################------------| 77.16% tmpf_bwqcgm.zip |#########################################------------| 77.29% tmpf_bwqcgm.zip |#########################################------------| 77.42% tmpf_bwqcgm.zip |#########################################------------| 77.55% tmpf_bwqcgm.zip |#########################################------------| 77.67% tmpf_bwqcgm.zip |#########################################------------| 77.8% tmpf_bwqcgm.zip |#########################################------------| 77.93% tmpf_bwqcgm.zip |#########################################------------| 78.06% tmpf_bwqcgm.zip |#########################################------------| 78.19% tmpf_bwqcgm.zip |##########################################-----------| 78.31% tmpf_bwqcgm.zip |##########################################-----------| 78.44% tmpf_bwqcgm.zip |##########################################-----------| 78.57% tmpf_bwqcgm.zip |##########################################-----------| 78.7% tmpf_bwqcgm.zip |##########################################-----------| 78.83% tmpf_bwqcgm.zip |##########################################-----------| 78.96% tmpf_bwqcgm.zip |##########################################-----------| 79.08% tmpf_bwqcgm.zip |##########################################-----------| 79.21% tmpf_bwqcgm.zip |##########################################-----------| 79.34% tmpf_bwqcgm.zip |##########################################-----------| 79.47% tmpf_bwqcgm.zip |##########################################-----------| 79.6% tmpf_bwqcgm.zip |##########################################-----------| 79.72% tmpf_bwqcgm.zip |##########################################-----------| 79.85% tmpf_bwqcgm.zip |##########################################-----------| 79.98% tmpf_bwqcgm.zip |##########################################-----------| 80.11% tmpf_bwqcgm.zip |###########################################----------| 80.24% tmpf_bwqcgm.zip |###########################################----------| 80.37% tmpf_bwqcgm.zip |###########################################----------| 80.49% tmpf_bwqcgm.zip |###########################################----------| 80.62% tmpf_bwqcgm.zip |###########################################----------| 80.75% tmpf_bwqcgm.zip |###########################################----------| 80.88% tmpf_bwqcgm.zip |###########################################----------| 81.01% tmpf_bwqcgm.zip |###########################################----------| 81.13% tmpf_bwqcgm.zip |###########################################----------| 81.26% tmpf_bwqcgm.zip |###########################################----------| 81.39% tmpf_bwqcgm.zip |###########################################----------| 81.52% tmpf_bwqcgm.zip |###########################################----------| 81.65% tmpf_bwqcgm.zip |###########################################----------| 81.78% tmpf_bwqcgm.zip |###########################################----------| 81.9% tmpf_bwqcgm.zip |###########################################----------| 82.03% tmpf_bwqcgm.zip |############################################---------| 82.16% tmpf_bwqcgm.zip |############################################---------| 82.29% tmpf_bwqcgm.zip |############################################---------| 82.42% tmpf_bwqcgm.zip |############################################---------| 82.54% tmpf_bwqcgm.zip |############################################---------| 82.67% tmpf_bwqcgm.zip |############################################---------| 82.8% tmpf_bwqcgm.zip |############################################---------| 82.93% tmpf_bwqcgm.zip |############################################---------| 83.06% tmpf_bwqcgm.zip |############################################---------| 83.19% tmpf_bwqcgm.zip |############################################---------| 83.31% tmpf_bwqcgm.zip |############################################---------| 83.44% tmpf_bwqcgm.zip |############################################---------| 83.57% tmpf_bwqcgm.zip |############################################---------| 83.7% tmpf_bwqcgm.zip |############################################---------| 83.83% tmpf_bwqcgm.zip |############################################---------| 83.95% tmpf_bwqcgm.zip |#############################################--------| 84.08% tmpf_bwqcgm.zip |#############################################--------| 84.21% tmpf_bwqcgm.zip |#############################################--------| 84.34% tmpf_bwqcgm.zip |#############################################--------| 84.47% tmpf_bwqcgm.zip |#############################################--------| 84.6% tmpf_bwqcgm.zip |#############################################--------| 84.72% tmpf_bwqcgm.zip |#############################################--------| 84.85% tmpf_bwqcgm.zip |#############################################--------| 84.98% tmpf_bwqcgm.zip |#############################################--------| 85.11% tmpf_bwqcgm.zip |#############################################--------| 85.24% tmpf_bwqcgm.zip |#############################################--------| 85.36% tmpf_bwqcgm.zip |#############################################--------| 85.49% tmpf_bwqcgm.zip |#############################################--------| 85.62% tmpf_bwqcgm.zip |#############################################--------| 85.75% tmpf_bwqcgm.zip |##############################################-------| 85.88% tmpf_bwqcgm.zip |##############################################-------| 86.01% tmpf_bwqcgm.zip |##############################################-------| 86.13% tmpf_bwqcgm.zip |##############################################-------| 86.26% tmpf_bwqcgm.zip |##############################################-------| 86.39% tmpf_bwqcgm.zip |##############################################-------| 86.52% tmpf_bwqcgm.zip |##############################################-------| 86.65% tmpf_bwqcgm.zip |##############################################-------| 86.77% tmpf_bwqcgm.zip |##############################################-------| 86.9% tmpf_bwqcgm.zip |##############################################-------| 87.03% tmpf_bwqcgm.zip |##############################################-------| 87.16% tmpf_bwqcgm.zip |##############################################-------| 87.29% tmpf_bwqcgm.zip |##############################################-------| 87.42% tmpf_bwqcgm.zip |##############################################-------| 87.54% tmpf_bwqcgm.zip |##############################################-------| 87.67% tmpf_bwqcgm.zip |###############################################------| 87.8% tmpf_bwqcgm.zip |###############################################------| 87.93% tmpf_bwqcgm.zip |###############################################------| 88.06% tmpf_bwqcgm.zip |###############################################------| 88.18% tmpf_bwqcgm.zip |###############################################------| 88.31% tmpf_bwqcgm.zip |###############################################------| 88.44% tmpf_bwqcgm.zip |###############################################------| 88.57% tmpf_bwqcgm.zip |###############################################------| 88.7% tmpf_bwqcgm.zip |###############################################------| 88.83% tmpf_bwqcgm.zip |###############################################------| 88.95% tmpf_bwqcgm.zip |###############################################------| 89.08% tmpf_bwqcgm.zip |###############################################------| 89.21% tmpf_bwqcgm.zip |###############################################------| 89.34% tmpf_bwqcgm.zip |###############################################------| 89.47% tmpf_bwqcgm.zip |###############################################------| 89.59% tmpf_bwqcgm.zip |################################################-----| 89.72% tmpf_bwqcgm.zip |################################################-----| 89.85% tmpf_bwqcgm.zip |################################################-----| 89.98% tmpf_bwqcgm.zip |################################################-----| 90.11% tmpf_bwqcgm.zip |################################################-----| 90.23% tmpf_bwqcgm.zip |################################################-----| 90.36% tmpf_bwqcgm.zip |################################################-----| 90.49% tmpf_bwqcgm.zip |################################################-----| 90.62% tmpf_bwqcgm.zip |################################################-----| 90.75% tmpf_bwqcgm.zip |################################################-----| 90.88% tmpf_bwqcgm.zip |################################################-----| 91.0% tmpf_bwqcgm.zip |################################################-----| 91.13% tmpf_bwqcgm.zip |################################################-----| 91.26% tmpf_bwqcgm.zip |################################################-----| 91.39% tmpf_bwqcgm.zip |#################################################----| 91.52% tmpf_bwqcgm.zip |#################################################----| 91.64% tmpf_bwqcgm.zip |#################################################----| 91.77% tmpf_bwqcgm.zip |#################################################----| 91.9% tmpf_bwqcgm.zip |#################################################----| 92.03% tmpf_bwqcgm.zip |#################################################----| 92.16% tmpf_bwqcgm.zip |#################################################----| 92.29% tmpf_bwqcgm.zip |#################################################----| 92.41% tmpf_bwqcgm.zip |#################################################----| 92.54% tmpf_bwqcgm.zip |#################################################----| 92.67% tmpf_bwqcgm.zip |#################################################----| 92.8% tmpf_bwqcgm.zip |#################################################----| 92.93% tmpf_bwqcgm.zip |#################################################----| 93.05% tmpf_bwqcgm.zip |#################################################----| 93.18% tmpf_bwqcgm.zip |#################################################----| 93.31% tmpf_bwqcgm.zip |##################################################---| 93.44% tmpf_bwqcgm.zip |##################################################---| 93.57% tmpf_bwqcgm.zip |##################################################---| 93.7% tmpf_bwqcgm.zip |##################################################---| 93.82% tmpf_bwqcgm.zip |##################################################---| 93.95% tmpf_bwqcgm.zip |##################################################---| 94.08% tmpf_bwqcgm.zip |##################################################---| 94.21% tmpf_bwqcgm.zip |##################################################---| 94.34% tmpf_bwqcgm.zip |##################################################---| 94.46% tmpf_bwqcgm.zip |##################################################---| 94.59% tmpf_bwqcgm.zip |##################################################---| 94.72% tmpf_bwqcgm.zip |##################################################---| 94.85% tmpf_bwqcgm.zip |##################################################---| 94.98% tmpf_bwqcgm.zip |##################################################---| 95.11% tmpf_bwqcgm.zip |##################################################---| 95.23% tmpf_bwqcgm.zip |###################################################--| 95.36% tmpf_bwqcgm.zip |###################################################--| 95.49% tmpf_bwqcgm.zip |###################################################--| 95.62% tmpf_bwqcgm.zip |###################################################--| 95.75% tmpf_bwqcgm.zip |###################################################--| 95.87% tmpf_bwqcgm.zip |###################################################--| 96.0% tmpf_bwqcgm.zip |###################################################--| 96.13% tmpf_bwqcgm.zip |###################################################--| 96.26% tmpf_bwqcgm.zip |###################################################--| 96.39% tmpf_bwqcgm.zip |###################################################--| 96.52% tmpf_bwqcgm.zip |###################################################--| 96.64% tmpf_bwqcgm.zip |###################################################--| 96.77% tmpf_bwqcgm.zip |###################################################--| 96.9% tmpf_bwqcgm.zip |###################################################--| 97.03% tmpf_bwqcgm.zip |###################################################--| 97.16% tmpf_bwqcgm.zip |####################################################-| 97.28% tmpf_bwqcgm.zip |####################################################-| 97.41% tmpf_bwqcgm.zip |####################################################-| 97.54% tmpf_bwqcgm.zip |####################################################-| 97.67% tmpf_bwqcgm.zip |####################################################-| 97.8% tmpf_bwqcgm.zip |####################################################-| 97.93% tmpf_bwqcgm.zip |####################################################-| 98.05% tmpf_bwqcgm.zip |####################################################-| 98.18% tmpf_bwqcgm.zip |####################################################-| 98.31% tmpf_bwqcgm.zip |####################################################-| 98.44% tmpf_bwqcgm.zip |####################################################-| 98.57% tmpf_bwqcgm.zip |####################################################-| 98.69% tmpf_bwqcgm.zip |####################################################-| 98.82% tmpf_bwqcgm.zip |####################################################-| 98.95% tmpf_bwqcgm.zip |#####################################################| 99.08% tmpf_bwqcgm.zip |#####################################################| 99.21% tmpf_bwqcgm.zip |#####################################################| 99.34% tmpf_bwqcgm.zip |#####################################################| 99.46% tmpf_bwqcgm.zip |#####################################################| 99.59% tmpf_bwqcgm.zip |#####################################################| 99.72% tmpf_bwqcgm.zip |#####################################################| 99.85% tmpf_bwqcgm.zip |#####################################################| 99.98% tmpf_bwqcgm.zip |#####################################################| 100.0% Plugin uploaded. Plugin's id is 721d6063-a7cf-46c7-85c8-83132847aaa2 + 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).. tmpoe2ppjbe.zip |-----------------------------------------------------| 0.16% tmpoe2ppjbe.zip |-----------------------------------------------------| 0.32% tmpoe2ppjbe.zip |-----------------------------------------------------| 0.48% tmpoe2ppjbe.zip |-----------------------------------------------------| 0.64% tmpoe2ppjbe.zip |-----------------------------------------------------| 0.8% tmpoe2ppjbe.zip |#----------------------------------------------------| 0.97% tmpoe2ppjbe.zip |#----------------------------------------------------| 1.13% tmpoe2ppjbe.zip |#----------------------------------------------------| 1.29% tmpoe2ppjbe.zip |#----------------------------------------------------| 1.45% tmpoe2ppjbe.zip |#----------------------------------------------------| 1.61% tmpoe2ppjbe.zip |#----------------------------------------------------| 1.77% tmpoe2ppjbe.zip |#----------------------------------------------------| 1.93% tmpoe2ppjbe.zip |#----------------------------------------------------| 2.09% tmpoe2ppjbe.zip |#----------------------------------------------------| 2.25% tmpoe2ppjbe.zip |#----------------------------------------------------| 2.41% tmpoe2ppjbe.zip |#----------------------------------------------------| 2.57% tmpoe2ppjbe.zip |#----------------------------------------------------| 2.73% tmpoe2ppjbe.zip |##---------------------------------------------------| 2.9% tmpoe2ppjbe.zip |##---------------------------------------------------| 3.06% tmpoe2ppjbe.zip |##---------------------------------------------------| 3.22% tmpoe2ppjbe.zip |##---------------------------------------------------| 3.38% tmpoe2ppjbe.zip |##---------------------------------------------------| 3.54% tmpoe2ppjbe.zip |##---------------------------------------------------| 3.7% tmpoe2ppjbe.zip |##---------------------------------------------------| 3.86% tmpoe2ppjbe.zip |##---------------------------------------------------| 4.02% tmpoe2ppjbe.zip |##---------------------------------------------------| 4.18% tmpoe2ppjbe.zip |##---------------------------------------------------| 4.34% tmpoe2ppjbe.zip |##---------------------------------------------------| 4.5% tmpoe2ppjbe.zip |##---------------------------------------------------| 4.66% tmpoe2ppjbe.zip |###--------------------------------------------------| 4.83% tmpoe2ppjbe.zip |###--------------------------------------------------| 4.99% tmpoe2ppjbe.zip |###--------------------------------------------------| 5.15% tmpoe2ppjbe.zip |###--------------------------------------------------| 5.31% tmpoe2ppjbe.zip |###--------------------------------------------------| 5.47% tmpoe2ppjbe.zip |###--------------------------------------------------| 5.63% tmpoe2ppjbe.zip |###--------------------------------------------------| 5.79% tmpoe2ppjbe.zip |###--------------------------------------------------| 5.95% tmpoe2ppjbe.zip |###--------------------------------------------------| 6.11% tmpoe2ppjbe.zip |###--------------------------------------------------| 6.27% tmpoe2ppjbe.zip |###--------------------------------------------------| 6.43% tmpoe2ppjbe.zip |###--------------------------------------------------| 6.59% tmpoe2ppjbe.zip |####-------------------------------------------------| 6.76% tmpoe2ppjbe.zip |####-------------------------------------------------| 6.92% tmpoe2ppjbe.zip |####-------------------------------------------------| 7.08% tmpoe2ppjbe.zip |####-------------------------------------------------| 7.24% tmpoe2ppjbe.zip |####-------------------------------------------------| 7.4% tmpoe2ppjbe.zip |####-------------------------------------------------| 7.56% tmpoe2ppjbe.zip |####-------------------------------------------------| 7.72% tmpoe2ppjbe.zip |####-------------------------------------------------| 7.88% tmpoe2ppjbe.zip |####-------------------------------------------------| 8.04% tmpoe2ppjbe.zip |####-------------------------------------------------| 8.2% tmpoe2ppjbe.zip |####-------------------------------------------------| 8.36% tmpoe2ppjbe.zip |#####------------------------------------------------| 8.52% tmpoe2ppjbe.zip |#####------------------------------------------------| 8.69% tmpoe2ppjbe.zip |#####------------------------------------------------| 8.85% tmpoe2ppjbe.zip |#####------------------------------------------------| 9.01% tmpoe2ppjbe.zip |#####------------------------------------------------| 9.17% tmpoe2ppjbe.zip |#####------------------------------------------------| 9.33% tmpoe2ppjbe.zip |#####------------------------------------------------| 9.49% tmpoe2ppjbe.zip |#####------------------------------------------------| 9.65% tmpoe2ppjbe.zip |#####------------------------------------------------| 9.81% tmpoe2ppjbe.zip |#####------------------------------------------------| 9.97% tmpoe2ppjbe.zip |#####------------------------------------------------| 10.13% tmpoe2ppjbe.zip |#####------------------------------------------------| 10.29% tmpoe2ppjbe.zip |######-----------------------------------------------| 10.45% tmpoe2ppjbe.zip |######-----------------------------------------------| 10.62% tmpoe2ppjbe.zip |######-----------------------------------------------| 10.78% tmpoe2ppjbe.zip |######-----------------------------------------------| 10.94% tmpoe2ppjbe.zip |######-----------------------------------------------| 11.1% tmpoe2ppjbe.zip |######-----------------------------------------------| 11.26% tmpoe2ppjbe.zip |######-----------------------------------------------| 11.42% tmpoe2ppjbe.zip |######-----------------------------------------------| 11.58% tmpoe2ppjbe.zip |######-----------------------------------------------| 11.74% tmpoe2ppjbe.zip |######-----------------------------------------------| 11.9% tmpoe2ppjbe.zip |######-----------------------------------------------| 12.06% tmpoe2ppjbe.zip |######-----------------------------------------------| 12.22% tmpoe2ppjbe.zip |#######----------------------------------------------| 12.38% tmpoe2ppjbe.zip |#######----------------------------------------------| 12.55% tmpoe2ppjbe.zip |#######----------------------------------------------| 12.71% tmpoe2ppjbe.zip |#######----------------------------------------------| 12.87% tmpoe2ppjbe.zip |#######----------------------------------------------| 13.03% tmpoe2ppjbe.zip |#######----------------------------------------------| 13.19% tmpoe2ppjbe.zip |#######----------------------------------------------| 13.35% tmpoe2ppjbe.zip |#######----------------------------------------------| 13.51% tmpoe2ppjbe.zip |#######----------------------------------------------| 13.67% tmpoe2ppjbe.zip |#######----------------------------------------------| 13.83% tmpoe2ppjbe.zip |#######----------------------------------------------| 13.99% tmpoe2ppjbe.zip |########---------------------------------------------| 14.15% tmpoe2ppjbe.zip |########---------------------------------------------| 14.31% tmpoe2ppjbe.zip |########---------------------------------------------| 14.48% tmpoe2ppjbe.zip |########---------------------------------------------| 14.64% tmpoe2ppjbe.zip |########---------------------------------------------| 14.8% tmpoe2ppjbe.zip |########---------------------------------------------| 14.96% tmpoe2ppjbe.zip |########---------------------------------------------| 15.12% tmpoe2ppjbe.zip |########---------------------------------------------| 15.28% tmpoe2ppjbe.zip |########---------------------------------------------| 15.44% tmpoe2ppjbe.zip |########---------------------------------------------| 15.6% tmpoe2ppjbe.zip |########---------------------------------------------| 15.76% tmpoe2ppjbe.zip |########---------------------------------------------| 15.92% tmpoe2ppjbe.zip |#########--------------------------------------------| 16.08% tmpoe2ppjbe.zip |#########--------------------------------------------| 16.24% tmpoe2ppjbe.zip |#########--------------------------------------------| 16.41% tmpoe2ppjbe.zip |#########--------------------------------------------| 16.57% tmpoe2ppjbe.zip |#########--------------------------------------------| 16.73% tmpoe2ppjbe.zip |#########--------------------------------------------| 16.89% tmpoe2ppjbe.zip |#########--------------------------------------------| 17.05% tmpoe2ppjbe.zip |#########--------------------------------------------| 17.21% tmpoe2ppjbe.zip |#########--------------------------------------------| 17.37% tmpoe2ppjbe.zip |#########--------------------------------------------| 17.53% tmpoe2ppjbe.zip |#########--------------------------------------------| 17.69% tmpoe2ppjbe.zip |#########--------------------------------------------| 17.85% tmpoe2ppjbe.zip |##########-------------------------------------------| 18.01% tmpoe2ppjbe.zip |##########-------------------------------------------| 18.17% tmpoe2ppjbe.zip |##########-------------------------------------------| 18.34% tmpoe2ppjbe.zip |##########-------------------------------------------| 18.5% tmpoe2ppjbe.zip |##########-------------------------------------------| 18.66% tmpoe2ppjbe.zip |##########-------------------------------------------| 18.82% tmpoe2ppjbe.zip |##########-------------------------------------------| 18.98% tmpoe2ppjbe.zip |##########-------------------------------------------| 19.14% tmpoe2ppjbe.zip |##########-------------------------------------------| 19.3% tmpoe2ppjbe.zip |##########-------------------------------------------| 19.46% tmpoe2ppjbe.zip |##########-------------------------------------------| 19.62% tmpoe2ppjbe.zip |##########-------------------------------------------| 19.78% tmpoe2ppjbe.zip |###########------------------------------------------| 19.94% tmpoe2ppjbe.zip |###########------------------------------------------| 20.1% tmpoe2ppjbe.zip |###########------------------------------------------| 20.27% tmpoe2ppjbe.zip |###########------------------------------------------| 20.43% tmpoe2ppjbe.zip |###########------------------------------------------| 20.59% tmpoe2ppjbe.zip |###########------------------------------------------| 20.75% tmpoe2ppjbe.zip |###########------------------------------------------| 20.91% tmpoe2ppjbe.zip |###########------------------------------------------| 21.07% tmpoe2ppjbe.zip |###########------------------------------------------| 21.23% tmpoe2ppjbe.zip |###########------------------------------------------| 21.39% tmpoe2ppjbe.zip |###########------------------------------------------| 21.55% tmpoe2ppjbe.zip |############-----------------------------------------| 21.71% tmpoe2ppjbe.zip |############-----------------------------------------| 21.87% tmpoe2ppjbe.zip |############-----------------------------------------| 22.03% tmpoe2ppjbe.zip |############-----------------------------------------| 22.2% tmpoe2ppjbe.zip |############-----------------------------------------| 22.36% tmpoe2ppjbe.zip |############-----------------------------------------| 22.52% tmpoe2ppjbe.zip |############-----------------------------------------| 22.68% tmpoe2ppjbe.zip |############-----------------------------------------| 22.84% tmpoe2ppjbe.zip |############-----------------------------------------| 23.0% tmpoe2ppjbe.zip |############-----------------------------------------| 23.16% tmpoe2ppjbe.zip |############-----------------------------------------| 23.32% tmpoe2ppjbe.zip |############-----------------------------------------| 23.48% tmpoe2ppjbe.zip |#############----------------------------------------| 23.64% tmpoe2ppjbe.zip |#############----------------------------------------| 23.8% tmpoe2ppjbe.zip |#############----------------------------------------| 23.96% tmpoe2ppjbe.zip |#############----------------------------------------| 24.13% tmpoe2ppjbe.zip |#############----------------------------------------| 24.29% tmpoe2ppjbe.zip |#############----------------------------------------| 24.45% tmpoe2ppjbe.zip |#############----------------------------------------| 24.61% tmpoe2ppjbe.zip |#############----------------------------------------| 24.77% tmpoe2ppjbe.zip |#############----------------------------------------| 24.93% tmpoe2ppjbe.zip |#############----------------------------------------| 25.09% tmpoe2ppjbe.zip |#############----------------------------------------| 25.25% tmpoe2ppjbe.zip |#############----------------------------------------| 25.41% tmpoe2ppjbe.zip |##############---------------------------------------| 25.57% tmpoe2ppjbe.zip |##############---------------------------------------| 25.73% tmpoe2ppjbe.zip |##############---------------------------------------| 25.89% tmpoe2ppjbe.zip |##############---------------------------------------| 26.06% tmpoe2ppjbe.zip |##############---------------------------------------| 26.22% tmpoe2ppjbe.zip |##############---------------------------------------| 26.38% tmpoe2ppjbe.zip |##############---------------------------------------| 26.54% tmpoe2ppjbe.zip |##############---------------------------------------| 26.7% tmpoe2ppjbe.zip |##############---------------------------------------| 26.86% tmpoe2ppjbe.zip |##############---------------------------------------| 27.02% tmpoe2ppjbe.zip |##############---------------------------------------| 27.18% tmpoe2ppjbe.zip |##############---------------------------------------| 27.34% tmpoe2ppjbe.zip |###############--------------------------------------| 27.5% tmpoe2ppjbe.zip |###############--------------------------------------| 27.66% tmpoe2ppjbe.zip |###############--------------------------------------| 27.82% tmpoe2ppjbe.zip |###############--------------------------------------| 27.99% tmpoe2ppjbe.zip |###############--------------------------------------| 28.15% tmpoe2ppjbe.zip |###############--------------------------------------| 28.31% tmpoe2ppjbe.zip |###############--------------------------------------| 28.47% tmpoe2ppjbe.zip |###############--------------------------------------| 28.63% tmpoe2ppjbe.zip |###############--------------------------------------| 28.79% tmpoe2ppjbe.zip |###############--------------------------------------| 28.95% tmpoe2ppjbe.zip |###############--------------------------------------| 29.11% tmpoe2ppjbe.zip |################-------------------------------------| 29.27% tmpoe2ppjbe.zip |################-------------------------------------| 29.43% tmpoe2ppjbe.zip |################-------------------------------------| 29.59% tmpoe2ppjbe.zip |################-------------------------------------| 29.75% tmpoe2ppjbe.zip |################-------------------------------------| 29.92% tmpoe2ppjbe.zip |################-------------------------------------| 30.08% tmpoe2ppjbe.zip |################-------------------------------------| 30.24% tmpoe2ppjbe.zip |################-------------------------------------| 30.4% tmpoe2ppjbe.zip |################-------------------------------------| 30.56% tmpoe2ppjbe.zip |################-------------------------------------| 30.72% tmpoe2ppjbe.zip |################-------------------------------------| 30.88% tmpoe2ppjbe.zip |################-------------------------------------| 31.04% tmpoe2ppjbe.zip |#################------------------------------------| 31.2% tmpoe2ppjbe.zip |#################------------------------------------| 31.36% tmpoe2ppjbe.zip |#################------------------------------------| 31.52% tmpoe2ppjbe.zip |#################------------------------------------| 31.68% tmpoe2ppjbe.zip |#################------------------------------------| 31.85% tmpoe2ppjbe.zip |#################------------------------------------| 32.01% tmpoe2ppjbe.zip |#################------------------------------------| 32.17% tmpoe2ppjbe.zip |#################------------------------------------| 32.33% tmpoe2ppjbe.zip |#################------------------------------------| 32.49% tmpoe2ppjbe.zip |#################------------------------------------| 32.65% tmpoe2ppjbe.zip |#################------------------------------------| 32.81% tmpoe2ppjbe.zip |#################------------------------------------| 32.97% tmpoe2ppjbe.zip |##################-----------------------------------| 33.13% tmpoe2ppjbe.zip |##################-----------------------------------| 33.29% tmpoe2ppjbe.zip |##################-----------------------------------| 33.45% tmpoe2ppjbe.zip |##################-----------------------------------| 33.61% tmpoe2ppjbe.zip |##################-----------------------------------| 33.78% tmpoe2ppjbe.zip |##################-----------------------------------| 33.94% tmpoe2ppjbe.zip |##################-----------------------------------| 34.1% tmpoe2ppjbe.zip |##################-----------------------------------| 34.26% tmpoe2ppjbe.zip |##################-----------------------------------| 34.42% tmpoe2ppjbe.zip |##################-----------------------------------| 34.58% tmpoe2ppjbe.zip |##################-----------------------------------| 34.74% tmpoe2ppjbe.zip |##################-----------------------------------| 34.9% tmpoe2ppjbe.zip |###################----------------------------------| 35.06% tmpoe2ppjbe.zip |###################----------------------------------| 35.22% tmpoe2ppjbe.zip |###################----------------------------------| 35.38% tmpoe2ppjbe.zip |###################----------------------------------| 35.54% tmpoe2ppjbe.zip |###################----------------------------------| 35.71% tmpoe2ppjbe.zip |###################----------------------------------| 35.87% tmpoe2ppjbe.zip |###################----------------------------------| 36.03% tmpoe2ppjbe.zip |###################----------------------------------| 36.19% tmpoe2ppjbe.zip |###################----------------------------------| 36.35% tmpoe2ppjbe.zip |###################----------------------------------| 36.51% tmpoe2ppjbe.zip |###################----------------------------------| 36.67% tmpoe2ppjbe.zip |####################---------------------------------| 36.83% tmpoe2ppjbe.zip |####################---------------------------------| 36.99% tmpoe2ppjbe.zip |####################---------------------------------| 37.15% tmpoe2ppjbe.zip |####################---------------------------------| 37.31% tmpoe2ppjbe.zip |####################---------------------------------| 37.47% tmpoe2ppjbe.zip |####################---------------------------------| 37.64% tmpoe2ppjbe.zip |####################---------------------------------| 37.8% tmpoe2ppjbe.zip |####################---------------------------------| 37.96% tmpoe2ppjbe.zip |####################---------------------------------| 38.12% tmpoe2ppjbe.zip |####################---------------------------------| 38.28% tmpoe2ppjbe.zip |####################---------------------------------| 38.44% tmpoe2ppjbe.zip |####################---------------------------------| 38.6% tmpoe2ppjbe.zip |#####################--------------------------------| 38.76% tmpoe2ppjbe.zip |#####################--------------------------------| 38.92% tmpoe2ppjbe.zip |#####################--------------------------------| 39.08% tmpoe2ppjbe.zip |#####################--------------------------------| 39.24% tmpoe2ppjbe.zip |#####################--------------------------------| 39.4% tmpoe2ppjbe.zip |#####################--------------------------------| 39.57% tmpoe2ppjbe.zip |#####################--------------------------------| 39.73% tmpoe2ppjbe.zip |#####################--------------------------------| 39.89% tmpoe2ppjbe.zip |#####################--------------------------------| 40.05% tmpoe2ppjbe.zip |#####################--------------------------------| 40.21% tmpoe2ppjbe.zip |#####################--------------------------------| 40.37% tmpoe2ppjbe.zip |#####################--------------------------------| 40.53% tmpoe2ppjbe.zip |######################-------------------------------| 40.69% tmpoe2ppjbe.zip |######################-------------------------------| 40.85% tmpoe2ppjbe.zip |######################-------------------------------| 41.01% tmpoe2ppjbe.zip |######################-------------------------------| 41.17% tmpoe2ppjbe.zip |######################-------------------------------| 41.33% tmpoe2ppjbe.zip |######################-------------------------------| 41.5% tmpoe2ppjbe.zip |######################-------------------------------| 41.66% tmpoe2ppjbe.zip |######################-------------------------------| 41.82% tmpoe2ppjbe.zip |######################-------------------------------| 41.98% tmpoe2ppjbe.zip |######################-------------------------------| 42.14% tmpoe2ppjbe.zip |######################-------------------------------| 42.3% tmpoe2ppjbe.zip |#######################------------------------------| 42.46% tmpoe2ppjbe.zip |#######################------------------------------| 42.62% tmpoe2ppjbe.zip |#######################------------------------------| 42.78% tmpoe2ppjbe.zip |#######################------------------------------| 42.94% tmpoe2ppjbe.zip |#######################------------------------------| 43.1% tmpoe2ppjbe.zip |#######################------------------------------| 43.26% tmpoe2ppjbe.zip |#######################------------------------------| 43.43% tmpoe2ppjbe.zip |#######################------------------------------| 43.59% tmpoe2ppjbe.zip |#######################------------------------------| 43.75% tmpoe2ppjbe.zip |#######################------------------------------| 43.91% tmpoe2ppjbe.zip |#######################------------------------------| 44.07% tmpoe2ppjbe.zip |#######################------------------------------| 44.23% tmpoe2ppjbe.zip |########################-----------------------------| 44.39% tmpoe2ppjbe.zip |########################-----------------------------| 44.55% tmpoe2ppjbe.zip |########################-----------------------------| 44.71% tmpoe2ppjbe.zip |########################-----------------------------| 44.87% tmpoe2ppjbe.zip |########################-----------------------------| 45.03% tmpoe2ppjbe.zip |########################-----------------------------| 45.19% tmpoe2ppjbe.zip |########################-----------------------------| 45.36% tmpoe2ppjbe.zip |########################-----------------------------| 45.52% tmpoe2ppjbe.zip |########################-----------------------------| 45.68% tmpoe2ppjbe.zip |########################-----------------------------| 45.84% tmpoe2ppjbe.zip |########################-----------------------------| 46.0% tmpoe2ppjbe.zip |########################-----------------------------| 46.16% tmpoe2ppjbe.zip |#########################----------------------------| 46.32% tmpoe2ppjbe.zip |#########################----------------------------| 46.48% tmpoe2ppjbe.zip |#########################----------------------------| 46.64% tmpoe2ppjbe.zip |#########################----------------------------| 46.8% tmpoe2ppjbe.zip |#########################----------------------------| 46.96% tmpoe2ppjbe.zip |#########################----------------------------| 47.12% tmpoe2ppjbe.zip |#########################----------------------------| 47.29% tmpoe2ppjbe.zip |#########################----------------------------| 47.45% tmpoe2ppjbe.zip |#########################----------------------------| 47.61% tmpoe2ppjbe.zip |#########################----------------------------| 47.77% tmpoe2ppjbe.zip |#########################----------------------------| 47.93% tmpoe2ppjbe.zip |#########################----------------------------| 48.09% tmpoe2ppjbe.zip |##########################---------------------------| 48.25% tmpoe2ppjbe.zip |##########################---------------------------| 48.41% tmpoe2ppjbe.zip |##########################---------------------------| 48.57% tmpoe2ppjbe.zip |##########################---------------------------| 48.73% tmpoe2ppjbe.zip |##########################---------------------------| 48.89% tmpoe2ppjbe.zip |##########################---------------------------| 49.05% tmpoe2ppjbe.zip |##########################---------------------------| 49.22% tmpoe2ppjbe.zip |##########################---------------------------| 49.38% tmpoe2ppjbe.zip |##########################---------------------------| 49.54% tmpoe2ppjbe.zip |##########################---------------------------| 49.7% tmpoe2ppjbe.zip |##########################---------------------------| 49.86% tmpoe2ppjbe.zip |###########################--------------------------| 50.02% tmpoe2ppjbe.zip |###########################--------------------------| 50.18% tmpoe2ppjbe.zip |###########################--------------------------| 50.34% tmpoe2ppjbe.zip |###########################--------------------------| 50.5% tmpoe2ppjbe.zip |###########################--------------------------| 50.66% tmpoe2ppjbe.zip |###########################--------------------------| 50.82% tmpoe2ppjbe.zip |###########################--------------------------| 50.98% tmpoe2ppjbe.zip |###########################--------------------------| 51.15% tmpoe2ppjbe.zip |###########################--------------------------| 51.31% tmpoe2ppjbe.zip |###########################--------------------------| 51.47% tmpoe2ppjbe.zip |###########################--------------------------| 51.63% tmpoe2ppjbe.zip |###########################--------------------------| 51.79% tmpoe2ppjbe.zip |############################-------------------------| 51.95% tmpoe2ppjbe.zip |############################-------------------------| 52.11% tmpoe2ppjbe.zip |############################-------------------------| 52.27% tmpoe2ppjbe.zip |############################-------------------------| 52.43% tmpoe2ppjbe.zip |############################-------------------------| 52.59% tmpoe2ppjbe.zip |############################-------------------------| 52.75% tmpoe2ppjbe.zip |############################-------------------------| 52.91% tmpoe2ppjbe.zip |############################-------------------------| 53.08% tmpoe2ppjbe.zip |############################-------------------------| 53.24% tmpoe2ppjbe.zip |############################-------------------------| 53.4% tmpoe2ppjbe.zip |############################-------------------------| 53.56% tmpoe2ppjbe.zip |############################-------------------------| 53.72% tmpoe2ppjbe.zip |#############################------------------------| 53.88% tmpoe2ppjbe.zip |#############################------------------------| 54.04% tmpoe2ppjbe.zip |#############################------------------------| 54.2% tmpoe2ppjbe.zip |#############################------------------------| 54.36% tmpoe2ppjbe.zip |#############################------------------------| 54.52% tmpoe2ppjbe.zip |#############################------------------------| 54.68% tmpoe2ppjbe.zip |#############################------------------------| 54.84% tmpoe2ppjbe.zip |#############################------------------------| 55.01% tmpoe2ppjbe.zip |#############################------------------------| 55.17% tmpoe2ppjbe.zip |#############################------------------------| 55.33% tmpoe2ppjbe.zip |#############################------------------------| 55.49% tmpoe2ppjbe.zip |#############################------------------------| 55.65% tmpoe2ppjbe.zip |##############################-----------------------| 55.81% tmpoe2ppjbe.zip |##############################-----------------------| 55.97% tmpoe2ppjbe.zip |##############################-----------------------| 56.13% tmpoe2ppjbe.zip |##############################-----------------------| 56.29% tmpoe2ppjbe.zip |##############################-----------------------| 56.45% tmpoe2ppjbe.zip |##############################-----------------------| 56.61% tmpoe2ppjbe.zip |##############################-----------------------| 56.77% tmpoe2ppjbe.zip |##############################-----------------------| 56.94% tmpoe2ppjbe.zip |##############################-----------------------| 57.1% tmpoe2ppjbe.zip |##############################-----------------------| 57.26% tmpoe2ppjbe.zip |##############################-----------------------| 57.42% tmpoe2ppjbe.zip |###############################----------------------| 57.58% tmpoe2ppjbe.zip |###############################----------------------| 57.74% tmpoe2ppjbe.zip |###############################----------------------| 57.9% tmpoe2ppjbe.zip |###############################----------------------| 58.06% tmpoe2ppjbe.zip |###############################----------------------| 58.22% tmpoe2ppjbe.zip |###############################----------------------| 58.38% tmpoe2ppjbe.zip |###############################----------------------| 58.54% tmpoe2ppjbe.zip |###############################----------------------| 58.7% tmpoe2ppjbe.zip |###############################----------------------| 58.87% tmpoe2ppjbe.zip |###############################----------------------| 59.03% tmpoe2ppjbe.zip |###############################----------------------| 59.19% tmpoe2ppjbe.zip |###############################----------------------| 59.35% tmpoe2ppjbe.zip |################################---------------------| 59.51% tmpoe2ppjbe.zip |################################---------------------| 59.67% tmpoe2ppjbe.zip |################################---------------------| 59.83% tmpoe2ppjbe.zip |################################---------------------| 59.99% tmpoe2ppjbe.zip |################################---------------------| 60.15% tmpoe2ppjbe.zip |################################---------------------| 60.31% tmpoe2ppjbe.zip |################################---------------------| 60.47% tmpoe2ppjbe.zip |################################---------------------| 60.63% tmpoe2ppjbe.zip |################################---------------------| 60.8% tmpoe2ppjbe.zip |################################---------------------| 60.96% tmpoe2ppjbe.zip |################################---------------------| 61.12% tmpoe2ppjbe.zip |################################---------------------| 61.28% tmpoe2ppjbe.zip |#################################--------------------| 61.44% tmpoe2ppjbe.zip |#################################--------------------| 61.6% tmpoe2ppjbe.zip |#################################--------------------| 61.76% tmpoe2ppjbe.zip |#################################--------------------| 61.92% tmpoe2ppjbe.zip |#################################--------------------| 62.08% tmpoe2ppjbe.zip |#################################--------------------| 62.24% tmpoe2ppjbe.zip |#################################--------------------| 62.4% tmpoe2ppjbe.zip |#################################--------------------| 62.56% tmpoe2ppjbe.zip |#################################--------------------| 62.73% tmpoe2ppjbe.zip |#################################--------------------| 62.89% tmpoe2ppjbe.zip |#################################--------------------| 63.05% tmpoe2ppjbe.zip |##################################-------------------| 63.21% tmpoe2ppjbe.zip |##################################-------------------| 63.37% tmpoe2ppjbe.zip |##################################-------------------| 63.53% tmpoe2ppjbe.zip |##################################-------------------| 63.69% tmpoe2ppjbe.zip |##################################-------------------| 63.85% tmpoe2ppjbe.zip |##################################-------------------| 64.01% tmpoe2ppjbe.zip |##################################-------------------| 64.17% tmpoe2ppjbe.zip |##################################-------------------| 64.33% tmpoe2ppjbe.zip |##################################-------------------| 64.49% tmpoe2ppjbe.zip |##################################-------------------| 64.66% tmpoe2ppjbe.zip |##################################-------------------| 64.82% tmpoe2ppjbe.zip |##################################-------------------| 64.98% tmpoe2ppjbe.zip |###################################------------------| 65.14% tmpoe2ppjbe.zip |###################################------------------| 65.3% tmpoe2ppjbe.zip |###################################------------------| 65.46% tmpoe2ppjbe.zip |###################################------------------| 65.62% tmpoe2ppjbe.zip |###################################------------------| 65.78% tmpoe2ppjbe.zip |###################################------------------| 65.94% tmpoe2ppjbe.zip |###################################------------------| 66.1% tmpoe2ppjbe.zip |###################################------------------| 66.26% tmpoe2ppjbe.zip |###################################------------------| 66.42% tmpoe2ppjbe.zip |###################################------------------| 66.59% tmpoe2ppjbe.zip |###################################------------------| 66.75% tmpoe2ppjbe.zip |###################################------------------| 66.91% tmpoe2ppjbe.zip |####################################-----------------| 67.07% tmpoe2ppjbe.zip |####################################-----------------| 67.23% tmpoe2ppjbe.zip |####################################-----------------| 67.39% tmpoe2ppjbe.zip |####################################-----------------| 67.55% tmpoe2ppjbe.zip |####################################-----------------| 67.71% tmpoe2ppjbe.zip |####################################-----------------| 67.87% tmpoe2ppjbe.zip |####################################-----------------| 68.03% tmpoe2ppjbe.zip |####################################-----------------| 68.19% tmpoe2ppjbe.zip |####################################-----------------| 68.35% tmpoe2ppjbe.zip |####################################-----------------| 68.52% tmpoe2ppjbe.zip |####################################-----------------| 68.68% tmpoe2ppjbe.zip |####################################-----------------| 68.84% tmpoe2ppjbe.zip |#####################################----------------| 69.0% tmpoe2ppjbe.zip |#####################################----------------| 69.16% tmpoe2ppjbe.zip |#####################################----------------| 69.32% tmpoe2ppjbe.zip |#####################################----------------| 69.48% tmpoe2ppjbe.zip |#####################################----------------| 69.64% tmpoe2ppjbe.zip |#####################################----------------| 69.8% tmpoe2ppjbe.zip |#####################################----------------| 69.96% tmpoe2ppjbe.zip |#####################################----------------| 70.12% tmpoe2ppjbe.zip |#####################################----------------| 70.28% tmpoe2ppjbe.zip |#####################################----------------| 70.45% tmpoe2ppjbe.zip |#####################################----------------| 70.61% tmpoe2ppjbe.zip |######################################---------------| 70.77% tmpoe2ppjbe.zip |######################################---------------| 70.93% tmpoe2ppjbe.zip |######################################---------------| 71.09% tmpoe2ppjbe.zip |######################################---------------| 71.25% tmpoe2ppjbe.zip |######################################---------------| 71.41% tmpoe2ppjbe.zip |######################################---------------| 71.57% tmpoe2ppjbe.zip |######################################---------------| 71.73% tmpoe2ppjbe.zip |######################################---------------| 71.89% tmpoe2ppjbe.zip |######################################---------------| 72.05% tmpoe2ppjbe.zip |######################################---------------| 72.21% tmpoe2ppjbe.zip |######################################---------------| 72.38% tmpoe2ppjbe.zip |######################################---------------| 72.54% tmpoe2ppjbe.zip |#######################################--------------| 72.7% tmpoe2ppjbe.zip |#######################################--------------| 72.86% tmpoe2ppjbe.zip |#######################################--------------| 73.02% tmpoe2ppjbe.zip |#######################################--------------| 73.18% tmpoe2ppjbe.zip |#######################################--------------| 73.34% tmpoe2ppjbe.zip |#######################################--------------| 73.5% tmpoe2ppjbe.zip |#######################################--------------| 73.66% tmpoe2ppjbe.zip |#######################################--------------| 73.82% tmpoe2ppjbe.zip |#######################################--------------| 73.98% tmpoe2ppjbe.zip |#######################################--------------| 74.14% tmpoe2ppjbe.zip |#######################################--------------| 74.31% tmpoe2ppjbe.zip |#######################################--------------| 74.47% tmpoe2ppjbe.zip |########################################-------------| 74.63% tmpoe2ppjbe.zip |########################################-------------| 74.79% tmpoe2ppjbe.zip |########################################-------------| 74.95% tmpoe2ppjbe.zip |########################################-------------| 75.11% tmpoe2ppjbe.zip |########################################-------------| 75.27% tmpoe2ppjbe.zip |########################################-------------| 75.43% tmpoe2ppjbe.zip |########################################-------------| 75.59% tmpoe2ppjbe.zip |########################################-------------| 75.75% tmpoe2ppjbe.zip |########################################-------------| 75.91% tmpoe2ppjbe.zip |########################################-------------| 76.07% tmpoe2ppjbe.zip |########################################-------------| 76.24% tmpoe2ppjbe.zip |########################################-------------| 76.4% tmpoe2ppjbe.zip |#########################################------------| 76.56% tmpoe2ppjbe.zip |#########################################------------| 76.72% tmpoe2ppjbe.zip |#########################################------------| 76.88% tmpoe2ppjbe.zip |#########################################------------| 77.04% tmpoe2ppjbe.zip |#########################################------------| 77.2% tmpoe2ppjbe.zip |#########################################------------| 77.36% tmpoe2ppjbe.zip |#########################################------------| 77.52% tmpoe2ppjbe.zip |#########################################------------| 77.68% tmpoe2ppjbe.zip |#########################################------------| 77.84% tmpoe2ppjbe.zip |#########################################------------| 78.0% tmpoe2ppjbe.zip |#########################################------------| 78.17% tmpoe2ppjbe.zip |##########################################-----------| 78.33% tmpoe2ppjbe.zip |##########################################-----------| 78.49% tmpoe2ppjbe.zip |##########################################-----------| 78.65% tmpoe2ppjbe.zip |##########################################-----------| 78.81% tmpoe2ppjbe.zip |##########################################-----------| 78.97% tmpoe2ppjbe.zip |##########################################-----------| 79.13% tmpoe2ppjbe.zip |##########################################-----------| 79.29% tmpoe2ppjbe.zip |##########################################-----------| 79.45% tmpoe2ppjbe.zip |##########################################-----------| 79.61% tmpoe2ppjbe.zip |##########################################-----------| 79.77% tmpoe2ppjbe.zip |##########################################-----------| 79.93% tmpoe2ppjbe.zip |##########################################-----------| 80.1% tmpoe2ppjbe.zip |###########################################----------| 80.26% tmpoe2ppjbe.zip |###########################################----------| 80.42% tmpoe2ppjbe.zip |###########################################----------| 80.58% tmpoe2ppjbe.zip |###########################################----------| 80.74% tmpoe2ppjbe.zip |###########################################----------| 80.9% tmpoe2ppjbe.zip |###########################################----------| 81.06% tmpoe2ppjbe.zip |###########################################----------| 81.22% tmpoe2ppjbe.zip |###########################################----------| 81.38% tmpoe2ppjbe.zip |###########################################----------| 81.54% tmpoe2ppjbe.zip |###########################################----------| 81.7% tmpoe2ppjbe.zip |###########################################----------| 81.86% tmpoe2ppjbe.zip |###########################################----------| 82.03% tmpoe2ppjbe.zip |############################################---------| 82.19% tmpoe2ppjbe.zip |############################################---------| 82.35% tmpoe2ppjbe.zip |############################################---------| 82.51% tmpoe2ppjbe.zip |############################################---------| 82.67% tmpoe2ppjbe.zip |############################################---------| 82.83% tmpoe2ppjbe.zip |############################################---------| 82.99% tmpoe2ppjbe.zip |############################################---------| 83.15% tmpoe2ppjbe.zip |############################################---------| 83.31% tmpoe2ppjbe.zip |############################################---------| 83.47% tmpoe2ppjbe.zip |############################################---------| 83.63% tmpoe2ppjbe.zip |############################################---------| 83.79% tmpoe2ppjbe.zip |############################################---------| 83.96% tmpoe2ppjbe.zip |#############################################--------| 84.12% tmpoe2ppjbe.zip |#############################################--------| 84.28% tmpoe2ppjbe.zip |#############################################--------| 84.44% tmpoe2ppjbe.zip |#############################################--------| 84.6% tmpoe2ppjbe.zip |#############################################--------| 84.76% tmpoe2ppjbe.zip |#############################################--------| 84.92% tmpoe2ppjbe.zip |#############################################--------| 85.08% tmpoe2ppjbe.zip |#############################################--------| 85.24% tmpoe2ppjbe.zip |#############################################--------| 85.4% tmpoe2ppjbe.zip |#############################################--------| 85.56% tmpoe2ppjbe.zip |#############################################--------| 85.72% tmpoe2ppjbe.zip |##############################################-------| 85.89% tmpoe2ppjbe.zip |##############################################-------| 86.05% tmpoe2ppjbe.zip |##############################################-------| 86.21% tmpoe2ppjbe.zip |##############################################-------| 86.37% tmpoe2ppjbe.zip |##############################################-------| 86.53% tmpoe2ppjbe.zip |##############################################-------| 86.69% tmpoe2ppjbe.zip |##############################################-------| 86.85% tmpoe2ppjbe.zip |##############################################-------| 87.01% tmpoe2ppjbe.zip |##############################################-------| 87.17% tmpoe2ppjbe.zip |##############################################-------| 87.33% tmpoe2ppjbe.zip |##############################################-------| 87.49% tmpoe2ppjbe.zip |##############################################-------| 87.65% tmpoe2ppjbe.zip |###############################################------| 87.82% tmpoe2ppjbe.zip |###############################################------| 87.98% tmpoe2ppjbe.zip |###############################################------| 88.14% tmpoe2ppjbe.zip |###############################################------| 88.3% tmpoe2ppjbe.zip |###############################################------| 88.46% tmpoe2ppjbe.zip |###############################################------| 88.62% tmpoe2ppjbe.zip |###############################################------| 88.78% tmpoe2ppjbe.zip |###############################################------| 88.94% tmpoe2ppjbe.zip |###############################################------| 89.1% tmpoe2ppjbe.zip |###############################################------| 89.26% tmpoe2ppjbe.zip |###############################################------| 89.42% tmpoe2ppjbe.zip |###############################################------| 89.58% tmpoe2ppjbe.zip |################################################-----| 89.75% tmpoe2ppjbe.zip |################################################-----| 89.91% tmpoe2ppjbe.zip |################################################-----| 90.07% tmpoe2ppjbe.zip |################################################-----| 90.23% tmpoe2ppjbe.zip |################################################-----| 90.39% tmpoe2ppjbe.zip |################################################-----| 90.55% tmpoe2ppjbe.zip |################################################-----| 90.71% tmpoe2ppjbe.zip |################################################-----| 90.87% tmpoe2ppjbe.zip |################################################-----| 91.03% tmpoe2ppjbe.zip |################################################-----| 91.19% tmpoe2ppjbe.zip |################################################-----| 91.35% tmpoe2ppjbe.zip |#################################################----| 91.51% tmpoe2ppjbe.zip |#################################################----| 91.68% tmpoe2ppjbe.zip |#################################################----| 91.84% tmpoe2ppjbe.zip |#################################################----| 92.0% tmpoe2ppjbe.zip |#################################################----| 92.16% tmpoe2ppjbe.zip |#################################################----| 92.32% tmpoe2ppjbe.zip |#################################################----| 92.48% tmpoe2ppjbe.zip |#################################################----| 92.64% tmpoe2ppjbe.zip |#################################################----| 92.8% tmpoe2ppjbe.zip |#################################################----| 92.96% tmpoe2ppjbe.zip |#################################################----| 93.12% tmpoe2ppjbe.zip |#################################################----| 93.28% tmpoe2ppjbe.zip |##################################################---| 93.44% tmpoe2ppjbe.zip |##################################################---| 93.61% tmpoe2ppjbe.zip |##################################################---| 93.77% tmpoe2ppjbe.zip |##################################################---| 93.93% tmpoe2ppjbe.zip |##################################################---| 94.09% tmpoe2ppjbe.zip |##################################################---| 94.25% tmpoe2ppjbe.zip |##################################################---| 94.41% tmpoe2ppjbe.zip |##################################################---| 94.57% tmpoe2ppjbe.zip |##################################################---| 94.73% tmpoe2ppjbe.zip |##################################################---| 94.89% tmpoe2ppjbe.zip |##################################################---| 95.05% tmpoe2ppjbe.zip |##################################################---| 95.21% tmpoe2ppjbe.zip |###################################################--| 95.37% tmpoe2ppjbe.zip |###################################################--| 95.54% tmpoe2ppjbe.zip |###################################################--| 95.7% tmpoe2ppjbe.zip |###################################################--| 95.86% tmpoe2ppjbe.zip |###################################################--| 96.02% tmpoe2ppjbe.zip |###################################################--| 96.18% tmpoe2ppjbe.zip |###################################################--| 96.34% tmpoe2ppjbe.zip |###################################################--| 96.5% tmpoe2ppjbe.zip |###################################################--| 96.66% tmpoe2ppjbe.zip |###################################################--| 96.82% tmpoe2ppjbe.zip |###################################################--| 96.98% tmpoe2ppjbe.zip |###################################################--| 97.14% tmpoe2ppjbe.zip |####################################################-| 97.3% tmpoe2ppjbe.zip |####################################################-| 97.47% tmpoe2ppjbe.zip |####################################################-| 97.63% tmpoe2ppjbe.zip |####################################################-| 97.79% tmpoe2ppjbe.zip |####################################################-| 97.95% tmpoe2ppjbe.zip |####################################################-| 98.11% tmpoe2ppjbe.zip |####################################################-| 98.27% tmpoe2ppjbe.zip |####################################################-| 98.43% tmpoe2ppjbe.zip |####################################################-| 98.59% tmpoe2ppjbe.zip |####################################################-| 98.75% tmpoe2ppjbe.zip |####################################################-| 98.91% tmpoe2ppjbe.zip |#####################################################| 99.07% tmpoe2ppjbe.zip |#####################################################| 99.23% tmpoe2ppjbe.zip |#####################################################| 99.4% tmpoe2ppjbe.zip |#####################################################| 99.56% tmpoe2ppjbe.zip |#####################################################| 99.72% tmpoe2ppjbe.zip |#####################################################| 99.88% tmpoe2ppjbe.zip |#####################################################| 100.0% Plugin uploaded. Plugin's id is bca6752b-aa86-49d8-b7ef-7563f65282f1 + 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).. tmp09sc3fmj.zip |-----------------------------------------------------| 0.47% tmp09sc3fmj.zip |-----------------------------------------------------| 0.93% tmp09sc3fmj.zip |#----------------------------------------------------| 1.4% tmp09sc3fmj.zip |#----------------------------------------------------| 1.86% tmp09sc3fmj.zip |#----------------------------------------------------| 2.33% tmp09sc3fmj.zip |#----------------------------------------------------| 2.8% tmp09sc3fmj.zip |##---------------------------------------------------| 3.26% tmp09sc3fmj.zip |##---------------------------------------------------| 3.73% tmp09sc3fmj.zip |##---------------------------------------------------| 4.19% tmp09sc3fmj.zip |##---------------------------------------------------| 4.66% tmp09sc3fmj.zip |###--------------------------------------------------| 5.13% tmp09sc3fmj.zip |###--------------------------------------------------| 5.59% tmp09sc3fmj.zip |###--------------------------------------------------| 6.06% tmp09sc3fmj.zip |###--------------------------------------------------| 6.52% tmp09sc3fmj.zip |####-------------------------------------------------| 6.99% tmp09sc3fmj.zip |####-------------------------------------------------| 7.46% tmp09sc3fmj.zip |####-------------------------------------------------| 7.92% tmp09sc3fmj.zip |####-------------------------------------------------| 8.39% tmp09sc3fmj.zip |#####------------------------------------------------| 8.85% tmp09sc3fmj.zip |#####------------------------------------------------| 9.32% tmp09sc3fmj.zip |#####------------------------------------------------| 9.79% tmp09sc3fmj.zip |#####------------------------------------------------| 10.25% tmp09sc3fmj.zip |######-----------------------------------------------| 10.72% tmp09sc3fmj.zip |######-----------------------------------------------| 11.18% tmp09sc3fmj.zip |######-----------------------------------------------| 11.65% tmp09sc3fmj.zip |######-----------------------------------------------| 12.12% tmp09sc3fmj.zip |#######----------------------------------------------| 12.58% tmp09sc3fmj.zip |#######----------------------------------------------| 13.05% tmp09sc3fmj.zip |#######----------------------------------------------| 13.51% tmp09sc3fmj.zip |#######----------------------------------------------| 13.98% tmp09sc3fmj.zip |########---------------------------------------------| 14.45% tmp09sc3fmj.zip |########---------------------------------------------| 14.91% tmp09sc3fmj.zip |########---------------------------------------------| 15.38% tmp09sc3fmj.zip |########---------------------------------------------| 15.84% tmp09sc3fmj.zip |#########--------------------------------------------| 16.31% tmp09sc3fmj.zip |#########--------------------------------------------| 16.78% tmp09sc3fmj.zip |#########--------------------------------------------| 17.24% tmp09sc3fmj.zip |#########--------------------------------------------| 17.71% tmp09sc3fmj.zip |##########-------------------------------------------| 18.17% tmp09sc3fmj.zip |##########-------------------------------------------| 18.64% tmp09sc3fmj.zip |##########-------------------------------------------| 19.11% tmp09sc3fmj.zip |##########-------------------------------------------| 19.57% tmp09sc3fmj.zip |###########------------------------------------------| 20.04% tmp09sc3fmj.zip |###########------------------------------------------| 20.5% tmp09sc3fmj.zip |###########------------------------------------------| 20.97% tmp09sc3fmj.zip |###########------------------------------------------| 21.44% tmp09sc3fmj.zip |############-----------------------------------------| 21.9% tmp09sc3fmj.zip |############-----------------------------------------| 22.37% tmp09sc3fmj.zip |############-----------------------------------------| 22.83% tmp09sc3fmj.zip |############-----------------------------------------| 23.3% tmp09sc3fmj.zip |#############----------------------------------------| 23.77% tmp09sc3fmj.zip |#############----------------------------------------| 24.23% tmp09sc3fmj.zip |#############----------------------------------------| 24.7% tmp09sc3fmj.zip |#############----------------------------------------| 25.16% tmp09sc3fmj.zip |##############---------------------------------------| 25.63% tmp09sc3fmj.zip |##############---------------------------------------| 26.1% tmp09sc3fmj.zip |##############---------------------------------------| 26.56% tmp09sc3fmj.zip |##############---------------------------------------| 27.03% tmp09sc3fmj.zip |###############--------------------------------------| 27.49% tmp09sc3fmj.zip |###############--------------------------------------| 27.96% tmp09sc3fmj.zip |###############--------------------------------------| 28.43% tmp09sc3fmj.zip |###############--------------------------------------| 28.89% tmp09sc3fmj.zip |################-------------------------------------| 29.36% tmp09sc3fmj.zip |################-------------------------------------| 29.82% tmp09sc3fmj.zip |################-------------------------------------| 30.29% tmp09sc3fmj.zip |################-------------------------------------| 30.76% tmp09sc3fmj.zip |#################------------------------------------| 31.22% tmp09sc3fmj.zip |#################------------------------------------| 31.69% tmp09sc3fmj.zip |#################------------------------------------| 32.15% tmp09sc3fmj.zip |#################------------------------------------| 32.62% tmp09sc3fmj.zip |##################-----------------------------------| 33.09% tmp09sc3fmj.zip |##################-----------------------------------| 33.55% tmp09sc3fmj.zip |##################-----------------------------------| 34.02% tmp09sc3fmj.zip |##################-----------------------------------| 34.48% tmp09sc3fmj.zip |###################----------------------------------| 34.95% tmp09sc3fmj.zip |###################----------------------------------| 35.42% tmp09sc3fmj.zip |###################----------------------------------| 35.88% tmp09sc3fmj.zip |###################----------------------------------| 36.35% tmp09sc3fmj.zip |####################---------------------------------| 36.81% tmp09sc3fmj.zip |####################---------------------------------| 37.28% tmp09sc3fmj.zip |####################---------------------------------| 37.75% tmp09sc3fmj.zip |####################---------------------------------| 38.21% tmp09sc3fmj.zip |####################---------------------------------| 38.68% tmp09sc3fmj.zip |#####################--------------------------------| 39.15% tmp09sc3fmj.zip |#####################--------------------------------| 39.61% tmp09sc3fmj.zip |#####################--------------------------------| 40.08% tmp09sc3fmj.zip |#####################--------------------------------| 40.54% tmp09sc3fmj.zip |######################-------------------------------| 41.01% tmp09sc3fmj.zip |######################-------------------------------| 41.48% tmp09sc3fmj.zip |######################-------------------------------| 41.94% tmp09sc3fmj.zip |######################-------------------------------| 42.41% tmp09sc3fmj.zip |#######################------------------------------| 42.87% tmp09sc3fmj.zip |#######################------------------------------| 43.34% tmp09sc3fmj.zip |#######################------------------------------| 43.81% tmp09sc3fmj.zip |#######################------------------------------| 44.27% tmp09sc3fmj.zip |########################-----------------------------| 44.74% tmp09sc3fmj.zip |########################-----------------------------| 45.2% tmp09sc3fmj.zip |########################-----------------------------| 45.67% tmp09sc3fmj.zip |########################-----------------------------| 46.14% tmp09sc3fmj.zip |#########################----------------------------| 46.6% tmp09sc3fmj.zip |#########################----------------------------| 47.07% tmp09sc3fmj.zip |#########################----------------------------| 47.53% tmp09sc3fmj.zip |#########################----------------------------| 48.0% tmp09sc3fmj.zip |##########################---------------------------| 48.47% tmp09sc3fmj.zip |##########################---------------------------| 48.93% tmp09sc3fmj.zip |##########################---------------------------| 49.4% tmp09sc3fmj.zip |##########################---------------------------| 49.86% tmp09sc3fmj.zip |###########################--------------------------| 50.33% tmp09sc3fmj.zip |###########################--------------------------| 50.8% tmp09sc3fmj.zip |###########################--------------------------| 51.26% tmp09sc3fmj.zip |###########################--------------------------| 51.73% tmp09sc3fmj.zip |############################-------------------------| 52.19% tmp09sc3fmj.zip |############################-------------------------| 52.66% tmp09sc3fmj.zip |############################-------------------------| 53.13% tmp09sc3fmj.zip |############################-------------------------| 53.59% tmp09sc3fmj.zip |#############################------------------------| 54.06% tmp09sc3fmj.zip |#############################------------------------| 54.52% tmp09sc3fmj.zip |#############################------------------------| 54.99% tmp09sc3fmj.zip |#############################------------------------| 55.46% tmp09sc3fmj.zip |##############################-----------------------| 55.92% tmp09sc3fmj.zip |##############################-----------------------| 56.39% tmp09sc3fmj.zip |##############################-----------------------| 56.85% tmp09sc3fmj.zip |##############################-----------------------| 57.32% tmp09sc3fmj.zip |###############################----------------------| 57.79% tmp09sc3fmj.zip |###############################----------------------| 58.25% tmp09sc3fmj.zip |###############################----------------------| 58.72% tmp09sc3fmj.zip |###############################----------------------| 59.18% tmp09sc3fmj.zip |################################---------------------| 59.65% tmp09sc3fmj.zip |################################---------------------| 60.12% tmp09sc3fmj.zip |################################---------------------| 60.58% tmp09sc3fmj.zip |################################---------------------| 61.05% tmp09sc3fmj.zip |#################################--------------------| 61.51% tmp09sc3fmj.zip |#################################--------------------| 61.98% tmp09sc3fmj.zip |#################################--------------------| 62.45% tmp09sc3fmj.zip |#################################--------------------| 62.91% tmp09sc3fmj.zip |##################################-------------------| 63.38% tmp09sc3fmj.zip |##################################-------------------| 63.84% tmp09sc3fmj.zip |##################################-------------------| 64.31% tmp09sc3fmj.zip |##################################-------------------| 64.78% tmp09sc3fmj.zip |###################################------------------| 65.24% tmp09sc3fmj.zip |###################################------------------| 65.71% tmp09sc3fmj.zip |###################################------------------| 66.17% tmp09sc3fmj.zip |###################################------------------| 66.64% tmp09sc3fmj.zip |####################################-----------------| 67.11% tmp09sc3fmj.zip |####################################-----------------| 67.57% tmp09sc3fmj.zip |####################################-----------------| 68.04% tmp09sc3fmj.zip |####################################-----------------| 68.5% tmp09sc3fmj.zip |#####################################----------------| 68.97% tmp09sc3fmj.zip |#####################################----------------| 69.44% tmp09sc3fmj.zip |#####################################----------------| 69.9% tmp09sc3fmj.zip |#####################################----------------| 70.37% tmp09sc3fmj.zip |######################################---------------| 70.83% tmp09sc3fmj.zip |######################################---------------| 71.3% tmp09sc3fmj.zip |######################################---------------| 71.77% tmp09sc3fmj.zip |######################################---------------| 72.23% tmp09sc3fmj.zip |#######################################--------------| 72.7% tmp09sc3fmj.zip |#######################################--------------| 73.16% tmp09sc3fmj.zip |#######################################--------------| 73.63% tmp09sc3fmj.zip |#######################################--------------| 74.1% tmp09sc3fmj.zip |########################################-------------| 74.56% tmp09sc3fmj.zip |########################################-------------| 75.03% tmp09sc3fmj.zip |########################################-------------| 75.49% tmp09sc3fmj.zip |########################################-------------| 75.96% tmp09sc3fmj.zip |#########################################------------| 76.43% tmp09sc3fmj.zip |#########################################------------| 76.89% tmp09sc3fmj.zip |#########################################------------| 77.36% tmp09sc3fmj.zip |#########################################------------| 77.82% tmp09sc3fmj.zip |#########################################------------| 78.29% tmp09sc3fmj.zip |##########################################-----------| 78.76% tmp09sc3fmj.zip |##########################################-----------| 79.22% tmp09sc3fmj.zip |##########################################-----------| 79.69% tmp09sc3fmj.zip |##########################################-----------| 80.15% tmp09sc3fmj.zip |###########################################----------| 80.62% tmp09sc3fmj.zip |###########################################----------| 81.09% tmp09sc3fmj.zip |###########################################----------| 81.55% tmp09sc3fmj.zip |###########################################----------| 82.02% tmp09sc3fmj.zip |############################################---------| 82.48% tmp09sc3fmj.zip |############################################---------| 82.95% tmp09sc3fmj.zip |############################################---------| 83.42% tmp09sc3fmj.zip |############################################---------| 83.88% tmp09sc3fmj.zip |#############################################--------| 84.35% tmp09sc3fmj.zip |#############################################--------| 84.81% tmp09sc3fmj.zip |#############################################--------| 85.28% tmp09sc3fmj.zip |#############################################--------| 85.75% tmp09sc3fmj.zip |##############################################-------| 86.21% tmp09sc3fmj.zip |##############################################-------| 86.68% tmp09sc3fmj.zip |##############################################-------| 87.14% tmp09sc3fmj.zip |##############################################-------| 87.61% tmp09sc3fmj.zip |###############################################------| 88.08% tmp09sc3fmj.zip |###############################################------| 88.54% tmp09sc3fmj.zip |###############################################------| 89.01% tmp09sc3fmj.zip |###############################################------| 89.47% tmp09sc3fmj.zip |################################################-----| 89.94% tmp09sc3fmj.zip |################################################-----| 90.41% tmp09sc3fmj.zip |################################################-----| 90.87% tmp09sc3fmj.zip |################################################-----| 91.34% tmp09sc3fmj.zip |#################################################----| 91.8% tmp09sc3fmj.zip |#################################################----| 92.27% tmp09sc3fmj.zip |#################################################----| 92.74% tmp09sc3fmj.zip |#################################################----| 93.2% tmp09sc3fmj.zip |##################################################---| 93.67% tmp09sc3fmj.zip |##################################################---| 94.13% tmp09sc3fmj.zip |##################################################---| 94.6% tmp09sc3fmj.zip |##################################################---| 95.07% tmp09sc3fmj.zip |###################################################--| 95.53% tmp09sc3fmj.zip |###################################################--| 96.0% tmp09sc3fmj.zip |###################################################--| 96.46% tmp09sc3fmj.zip |###################################################--| 96.93% tmp09sc3fmj.zip |####################################################-| 97.4% tmp09sc3fmj.zip |####################################################-| 97.86% tmp09sc3fmj.zip |####################################################-| 98.33% tmp09sc3fmj.zip |####################################################-| 98.79% tmp09sc3fmj.zip |#####################################################| 99.26% tmp09sc3fmj.zip |#####################################################| 99.73% tmp09sc3fmj.zip |#####################################################| 100.0% Plugin uploaded. Plugin's id is dca248e8-461c-42a6-ac9c-914215fd8954 + 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' ++ /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=relationshipplugin-1.1.0-py36-none-linux_x86_64.wgn&_include=id' + 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).. tmp579puy1k.zip |-----------------------------------------------------| 0.46% tmp579puy1k.zip |-----------------------------------------------------| 0.92% tmp579puy1k.zip |#----------------------------------------------------| 1.38% tmp579puy1k.zip |#----------------------------------------------------| 1.83% tmp579puy1k.zip |#----------------------------------------------------| 2.29% tmp579puy1k.zip |#----------------------------------------------------| 2.75% tmp579puy1k.zip |##---------------------------------------------------| 3.21% tmp579puy1k.zip |##---------------------------------------------------| 3.67% tmp579puy1k.zip |##---------------------------------------------------| 4.13% tmp579puy1k.zip |##---------------------------------------------------| 4.58% tmp579puy1k.zip |###--------------------------------------------------| 5.04% tmp579puy1k.zip |###--------------------------------------------------| 5.5% tmp579puy1k.zip |###--------------------------------------------------| 5.96% tmp579puy1k.zip |###--------------------------------------------------| 6.42% tmp579puy1k.zip |####-------------------------------------------------| 6.88% tmp579puy1k.zip |####-------------------------------------------------| 7.34% tmp579puy1k.zip |####-------------------------------------------------| 7.79% tmp579puy1k.zip |####-------------------------------------------------| 8.25% tmp579puy1k.zip |#####------------------------------------------------| 8.71% tmp579puy1k.zip |#####------------------------------------------------| 9.17% tmp579puy1k.zip |#####------------------------------------------------| 9.63% tmp579puy1k.zip |#####------------------------------------------------| 10.09% tmp579puy1k.zip |######-----------------------------------------------| 10.54% tmp579puy1k.zip |######-----------------------------------------------| 11.0% tmp579puy1k.zip |######-----------------------------------------------| 11.46% tmp579puy1k.zip |######-----------------------------------------------| 11.92% tmp579puy1k.zip |#######----------------------------------------------| 12.38% tmp579puy1k.zip |#######----------------------------------------------| 12.84% tmp579puy1k.zip |#######----------------------------------------------| 13.3% tmp579puy1k.zip |#######----------------------------------------------| 13.75% tmp579puy1k.zip |########---------------------------------------------| 14.21% tmp579puy1k.zip |########---------------------------------------------| 14.67% tmp579puy1k.zip |########---------------------------------------------| 15.13% tmp579puy1k.zip |########---------------------------------------------| 15.59% tmp579puy1k.zip |#########--------------------------------------------| 16.05% tmp579puy1k.zip |#########--------------------------------------------| 16.5% tmp579puy1k.zip |#########--------------------------------------------| 16.96% tmp579puy1k.zip |#########--------------------------------------------| 17.42% tmp579puy1k.zip |#########--------------------------------------------| 17.88% tmp579puy1k.zip |##########-------------------------------------------| 18.34% tmp579puy1k.zip |##########-------------------------------------------| 18.8% tmp579puy1k.zip |##########-------------------------------------------| 19.26% tmp579puy1k.zip |##########-------------------------------------------| 19.71% tmp579puy1k.zip |###########------------------------------------------| 20.17% tmp579puy1k.zip |###########------------------------------------------| 20.63% tmp579puy1k.zip |###########------------------------------------------| 21.09% tmp579puy1k.zip |###########------------------------------------------| 21.55% tmp579puy1k.zip |############-----------------------------------------| 22.01% tmp579puy1k.zip |############-----------------------------------------| 22.46% tmp579puy1k.zip |############-----------------------------------------| 22.92% tmp579puy1k.zip |############-----------------------------------------| 23.38% tmp579puy1k.zip |#############----------------------------------------| 23.84% tmp579puy1k.zip |#############----------------------------------------| 24.3% tmp579puy1k.zip |#############----------------------------------------| 24.76% tmp579puy1k.zip |#############----------------------------------------| 25.22% tmp579puy1k.zip |##############---------------------------------------| 25.67% tmp579puy1k.zip |##############---------------------------------------| 26.13% tmp579puy1k.zip |##############---------------------------------------| 26.59% tmp579puy1k.zip |##############---------------------------------------| 27.05% tmp579puy1k.zip |###############--------------------------------------| 27.51% tmp579puy1k.zip |###############--------------------------------------| 27.97% tmp579puy1k.zip |###############--------------------------------------| 28.42% tmp579puy1k.zip |###############--------------------------------------| 28.88% tmp579puy1k.zip |################-------------------------------------| 29.34% tmp579puy1k.zip |################-------------------------------------| 29.8% tmp579puy1k.zip |################-------------------------------------| 30.26% tmp579puy1k.zip |################-------------------------------------| 30.72% tmp579puy1k.zip |#################------------------------------------| 31.18% tmp579puy1k.zip |#################------------------------------------| 31.63% tmp579puy1k.zip |#################------------------------------------| 32.09% tmp579puy1k.zip |#################------------------------------------| 32.55% tmp579puy1k.zip |#################------------------------------------| 33.01% tmp579puy1k.zip |##################-----------------------------------| 33.47% tmp579puy1k.zip |##################-----------------------------------| 33.93% tmp579puy1k.zip |##################-----------------------------------| 34.38% tmp579puy1k.zip |##################-----------------------------------| 34.84% tmp579puy1k.zip |###################----------------------------------| 35.3% tmp579puy1k.zip |###################----------------------------------| 35.76% tmp579puy1k.zip |###################----------------------------------| 36.22% tmp579puy1k.zip |###################----------------------------------| 36.68% tmp579puy1k.zip |####################---------------------------------| 37.13% tmp579puy1k.zip |####################---------------------------------| 37.59% tmp579puy1k.zip |####################---------------------------------| 38.05% tmp579puy1k.zip |####################---------------------------------| 38.51% tmp579puy1k.zip |#####################--------------------------------| 38.97% tmp579puy1k.zip |#####################--------------------------------| 39.43% tmp579puy1k.zip |#####################--------------------------------| 39.89% tmp579puy1k.zip |#####################--------------------------------| 40.34% tmp579puy1k.zip |######################-------------------------------| 40.8% tmp579puy1k.zip |######################-------------------------------| 41.26% tmp579puy1k.zip |######################-------------------------------| 41.72% tmp579puy1k.zip |######################-------------------------------| 42.18% tmp579puy1k.zip |#######################------------------------------| 42.64% tmp579puy1k.zip |#######################------------------------------| 43.09% tmp579puy1k.zip |#######################------------------------------| 43.55% tmp579puy1k.zip |#######################------------------------------| 44.01% tmp579puy1k.zip |########################-----------------------------| 44.47% tmp579puy1k.zip |########################-----------------------------| 44.93% tmp579puy1k.zip |########################-----------------------------| 45.39% tmp579puy1k.zip |########################-----------------------------| 45.85% tmp579puy1k.zip |#########################----------------------------| 46.3% tmp579puy1k.zip |#########################----------------------------| 46.76% tmp579puy1k.zip |#########################----------------------------| 47.22% tmp579puy1k.zip |#########################----------------------------| 47.68% tmp579puy1k.zip |##########################---------------------------| 48.14% tmp579puy1k.zip |##########################---------------------------| 48.6% tmp579puy1k.zip |##########################---------------------------| 49.05% tmp579puy1k.zip |##########################---------------------------| 49.51% tmp579puy1k.zip |##########################---------------------------| 49.97% tmp579puy1k.zip |###########################--------------------------| 50.43% tmp579puy1k.zip |###########################--------------------------| 50.89% tmp579puy1k.zip |###########################--------------------------| 51.35% tmp579puy1k.zip |###########################--------------------------| 51.81% tmp579puy1k.zip |############################-------------------------| 52.26% tmp579puy1k.zip |############################-------------------------| 52.72% tmp579puy1k.zip |############################-------------------------| 53.18% tmp579puy1k.zip |############################-------------------------| 53.64% tmp579puy1k.zip |#############################------------------------| 54.1% tmp579puy1k.zip |#############################------------------------| 54.56% tmp579puy1k.zip |#############################------------------------| 55.01% tmp579puy1k.zip |#############################------------------------| 55.47% tmp579puy1k.zip |##############################-----------------------| 55.93% tmp579puy1k.zip |##############################-----------------------| 56.39% tmp579puy1k.zip |##############################-----------------------| 56.85% tmp579puy1k.zip |##############################-----------------------| 57.31% tmp579puy1k.zip |###############################----------------------| 57.77% tmp579puy1k.zip |###############################----------------------| 58.22% tmp579puy1k.zip |###############################----------------------| 58.68% tmp579puy1k.zip |###############################----------------------| 59.14% tmp579puy1k.zip |################################---------------------| 59.6% tmp579puy1k.zip |################################---------------------| 60.06% tmp579puy1k.zip |################################---------------------| 60.52% tmp579puy1k.zip |################################---------------------| 60.97% tmp579puy1k.zip |#################################--------------------| 61.43% tmp579puy1k.zip |#################################--------------------| 61.89% tmp579puy1k.zip |#################################--------------------| 62.35% tmp579puy1k.zip |#################################--------------------| 62.81% tmp579puy1k.zip |##################################-------------------| 63.27% tmp579puy1k.zip |##################################-------------------| 63.73% tmp579puy1k.zip |##################################-------------------| 64.18% tmp579puy1k.zip |##################################-------------------| 64.64% tmp579puy1k.zip |###################################------------------| 65.1% tmp579puy1k.zip |###################################------------------| 65.56% tmp579puy1k.zip |###################################------------------| 66.02% tmp579puy1k.zip |###################################------------------| 66.48% tmp579puy1k.zip |###################################------------------| 66.93% tmp579puy1k.zip |####################################-----------------| 67.39% tmp579puy1k.zip |####################################-----------------| 67.85% tmp579puy1k.zip |####################################-----------------| 68.31% tmp579puy1k.zip |####################################-----------------| 68.77% tmp579puy1k.zip |#####################################----------------| 69.23% tmp579puy1k.zip |#####################################----------------| 69.69% tmp579puy1k.zip |#####################################----------------| 70.14% tmp579puy1k.zip |#####################################----------------| 70.6% tmp579puy1k.zip |######################################---------------| 71.06% tmp579puy1k.zip |######################################---------------| 71.52% tmp579puy1k.zip |######################################---------------| 71.98% tmp579puy1k.zip |######################################---------------| 72.44% tmp579puy1k.zip |#######################################--------------| 72.89% tmp579puy1k.zip |#######################################--------------| 73.35% tmp579puy1k.zip |#######################################--------------| 73.81% tmp579puy1k.zip |#######################################--------------| 74.27% tmp579puy1k.zip |########################################-------------| 74.73% tmp579puy1k.zip |########################################-------------| 75.19% tmp579puy1k.zip |########################################-------------| 75.65% tmp579puy1k.zip |########################################-------------| 76.1% tmp579puy1k.zip |#########################################------------| 76.56% tmp579puy1k.zip |#########################################------------| 77.02% tmp579puy1k.zip |#########################################------------| 77.48% tmp579puy1k.zip |#########################################------------| 77.94% tmp579puy1k.zip |##########################################-----------| 78.4% tmp579puy1k.zip |##########################################-----------| 78.85% tmp579puy1k.zip |##########################################-----------| 79.31% tmp579puy1k.zip |##########################################-----------| 79.77% tmp579puy1k.zip |###########################################----------| 80.23% tmp579puy1k.zip |###########################################----------| 80.69% tmp579puy1k.zip |###########################################----------| 81.15% tmp579puy1k.zip |###########################################----------| 81.61% tmp579puy1k.zip |###########################################----------| 82.06% tmp579puy1k.zip |############################################---------| 82.52% tmp579puy1k.zip |############################################---------| 82.98% tmp579puy1k.zip |############################################---------| 83.44% tmp579puy1k.zip |############################################---------| 83.9% tmp579puy1k.zip |#############################################--------| 84.36% tmp579puy1k.zip |#############################################--------| 84.81% tmp579puy1k.zip |#############################################--------| 85.27% tmp579puy1k.zip |#############################################--------| 85.73% tmp579puy1k.zip |##############################################-------| 86.19% tmp579puy1k.zip |##############################################-------| 86.65% tmp579puy1k.zip |##############################################-------| 87.11% tmp579puy1k.zip |##############################################-------| 87.57% tmp579puy1k.zip |###############################################------| 88.02% tmp579puy1k.zip |###############################################------| 88.48% tmp579puy1k.zip |###############################################------| 88.94% tmp579puy1k.zip |###############################################------| 89.4% tmp579puy1k.zip |################################################-----| 89.86% tmp579puy1k.zip |################################################-----| 90.32% tmp579puy1k.zip |################################################-----| 90.77% tmp579puy1k.zip |################################################-----| 91.23% tmp579puy1k.zip |#################################################----| 91.69% tmp579puy1k.zip |#################################################----| 92.15% tmp579puy1k.zip |#################################################----| 92.61% tmp579puy1k.zip |#################################################----| 93.07% tmp579puy1k.zip |##################################################---| 93.53% tmp579puy1k.zip |##################################################---| 93.98% tmp579puy1k.zip |##################################################---| 94.44% tmp579puy1k.zip |##################################################---| 94.9% tmp579puy1k.zip |###################################################--| 95.36% tmp579puy1k.zip |###################################################--| 95.82% tmp579puy1k.zip |###################################################--| 96.28% tmp579puy1k.zip |###################################################--| 96.73% tmp579puy1k.zip |####################################################-| 97.19% tmp579puy1k.zip |####################################################-| 97.65% tmp579puy1k.zip |####################################################-| 98.11% tmp579puy1k.zip |####################################################-| 98.57% tmp579puy1k.zip |####################################################-| 99.03% tmp579puy1k.zip |#####################################################| 99.48% tmp579puy1k.zip |#####################################################| 99.94% tmp579puy1k.zip |#####################################################| 100.0% Plugin uploaded. Plugin's id is 90842366-ad59-4e9c-9316-7fb8ce973311 + 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).. tmp08lmadfq.zip |-----------------------------------------------------| 0.45% tmp08lmadfq.zip |-----------------------------------------------------| 0.91% tmp08lmadfq.zip |#----------------------------------------------------| 1.36% tmp08lmadfq.zip |#----------------------------------------------------| 1.82% tmp08lmadfq.zip |#----------------------------------------------------| 2.27% tmp08lmadfq.zip |#----------------------------------------------------| 2.72% tmp08lmadfq.zip |##---------------------------------------------------| 3.18% tmp08lmadfq.zip |##---------------------------------------------------| 3.63% tmp08lmadfq.zip |##---------------------------------------------------| 4.09% tmp08lmadfq.zip |##---------------------------------------------------| 4.54% tmp08lmadfq.zip |###--------------------------------------------------| 4.99% tmp08lmadfq.zip |###--------------------------------------------------| 5.45% tmp08lmadfq.zip |###--------------------------------------------------| 5.9% tmp08lmadfq.zip |###--------------------------------------------------| 6.36% tmp08lmadfq.zip |####-------------------------------------------------| 6.81% tmp08lmadfq.zip |####-------------------------------------------------| 7.26% tmp08lmadfq.zip |####-------------------------------------------------| 7.72% tmp08lmadfq.zip |####-------------------------------------------------| 8.17% tmp08lmadfq.zip |#####------------------------------------------------| 8.63% tmp08lmadfq.zip |#####------------------------------------------------| 9.08% tmp08lmadfq.zip |#####------------------------------------------------| 9.53% tmp08lmadfq.zip |#####------------------------------------------------| 9.99% tmp08lmadfq.zip |######-----------------------------------------------| 10.44% tmp08lmadfq.zip |######-----------------------------------------------| 10.9% tmp08lmadfq.zip |######-----------------------------------------------| 11.35% tmp08lmadfq.zip |######-----------------------------------------------| 11.8% tmp08lmadfq.zip |######-----------------------------------------------| 12.26% tmp08lmadfq.zip |#######----------------------------------------------| 12.71% tmp08lmadfq.zip |#######----------------------------------------------| 13.17% tmp08lmadfq.zip |#######----------------------------------------------| 13.62% tmp08lmadfq.zip |#######----------------------------------------------| 14.07% tmp08lmadfq.zip |########---------------------------------------------| 14.53% tmp08lmadfq.zip |########---------------------------------------------| 14.98% tmp08lmadfq.zip |########---------------------------------------------| 15.44% tmp08lmadfq.zip |########---------------------------------------------| 15.89% tmp08lmadfq.zip |#########--------------------------------------------| 16.34% tmp08lmadfq.zip |#########--------------------------------------------| 16.8% tmp08lmadfq.zip |#########--------------------------------------------| 17.25% tmp08lmadfq.zip |#########--------------------------------------------| 17.71% tmp08lmadfq.zip |##########-------------------------------------------| 18.16% tmp08lmadfq.zip |##########-------------------------------------------| 18.61% tmp08lmadfq.zip |##########-------------------------------------------| 19.07% tmp08lmadfq.zip |##########-------------------------------------------| 19.52% tmp08lmadfq.zip |###########------------------------------------------| 19.98% tmp08lmadfq.zip |###########------------------------------------------| 20.43% tmp08lmadfq.zip |###########------------------------------------------| 20.88% tmp08lmadfq.zip |###########------------------------------------------| 21.34% tmp08lmadfq.zip |############-----------------------------------------| 21.79% tmp08lmadfq.zip |############-----------------------------------------| 22.25% tmp08lmadfq.zip |############-----------------------------------------| 22.7% tmp08lmadfq.zip |############-----------------------------------------| 23.15% tmp08lmadfq.zip |#############----------------------------------------| 23.61% tmp08lmadfq.zip |#############----------------------------------------| 24.06% tmp08lmadfq.zip |#############----------------------------------------| 24.51% tmp08lmadfq.zip |#############----------------------------------------| 24.97% tmp08lmadfq.zip |#############----------------------------------------| 25.42% tmp08lmadfq.zip |##############---------------------------------------| 25.88% tmp08lmadfq.zip |##############---------------------------------------| 26.33% tmp08lmadfq.zip |##############---------------------------------------| 26.78% tmp08lmadfq.zip |##############---------------------------------------| 27.24% tmp08lmadfq.zip |###############--------------------------------------| 27.69% tmp08lmadfq.zip |###############--------------------------------------| 28.15% tmp08lmadfq.zip |###############--------------------------------------| 28.6% tmp08lmadfq.zip |###############--------------------------------------| 29.05% tmp08lmadfq.zip |################-------------------------------------| 29.51% tmp08lmadfq.zip |################-------------------------------------| 29.96% tmp08lmadfq.zip |################-------------------------------------| 30.42% tmp08lmadfq.zip |################-------------------------------------| 30.87% tmp08lmadfq.zip |#################------------------------------------| 31.32% tmp08lmadfq.zip |#################------------------------------------| 31.78% tmp08lmadfq.zip |#################------------------------------------| 32.23% tmp08lmadfq.zip |#################------------------------------------| 32.69% tmp08lmadfq.zip |##################-----------------------------------| 33.14% tmp08lmadfq.zip |##################-----------------------------------| 33.59% tmp08lmadfq.zip |##################-----------------------------------| 34.05% tmp08lmadfq.zip |##################-----------------------------------| 34.5% tmp08lmadfq.zip |###################----------------------------------| 34.96% tmp08lmadfq.zip |###################----------------------------------| 35.41% tmp08lmadfq.zip |###################----------------------------------| 35.86% tmp08lmadfq.zip |###################----------------------------------| 36.32% tmp08lmadfq.zip |###################----------------------------------| 36.77% tmp08lmadfq.zip |####################---------------------------------| 37.23% tmp08lmadfq.zip |####################---------------------------------| 37.68% tmp08lmadfq.zip |####################---------------------------------| 38.13% tmp08lmadfq.zip |####################---------------------------------| 38.59% tmp08lmadfq.zip |#####################--------------------------------| 39.04% tmp08lmadfq.zip |#####################--------------------------------| 39.5% tmp08lmadfq.zip |#####################--------------------------------| 39.95% tmp08lmadfq.zip |#####################--------------------------------| 40.4% tmp08lmadfq.zip |######################-------------------------------| 40.86% tmp08lmadfq.zip |######################-------------------------------| 41.31% tmp08lmadfq.zip |######################-------------------------------| 41.77% tmp08lmadfq.zip |######################-------------------------------| 42.22% tmp08lmadfq.zip |#######################------------------------------| 42.67% tmp08lmadfq.zip |#######################------------------------------| 43.13% tmp08lmadfq.zip |#######################------------------------------| 43.58% tmp08lmadfq.zip |#######################------------------------------| 44.04% tmp08lmadfq.zip |########################-----------------------------| 44.49% tmp08lmadfq.zip |########################-----------------------------| 44.94% tmp08lmadfq.zip |########################-----------------------------| 45.4% tmp08lmadfq.zip |########################-----------------------------| 45.85% tmp08lmadfq.zip |#########################----------------------------| 46.31% tmp08lmadfq.zip |#########################----------------------------| 46.76% tmp08lmadfq.zip |#########################----------------------------| 47.21% tmp08lmadfq.zip |#########################----------------------------| 47.67% tmp08lmadfq.zip |##########################---------------------------| 48.12% tmp08lmadfq.zip |##########################---------------------------| 48.58% tmp08lmadfq.zip |##########################---------------------------| 49.03% tmp08lmadfq.zip |##########################---------------------------| 49.48% tmp08lmadfq.zip |##########################---------------------------| 49.94% tmp08lmadfq.zip |###########################--------------------------| 50.39% tmp08lmadfq.zip |###########################--------------------------| 50.85% tmp08lmadfq.zip |###########################--------------------------| 51.3% tmp08lmadfq.zip |###########################--------------------------| 51.75% tmp08lmadfq.zip |############################-------------------------| 52.21% tmp08lmadfq.zip |############################-------------------------| 52.66% tmp08lmadfq.zip |############################-------------------------| 53.12% tmp08lmadfq.zip |############################-------------------------| 53.57% tmp08lmadfq.zip |#############################------------------------| 54.02% tmp08lmadfq.zip |#############################------------------------| 54.48% tmp08lmadfq.zip |#############################------------------------| 54.93% tmp08lmadfq.zip |#############################------------------------| 55.39% tmp08lmadfq.zip |##############################-----------------------| 55.84% tmp08lmadfq.zip |##############################-----------------------| 56.29% tmp08lmadfq.zip |##############################-----------------------| 56.75% tmp08lmadfq.zip |##############################-----------------------| 57.2% tmp08lmadfq.zip |###############################----------------------| 57.66% tmp08lmadfq.zip |###############################----------------------| 58.11% tmp08lmadfq.zip |###############################----------------------| 58.56% tmp08lmadfq.zip |###############################----------------------| 59.02% tmp08lmadfq.zip |################################---------------------| 59.47% tmp08lmadfq.zip |################################---------------------| 59.93% tmp08lmadfq.zip |################################---------------------| 60.38% tmp08lmadfq.zip |################################---------------------| 60.83% tmp08lmadfq.zip |################################---------------------| 61.29% tmp08lmadfq.zip |#################################--------------------| 61.74% tmp08lmadfq.zip |#################################--------------------| 62.2% tmp08lmadfq.zip |#################################--------------------| 62.65% tmp08lmadfq.zip |#################################--------------------| 63.1% tmp08lmadfq.zip |##################################-------------------| 63.56% tmp08lmadfq.zip |##################################-------------------| 64.01% tmp08lmadfq.zip |##################################-------------------| 64.47% tmp08lmadfq.zip |##################################-------------------| 64.92% tmp08lmadfq.zip |###################################------------------| 65.37% tmp08lmadfq.zip |###################################------------------| 65.83% tmp08lmadfq.zip |###################################------------------| 66.28% tmp08lmadfq.zip |###################################------------------| 66.74% tmp08lmadfq.zip |####################################-----------------| 67.19% tmp08lmadfq.zip |####################################-----------------| 67.64% tmp08lmadfq.zip |####################################-----------------| 68.1% tmp08lmadfq.zip |####################################-----------------| 68.55% tmp08lmadfq.zip |#####################################----------------| 69.0% tmp08lmadfq.zip |#####################################----------------| 69.46% tmp08lmadfq.zip |#####################################----------------| 69.91% tmp08lmadfq.zip |#####################################----------------| 70.37% tmp08lmadfq.zip |######################################---------------| 70.82% tmp08lmadfq.zip |######################################---------------| 71.27% tmp08lmadfq.zip |######################################---------------| 71.73% tmp08lmadfq.zip |######################################---------------| 72.18% tmp08lmadfq.zip |######################################---------------| 72.64% tmp08lmadfq.zip |#######################################--------------| 73.09% tmp08lmadfq.zip |#######################################--------------| 73.54% tmp08lmadfq.zip |#######################################--------------| 74.0% tmp08lmadfq.zip |#######################################--------------| 74.45% tmp08lmadfq.zip |########################################-------------| 74.91% tmp08lmadfq.zip |########################################-------------| 75.36% tmp08lmadfq.zip |########################################-------------| 75.81% tmp08lmadfq.zip |########################################-------------| 76.27% tmp08lmadfq.zip |#########################################------------| 76.72% tmp08lmadfq.zip |#########################################------------| 77.18% tmp08lmadfq.zip |#########################################------------| 77.63% tmp08lmadfq.zip |#########################################------------| 78.08% tmp08lmadfq.zip |##########################################-----------| 78.54% tmp08lmadfq.zip |##########################################-----------| 78.99% tmp08lmadfq.zip |##########################################-----------| 79.45% tmp08lmadfq.zip |##########################################-----------| 79.9% tmp08lmadfq.zip |###########################################----------| 80.35% tmp08lmadfq.zip |###########################################----------| 80.81% tmp08lmadfq.zip |###########################################----------| 81.26% tmp08lmadfq.zip |###########################################----------| 81.72% tmp08lmadfq.zip |############################################---------| 82.17% tmp08lmadfq.zip |############################################---------| 82.62% tmp08lmadfq.zip |############################################---------| 83.08% tmp08lmadfq.zip |############################################---------| 83.53% tmp08lmadfq.zip |#############################################--------| 83.99% tmp08lmadfq.zip |#############################################--------| 84.44% tmp08lmadfq.zip |#############################################--------| 84.89% tmp08lmadfq.zip |#############################################--------| 85.35% tmp08lmadfq.zip |#############################################--------| 85.8% tmp08lmadfq.zip |##############################################-------| 86.26% tmp08lmadfq.zip |##############################################-------| 86.71% tmp08lmadfq.zip |##############################################-------| 87.16% tmp08lmadfq.zip |##############################################-------| 87.62% tmp08lmadfq.zip |###############################################------| 88.07% tmp08lmadfq.zip |###############################################------| 88.53% tmp08lmadfq.zip |###############################################------| 88.98% tmp08lmadfq.zip |###############################################------| 89.43% tmp08lmadfq.zip |################################################-----| 89.89% tmp08lmadfq.zip |################################################-----| 90.34% tmp08lmadfq.zip |################################################-----| 90.8% tmp08lmadfq.zip |################################################-----| 91.25% tmp08lmadfq.zip |#################################################----| 91.7% tmp08lmadfq.zip |#################################################----| 92.16% tmp08lmadfq.zip |#################################################----| 92.61% tmp08lmadfq.zip |#################################################----| 93.07% tmp08lmadfq.zip |##################################################---| 93.52% tmp08lmadfq.zip |##################################################---| 93.97% tmp08lmadfq.zip |##################################################---| 94.43% tmp08lmadfq.zip |##################################################---| 94.88% tmp08lmadfq.zip |###################################################--| 95.34% tmp08lmadfq.zip |###################################################--| 95.79% tmp08lmadfq.zip |###################################################--| 96.24% tmp08lmadfq.zip |###################################################--| 96.7% tmp08lmadfq.zip |###################################################--| 97.15% tmp08lmadfq.zip |####################################################-| 97.61% tmp08lmadfq.zip |####################################################-| 98.06% tmp08lmadfq.zip |####################################################-| 98.51% tmp08lmadfq.zip |####################################################-| 98.97% tmp08lmadfq.zip |#####################################################| 99.42% tmp08lmadfq.zip |#####################################################| 99.88% tmp08lmadfq.zip |#####################################################| 100.0% Plugin uploaded. Plugin's id is 66dfbe79-0006-4b35-8e86-9648aad83d6a + for p in '${PLUGIN_DIR}/*' + wagons=($p/*.wgn) + types=($p/*.yaml) + install_plugin /opt/plugins/plugin-sTpApmz/clamppolicyplugin-1.1.1-py36-none-linux_x86_64.wgn /opt/plugins/plugin-sTpApmz/clamppolicyplugin_types.yaml ++ basename /opt/plugins/plugin-sTpApmz/clamppolicyplugin-1.1.1-py36-none-linux_x86_64.wgn + ARCHIVE=clamppolicyplugin-1.1.1-py36-none-linux_x86_64.wgn + cm_hasany 'plugins?archive_name=clamppolicyplugin-1.1.1-py36-none-linux_x86_64.wgn' ++ curl -Ss -H 'Tenant: default_tenant' --user admin:SU92FFB6 --cacert /opt/onap/certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/plugins?archive_name=clamppolicyplugin-1.1.1-py36-none-linux_x86_64.wgn&_include=id' ++ /bin/jq .metadata.pagination.total + COUNT=0 + (( 0 > 0 )) + return 1 + cfy plugin upload -y /opt/plugins/plugin-sTpApmz/clamppolicyplugin_types.yaml /opt/plugins/plugin-sTpApmz/clamppolicyplugin-1.1.1-py36-none-linux_x86_64.wgn Creating plugin zip archive.. Uploading plugin archive (wagon + yaml).. tmp1z3852fh.zip |-----------------------------------------------------| 0.47% tmp1z3852fh.zip |-----------------------------------------------------| 0.93% tmp1z3852fh.zip |#----------------------------------------------------| 1.4% tmp1z3852fh.zip |#----------------------------------------------------| 1.86% tmp1z3852fh.zip |#----------------------------------------------------| 2.33% tmp1z3852fh.zip |#----------------------------------------------------| 2.79% tmp1z3852fh.zip |##---------------------------------------------------| 3.26% tmp1z3852fh.zip |##---------------------------------------------------| 3.73% tmp1z3852fh.zip |##---------------------------------------------------| 4.19% tmp1z3852fh.zip |##---------------------------------------------------| 4.66% tmp1z3852fh.zip |###--------------------------------------------------| 5.12% tmp1z3852fh.zip |###--------------------------------------------------| 5.59% tmp1z3852fh.zip |###--------------------------------------------------| 6.05% tmp1z3852fh.zip |###--------------------------------------------------| 6.52% tmp1z3852fh.zip |####-------------------------------------------------| 6.98% tmp1z3852fh.zip |####-------------------------------------------------| 7.45% tmp1z3852fh.zip |####-------------------------------------------------| 7.92% tmp1z3852fh.zip |####-------------------------------------------------| 8.38% tmp1z3852fh.zip |#####------------------------------------------------| 8.85% tmp1z3852fh.zip |#####------------------------------------------------| 9.31% tmp1z3852fh.zip |#####------------------------------------------------| 9.78% tmp1z3852fh.zip |#####------------------------------------------------| 10.24% tmp1z3852fh.zip |######-----------------------------------------------| 10.71% tmp1z3852fh.zip |######-----------------------------------------------| 11.18% tmp1z3852fh.zip |######-----------------------------------------------| 11.64% tmp1z3852fh.zip |######-----------------------------------------------| 12.11% tmp1z3852fh.zip |#######----------------------------------------------| 12.57% tmp1z3852fh.zip |#######----------------------------------------------| 13.04% tmp1z3852fh.zip |#######----------------------------------------------| 13.5% tmp1z3852fh.zip |#######----------------------------------------------| 13.97% tmp1z3852fh.zip |########---------------------------------------------| 14.44% tmp1z3852fh.zip |########---------------------------------------------| 14.9% tmp1z3852fh.zip |########---------------------------------------------| 15.37% tmp1z3852fh.zip |########---------------------------------------------| 15.83% tmp1z3852fh.zip |#########--------------------------------------------| 16.3% tmp1z3852fh.zip |#########--------------------------------------------| 16.76% tmp1z3852fh.zip |#########--------------------------------------------| 17.23% tmp1z3852fh.zip |#########--------------------------------------------| 17.7% tmp1z3852fh.zip |##########-------------------------------------------| 18.16% tmp1z3852fh.zip |##########-------------------------------------------| 18.63% tmp1z3852fh.zip |##########-------------------------------------------| 19.09% tmp1z3852fh.zip |##########-------------------------------------------| 19.56% tmp1z3852fh.zip |###########------------------------------------------| 20.02% tmp1z3852fh.zip |###########------------------------------------------| 20.49% tmp1z3852fh.zip |###########------------------------------------------| 20.95% tmp1z3852fh.zip |###########------------------------------------------| 21.42% tmp1z3852fh.zip |############-----------------------------------------| 21.89% tmp1z3852fh.zip |############-----------------------------------------| 22.35% tmp1z3852fh.zip |############-----------------------------------------| 22.82% tmp1z3852fh.zip |############-----------------------------------------| 23.28% tmp1z3852fh.zip |#############----------------------------------------| 23.75% tmp1z3852fh.zip |#############----------------------------------------| 24.21% tmp1z3852fh.zip |#############----------------------------------------| 24.68% tmp1z3852fh.zip |#############----------------------------------------| 25.15% tmp1z3852fh.zip |##############---------------------------------------| 25.61% tmp1z3852fh.zip |##############---------------------------------------| 26.08% tmp1z3852fh.zip |##############---------------------------------------| 26.54% tmp1z3852fh.zip |##############---------------------------------------| 27.01% tmp1z3852fh.zip |###############--------------------------------------| 27.47% tmp1z3852fh.zip |###############--------------------------------------| 27.94% tmp1z3852fh.zip |###############--------------------------------------| 28.41% tmp1z3852fh.zip |###############--------------------------------------| 28.87% tmp1z3852fh.zip |################-------------------------------------| 29.34% tmp1z3852fh.zip |################-------------------------------------| 29.8% tmp1z3852fh.zip |################-------------------------------------| 30.27% tmp1z3852fh.zip |################-------------------------------------| 30.73% tmp1z3852fh.zip |#################------------------------------------| 31.2% tmp1z3852fh.zip |#################------------------------------------| 31.67% tmp1z3852fh.zip |#################------------------------------------| 32.13% tmp1z3852fh.zip |#################------------------------------------| 32.6% tmp1z3852fh.zip |##################-----------------------------------| 33.06% tmp1z3852fh.zip |##################-----------------------------------| 33.53% tmp1z3852fh.zip |##################-----------------------------------| 33.99% tmp1z3852fh.zip |##################-----------------------------------| 34.46% tmp1z3852fh.zip |###################----------------------------------| 34.92% tmp1z3852fh.zip |###################----------------------------------| 35.39% tmp1z3852fh.zip |###################----------------------------------| 35.86% tmp1z3852fh.zip |###################----------------------------------| 36.32% tmp1z3852fh.zip |###################----------------------------------| 36.79% tmp1z3852fh.zip |####################---------------------------------| 37.25% tmp1z3852fh.zip |####################---------------------------------| 37.72% tmp1z3852fh.zip |####################---------------------------------| 38.18% tmp1z3852fh.zip |####################---------------------------------| 38.65% tmp1z3852fh.zip |#####################--------------------------------| 39.12% tmp1z3852fh.zip |#####################--------------------------------| 39.58% tmp1z3852fh.zip |#####################--------------------------------| 40.05% tmp1z3852fh.zip |#####################--------------------------------| 40.51% tmp1z3852fh.zip |######################-------------------------------| 40.98% tmp1z3852fh.zip |######################-------------------------------| 41.44% tmp1z3852fh.zip |######################-------------------------------| 41.91% tmp1z3852fh.zip |######################-------------------------------| 42.38% tmp1z3852fh.zip |#######################------------------------------| 42.84% tmp1z3852fh.zip |#######################------------------------------| 43.31% tmp1z3852fh.zip |#######################------------------------------| 43.77% tmp1z3852fh.zip |#######################------------------------------| 44.24% tmp1z3852fh.zip |########################-----------------------------| 44.7% tmp1z3852fh.zip |########################-----------------------------| 45.17% tmp1z3852fh.zip |########################-----------------------------| 45.63% tmp1z3852fh.zip |########################-----------------------------| 46.1% tmp1z3852fh.zip |#########################----------------------------| 46.57% tmp1z3852fh.zip |#########################----------------------------| 47.03% tmp1z3852fh.zip |#########################----------------------------| 47.5% tmp1z3852fh.zip |#########################----------------------------| 47.96% tmp1z3852fh.zip |##########################---------------------------| 48.43% tmp1z3852fh.zip |##########################---------------------------| 48.89% tmp1z3852fh.zip |##########################---------------------------| 49.36% tmp1z3852fh.zip |##########################---------------------------| 49.83% tmp1z3852fh.zip |###########################--------------------------| 50.29% tmp1z3852fh.zip |###########################--------------------------| 50.76% tmp1z3852fh.zip |###########################--------------------------| 51.22% tmp1z3852fh.zip |###########################--------------------------| 51.69% tmp1z3852fh.zip |############################-------------------------| 52.15% tmp1z3852fh.zip |############################-------------------------| 52.62% tmp1z3852fh.zip |############################-------------------------| 53.09% tmp1z3852fh.zip |############################-------------------------| 53.55% tmp1z3852fh.zip |#############################------------------------| 54.02% tmp1z3852fh.zip |#############################------------------------| 54.48% tmp1z3852fh.zip |#############################------------------------| 54.95% tmp1z3852fh.zip |#############################------------------------| 55.41% tmp1z3852fh.zip |##############################-----------------------| 55.88% tmp1z3852fh.zip |##############################-----------------------| 56.35% tmp1z3852fh.zip |##############################-----------------------| 56.81% tmp1z3852fh.zip |##############################-----------------------| 57.28% tmp1z3852fh.zip |###############################----------------------| 57.74% tmp1z3852fh.zip |###############################----------------------| 58.21% tmp1z3852fh.zip |###############################----------------------| 58.67% tmp1z3852fh.zip |###############################----------------------| 59.14% tmp1z3852fh.zip |################################---------------------| 59.6% tmp1z3852fh.zip |################################---------------------| 60.07% tmp1z3852fh.zip |################################---------------------| 60.54% tmp1z3852fh.zip |################################---------------------| 61.0% tmp1z3852fh.zip |#################################--------------------| 61.47% tmp1z3852fh.zip |#################################--------------------| 61.93% tmp1z3852fh.zip |#################################--------------------| 62.4% tmp1z3852fh.zip |#################################--------------------| 62.86% tmp1z3852fh.zip |##################################-------------------| 63.33% tmp1z3852fh.zip |##################################-------------------| 63.8% tmp1z3852fh.zip |##################################-------------------| 64.26% tmp1z3852fh.zip |##################################-------------------| 64.73% tmp1z3852fh.zip |###################################------------------| 65.19% tmp1z3852fh.zip |###################################------------------| 65.66% tmp1z3852fh.zip |###################################------------------| 66.12% tmp1z3852fh.zip |###################################------------------| 66.59% tmp1z3852fh.zip |####################################-----------------| 67.06% tmp1z3852fh.zip |####################################-----------------| 67.52% tmp1z3852fh.zip |####################################-----------------| 67.99% tmp1z3852fh.zip |####################################-----------------| 68.45% tmp1z3852fh.zip |#####################################----------------| 68.92% tmp1z3852fh.zip |#####################################----------------| 69.38% tmp1z3852fh.zip |#####################################----------------| 69.85% tmp1z3852fh.zip |#####################################----------------| 70.32% tmp1z3852fh.zip |######################################---------------| 70.78% tmp1z3852fh.zip |######################################---------------| 71.25% tmp1z3852fh.zip |######################################---------------| 71.71% tmp1z3852fh.zip |######################################---------------| 72.18% tmp1z3852fh.zip |#######################################--------------| 72.64% tmp1z3852fh.zip |#######################################--------------| 73.11% tmp1z3852fh.zip |#######################################--------------| 73.57% tmp1z3852fh.zip |#######################################--------------| 74.04% tmp1z3852fh.zip |#######################################--------------| 74.51% tmp1z3852fh.zip |########################################-------------| 74.97% tmp1z3852fh.zip |########################################-------------| 75.44% tmp1z3852fh.zip |########################################-------------| 75.9% tmp1z3852fh.zip |########################################-------------| 76.37% tmp1z3852fh.zip |#########################################------------| 76.83% tmp1z3852fh.zip |#########################################------------| 77.3% tmp1z3852fh.zip |#########################################------------| 77.77% tmp1z3852fh.zip |#########################################------------| 78.23% tmp1z3852fh.zip |##########################################-----------| 78.7% tmp1z3852fh.zip |##########################################-----------| 79.16% tmp1z3852fh.zip |##########################################-----------| 79.63% tmp1z3852fh.zip |##########################################-----------| 80.09% tmp1z3852fh.zip |###########################################----------| 80.56% tmp1z3852fh.zip |###########################################----------| 81.03% tmp1z3852fh.zip |###########################################----------| 81.49% tmp1z3852fh.zip |###########################################----------| 81.96% tmp1z3852fh.zip |############################################---------| 82.42% tmp1z3852fh.zip |############################################---------| 82.89% tmp1z3852fh.zip |############################################---------| 83.35% tmp1z3852fh.zip |############################################---------| 83.82% tmp1z3852fh.zip |#############################################--------| 84.29% tmp1z3852fh.zip |#############################################--------| 84.75% tmp1z3852fh.zip |#############################################--------| 85.22% tmp1z3852fh.zip |#############################################--------| 85.68% tmp1z3852fh.zip |##############################################-------| 86.15% tmp1z3852fh.zip |##############################################-------| 86.61% tmp1z3852fh.zip |##############################################-------| 87.08% tmp1z3852fh.zip |##############################################-------| 87.54% tmp1z3852fh.zip |###############################################------| 88.01% tmp1z3852fh.zip |###############################################------| 88.48% tmp1z3852fh.zip |###############################################------| 88.94% tmp1z3852fh.zip |###############################################------| 89.41% tmp1z3852fh.zip |################################################-----| 89.87% tmp1z3852fh.zip |################################################-----| 90.34% tmp1z3852fh.zip |################################################-----| 90.8% tmp1z3852fh.zip |################################################-----| 91.27% tmp1z3852fh.zip |#################################################----| 91.74% tmp1z3852fh.zip |#################################################----| 92.2% tmp1z3852fh.zip |#################################################----| 92.67% tmp1z3852fh.zip |#################################################----| 93.13% tmp1z3852fh.zip |##################################################---| 93.6% tmp1z3852fh.zip |##################################################---| 94.06% tmp1z3852fh.zip |##################################################---| 94.53% tmp1z3852fh.zip |##################################################---| 95.0% tmp1z3852fh.zip |###################################################--| 95.46% tmp1z3852fh.zip |###################################################--| 95.93% tmp1z3852fh.zip |###################################################--| 96.39% tmp1z3852fh.zip |###################################################--| 96.86% tmp1z3852fh.zip |####################################################-| 97.32% tmp1z3852fh.zip |####################################################-| 97.79% tmp1z3852fh.zip |####################################################-| 98.25% tmp1z3852fh.zip |####################################################-| 98.72% tmp1z3852fh.zip |#####################################################| 99.19% tmp1z3852fh.zip |#####################################################| 99.65% tmp1z3852fh.zip |#####################################################| 100.0% Plugin uploaded. Plugin's id is bca879c8-e080-4c8a-9cb9-b8ebb76da65f + 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' ++ /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=dcaepolicyplugin-2.4.0-py36-none-linux_x86_64.wgn&_include=id' + 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).. tmpscnue2h6.zip |-----------------------------------------------------| 0.46% tmpscnue2h6.zip |-----------------------------------------------------| 0.93% tmpscnue2h6.zip |#----------------------------------------------------| 1.39% tmpscnue2h6.zip |#----------------------------------------------------| 1.86% tmpscnue2h6.zip |#----------------------------------------------------| 2.32% tmpscnue2h6.zip |#----------------------------------------------------| 2.79% tmpscnue2h6.zip |##---------------------------------------------------| 3.25% tmpscnue2h6.zip |##---------------------------------------------------| 3.72% tmpscnue2h6.zip |##---------------------------------------------------| 4.18% tmpscnue2h6.zip |##---------------------------------------------------| 4.64% tmpscnue2h6.zip |###--------------------------------------------------| 5.11% tmpscnue2h6.zip |###--------------------------------------------------| 5.57% tmpscnue2h6.zip |###--------------------------------------------------| 6.04% tmpscnue2h6.zip |###--------------------------------------------------| 6.5% tmpscnue2h6.zip |####-------------------------------------------------| 6.97% tmpscnue2h6.zip |####-------------------------------------------------| 7.43% tmpscnue2h6.zip |####-------------------------------------------------| 7.9% tmpscnue2h6.zip |####-------------------------------------------------| 8.36% tmpscnue2h6.zip |#####------------------------------------------------| 8.82% tmpscnue2h6.zip |#####------------------------------------------------| 9.29% tmpscnue2h6.zip |#####------------------------------------------------| 9.75% tmpscnue2h6.zip |#####------------------------------------------------| 10.22% tmpscnue2h6.zip |######-----------------------------------------------| 10.68% tmpscnue2h6.zip |######-----------------------------------------------| 11.15% tmpscnue2h6.zip |######-----------------------------------------------| 11.61% tmpscnue2h6.zip |######-----------------------------------------------| 12.08% tmpscnue2h6.zip |#######----------------------------------------------| 12.54% tmpscnue2h6.zip |#######----------------------------------------------| 13.0% tmpscnue2h6.zip |#######----------------------------------------------| 13.47% tmpscnue2h6.zip |#######----------------------------------------------| 13.93% tmpscnue2h6.zip |########---------------------------------------------| 14.4% tmpscnue2h6.zip |########---------------------------------------------| 14.86% tmpscnue2h6.zip |########---------------------------------------------| 15.33% tmpscnue2h6.zip |########---------------------------------------------| 15.79% tmpscnue2h6.zip |#########--------------------------------------------| 16.26% tmpscnue2h6.zip |#########--------------------------------------------| 16.72% tmpscnue2h6.zip |#########--------------------------------------------| 17.18% tmpscnue2h6.zip |#########--------------------------------------------| 17.65% tmpscnue2h6.zip |##########-------------------------------------------| 18.11% tmpscnue2h6.zip |##########-------------------------------------------| 18.58% tmpscnue2h6.zip |##########-------------------------------------------| 19.04% tmpscnue2h6.zip |##########-------------------------------------------| 19.51% tmpscnue2h6.zip |###########------------------------------------------| 19.97% tmpscnue2h6.zip |###########------------------------------------------| 20.43% tmpscnue2h6.zip |###########------------------------------------------| 20.9% tmpscnue2h6.zip |###########------------------------------------------| 21.36% tmpscnue2h6.zip |############-----------------------------------------| 21.83% tmpscnue2h6.zip |############-----------------------------------------| 22.29% tmpscnue2h6.zip |############-----------------------------------------| 22.76% tmpscnue2h6.zip |############-----------------------------------------| 23.22% tmpscnue2h6.zip |#############----------------------------------------| 23.69% tmpscnue2h6.zip |#############----------------------------------------| 24.15% tmpscnue2h6.zip |#############----------------------------------------| 24.61% tmpscnue2h6.zip |#############----------------------------------------| 25.08% tmpscnue2h6.zip |##############---------------------------------------| 25.54% tmpscnue2h6.zip |##############---------------------------------------| 26.01% tmpscnue2h6.zip |##############---------------------------------------| 26.47% tmpscnue2h6.zip |##############---------------------------------------| 26.94% tmpscnue2h6.zip |###############--------------------------------------| 27.4% tmpscnue2h6.zip |###############--------------------------------------| 27.87% tmpscnue2h6.zip |###############--------------------------------------| 28.33% tmpscnue2h6.zip |###############--------------------------------------| 28.79% tmpscnue2h6.zip |################-------------------------------------| 29.26% tmpscnue2h6.zip |################-------------------------------------| 29.72% tmpscnue2h6.zip |################-------------------------------------| 30.19% tmpscnue2h6.zip |################-------------------------------------| 30.65% tmpscnue2h6.zip |################-------------------------------------| 31.12% tmpscnue2h6.zip |#################------------------------------------| 31.58% tmpscnue2h6.zip |#################------------------------------------| 32.05% tmpscnue2h6.zip |#################------------------------------------| 32.51% tmpscnue2h6.zip |#################------------------------------------| 32.97% tmpscnue2h6.zip |##################-----------------------------------| 33.44% tmpscnue2h6.zip |##################-----------------------------------| 33.9% tmpscnue2h6.zip |##################-----------------------------------| 34.37% tmpscnue2h6.zip |##################-----------------------------------| 34.83% tmpscnue2h6.zip |###################----------------------------------| 35.3% tmpscnue2h6.zip |###################----------------------------------| 35.76% tmpscnue2h6.zip |###################----------------------------------| 36.23% tmpscnue2h6.zip |###################----------------------------------| 36.69% tmpscnue2h6.zip |####################---------------------------------| 37.15% tmpscnue2h6.zip |####################---------------------------------| 37.62% tmpscnue2h6.zip |####################---------------------------------| 38.08% tmpscnue2h6.zip |####################---------------------------------| 38.55% tmpscnue2h6.zip |#####################--------------------------------| 39.01% tmpscnue2h6.zip |#####################--------------------------------| 39.48% tmpscnue2h6.zip |#####################--------------------------------| 39.94% tmpscnue2h6.zip |#####################--------------------------------| 40.41% tmpscnue2h6.zip |######################-------------------------------| 40.87% tmpscnue2h6.zip |######################-------------------------------| 41.33% tmpscnue2h6.zip |######################-------------------------------| 41.8% tmpscnue2h6.zip |######################-------------------------------| 42.26% tmpscnue2h6.zip |#######################------------------------------| 42.73% tmpscnue2h6.zip |#######################------------------------------| 43.19% tmpscnue2h6.zip |#######################------------------------------| 43.66% tmpscnue2h6.zip |#######################------------------------------| 44.12% tmpscnue2h6.zip |########################-----------------------------| 44.59% tmpscnue2h6.zip |########################-----------------------------| 45.05% tmpscnue2h6.zip |########################-----------------------------| 45.51% tmpscnue2h6.zip |########################-----------------------------| 45.98% tmpscnue2h6.zip |#########################----------------------------| 46.44% tmpscnue2h6.zip |#########################----------------------------| 46.91% tmpscnue2h6.zip |#########################----------------------------| 47.37% tmpscnue2h6.zip |#########################----------------------------| 47.84% tmpscnue2h6.zip |##########################---------------------------| 48.3% tmpscnue2h6.zip |##########################---------------------------| 48.77% tmpscnue2h6.zip |##########################---------------------------| 49.23% tmpscnue2h6.zip |##########################---------------------------| 49.69% tmpscnue2h6.zip |###########################--------------------------| 50.16% tmpscnue2h6.zip |###########################--------------------------| 50.62% tmpscnue2h6.zip |###########################--------------------------| 51.09% tmpscnue2h6.zip |###########################--------------------------| 51.55% tmpscnue2h6.zip |############################-------------------------| 52.02% tmpscnue2h6.zip |############################-------------------------| 52.48% tmpscnue2h6.zip |############################-------------------------| 52.94% tmpscnue2h6.zip |############################-------------------------| 53.41% tmpscnue2h6.zip |#############################------------------------| 53.87% tmpscnue2h6.zip |#############################------------------------| 54.34% tmpscnue2h6.zip |#############################------------------------| 54.8% tmpscnue2h6.zip |#############################------------------------| 55.27% tmpscnue2h6.zip |##############################-----------------------| 55.73% tmpscnue2h6.zip |##############################-----------------------| 56.2% tmpscnue2h6.zip |##############################-----------------------| 56.66% tmpscnue2h6.zip |##############################-----------------------| 57.12% tmpscnue2h6.zip |###############################----------------------| 57.59% tmpscnue2h6.zip |###############################----------------------| 58.05% tmpscnue2h6.zip |###############################----------------------| 58.52% tmpscnue2h6.zip |###############################----------------------| 58.98% tmpscnue2h6.zip |################################---------------------| 59.45% tmpscnue2h6.zip |################################---------------------| 59.91% tmpscnue2h6.zip |################################---------------------| 60.38% tmpscnue2h6.zip |################################---------------------| 60.84% tmpscnue2h6.zip |################################---------------------| 61.3% tmpscnue2h6.zip |#################################--------------------| 61.77% tmpscnue2h6.zip |#################################--------------------| 62.23% tmpscnue2h6.zip |#################################--------------------| 62.7% tmpscnue2h6.zip |#################################--------------------| 63.16% tmpscnue2h6.zip |##################################-------------------| 63.63% tmpscnue2h6.zip |##################################-------------------| 64.09% tmpscnue2h6.zip |##################################-------------------| 64.56% tmpscnue2h6.zip |##################################-------------------| 65.02% tmpscnue2h6.zip |###################################------------------| 65.48% tmpscnue2h6.zip |###################################------------------| 65.95% tmpscnue2h6.zip |###################################------------------| 66.41% tmpscnue2h6.zip |###################################------------------| 66.88% tmpscnue2h6.zip |####################################-----------------| 67.34% tmpscnue2h6.zip |####################################-----------------| 67.81% tmpscnue2h6.zip |####################################-----------------| 68.27% tmpscnue2h6.zip |####################################-----------------| 68.74% tmpscnue2h6.zip |#####################################----------------| 69.2% tmpscnue2h6.zip |#####################################----------------| 69.66% tmpscnue2h6.zip |#####################################----------------| 70.13% tmpscnue2h6.zip |#####################################----------------| 70.59% tmpscnue2h6.zip |######################################---------------| 71.06% tmpscnue2h6.zip |######################################---------------| 71.52% tmpscnue2h6.zip |######################################---------------| 71.99% tmpscnue2h6.zip |######################################---------------| 72.45% tmpscnue2h6.zip |#######################################--------------| 72.92% tmpscnue2h6.zip |#######################################--------------| 73.38% tmpscnue2h6.zip |#######################################--------------| 73.84% tmpscnue2h6.zip |#######################################--------------| 74.31% tmpscnue2h6.zip |########################################-------------| 74.77% tmpscnue2h6.zip |########################################-------------| 75.24% tmpscnue2h6.zip |########################################-------------| 75.7% tmpscnue2h6.zip |########################################-------------| 76.17% tmpscnue2h6.zip |#########################################------------| 76.63% tmpscnue2h6.zip |#########################################------------| 77.1% tmpscnue2h6.zip |#########################################------------| 77.56% tmpscnue2h6.zip |#########################################------------| 78.02% tmpscnue2h6.zip |##########################################-----------| 78.49% tmpscnue2h6.zip |##########################################-----------| 78.95% tmpscnue2h6.zip |##########################################-----------| 79.42% tmpscnue2h6.zip |##########################################-----------| 79.88% tmpscnue2h6.zip |###########################################----------| 80.35% tmpscnue2h6.zip |###########################################----------| 80.81% tmpscnue2h6.zip |###########################################----------| 81.28% tmpscnue2h6.zip |###########################################----------| 81.74% tmpscnue2h6.zip |############################################---------| 82.2% tmpscnue2h6.zip |############################################---------| 82.67% tmpscnue2h6.zip |############################################---------| 83.13% tmpscnue2h6.zip |############################################---------| 83.6% tmpscnue2h6.zip |#############################################--------| 84.06% tmpscnue2h6.zip |#############################################--------| 84.53% tmpscnue2h6.zip |#############################################--------| 84.99% tmpscnue2h6.zip |#############################################--------| 85.45% tmpscnue2h6.zip |##############################################-------| 85.92% tmpscnue2h6.zip |##############################################-------| 86.38% tmpscnue2h6.zip |##############################################-------| 86.85% tmpscnue2h6.zip |##############################################-------| 87.31% tmpscnue2h6.zip |###############################################------| 87.78% tmpscnue2h6.zip |###############################################------| 88.24% tmpscnue2h6.zip |###############################################------| 88.71% tmpscnue2h6.zip |###############################################------| 89.17% tmpscnue2h6.zip |################################################-----| 89.63% tmpscnue2h6.zip |################################################-----| 90.1% tmpscnue2h6.zip |################################################-----| 90.56% tmpscnue2h6.zip |################################################-----| 91.03% tmpscnue2h6.zip |################################################-----| 91.49% tmpscnue2h6.zip |#################################################----| 91.96% tmpscnue2h6.zip |#################################################----| 92.42% tmpscnue2h6.zip |#################################################----| 92.89% tmpscnue2h6.zip |#################################################----| 93.35% tmpscnue2h6.zip |##################################################---| 93.81% tmpscnue2h6.zip |##################################################---| 94.28% tmpscnue2h6.zip |##################################################---| 94.74% tmpscnue2h6.zip |##################################################---| 95.21% tmpscnue2h6.zip |###################################################--| 95.67% tmpscnue2h6.zip |###################################################--| 96.14% tmpscnue2h6.zip |###################################################--| 96.6% tmpscnue2h6.zip |###################################################--| 97.07% tmpscnue2h6.zip |####################################################-| 97.53% tmpscnue2h6.zip |####################################################-| 97.99% tmpscnue2h6.zip |####################################################-| 98.46% tmpscnue2h6.zip |####################################################-| 98.92% tmpscnue2h6.zip |#####################################################| 99.39% tmpscnue2h6.zip |#####################################################| 99.85% tmpscnue2h6.zip |#####################################################| 100.0% Plugin uploaded. Plugin's id is 6050104d-8506-4e0b-aff9-d6d7d2d74dcb + cm_hasany 'executions?is_system_workflow=true&status=pending&status=started&status=queued&status=scheduled' ++ /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/executions?is_system_workflow=true&status=pending&status=started&status=queued&status=scheduled&_include=id' + COUNT=0 + (( 0 > 0 )) + return 1 + touch /opt/manager/plugins-loaded + set +x Cloudify ready