+ '[' -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. Waiting for CM to come up + echo 'Waiting for CM to come up' + sleep 15 + /scripts/cloudify-ready.sh Did not get a status response This command is only available when using a manager. Please use the `cfy profiles use` command to connect to a Cloudify Manager. Waiting for CM to come up + echo 'Waiting for CM to come up' + sleep 15 + /scripts/cloudify-ready.sh Did not get a status response This command is only available when using a manager. Please use the `cfy profiles use` command to connect to a Cloudify Manager. Waiting for CM to come up + echo 'Waiting for CM to come up' + sleep 15 + /scripts/cloudify-ready.sh Did not get a status response This command is only available when using a manager. Please use the `cfy profiles use` command to connect to a Cloudify Manager. Waiting for CM to come up + echo 'Waiting for CM to come up' + sleep 15 + /scripts/cloudify-ready.sh Did not get a status response This command is only available when using a manager. Please use the `cfy profiles use` command to connect to a Cloudify Manager. Waiting for CM to come up + echo 'Waiting for CM to come up' + sleep 15 + /scripts/cloudify-ready.sh Did not get a status response This command is only available when using a manager. Please use the `cfy profiles use` command to connect to a Cloudify Manager. Waiting for CM to come up + echo 'Waiting for CM to come up' + sleep 15 + /scripts/cloudify-ready.sh Services: Got a status response | Cloudify Console | Inactive | | Management Worker | Inactive | Some service(s) not running Retrieving manager services status... [ip=dcae-cloudify-manager] Services: +--------------------------------+----------+ | service | status | +--------------------------------+----------+ | Webserver | Active | | Cloudify Console | Inactive | | AMQP-Postgres | Active | | Management Worker | Inactive | | Manager Rest-Service | Active | | PostgreSQL | Active | | RabbitMQ | Active | +--------------------------------+----------+ + echo 'Waiting for CM to come up' + sleep 15 Waiting for CM to come up + /scripts/cloudify-ready.sh Services: Got a status response All services running + shopt -s nullglob + [[ ! -f /opt/manager/plugins-loaded ]] + for p in '${PLUGIN_DIR}/*' + wagons=($p/*.wgn) + types=($p/*.yaml) + install_plugin /opt/plugins/plugin-5Dc9T1a/k8splugin-3.9.0-py36-none-linux_x86_64.wgn /opt/plugins/plugin-5Dc9T1a/k8splugin_types.yaml ++ basename /opt/plugins/plugin-5Dc9T1a/k8splugin-3.9.0-py36-none-linux_x86_64.wgn + ARCHIVE=k8splugin-3.9.0-py36-none-linux_x86_64.wgn + cm_hasany 'plugins?archive_name=k8splugin-3.9.0-py36-none-linux_x86_64.wgn' ++ curl -Ss -H 'Tenant: default_tenant' --user admin:SU92FFB6 --cacert /opt/onap/certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/plugins?archive_name=k8splugin-3.9.0-py36-none-linux_x86_64.wgn&_include=id' ++ /bin/jq .metadata.pagination.total + COUNT=0 + (( 0 > 0 )) + return 1 + cfy plugin upload -y /opt/plugins/plugin-5Dc9T1a/k8splugin_types.yaml /opt/plugins/plugin-5Dc9T1a/k8splugin-3.9.0-py36-none-linux_x86_64.wgn Creating plugin zip archive.. Uploading plugin archive (wagon + yaml).. tmpzpsmpc9v.zip |-----------------------------------------------------| 0.13% tmpzpsmpc9v.zip |-----------------------------------------------------| 0.26% tmpzpsmpc9v.zip |-----------------------------------------------------| 0.38% tmpzpsmpc9v.zip |-----------------------------------------------------| 0.51% tmpzpsmpc9v.zip |-----------------------------------------------------| 0.64% tmpzpsmpc9v.zip |-----------------------------------------------------| 0.77% tmpzpsmpc9v.zip |-----------------------------------------------------| 0.9% tmpzpsmpc9v.zip |#----------------------------------------------------| 1.03% tmpzpsmpc9v.zip |#----------------------------------------------------| 1.15% tmpzpsmpc9v.zip |#----------------------------------------------------| 1.28% tmpzpsmpc9v.zip |#----------------------------------------------------| 1.41% tmpzpsmpc9v.zip |#----------------------------------------------------| 1.54% tmpzpsmpc9v.zip |#----------------------------------------------------| 1.67% tmpzpsmpc9v.zip |#----------------------------------------------------| 1.79% tmpzpsmpc9v.zip |#----------------------------------------------------| 1.92% tmpzpsmpc9v.zip |#----------------------------------------------------| 2.05% tmpzpsmpc9v.zip |#----------------------------------------------------| 2.18% tmpzpsmpc9v.zip |#----------------------------------------------------| 2.31% tmpzpsmpc9v.zip |#----------------------------------------------------| 2.44% tmpzpsmpc9v.zip |#----------------------------------------------------| 2.56% tmpzpsmpc9v.zip |#----------------------------------------------------| 2.69% tmpzpsmpc9v.zip |#----------------------------------------------------| 2.82% tmpzpsmpc9v.zip |##---------------------------------------------------| 2.95% tmpzpsmpc9v.zip |##---------------------------------------------------| 3.08% tmpzpsmpc9v.zip |##---------------------------------------------------| 3.2% tmpzpsmpc9v.zip |##---------------------------------------------------| 3.33% tmpzpsmpc9v.zip |##---------------------------------------------------| 3.46% tmpzpsmpc9v.zip |##---------------------------------------------------| 3.59% tmpzpsmpc9v.zip |##---------------------------------------------------| 3.72% tmpzpsmpc9v.zip |##---------------------------------------------------| 3.85% tmpzpsmpc9v.zip |##---------------------------------------------------| 3.97% tmpzpsmpc9v.zip |##---------------------------------------------------| 4.1% tmpzpsmpc9v.zip |##---------------------------------------------------| 4.23% tmpzpsmpc9v.zip |##---------------------------------------------------| 4.36% tmpzpsmpc9v.zip |##---------------------------------------------------| 4.49% tmpzpsmpc9v.zip |##---------------------------------------------------| 4.61% tmpzpsmpc9v.zip |###--------------------------------------------------| 4.74% tmpzpsmpc9v.zip |###--------------------------------------------------| 4.87% tmpzpsmpc9v.zip |###--------------------------------------------------| 5.0% tmpzpsmpc9v.zip |###--------------------------------------------------| 5.13% tmpzpsmpc9v.zip |###--------------------------------------------------| 5.26% tmpzpsmpc9v.zip |###--------------------------------------------------| 5.38% tmpzpsmpc9v.zip |###--------------------------------------------------| 5.51% tmpzpsmpc9v.zip |###--------------------------------------------------| 5.64% tmpzpsmpc9v.zip |###--------------------------------------------------| 5.77% tmpzpsmpc9v.zip |###--------------------------------------------------| 5.9% tmpzpsmpc9v.zip |###--------------------------------------------------| 6.02% tmpzpsmpc9v.zip |###--------------------------------------------------| 6.15% tmpzpsmpc9v.zip |###--------------------------------------------------| 6.28% tmpzpsmpc9v.zip |###--------------------------------------------------| 6.41% tmpzpsmpc9v.zip |###--------------------------------------------------| 6.54% tmpzpsmpc9v.zip |####-------------------------------------------------| 6.67% tmpzpsmpc9v.zip |####-------------------------------------------------| 6.79% tmpzpsmpc9v.zip |####-------------------------------------------------| 6.92% tmpzpsmpc9v.zip |####-------------------------------------------------| 7.05% tmpzpsmpc9v.zip |####-------------------------------------------------| 7.18% tmpzpsmpc9v.zip |####-------------------------------------------------| 7.31% tmpzpsmpc9v.zip |####-------------------------------------------------| 7.43% tmpzpsmpc9v.zip |####-------------------------------------------------| 7.56% tmpzpsmpc9v.zip |####-------------------------------------------------| 7.69% tmpzpsmpc9v.zip |####-------------------------------------------------| 7.82% tmpzpsmpc9v.zip |####-------------------------------------------------| 7.95% tmpzpsmpc9v.zip |####-------------------------------------------------| 8.08% tmpzpsmpc9v.zip |####-------------------------------------------------| 8.2% tmpzpsmpc9v.zip |####-------------------------------------------------| 8.33% tmpzpsmpc9v.zip |####-------------------------------------------------| 8.46% tmpzpsmpc9v.zip |#####------------------------------------------------| 8.59% tmpzpsmpc9v.zip |#####------------------------------------------------| 8.72% tmpzpsmpc9v.zip |#####------------------------------------------------| 8.84% tmpzpsmpc9v.zip |#####------------------------------------------------| 8.97% tmpzpsmpc9v.zip |#####------------------------------------------------| 9.1% tmpzpsmpc9v.zip |#####------------------------------------------------| 9.23% tmpzpsmpc9v.zip |#####------------------------------------------------| 9.36% tmpzpsmpc9v.zip |#####------------------------------------------------| 9.48% tmpzpsmpc9v.zip |#####------------------------------------------------| 9.61% tmpzpsmpc9v.zip |#####------------------------------------------------| 9.74% tmpzpsmpc9v.zip |#####------------------------------------------------| 9.87% tmpzpsmpc9v.zip |#####------------------------------------------------| 10.0% tmpzpsmpc9v.zip |#####------------------------------------------------| 10.13% tmpzpsmpc9v.zip |#####------------------------------------------------| 10.25% tmpzpsmpc9v.zip |######-----------------------------------------------| 10.38% tmpzpsmpc9v.zip |######-----------------------------------------------| 10.51% tmpzpsmpc9v.zip |######-----------------------------------------------| 10.64% tmpzpsmpc9v.zip |######-----------------------------------------------| 10.77% tmpzpsmpc9v.zip |######-----------------------------------------------| 10.89% tmpzpsmpc9v.zip |######-----------------------------------------------| 11.02% tmpzpsmpc9v.zip |######-----------------------------------------------| 11.15% tmpzpsmpc9v.zip |######-----------------------------------------------| 11.28% tmpzpsmpc9v.zip |######-----------------------------------------------| 11.41% tmpzpsmpc9v.zip |######-----------------------------------------------| 11.54% tmpzpsmpc9v.zip |######-----------------------------------------------| 11.66% tmpzpsmpc9v.zip |######-----------------------------------------------| 11.79% tmpzpsmpc9v.zip |######-----------------------------------------------| 11.92% tmpzpsmpc9v.zip |######-----------------------------------------------| 12.05% tmpzpsmpc9v.zip |######-----------------------------------------------| 12.18% tmpzpsmpc9v.zip |#######----------------------------------------------| 12.3% tmpzpsmpc9v.zip |#######----------------------------------------------| 12.43% tmpzpsmpc9v.zip |#######----------------------------------------------| 12.56% tmpzpsmpc9v.zip |#######----------------------------------------------| 12.69% tmpzpsmpc9v.zip |#######----------------------------------------------| 12.82% tmpzpsmpc9v.zip |#######----------------------------------------------| 12.95% tmpzpsmpc9v.zip |#######----------------------------------------------| 13.07% tmpzpsmpc9v.zip |#######----------------------------------------------| 13.2% tmpzpsmpc9v.zip |#######----------------------------------------------| 13.33% tmpzpsmpc9v.zip |#######----------------------------------------------| 13.46% tmpzpsmpc9v.zip |#######----------------------------------------------| 13.59% tmpzpsmpc9v.zip |#######----------------------------------------------| 13.71% tmpzpsmpc9v.zip |#######----------------------------------------------| 13.84% tmpzpsmpc9v.zip |#######----------------------------------------------| 13.97% tmpzpsmpc9v.zip |#######----------------------------------------------| 14.1% tmpzpsmpc9v.zip |########---------------------------------------------| 14.23% tmpzpsmpc9v.zip |########---------------------------------------------| 14.36% tmpzpsmpc9v.zip |########---------------------------------------------| 14.48% tmpzpsmpc9v.zip |########---------------------------------------------| 14.61% tmpzpsmpc9v.zip |########---------------------------------------------| 14.74% tmpzpsmpc9v.zip |########---------------------------------------------| 14.87% tmpzpsmpc9v.zip |########---------------------------------------------| 15.0% tmpzpsmpc9v.zip |########---------------------------------------------| 15.12% tmpzpsmpc9v.zip |########---------------------------------------------| 15.25% tmpzpsmpc9v.zip |########---------------------------------------------| 15.38% tmpzpsmpc9v.zip |########---------------------------------------------| 15.51% tmpzpsmpc9v.zip |########---------------------------------------------| 15.64% tmpzpsmpc9v.zip |########---------------------------------------------| 15.77% tmpzpsmpc9v.zip |########---------------------------------------------| 15.89% tmpzpsmpc9v.zip |########---------------------------------------------| 16.02% tmpzpsmpc9v.zip |#########--------------------------------------------| 16.15% tmpzpsmpc9v.zip |#########--------------------------------------------| 16.28% tmpzpsmpc9v.zip |#########--------------------------------------------| 16.41% tmpzpsmpc9v.zip |#########--------------------------------------------| 16.53% tmpzpsmpc9v.zip |#########--------------------------------------------| 16.66% tmpzpsmpc9v.zip |#########--------------------------------------------| 16.79% tmpzpsmpc9v.zip |#########--------------------------------------------| 16.92% tmpzpsmpc9v.zip |#########--------------------------------------------| 17.05% tmpzpsmpc9v.zip |#########--------------------------------------------| 17.18% tmpzpsmpc9v.zip |#########--------------------------------------------| 17.3% tmpzpsmpc9v.zip |#########--------------------------------------------| 17.43% tmpzpsmpc9v.zip |#########--------------------------------------------| 17.56% tmpzpsmpc9v.zip |#########--------------------------------------------| 17.69% tmpzpsmpc9v.zip |#########--------------------------------------------| 17.82% tmpzpsmpc9v.zip |##########-------------------------------------------| 17.94% tmpzpsmpc9v.zip |##########-------------------------------------------| 18.07% tmpzpsmpc9v.zip |##########-------------------------------------------| 18.2% tmpzpsmpc9v.zip |##########-------------------------------------------| 18.33% tmpzpsmpc9v.zip |##########-------------------------------------------| 18.46% tmpzpsmpc9v.zip |##########-------------------------------------------| 18.59% tmpzpsmpc9v.zip |##########-------------------------------------------| 18.71% tmpzpsmpc9v.zip |##########-------------------------------------------| 18.84% tmpzpsmpc9v.zip |##########-------------------------------------------| 18.97% tmpzpsmpc9v.zip |##########-------------------------------------------| 19.1% tmpzpsmpc9v.zip |##########-------------------------------------------| 19.23% tmpzpsmpc9v.zip |##########-------------------------------------------| 19.35% tmpzpsmpc9v.zip |##########-------------------------------------------| 19.48% tmpzpsmpc9v.zip |##########-------------------------------------------| 19.61% tmpzpsmpc9v.zip |##########-------------------------------------------| 19.74% tmpzpsmpc9v.zip |###########------------------------------------------| 19.87% tmpzpsmpc9v.zip |###########------------------------------------------| 20.0% tmpzpsmpc9v.zip |###########------------------------------------------| 20.12% tmpzpsmpc9v.zip |###########------------------------------------------| 20.25% tmpzpsmpc9v.zip |###########------------------------------------------| 20.38% tmpzpsmpc9v.zip |###########------------------------------------------| 20.51% tmpzpsmpc9v.zip |###########------------------------------------------| 20.64% tmpzpsmpc9v.zip |###########------------------------------------------| 20.76% tmpzpsmpc9v.zip |###########------------------------------------------| 20.89% tmpzpsmpc9v.zip |###########------------------------------------------| 21.02% tmpzpsmpc9v.zip |###########------------------------------------------| 21.15% tmpzpsmpc9v.zip |###########------------------------------------------| 21.28% tmpzpsmpc9v.zip |###########------------------------------------------| 21.41% tmpzpsmpc9v.zip |###########------------------------------------------| 21.53% tmpzpsmpc9v.zip |###########------------------------------------------| 21.66% tmpzpsmpc9v.zip |############-----------------------------------------| 21.79% tmpzpsmpc9v.zip |############-----------------------------------------| 21.92% tmpzpsmpc9v.zip |############-----------------------------------------| 22.05% tmpzpsmpc9v.zip |############-----------------------------------------| 22.17% tmpzpsmpc9v.zip |############-----------------------------------------| 22.3% tmpzpsmpc9v.zip |############-----------------------------------------| 22.43% tmpzpsmpc9v.zip |############-----------------------------------------| 22.56% tmpzpsmpc9v.zip |############-----------------------------------------| 22.69% tmpzpsmpc9v.zip |############-----------------------------------------| 22.82% tmpzpsmpc9v.zip |############-----------------------------------------| 22.94% tmpzpsmpc9v.zip |############-----------------------------------------| 23.07% tmpzpsmpc9v.zip |############-----------------------------------------| 23.2% tmpzpsmpc9v.zip |############-----------------------------------------| 23.33% tmpzpsmpc9v.zip |############-----------------------------------------| 23.46% tmpzpsmpc9v.zip |############-----------------------------------------| 23.58% tmpzpsmpc9v.zip |#############----------------------------------------| 23.71% tmpzpsmpc9v.zip |#############----------------------------------------| 23.84% tmpzpsmpc9v.zip |#############----------------------------------------| 23.97% tmpzpsmpc9v.zip |#############----------------------------------------| 24.1% tmpzpsmpc9v.zip |#############----------------------------------------| 24.23% tmpzpsmpc9v.zip |#############----------------------------------------| 24.35% tmpzpsmpc9v.zip |#############----------------------------------------| 24.48% tmpzpsmpc9v.zip |#############----------------------------------------| 24.61% tmpzpsmpc9v.zip |#############----------------------------------------| 24.74% tmpzpsmpc9v.zip |#############----------------------------------------| 24.87% tmpzpsmpc9v.zip |#############----------------------------------------| 24.99% tmpzpsmpc9v.zip |#############----------------------------------------| 25.12% tmpzpsmpc9v.zip |#############----------------------------------------| 25.25% tmpzpsmpc9v.zip |#############----------------------------------------| 25.38% tmpzpsmpc9v.zip |##############---------------------------------------| 25.51% tmpzpsmpc9v.zip |##############---------------------------------------| 25.63% tmpzpsmpc9v.zip |##############---------------------------------------| 25.76% tmpzpsmpc9v.zip |##############---------------------------------------| 25.89% tmpzpsmpc9v.zip |##############---------------------------------------| 26.02% tmpzpsmpc9v.zip |##############---------------------------------------| 26.15% tmpzpsmpc9v.zip |##############---------------------------------------| 26.28% tmpzpsmpc9v.zip |##############---------------------------------------| 26.4% tmpzpsmpc9v.zip |##############---------------------------------------| 26.53% tmpzpsmpc9v.zip |##############---------------------------------------| 26.66% tmpzpsmpc9v.zip |##############---------------------------------------| 26.79% tmpzpsmpc9v.zip |##############---------------------------------------| 26.92% tmpzpsmpc9v.zip |##############---------------------------------------| 27.04% tmpzpsmpc9v.zip |##############---------------------------------------| 27.17% tmpzpsmpc9v.zip |##############---------------------------------------| 27.3% tmpzpsmpc9v.zip |###############--------------------------------------| 27.43% tmpzpsmpc9v.zip |###############--------------------------------------| 27.56% tmpzpsmpc9v.zip |###############--------------------------------------| 27.69% tmpzpsmpc9v.zip |###############--------------------------------------| 27.81% tmpzpsmpc9v.zip |###############--------------------------------------| 27.94% tmpzpsmpc9v.zip |###############--------------------------------------| 28.07% tmpzpsmpc9v.zip |###############--------------------------------------| 28.2% tmpzpsmpc9v.zip |###############--------------------------------------| 28.33% tmpzpsmpc9v.zip |###############--------------------------------------| 28.45% tmpzpsmpc9v.zip |###############--------------------------------------| 28.58% tmpzpsmpc9v.zip |###############--------------------------------------| 28.71% tmpzpsmpc9v.zip |###############--------------------------------------| 28.84% tmpzpsmpc9v.zip |###############--------------------------------------| 28.97% tmpzpsmpc9v.zip |###############--------------------------------------| 29.1% tmpzpsmpc9v.zip |###############--------------------------------------| 29.22% tmpzpsmpc9v.zip |################-------------------------------------| 29.35% tmpzpsmpc9v.zip |################-------------------------------------| 29.48% tmpzpsmpc9v.zip |################-------------------------------------| 29.61% tmpzpsmpc9v.zip |################-------------------------------------| 29.74% tmpzpsmpc9v.zip |################-------------------------------------| 29.86% tmpzpsmpc9v.zip |################-------------------------------------| 29.99% tmpzpsmpc9v.zip |################-------------------------------------| 30.12% tmpzpsmpc9v.zip |################-------------------------------------| 30.25% tmpzpsmpc9v.zip |################-------------------------------------| 30.38% tmpzpsmpc9v.zip |################-------------------------------------| 30.51% tmpzpsmpc9v.zip |################-------------------------------------| 30.63% tmpzpsmpc9v.zip |################-------------------------------------| 30.76% tmpzpsmpc9v.zip |################-------------------------------------| 30.89% tmpzpsmpc9v.zip |################-------------------------------------| 31.02% tmpzpsmpc9v.zip |#################------------------------------------| 31.15% tmpzpsmpc9v.zip |#################------------------------------------| 31.27% tmpzpsmpc9v.zip |#################------------------------------------| 31.4% tmpzpsmpc9v.zip |#################------------------------------------| 31.53% tmpzpsmpc9v.zip |#################------------------------------------| 31.66% tmpzpsmpc9v.zip |#################------------------------------------| 31.79% tmpzpsmpc9v.zip |#################------------------------------------| 31.92% tmpzpsmpc9v.zip |#################------------------------------------| 32.04% tmpzpsmpc9v.zip |#################------------------------------------| 32.17% tmpzpsmpc9v.zip |#################------------------------------------| 32.3% tmpzpsmpc9v.zip |#################------------------------------------| 32.43% tmpzpsmpc9v.zip |#################------------------------------------| 32.56% tmpzpsmpc9v.zip |#################------------------------------------| 32.68% tmpzpsmpc9v.zip |#################------------------------------------| 32.81% tmpzpsmpc9v.zip |#################------------------------------------| 32.94% tmpzpsmpc9v.zip |##################-----------------------------------| 33.07% tmpzpsmpc9v.zip |##################-----------------------------------| 33.2% tmpzpsmpc9v.zip |##################-----------------------------------| 33.33% tmpzpsmpc9v.zip |##################-----------------------------------| 33.45% tmpzpsmpc9v.zip |##################-----------------------------------| 33.58% tmpzpsmpc9v.zip |##################-----------------------------------| 33.71% tmpzpsmpc9v.zip |##################-----------------------------------| 33.84% tmpzpsmpc9v.zip |##################-----------------------------------| 33.97% tmpzpsmpc9v.zip |##################-----------------------------------| 34.09% tmpzpsmpc9v.zip |##################-----------------------------------| 34.22% tmpzpsmpc9v.zip |##################-----------------------------------| 34.35% tmpzpsmpc9v.zip |##################-----------------------------------| 34.48% tmpzpsmpc9v.zip |##################-----------------------------------| 34.61% tmpzpsmpc9v.zip |##################-----------------------------------| 34.74% tmpzpsmpc9v.zip |##################-----------------------------------| 34.86% tmpzpsmpc9v.zip |###################----------------------------------| 34.99% tmpzpsmpc9v.zip |###################----------------------------------| 35.12% tmpzpsmpc9v.zip |###################----------------------------------| 35.25% tmpzpsmpc9v.zip |###################----------------------------------| 35.38% tmpzpsmpc9v.zip |###################----------------------------------| 35.5% tmpzpsmpc9v.zip |###################----------------------------------| 35.63% tmpzpsmpc9v.zip |###################----------------------------------| 35.76% tmpzpsmpc9v.zip |###################----------------------------------| 35.89% tmpzpsmpc9v.zip |###################----------------------------------| 36.02% tmpzpsmpc9v.zip |###################----------------------------------| 36.15% tmpzpsmpc9v.zip |###################----------------------------------| 36.27% tmpzpsmpc9v.zip |###################----------------------------------| 36.4% tmpzpsmpc9v.zip |###################----------------------------------| 36.53% tmpzpsmpc9v.zip |###################----------------------------------| 36.66% tmpzpsmpc9v.zip |###################----------------------------------| 36.79% tmpzpsmpc9v.zip |####################---------------------------------| 36.91% tmpzpsmpc9v.zip |####################---------------------------------| 37.04% tmpzpsmpc9v.zip |####################---------------------------------| 37.17% tmpzpsmpc9v.zip |####################---------------------------------| 37.3% tmpzpsmpc9v.zip |####################---------------------------------| 37.43% tmpzpsmpc9v.zip |####################---------------------------------| 37.56% tmpzpsmpc9v.zip |####################---------------------------------| 37.68% tmpzpsmpc9v.zip |####################---------------------------------| 37.81% tmpzpsmpc9v.zip |####################---------------------------------| 37.94% tmpzpsmpc9v.zip |####################---------------------------------| 38.07% tmpzpsmpc9v.zip |####################---------------------------------| 38.2% tmpzpsmpc9v.zip |####################---------------------------------| 38.32% tmpzpsmpc9v.zip |####################---------------------------------| 38.45% tmpzpsmpc9v.zip |####################---------------------------------| 38.58% tmpzpsmpc9v.zip |#####################--------------------------------| 38.71% tmpzpsmpc9v.zip |#####################--------------------------------| 38.84% tmpzpsmpc9v.zip |#####################--------------------------------| 38.97% tmpzpsmpc9v.zip |#####################--------------------------------| 39.09% tmpzpsmpc9v.zip |#####################--------------------------------| 39.22% tmpzpsmpc9v.zip |#####################--------------------------------| 39.35% tmpzpsmpc9v.zip |#####################--------------------------------| 39.48% tmpzpsmpc9v.zip |#####################--------------------------------| 39.61% tmpzpsmpc9v.zip |#####################--------------------------------| 39.73% tmpzpsmpc9v.zip |#####################--------------------------------| 39.86% tmpzpsmpc9v.zip |#####################--------------------------------| 39.99% tmpzpsmpc9v.zip |#####################--------------------------------| 40.12% tmpzpsmpc9v.zip |#####################--------------------------------| 40.25% tmpzpsmpc9v.zip |#####################--------------------------------| 40.38% tmpzpsmpc9v.zip |#####################--------------------------------| 40.5% tmpzpsmpc9v.zip |######################-------------------------------| 40.63% tmpzpsmpc9v.zip |######################-------------------------------| 40.76% tmpzpsmpc9v.zip |######################-------------------------------| 40.89% tmpzpsmpc9v.zip |######################-------------------------------| 41.02% tmpzpsmpc9v.zip |######################-------------------------------| 41.14% tmpzpsmpc9v.zip |######################-------------------------------| 41.27% tmpzpsmpc9v.zip |######################-------------------------------| 41.4% tmpzpsmpc9v.zip |######################-------------------------------| 41.53% tmpzpsmpc9v.zip |######################-------------------------------| 41.66% tmpzpsmpc9v.zip |######################-------------------------------| 41.78% tmpzpsmpc9v.zip |######################-------------------------------| 41.91% tmpzpsmpc9v.zip |######################-------------------------------| 42.04% tmpzpsmpc9v.zip |######################-------------------------------| 42.17% tmpzpsmpc9v.zip |######################-------------------------------| 42.3% tmpzpsmpc9v.zip |######################-------------------------------| 42.43% tmpzpsmpc9v.zip |#######################------------------------------| 42.55% tmpzpsmpc9v.zip |#######################------------------------------| 42.68% tmpzpsmpc9v.zip |#######################------------------------------| 42.81% tmpzpsmpc9v.zip |#######################------------------------------| 42.94% tmpzpsmpc9v.zip |#######################------------------------------| 43.07% tmpzpsmpc9v.zip |#######################------------------------------| 43.19% tmpzpsmpc9v.zip |#######################------------------------------| 43.32% tmpzpsmpc9v.zip |#######################------------------------------| 43.45% tmpzpsmpc9v.zip |#######################------------------------------| 43.58% tmpzpsmpc9v.zip |#######################------------------------------| 43.71% tmpzpsmpc9v.zip |#######################------------------------------| 43.84% tmpzpsmpc9v.zip |#######################------------------------------| 43.96% tmpzpsmpc9v.zip |#######################------------------------------| 44.09% tmpzpsmpc9v.zip |#######################------------------------------| 44.22% tmpzpsmpc9v.zip |########################-----------------------------| 44.35% tmpzpsmpc9v.zip |########################-----------------------------| 44.48% tmpzpsmpc9v.zip |########################-----------------------------| 44.6% tmpzpsmpc9v.zip |########################-----------------------------| 44.73% tmpzpsmpc9v.zip |########################-----------------------------| 44.86% tmpzpsmpc9v.zip |########################-----------------------------| 44.99% tmpzpsmpc9v.zip |########################-----------------------------| 45.12% tmpzpsmpc9v.zip |########################-----------------------------| 45.25% tmpzpsmpc9v.zip |########################-----------------------------| 45.37% tmpzpsmpc9v.zip |########################-----------------------------| 45.5% tmpzpsmpc9v.zip |########################-----------------------------| 45.63% tmpzpsmpc9v.zip |########################-----------------------------| 45.76% tmpzpsmpc9v.zip |########################-----------------------------| 45.89% tmpzpsmpc9v.zip |########################-----------------------------| 46.01% tmpzpsmpc9v.zip |########################-----------------------------| 46.14% tmpzpsmpc9v.zip |#########################----------------------------| 46.27% tmpzpsmpc9v.zip |#########################----------------------------| 46.4% tmpzpsmpc9v.zip |#########################----------------------------| 46.53% tmpzpsmpc9v.zip |#########################----------------------------| 46.66% tmpzpsmpc9v.zip |#########################----------------------------| 46.78% tmpzpsmpc9v.zip |#########################----------------------------| 46.91% tmpzpsmpc9v.zip |#########################----------------------------| 47.04% tmpzpsmpc9v.zip |#########################----------------------------| 47.17% tmpzpsmpc9v.zip |#########################----------------------------| 47.3% tmpzpsmpc9v.zip |#########################----------------------------| 47.42% tmpzpsmpc9v.zip |#########################----------------------------| 47.55% tmpzpsmpc9v.zip |#########################----------------------------| 47.68% tmpzpsmpc9v.zip |#########################----------------------------| 47.81% tmpzpsmpc9v.zip |#########################----------------------------| 47.94% tmpzpsmpc9v.zip |#########################----------------------------| 48.07% tmpzpsmpc9v.zip |##########################---------------------------| 48.19% tmpzpsmpc9v.zip |##########################---------------------------| 48.32% tmpzpsmpc9v.zip |##########################---------------------------| 48.45% tmpzpsmpc9v.zip |##########################---------------------------| 48.58% tmpzpsmpc9v.zip |##########################---------------------------| 48.71% tmpzpsmpc9v.zip |##########################---------------------------| 48.83% tmpzpsmpc9v.zip |##########################---------------------------| 48.96% tmpzpsmpc9v.zip |##########################---------------------------| 49.09% tmpzpsmpc9v.zip |##########################---------------------------| 49.22% tmpzpsmpc9v.zip |##########################---------------------------| 49.35% tmpzpsmpc9v.zip |##########################---------------------------| 49.48% tmpzpsmpc9v.zip |##########################---------------------------| 49.6% tmpzpsmpc9v.zip |##########################---------------------------| 49.73% tmpzpsmpc9v.zip |##########################---------------------------| 49.86% tmpzpsmpc9v.zip |##########################---------------------------| 49.99% tmpzpsmpc9v.zip |###########################--------------------------| 50.12% tmpzpsmpc9v.zip |###########################--------------------------| 50.24% tmpzpsmpc9v.zip |###########################--------------------------| 50.37% tmpzpsmpc9v.zip |###########################--------------------------| 50.5% tmpzpsmpc9v.zip |###########################--------------------------| 50.63% tmpzpsmpc9v.zip |###########################--------------------------| 50.76% tmpzpsmpc9v.zip |###########################--------------------------| 50.89% tmpzpsmpc9v.zip |###########################--------------------------| 51.01% tmpzpsmpc9v.zip |###########################--------------------------| 51.14% tmpzpsmpc9v.zip |###########################--------------------------| 51.27% tmpzpsmpc9v.zip |###########################--------------------------| 51.4% tmpzpsmpc9v.zip |###########################--------------------------| 51.53% tmpzpsmpc9v.zip |###########################--------------------------| 51.65% tmpzpsmpc9v.zip |###########################--------------------------| 51.78% tmpzpsmpc9v.zip |############################-------------------------| 51.91% tmpzpsmpc9v.zip |############################-------------------------| 52.04% tmpzpsmpc9v.zip |############################-------------------------| 52.17% tmpzpsmpc9v.zip |############################-------------------------| 52.3% tmpzpsmpc9v.zip |############################-------------------------| 52.42% tmpzpsmpc9v.zip |############################-------------------------| 52.55% tmpzpsmpc9v.zip |############################-------------------------| 52.68% tmpzpsmpc9v.zip |############################-------------------------| 52.81% tmpzpsmpc9v.zip |############################-------------------------| 52.94% tmpzpsmpc9v.zip |############################-------------------------| 53.06% tmpzpsmpc9v.zip |############################-------------------------| 53.19% tmpzpsmpc9v.zip |############################-------------------------| 53.32% tmpzpsmpc9v.zip |############################-------------------------| 53.45% tmpzpsmpc9v.zip |############################-------------------------| 53.58% tmpzpsmpc9v.zip |############################-------------------------| 53.71% tmpzpsmpc9v.zip |#############################------------------------| 53.83% tmpzpsmpc9v.zip |#############################------------------------| 53.96% tmpzpsmpc9v.zip |#############################------------------------| 54.09% tmpzpsmpc9v.zip |#############################------------------------| 54.22% tmpzpsmpc9v.zip |#############################------------------------| 54.35% tmpzpsmpc9v.zip |#############################------------------------| 54.47% tmpzpsmpc9v.zip |#############################------------------------| 54.6% tmpzpsmpc9v.zip |#############################------------------------| 54.73% tmpzpsmpc9v.zip |#############################------------------------| 54.86% tmpzpsmpc9v.zip |#############################------------------------| 54.99% tmpzpsmpc9v.zip |#############################------------------------| 55.12% tmpzpsmpc9v.zip |#############################------------------------| 55.24% tmpzpsmpc9v.zip |#############################------------------------| 55.37% tmpzpsmpc9v.zip |#############################------------------------| 55.5% tmpzpsmpc9v.zip |#############################------------------------| 55.63% tmpzpsmpc9v.zip |##############################-----------------------| 55.76% tmpzpsmpc9v.zip |##############################-----------------------| 55.88% tmpzpsmpc9v.zip |##############################-----------------------| 56.01% tmpzpsmpc9v.zip |##############################-----------------------| 56.14% tmpzpsmpc9v.zip |##############################-----------------------| 56.27% tmpzpsmpc9v.zip |##############################-----------------------| 56.4% tmpzpsmpc9v.zip |##############################-----------------------| 56.53% tmpzpsmpc9v.zip |##############################-----------------------| 56.65% tmpzpsmpc9v.zip |##############################-----------------------| 56.78% tmpzpsmpc9v.zip |##############################-----------------------| 56.91% tmpzpsmpc9v.zip |##############################-----------------------| 57.04% tmpzpsmpc9v.zip |##############################-----------------------| 57.17% tmpzpsmpc9v.zip |##############################-----------------------| 57.29% tmpzpsmpc9v.zip |##############################-----------------------| 57.42% tmpzpsmpc9v.zip |###############################----------------------| 57.55% tmpzpsmpc9v.zip |###############################----------------------| 57.68% tmpzpsmpc9v.zip |###############################----------------------| 57.81% tmpzpsmpc9v.zip |###############################----------------------| 57.93% tmpzpsmpc9v.zip |###############################----------------------| 58.06% tmpzpsmpc9v.zip |###############################----------------------| 58.19% tmpzpsmpc9v.zip |###############################----------------------| 58.32% tmpzpsmpc9v.zip |###############################----------------------| 58.45% tmpzpsmpc9v.zip |###############################----------------------| 58.58% tmpzpsmpc9v.zip |###############################----------------------| 58.7% tmpzpsmpc9v.zip |###############################----------------------| 58.83% tmpzpsmpc9v.zip |###############################----------------------| 58.96% tmpzpsmpc9v.zip |###############################----------------------| 59.09% tmpzpsmpc9v.zip |###############################----------------------| 59.22% tmpzpsmpc9v.zip |###############################----------------------| 59.34% tmpzpsmpc9v.zip |################################---------------------| 59.47% tmpzpsmpc9v.zip |################################---------------------| 59.6% tmpzpsmpc9v.zip |################################---------------------| 59.73% tmpzpsmpc9v.zip |################################---------------------| 59.86% tmpzpsmpc9v.zip |################################---------------------| 59.99% tmpzpsmpc9v.zip |################################---------------------| 60.11% tmpzpsmpc9v.zip |################################---------------------| 60.24% tmpzpsmpc9v.zip |################################---------------------| 60.37% tmpzpsmpc9v.zip |################################---------------------| 60.5% tmpzpsmpc9v.zip |################################---------------------| 60.63% tmpzpsmpc9v.zip |################################---------------------| 60.75% tmpzpsmpc9v.zip |################################---------------------| 60.88% tmpzpsmpc9v.zip |################################---------------------| 61.01% tmpzpsmpc9v.zip |################################---------------------| 61.14% tmpzpsmpc9v.zip |################################---------------------| 61.27% tmpzpsmpc9v.zip |#################################--------------------| 61.4% tmpzpsmpc9v.zip |#################################--------------------| 61.52% tmpzpsmpc9v.zip |#################################--------------------| 61.65% tmpzpsmpc9v.zip |#################################--------------------| 61.78% tmpzpsmpc9v.zip |#################################--------------------| 61.91% tmpzpsmpc9v.zip |#################################--------------------| 62.04% tmpzpsmpc9v.zip |#################################--------------------| 62.16% tmpzpsmpc9v.zip |#################################--------------------| 62.29% tmpzpsmpc9v.zip |#################################--------------------| 62.42% tmpzpsmpc9v.zip |#################################--------------------| 62.55% tmpzpsmpc9v.zip |#################################--------------------| 62.68% tmpzpsmpc9v.zip |#################################--------------------| 62.81% tmpzpsmpc9v.zip |#################################--------------------| 62.93% tmpzpsmpc9v.zip |#################################--------------------| 63.06% tmpzpsmpc9v.zip |#################################--------------------| 63.19% tmpzpsmpc9v.zip |##################################-------------------| 63.32% tmpzpsmpc9v.zip |##################################-------------------| 63.45% tmpzpsmpc9v.zip |##################################-------------------| 63.57% tmpzpsmpc9v.zip |##################################-------------------| 63.7% tmpzpsmpc9v.zip |##################################-------------------| 63.83% tmpzpsmpc9v.zip |##################################-------------------| 63.96% tmpzpsmpc9v.zip |##################################-------------------| 64.09% tmpzpsmpc9v.zip |##################################-------------------| 64.22% tmpzpsmpc9v.zip |##################################-------------------| 64.34% tmpzpsmpc9v.zip |##################################-------------------| 64.47% tmpzpsmpc9v.zip |##################################-------------------| 64.6% tmpzpsmpc9v.zip |##################################-------------------| 64.73% tmpzpsmpc9v.zip |##################################-------------------| 64.86% tmpzpsmpc9v.zip |##################################-------------------| 64.98% tmpzpsmpc9v.zip |###################################------------------| 65.11% tmpzpsmpc9v.zip |###################################------------------| 65.24% tmpzpsmpc9v.zip |###################################------------------| 65.37% tmpzpsmpc9v.zip |###################################------------------| 65.5% tmpzpsmpc9v.zip |###################################------------------| 65.63% tmpzpsmpc9v.zip |###################################------------------| 65.75% tmpzpsmpc9v.zip |###################################------------------| 65.88% tmpzpsmpc9v.zip |###################################------------------| 66.01% tmpzpsmpc9v.zip |###################################------------------| 66.14% tmpzpsmpc9v.zip |###################################------------------| 66.27% tmpzpsmpc9v.zip |###################################------------------| 66.39% tmpzpsmpc9v.zip |###################################------------------| 66.52% tmpzpsmpc9v.zip |###################################------------------| 66.65% tmpzpsmpc9v.zip |###################################------------------| 66.78% tmpzpsmpc9v.zip |###################################------------------| 66.91% tmpzpsmpc9v.zip |####################################-----------------| 67.04% tmpzpsmpc9v.zip |####################################-----------------| 67.16% tmpzpsmpc9v.zip |####################################-----------------| 67.29% tmpzpsmpc9v.zip |####################################-----------------| 67.42% tmpzpsmpc9v.zip |####################################-----------------| 67.55% tmpzpsmpc9v.zip |####################################-----------------| 67.68% tmpzpsmpc9v.zip |####################################-----------------| 67.8% tmpzpsmpc9v.zip |####################################-----------------| 67.93% tmpzpsmpc9v.zip |####################################-----------------| 68.06% tmpzpsmpc9v.zip |####################################-----------------| 68.19% tmpzpsmpc9v.zip |####################################-----------------| 68.32% tmpzpsmpc9v.zip |####################################-----------------| 68.45% tmpzpsmpc9v.zip |####################################-----------------| 68.57% tmpzpsmpc9v.zip |####################################-----------------| 68.7% tmpzpsmpc9v.zip |####################################-----------------| 68.83% tmpzpsmpc9v.zip |#####################################----------------| 68.96% tmpzpsmpc9v.zip |#####################################----------------| 69.09% tmpzpsmpc9v.zip |#####################################----------------| 69.21% tmpzpsmpc9v.zip |#####################################----------------| 69.34% tmpzpsmpc9v.zip |#####################################----------------| 69.47% tmpzpsmpc9v.zip |#####################################----------------| 69.6% tmpzpsmpc9v.zip |#####################################----------------| 69.73% tmpzpsmpc9v.zip |#####################################----------------| 69.86% tmpzpsmpc9v.zip |#####################################----------------| 69.98% tmpzpsmpc9v.zip |#####################################----------------| 70.11% tmpzpsmpc9v.zip |#####################################----------------| 70.24% tmpzpsmpc9v.zip |#####################################----------------| 70.37% tmpzpsmpc9v.zip |#####################################----------------| 70.5% tmpzpsmpc9v.zip |#####################################----------------| 70.62% tmpzpsmpc9v.zip |#####################################----------------| 70.75% tmpzpsmpc9v.zip |######################################---------------| 70.88% tmpzpsmpc9v.zip |######################################---------------| 71.01% tmpzpsmpc9v.zip |######################################---------------| 71.14% tmpzpsmpc9v.zip |######################################---------------| 71.27% tmpzpsmpc9v.zip |######################################---------------| 71.39% tmpzpsmpc9v.zip |######################################---------------| 71.52% tmpzpsmpc9v.zip |######################################---------------| 71.65% tmpzpsmpc9v.zip |######################################---------------| 71.78% tmpzpsmpc9v.zip |######################################---------------| 71.91% tmpzpsmpc9v.zip |######################################---------------| 72.03% tmpzpsmpc9v.zip |######################################---------------| 72.16% tmpzpsmpc9v.zip |######################################---------------| 72.29% tmpzpsmpc9v.zip |######################################---------------| 72.42% tmpzpsmpc9v.zip |######################################---------------| 72.55% tmpzpsmpc9v.zip |#######################################--------------| 72.68% tmpzpsmpc9v.zip |#######################################--------------| 72.8% tmpzpsmpc9v.zip |#######################################--------------| 72.93% tmpzpsmpc9v.zip |#######################################--------------| 73.06% tmpzpsmpc9v.zip |#######################################--------------| 73.19% tmpzpsmpc9v.zip |#######################################--------------| 73.32% tmpzpsmpc9v.zip |#######################################--------------| 73.44% tmpzpsmpc9v.zip |#######################################--------------| 73.57% tmpzpsmpc9v.zip |#######################################--------------| 73.7% tmpzpsmpc9v.zip |#######################################--------------| 73.83% tmpzpsmpc9v.zip |#######################################--------------| 73.96% tmpzpsmpc9v.zip |#######################################--------------| 74.08% tmpzpsmpc9v.zip |#######################################--------------| 74.21% tmpzpsmpc9v.zip |#######################################--------------| 74.34% tmpzpsmpc9v.zip |#######################################--------------| 74.47% tmpzpsmpc9v.zip |########################################-------------| 74.6% tmpzpsmpc9v.zip |########################################-------------| 74.73% tmpzpsmpc9v.zip |########################################-------------| 74.85% tmpzpsmpc9v.zip |########################################-------------| 74.98% tmpzpsmpc9v.zip |########################################-------------| 75.11% tmpzpsmpc9v.zip |########################################-------------| 75.24% tmpzpsmpc9v.zip |########################################-------------| 75.37% tmpzpsmpc9v.zip |########################################-------------| 75.49% tmpzpsmpc9v.zip |########################################-------------| 75.62% tmpzpsmpc9v.zip |########################################-------------| 75.75% tmpzpsmpc9v.zip |########################################-------------| 75.88% tmpzpsmpc9v.zip |########################################-------------| 76.01% tmpzpsmpc9v.zip |########################################-------------| 76.14% tmpzpsmpc9v.zip |########################################-------------| 76.26% tmpzpsmpc9v.zip |########################################-------------| 76.39% tmpzpsmpc9v.zip |#########################################------------| 76.52% tmpzpsmpc9v.zip |#########################################------------| 76.65% tmpzpsmpc9v.zip |#########################################------------| 76.78% tmpzpsmpc9v.zip |#########################################------------| 76.9% tmpzpsmpc9v.zip |#########################################------------| 77.03% tmpzpsmpc9v.zip |#########################################------------| 77.16% tmpzpsmpc9v.zip |#########################################------------| 77.29% tmpzpsmpc9v.zip |#########################################------------| 77.42% tmpzpsmpc9v.zip |#########################################------------| 77.55% tmpzpsmpc9v.zip |#########################################------------| 77.67% tmpzpsmpc9v.zip |#########################################------------| 77.8% tmpzpsmpc9v.zip |#########################################------------| 77.93% tmpzpsmpc9v.zip |#########################################------------| 78.06% tmpzpsmpc9v.zip |#########################################------------| 78.19% tmpzpsmpc9v.zip |##########################################-----------| 78.31% tmpzpsmpc9v.zip |##########################################-----------| 78.44% tmpzpsmpc9v.zip |##########################################-----------| 78.57% tmpzpsmpc9v.zip |##########################################-----------| 78.7% tmpzpsmpc9v.zip |##########################################-----------| 78.83% tmpzpsmpc9v.zip |##########################################-----------| 78.96% tmpzpsmpc9v.zip |##########################################-----------| 79.08% tmpzpsmpc9v.zip |##########################################-----------| 79.21% tmpzpsmpc9v.zip |##########################################-----------| 79.34% tmpzpsmpc9v.zip |##########################################-----------| 79.47% tmpzpsmpc9v.zip |##########################################-----------| 79.6% tmpzpsmpc9v.zip |##########################################-----------| 79.72% tmpzpsmpc9v.zip |##########################################-----------| 79.85% tmpzpsmpc9v.zip |##########################################-----------| 79.98% tmpzpsmpc9v.zip |##########################################-----------| 80.11% tmpzpsmpc9v.zip |###########################################----------| 80.24% tmpzpsmpc9v.zip |###########################################----------| 80.37% tmpzpsmpc9v.zip |###########################################----------| 80.49% tmpzpsmpc9v.zip |###########################################----------| 80.62% tmpzpsmpc9v.zip |###########################################----------| 80.75% tmpzpsmpc9v.zip |###########################################----------| 80.88% tmpzpsmpc9v.zip |###########################################----------| 81.01% tmpzpsmpc9v.zip |###########################################----------| 81.13% tmpzpsmpc9v.zip |###########################################----------| 81.26% tmpzpsmpc9v.zip |###########################################----------| 81.39% tmpzpsmpc9v.zip |###########################################----------| 81.52% tmpzpsmpc9v.zip |###########################################----------| 81.65% tmpzpsmpc9v.zip |###########################################----------| 81.78% tmpzpsmpc9v.zip |###########################################----------| 81.9% tmpzpsmpc9v.zip |###########################################----------| 82.03% tmpzpsmpc9v.zip |############################################---------| 82.16% tmpzpsmpc9v.zip |############################################---------| 82.29% tmpzpsmpc9v.zip |############################################---------| 82.42% tmpzpsmpc9v.zip |############################################---------| 82.54% tmpzpsmpc9v.zip |############################################---------| 82.67% tmpzpsmpc9v.zip |############################################---------| 82.8% tmpzpsmpc9v.zip |############################################---------| 82.93% tmpzpsmpc9v.zip |############################################---------| 83.06% tmpzpsmpc9v.zip |############################################---------| 83.19% tmpzpsmpc9v.zip |############################################---------| 83.31% tmpzpsmpc9v.zip |############################################---------| 83.44% tmpzpsmpc9v.zip |############################################---------| 83.57% tmpzpsmpc9v.zip |############################################---------| 83.7% tmpzpsmpc9v.zip |############################################---------| 83.83% tmpzpsmpc9v.zip |############################################---------| 83.95% tmpzpsmpc9v.zip |#############################################--------| 84.08% tmpzpsmpc9v.zip |#############################################--------| 84.21% tmpzpsmpc9v.zip |#############################################--------| 84.34% tmpzpsmpc9v.zip |#############################################--------| 84.47% tmpzpsmpc9v.zip |#############################################--------| 84.6% tmpzpsmpc9v.zip |#############################################--------| 84.72% tmpzpsmpc9v.zip |#############################################--------| 84.85% tmpzpsmpc9v.zip |#############################################--------| 84.98% tmpzpsmpc9v.zip |#############################################--------| 85.11% tmpzpsmpc9v.zip |#############################################--------| 85.24% tmpzpsmpc9v.zip |#############################################--------| 85.36% tmpzpsmpc9v.zip |#############################################--------| 85.49% tmpzpsmpc9v.zip |#############################################--------| 85.62% tmpzpsmpc9v.zip |#############################################--------| 85.75% tmpzpsmpc9v.zip |##############################################-------| 85.88% tmpzpsmpc9v.zip |##############################################-------| 86.01% tmpzpsmpc9v.zip |##############################################-------| 86.13% tmpzpsmpc9v.zip |##############################################-------| 86.26% tmpzpsmpc9v.zip |##############################################-------| 86.39% tmpzpsmpc9v.zip |##############################################-------| 86.52% tmpzpsmpc9v.zip |##############################################-------| 86.65% tmpzpsmpc9v.zip |##############################################-------| 86.77% tmpzpsmpc9v.zip |##############################################-------| 86.9% tmpzpsmpc9v.zip |##############################################-------| 87.03% tmpzpsmpc9v.zip |##############################################-------| 87.16% tmpzpsmpc9v.zip |##############################################-------| 87.29% tmpzpsmpc9v.zip |##############################################-------| 87.42% tmpzpsmpc9v.zip |##############################################-------| 87.54% tmpzpsmpc9v.zip |##############################################-------| 87.67% tmpzpsmpc9v.zip |###############################################------| 87.8% tmpzpsmpc9v.zip |###############################################------| 87.93% tmpzpsmpc9v.zip |###############################################------| 88.06% tmpzpsmpc9v.zip |###############################################------| 88.18% tmpzpsmpc9v.zip |###############################################------| 88.31% tmpzpsmpc9v.zip |###############################################------| 88.44% tmpzpsmpc9v.zip |###############################################------| 88.57% tmpzpsmpc9v.zip |###############################################------| 88.7% tmpzpsmpc9v.zip |###############################################------| 88.83% tmpzpsmpc9v.zip |###############################################------| 88.95% tmpzpsmpc9v.zip |###############################################------| 89.08% tmpzpsmpc9v.zip |###############################################------| 89.21% tmpzpsmpc9v.zip |###############################################------| 89.34% tmpzpsmpc9v.zip |###############################################------| 89.47% tmpzpsmpc9v.zip |###############################################------| 89.59% tmpzpsmpc9v.zip |################################################-----| 89.72% tmpzpsmpc9v.zip |################################################-----| 89.85% tmpzpsmpc9v.zip |################################################-----| 89.98% tmpzpsmpc9v.zip |################################################-----| 90.11% tmpzpsmpc9v.zip |################################################-----| 90.23% tmpzpsmpc9v.zip |################################################-----| 90.36% tmpzpsmpc9v.zip |################################################-----| 90.49% tmpzpsmpc9v.zip |################################################-----| 90.62% tmpzpsmpc9v.zip |################################################-----| 90.75% tmpzpsmpc9v.zip |################################################-----| 90.88% tmpzpsmpc9v.zip |################################################-----| 91.0% tmpzpsmpc9v.zip |################################################-----| 91.13% tmpzpsmpc9v.zip |################################################-----| 91.26% tmpzpsmpc9v.zip |################################################-----| 91.39% tmpzpsmpc9v.zip |#################################################----| 91.52% tmpzpsmpc9v.zip |#################################################----| 91.64% tmpzpsmpc9v.zip |#################################################----| 91.77% tmpzpsmpc9v.zip |#################################################----| 91.9% tmpzpsmpc9v.zip |#################################################----| 92.03% tmpzpsmpc9v.zip |#################################################----| 92.16% tmpzpsmpc9v.zip |#################################################----| 92.29% tmpzpsmpc9v.zip |#################################################----| 92.41% tmpzpsmpc9v.zip |#################################################----| 92.54% tmpzpsmpc9v.zip |#################################################----| 92.67% tmpzpsmpc9v.zip |#################################################----| 92.8% tmpzpsmpc9v.zip |#################################################----| 92.93% tmpzpsmpc9v.zip |#################################################----| 93.05% tmpzpsmpc9v.zip |#################################################----| 93.18% tmpzpsmpc9v.zip |#################################################----| 93.31% tmpzpsmpc9v.zip |##################################################---| 93.44% tmpzpsmpc9v.zip |##################################################---| 93.57% tmpzpsmpc9v.zip |##################################################---| 93.7% tmpzpsmpc9v.zip |##################################################---| 93.82% tmpzpsmpc9v.zip |##################################################---| 93.95% tmpzpsmpc9v.zip |##################################################---| 94.08% tmpzpsmpc9v.zip |##################################################---| 94.21% tmpzpsmpc9v.zip |##################################################---| 94.34% tmpzpsmpc9v.zip |##################################################---| 94.46% tmpzpsmpc9v.zip |##################################################---| 94.59% tmpzpsmpc9v.zip |##################################################---| 94.72% tmpzpsmpc9v.zip |##################################################---| 94.85% tmpzpsmpc9v.zip |##################################################---| 94.98% tmpzpsmpc9v.zip |##################################################---| 95.11% tmpzpsmpc9v.zip |##################################################---| 95.23% tmpzpsmpc9v.zip |###################################################--| 95.36% tmpzpsmpc9v.zip |###################################################--| 95.49% tmpzpsmpc9v.zip |###################################################--| 95.62% tmpzpsmpc9v.zip |###################################################--| 95.75% tmpzpsmpc9v.zip |###################################################--| 95.87% tmpzpsmpc9v.zip |###################################################--| 96.0% tmpzpsmpc9v.zip |###################################################--| 96.13% tmpzpsmpc9v.zip |###################################################--| 96.26% tmpzpsmpc9v.zip |###################################################--| 96.39% tmpzpsmpc9v.zip |###################################################--| 96.52% tmpzpsmpc9v.zip |###################################################--| 96.64% tmpzpsmpc9v.zip |###################################################--| 96.77% tmpzpsmpc9v.zip |###################################################--| 96.9% tmpzpsmpc9v.zip |###################################################--| 97.03% tmpzpsmpc9v.zip |###################################################--| 97.16% tmpzpsmpc9v.zip |####################################################-| 97.28% tmpzpsmpc9v.zip |####################################################-| 97.41% tmpzpsmpc9v.zip |####################################################-| 97.54% tmpzpsmpc9v.zip |####################################################-| 97.67% tmpzpsmpc9v.zip |####################################################-| 97.8% tmpzpsmpc9v.zip |####################################################-| 97.93% tmpzpsmpc9v.zip |####################################################-| 98.05% tmpzpsmpc9v.zip |####################################################-| 98.18% tmpzpsmpc9v.zip |####################################################-| 98.31% tmpzpsmpc9v.zip |####################################################-| 98.44% tmpzpsmpc9v.zip |####################################################-| 98.57% tmpzpsmpc9v.zip |####################################################-| 98.69% tmpzpsmpc9v.zip |####################################################-| 98.82% tmpzpsmpc9v.zip |####################################################-| 98.95% tmpzpsmpc9v.zip |#####################################################| 99.08% tmpzpsmpc9v.zip |#####################################################| 99.21% tmpzpsmpc9v.zip |#####################################################| 99.34% tmpzpsmpc9v.zip |#####################################################| 99.46% tmpzpsmpc9v.zip |#####################################################| 99.59% tmpzpsmpc9v.zip |#####################################################| 99.72% tmpzpsmpc9v.zip |#####################################################| 99.85% tmpzpsmpc9v.zip |#####################################################| 99.98% tmpzpsmpc9v.zip |#####################################################| 100.0% Plugin uploaded. Plugin's id is e30c7da7-4761-46f6-b142-11c666b52f32 + 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' ++ /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=pgaas-1.3.0-py36-none-linux_x86_64.wgn&_include=id' + 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).. tmpp3e3ey32.zip |-----------------------------------------------------| 0.16% tmpp3e3ey32.zip |-----------------------------------------------------| 0.32% tmpp3e3ey32.zip |-----------------------------------------------------| 0.48% tmpp3e3ey32.zip |-----------------------------------------------------| 0.64% tmpp3e3ey32.zip |-----------------------------------------------------| 0.8% tmpp3e3ey32.zip |#----------------------------------------------------| 0.97% tmpp3e3ey32.zip |#----------------------------------------------------| 1.13% tmpp3e3ey32.zip |#----------------------------------------------------| 1.29% tmpp3e3ey32.zip |#----------------------------------------------------| 1.45% tmpp3e3ey32.zip |#----------------------------------------------------| 1.61% tmpp3e3ey32.zip |#----------------------------------------------------| 1.77% tmpp3e3ey32.zip |#----------------------------------------------------| 1.93% tmpp3e3ey32.zip |#----------------------------------------------------| 2.09% tmpp3e3ey32.zip |#----------------------------------------------------| 2.25% tmpp3e3ey32.zip |#----------------------------------------------------| 2.41% tmpp3e3ey32.zip |#----------------------------------------------------| 2.57% tmpp3e3ey32.zip |#----------------------------------------------------| 2.73% tmpp3e3ey32.zip |##---------------------------------------------------| 2.9% tmpp3e3ey32.zip |##---------------------------------------------------| 3.06% tmpp3e3ey32.zip |##---------------------------------------------------| 3.22% tmpp3e3ey32.zip |##---------------------------------------------------| 3.38% tmpp3e3ey32.zip |##---------------------------------------------------| 3.54% tmpp3e3ey32.zip |##---------------------------------------------------| 3.7% tmpp3e3ey32.zip |##---------------------------------------------------| 3.86% tmpp3e3ey32.zip |##---------------------------------------------------| 4.02% tmpp3e3ey32.zip |##---------------------------------------------------| 4.18% tmpp3e3ey32.zip |##---------------------------------------------------| 4.34% tmpp3e3ey32.zip |##---------------------------------------------------| 4.5% tmpp3e3ey32.zip |##---------------------------------------------------| 4.66% tmpp3e3ey32.zip |###--------------------------------------------------| 4.83% tmpp3e3ey32.zip |###--------------------------------------------------| 4.99% tmpp3e3ey32.zip |###--------------------------------------------------| 5.15% tmpp3e3ey32.zip |###--------------------------------------------------| 5.31% tmpp3e3ey32.zip |###--------------------------------------------------| 5.47% tmpp3e3ey32.zip |###--------------------------------------------------| 5.63% tmpp3e3ey32.zip |###--------------------------------------------------| 5.79% tmpp3e3ey32.zip |###--------------------------------------------------| 5.95% tmpp3e3ey32.zip |###--------------------------------------------------| 6.11% tmpp3e3ey32.zip |###--------------------------------------------------| 6.27% tmpp3e3ey32.zip |###--------------------------------------------------| 6.43% tmpp3e3ey32.zip |###--------------------------------------------------| 6.59% tmpp3e3ey32.zip |####-------------------------------------------------| 6.76% tmpp3e3ey32.zip |####-------------------------------------------------| 6.92% tmpp3e3ey32.zip |####-------------------------------------------------| 7.08% tmpp3e3ey32.zip |####-------------------------------------------------| 7.24% tmpp3e3ey32.zip |####-------------------------------------------------| 7.4% tmpp3e3ey32.zip |####-------------------------------------------------| 7.56% tmpp3e3ey32.zip |####-------------------------------------------------| 7.72% tmpp3e3ey32.zip |####-------------------------------------------------| 7.88% tmpp3e3ey32.zip |####-------------------------------------------------| 8.04% tmpp3e3ey32.zip |####-------------------------------------------------| 8.2% tmpp3e3ey32.zip |####-------------------------------------------------| 8.36% tmpp3e3ey32.zip |#####------------------------------------------------| 8.52% tmpp3e3ey32.zip |#####------------------------------------------------| 8.69% tmpp3e3ey32.zip |#####------------------------------------------------| 8.85% tmpp3e3ey32.zip |#####------------------------------------------------| 9.01% tmpp3e3ey32.zip |#####------------------------------------------------| 9.17% tmpp3e3ey32.zip |#####------------------------------------------------| 9.33% tmpp3e3ey32.zip |#####------------------------------------------------| 9.49% tmpp3e3ey32.zip |#####------------------------------------------------| 9.65% tmpp3e3ey32.zip |#####------------------------------------------------| 9.81% tmpp3e3ey32.zip |#####------------------------------------------------| 9.97% tmpp3e3ey32.zip |#####------------------------------------------------| 10.13% tmpp3e3ey32.zip |#####------------------------------------------------| 10.29% tmpp3e3ey32.zip |######-----------------------------------------------| 10.45% tmpp3e3ey32.zip |######-----------------------------------------------| 10.62% tmpp3e3ey32.zip |######-----------------------------------------------| 10.78% tmpp3e3ey32.zip |######-----------------------------------------------| 10.94% tmpp3e3ey32.zip |######-----------------------------------------------| 11.1% tmpp3e3ey32.zip |######-----------------------------------------------| 11.26% tmpp3e3ey32.zip |######-----------------------------------------------| 11.42% tmpp3e3ey32.zip |######-----------------------------------------------| 11.58% tmpp3e3ey32.zip |######-----------------------------------------------| 11.74% tmpp3e3ey32.zip |######-----------------------------------------------| 11.9% tmpp3e3ey32.zip |######-----------------------------------------------| 12.06% tmpp3e3ey32.zip |######-----------------------------------------------| 12.22% tmpp3e3ey32.zip |#######----------------------------------------------| 12.38% tmpp3e3ey32.zip |#######----------------------------------------------| 12.55% tmpp3e3ey32.zip |#######----------------------------------------------| 12.71% tmpp3e3ey32.zip |#######----------------------------------------------| 12.87% tmpp3e3ey32.zip |#######----------------------------------------------| 13.03% tmpp3e3ey32.zip |#######----------------------------------------------| 13.19% tmpp3e3ey32.zip |#######----------------------------------------------| 13.35% tmpp3e3ey32.zip |#######----------------------------------------------| 13.51% tmpp3e3ey32.zip |#######----------------------------------------------| 13.67% tmpp3e3ey32.zip |#######----------------------------------------------| 13.83% tmpp3e3ey32.zip |#######----------------------------------------------| 13.99% tmpp3e3ey32.zip |########---------------------------------------------| 14.15% tmpp3e3ey32.zip |########---------------------------------------------| 14.31% tmpp3e3ey32.zip |########---------------------------------------------| 14.48% tmpp3e3ey32.zip |########---------------------------------------------| 14.64% tmpp3e3ey32.zip |########---------------------------------------------| 14.8% tmpp3e3ey32.zip |########---------------------------------------------| 14.96% tmpp3e3ey32.zip |########---------------------------------------------| 15.12% tmpp3e3ey32.zip |########---------------------------------------------| 15.28% tmpp3e3ey32.zip |########---------------------------------------------| 15.44% tmpp3e3ey32.zip |########---------------------------------------------| 15.6% tmpp3e3ey32.zip |########---------------------------------------------| 15.76% tmpp3e3ey32.zip |########---------------------------------------------| 15.92% tmpp3e3ey32.zip |#########--------------------------------------------| 16.08% tmpp3e3ey32.zip |#########--------------------------------------------| 16.24% tmpp3e3ey32.zip |#########--------------------------------------------| 16.41% tmpp3e3ey32.zip |#########--------------------------------------------| 16.57% tmpp3e3ey32.zip |#########--------------------------------------------| 16.73% tmpp3e3ey32.zip |#########--------------------------------------------| 16.89% tmpp3e3ey32.zip |#########--------------------------------------------| 17.05% tmpp3e3ey32.zip |#########--------------------------------------------| 17.21% tmpp3e3ey32.zip |#########--------------------------------------------| 17.37% tmpp3e3ey32.zip |#########--------------------------------------------| 17.53% tmpp3e3ey32.zip |#########--------------------------------------------| 17.69% tmpp3e3ey32.zip |#########--------------------------------------------| 17.85% tmpp3e3ey32.zip |##########-------------------------------------------| 18.01% tmpp3e3ey32.zip |##########-------------------------------------------| 18.17% tmpp3e3ey32.zip |##########-------------------------------------------| 18.34% tmpp3e3ey32.zip |##########-------------------------------------------| 18.5% tmpp3e3ey32.zip |##########-------------------------------------------| 18.66% tmpp3e3ey32.zip |##########-------------------------------------------| 18.82% tmpp3e3ey32.zip |##########-------------------------------------------| 18.98% tmpp3e3ey32.zip |##########-------------------------------------------| 19.14% tmpp3e3ey32.zip |##########-------------------------------------------| 19.3% tmpp3e3ey32.zip |##########-------------------------------------------| 19.46% tmpp3e3ey32.zip |##########-------------------------------------------| 19.62% tmpp3e3ey32.zip |##########-------------------------------------------| 19.78% tmpp3e3ey32.zip |###########------------------------------------------| 19.94% tmpp3e3ey32.zip |###########------------------------------------------| 20.1% tmpp3e3ey32.zip |###########------------------------------------------| 20.27% tmpp3e3ey32.zip |###########------------------------------------------| 20.43% tmpp3e3ey32.zip |###########------------------------------------------| 20.59% tmpp3e3ey32.zip |###########------------------------------------------| 20.75% tmpp3e3ey32.zip |###########------------------------------------------| 20.91% tmpp3e3ey32.zip |###########------------------------------------------| 21.07% tmpp3e3ey32.zip |###########------------------------------------------| 21.23% tmpp3e3ey32.zip |###########------------------------------------------| 21.39% tmpp3e3ey32.zip |###########------------------------------------------| 21.55% tmpp3e3ey32.zip |############-----------------------------------------| 21.71% tmpp3e3ey32.zip |############-----------------------------------------| 21.87% tmpp3e3ey32.zip |############-----------------------------------------| 22.03% tmpp3e3ey32.zip |############-----------------------------------------| 22.2% tmpp3e3ey32.zip |############-----------------------------------------| 22.36% tmpp3e3ey32.zip |############-----------------------------------------| 22.52% tmpp3e3ey32.zip |############-----------------------------------------| 22.68% tmpp3e3ey32.zip |############-----------------------------------------| 22.84% tmpp3e3ey32.zip |############-----------------------------------------| 23.0% tmpp3e3ey32.zip |############-----------------------------------------| 23.16% tmpp3e3ey32.zip |############-----------------------------------------| 23.32% tmpp3e3ey32.zip |############-----------------------------------------| 23.48% tmpp3e3ey32.zip |#############----------------------------------------| 23.64% tmpp3e3ey32.zip |#############----------------------------------------| 23.8% tmpp3e3ey32.zip |#############----------------------------------------| 23.96% tmpp3e3ey32.zip |#############----------------------------------------| 24.13% tmpp3e3ey32.zip |#############----------------------------------------| 24.29% tmpp3e3ey32.zip |#############----------------------------------------| 24.45% tmpp3e3ey32.zip |#############----------------------------------------| 24.61% tmpp3e3ey32.zip |#############----------------------------------------| 24.77% tmpp3e3ey32.zip |#############----------------------------------------| 24.93% tmpp3e3ey32.zip |#############----------------------------------------| 25.09% tmpp3e3ey32.zip |#############----------------------------------------| 25.25% tmpp3e3ey32.zip |#############----------------------------------------| 25.41% tmpp3e3ey32.zip |##############---------------------------------------| 25.57% tmpp3e3ey32.zip |##############---------------------------------------| 25.73% tmpp3e3ey32.zip |##############---------------------------------------| 25.89% tmpp3e3ey32.zip |##############---------------------------------------| 26.06% tmpp3e3ey32.zip |##############---------------------------------------| 26.22% tmpp3e3ey32.zip |##############---------------------------------------| 26.38% tmpp3e3ey32.zip |##############---------------------------------------| 26.54% tmpp3e3ey32.zip |##############---------------------------------------| 26.7% tmpp3e3ey32.zip |##############---------------------------------------| 26.86% tmpp3e3ey32.zip |##############---------------------------------------| 27.02% tmpp3e3ey32.zip |##############---------------------------------------| 27.18% tmpp3e3ey32.zip |##############---------------------------------------| 27.34% tmpp3e3ey32.zip |###############--------------------------------------| 27.5% tmpp3e3ey32.zip |###############--------------------------------------| 27.66% tmpp3e3ey32.zip |###############--------------------------------------| 27.82% tmpp3e3ey32.zip |###############--------------------------------------| 27.99% tmpp3e3ey32.zip |###############--------------------------------------| 28.15% tmpp3e3ey32.zip |###############--------------------------------------| 28.31% tmpp3e3ey32.zip |###############--------------------------------------| 28.47% tmpp3e3ey32.zip |###############--------------------------------------| 28.63% tmpp3e3ey32.zip |###############--------------------------------------| 28.79% tmpp3e3ey32.zip |###############--------------------------------------| 28.95% tmpp3e3ey32.zip |###############--------------------------------------| 29.11% tmpp3e3ey32.zip |################-------------------------------------| 29.27% tmpp3e3ey32.zip |################-------------------------------------| 29.43% tmpp3e3ey32.zip |################-------------------------------------| 29.59% tmpp3e3ey32.zip |################-------------------------------------| 29.75% tmpp3e3ey32.zip |################-------------------------------------| 29.92% tmpp3e3ey32.zip |################-------------------------------------| 30.08% tmpp3e3ey32.zip |################-------------------------------------| 30.24% tmpp3e3ey32.zip |################-------------------------------------| 30.4% tmpp3e3ey32.zip |################-------------------------------------| 30.56% tmpp3e3ey32.zip |################-------------------------------------| 30.72% tmpp3e3ey32.zip |################-------------------------------------| 30.88% tmpp3e3ey32.zip |################-------------------------------------| 31.04% tmpp3e3ey32.zip |#################------------------------------------| 31.2% tmpp3e3ey32.zip |#################------------------------------------| 31.36% tmpp3e3ey32.zip |#################------------------------------------| 31.52% tmpp3e3ey32.zip |#################------------------------------------| 31.68% tmpp3e3ey32.zip |#################------------------------------------| 31.85% tmpp3e3ey32.zip |#################------------------------------------| 32.01% tmpp3e3ey32.zip |#################------------------------------------| 32.17% tmpp3e3ey32.zip |#################------------------------------------| 32.33% tmpp3e3ey32.zip |#################------------------------------------| 32.49% tmpp3e3ey32.zip |#################------------------------------------| 32.65% tmpp3e3ey32.zip |#################------------------------------------| 32.81% tmpp3e3ey32.zip |#################------------------------------------| 32.97% tmpp3e3ey32.zip |##################-----------------------------------| 33.13% tmpp3e3ey32.zip |##################-----------------------------------| 33.29% tmpp3e3ey32.zip |##################-----------------------------------| 33.45% tmpp3e3ey32.zip |##################-----------------------------------| 33.61% tmpp3e3ey32.zip |##################-----------------------------------| 33.78% tmpp3e3ey32.zip |##################-----------------------------------| 33.94% tmpp3e3ey32.zip |##################-----------------------------------| 34.1% tmpp3e3ey32.zip |##################-----------------------------------| 34.26% tmpp3e3ey32.zip |##################-----------------------------------| 34.42% tmpp3e3ey32.zip |##################-----------------------------------| 34.58% tmpp3e3ey32.zip |##################-----------------------------------| 34.74% tmpp3e3ey32.zip |##################-----------------------------------| 34.9% tmpp3e3ey32.zip |###################----------------------------------| 35.06% tmpp3e3ey32.zip |###################----------------------------------| 35.22% tmpp3e3ey32.zip |###################----------------------------------| 35.38% tmpp3e3ey32.zip |###################----------------------------------| 35.54% tmpp3e3ey32.zip |###################----------------------------------| 35.71% tmpp3e3ey32.zip |###################----------------------------------| 35.87% tmpp3e3ey32.zip |###################----------------------------------| 36.03% tmpp3e3ey32.zip |###################----------------------------------| 36.19% tmpp3e3ey32.zip |###################----------------------------------| 36.35% tmpp3e3ey32.zip |###################----------------------------------| 36.51% tmpp3e3ey32.zip |###################----------------------------------| 36.67% tmpp3e3ey32.zip |####################---------------------------------| 36.83% tmpp3e3ey32.zip |####################---------------------------------| 36.99% tmpp3e3ey32.zip |####################---------------------------------| 37.15% tmpp3e3ey32.zip |####################---------------------------------| 37.31% tmpp3e3ey32.zip |####################---------------------------------| 37.47% tmpp3e3ey32.zip |####################---------------------------------| 37.64% tmpp3e3ey32.zip |####################---------------------------------| 37.8% tmpp3e3ey32.zip |####################---------------------------------| 37.96% tmpp3e3ey32.zip |####################---------------------------------| 38.12% tmpp3e3ey32.zip |####################---------------------------------| 38.28% tmpp3e3ey32.zip |####################---------------------------------| 38.44% tmpp3e3ey32.zip |####################---------------------------------| 38.6% tmpp3e3ey32.zip |#####################--------------------------------| 38.76% tmpp3e3ey32.zip |#####################--------------------------------| 38.92% tmpp3e3ey32.zip |#####################--------------------------------| 39.08% tmpp3e3ey32.zip |#####################--------------------------------| 39.24% tmpp3e3ey32.zip |#####################--------------------------------| 39.4% tmpp3e3ey32.zip |#####################--------------------------------| 39.57% tmpp3e3ey32.zip |#####################--------------------------------| 39.73% tmpp3e3ey32.zip |#####################--------------------------------| 39.89% tmpp3e3ey32.zip |#####################--------------------------------| 40.05% tmpp3e3ey32.zip |#####################--------------------------------| 40.21% tmpp3e3ey32.zip |#####################--------------------------------| 40.37% tmpp3e3ey32.zip |#####################--------------------------------| 40.53% tmpp3e3ey32.zip |######################-------------------------------| 40.69% tmpp3e3ey32.zip |######################-------------------------------| 40.85% tmpp3e3ey32.zip |######################-------------------------------| 41.01% tmpp3e3ey32.zip |######################-------------------------------| 41.17% tmpp3e3ey32.zip |######################-------------------------------| 41.33% tmpp3e3ey32.zip |######################-------------------------------| 41.5% tmpp3e3ey32.zip |######################-------------------------------| 41.66% tmpp3e3ey32.zip |######################-------------------------------| 41.82% tmpp3e3ey32.zip |######################-------------------------------| 41.98% tmpp3e3ey32.zip |######################-------------------------------| 42.14% tmpp3e3ey32.zip |######################-------------------------------| 42.3% tmpp3e3ey32.zip |#######################------------------------------| 42.46% tmpp3e3ey32.zip |#######################------------------------------| 42.62% tmpp3e3ey32.zip |#######################------------------------------| 42.78% tmpp3e3ey32.zip |#######################------------------------------| 42.94% tmpp3e3ey32.zip |#######################------------------------------| 43.1% tmpp3e3ey32.zip |#######################------------------------------| 43.26% tmpp3e3ey32.zip |#######################------------------------------| 43.43% tmpp3e3ey32.zip |#######################------------------------------| 43.59% tmpp3e3ey32.zip |#######################------------------------------| 43.75% tmpp3e3ey32.zip |#######################------------------------------| 43.91% tmpp3e3ey32.zip |#######################------------------------------| 44.07% tmpp3e3ey32.zip |#######################------------------------------| 44.23% tmpp3e3ey32.zip |########################-----------------------------| 44.39% tmpp3e3ey32.zip |########################-----------------------------| 44.55% tmpp3e3ey32.zip |########################-----------------------------| 44.71% tmpp3e3ey32.zip |########################-----------------------------| 44.87% tmpp3e3ey32.zip |########################-----------------------------| 45.03% tmpp3e3ey32.zip |########################-----------------------------| 45.19% tmpp3e3ey32.zip |########################-----------------------------| 45.36% tmpp3e3ey32.zip |########################-----------------------------| 45.52% tmpp3e3ey32.zip |########################-----------------------------| 45.68% tmpp3e3ey32.zip |########################-----------------------------| 45.84% tmpp3e3ey32.zip |########################-----------------------------| 46.0% tmpp3e3ey32.zip |########################-----------------------------| 46.16% tmpp3e3ey32.zip |#########################----------------------------| 46.32% tmpp3e3ey32.zip |#########################----------------------------| 46.48% tmpp3e3ey32.zip |#########################----------------------------| 46.64% tmpp3e3ey32.zip |#########################----------------------------| 46.8% tmpp3e3ey32.zip |#########################----------------------------| 46.96% tmpp3e3ey32.zip |#########################----------------------------| 47.12% tmpp3e3ey32.zip |#########################----------------------------| 47.29% tmpp3e3ey32.zip |#########################----------------------------| 47.45% tmpp3e3ey32.zip |#########################----------------------------| 47.61% tmpp3e3ey32.zip |#########################----------------------------| 47.77% tmpp3e3ey32.zip |#########################----------------------------| 47.93% tmpp3e3ey32.zip |#########################----------------------------| 48.09% tmpp3e3ey32.zip |##########################---------------------------| 48.25% tmpp3e3ey32.zip |##########################---------------------------| 48.41% tmpp3e3ey32.zip |##########################---------------------------| 48.57% tmpp3e3ey32.zip |##########################---------------------------| 48.73% tmpp3e3ey32.zip |##########################---------------------------| 48.89% tmpp3e3ey32.zip |##########################---------------------------| 49.05% tmpp3e3ey32.zip |##########################---------------------------| 49.22% tmpp3e3ey32.zip |##########################---------------------------| 49.38% tmpp3e3ey32.zip |##########################---------------------------| 49.54% tmpp3e3ey32.zip |##########################---------------------------| 49.7% tmpp3e3ey32.zip |##########################---------------------------| 49.86% tmpp3e3ey32.zip |###########################--------------------------| 50.02% tmpp3e3ey32.zip |###########################--------------------------| 50.18% tmpp3e3ey32.zip |###########################--------------------------| 50.34% tmpp3e3ey32.zip |###########################--------------------------| 50.5% tmpp3e3ey32.zip |###########################--------------------------| 50.66% tmpp3e3ey32.zip |###########################--------------------------| 50.82% tmpp3e3ey32.zip |###########################--------------------------| 50.98% tmpp3e3ey32.zip |###########################--------------------------| 51.15% tmpp3e3ey32.zip |###########################--------------------------| 51.31% tmpp3e3ey32.zip |###########################--------------------------| 51.47% tmpp3e3ey32.zip |###########################--------------------------| 51.63% tmpp3e3ey32.zip |###########################--------------------------| 51.79% tmpp3e3ey32.zip |############################-------------------------| 51.95% tmpp3e3ey32.zip |############################-------------------------| 52.11% tmpp3e3ey32.zip |############################-------------------------| 52.27% tmpp3e3ey32.zip |############################-------------------------| 52.43% tmpp3e3ey32.zip |############################-------------------------| 52.59% tmpp3e3ey32.zip |############################-------------------------| 52.75% tmpp3e3ey32.zip |############################-------------------------| 52.91% tmpp3e3ey32.zip |############################-------------------------| 53.08% tmpp3e3ey32.zip |############################-------------------------| 53.24% tmpp3e3ey32.zip |############################-------------------------| 53.4% tmpp3e3ey32.zip |############################-------------------------| 53.56% tmpp3e3ey32.zip |############################-------------------------| 53.72% tmpp3e3ey32.zip |#############################------------------------| 53.88% tmpp3e3ey32.zip |#############################------------------------| 54.04% tmpp3e3ey32.zip |#############################------------------------| 54.2% tmpp3e3ey32.zip |#############################------------------------| 54.36% tmpp3e3ey32.zip |#############################------------------------| 54.52% tmpp3e3ey32.zip |#############################------------------------| 54.68% tmpp3e3ey32.zip |#############################------------------------| 54.84% tmpp3e3ey32.zip |#############################------------------------| 55.01% tmpp3e3ey32.zip |#############################------------------------| 55.17% tmpp3e3ey32.zip |#############################------------------------| 55.33% tmpp3e3ey32.zip |#############################------------------------| 55.49% tmpp3e3ey32.zip |#############################------------------------| 55.65% tmpp3e3ey32.zip |##############################-----------------------| 55.81% tmpp3e3ey32.zip |##############################-----------------------| 55.97% tmpp3e3ey32.zip |##############################-----------------------| 56.13% tmpp3e3ey32.zip |##############################-----------------------| 56.29% tmpp3e3ey32.zip |##############################-----------------------| 56.45% tmpp3e3ey32.zip |##############################-----------------------| 56.61% tmpp3e3ey32.zip |##############################-----------------------| 56.77% tmpp3e3ey32.zip |##############################-----------------------| 56.94% tmpp3e3ey32.zip |##############################-----------------------| 57.1% tmpp3e3ey32.zip |##############################-----------------------| 57.26% tmpp3e3ey32.zip |##############################-----------------------| 57.42% tmpp3e3ey32.zip |###############################----------------------| 57.58% tmpp3e3ey32.zip |###############################----------------------| 57.74% tmpp3e3ey32.zip |###############################----------------------| 57.9% tmpp3e3ey32.zip |###############################----------------------| 58.06% tmpp3e3ey32.zip |###############################----------------------| 58.22% tmpp3e3ey32.zip |###############################----------------------| 58.38% tmpp3e3ey32.zip |###############################----------------------| 58.54% tmpp3e3ey32.zip |###############################----------------------| 58.7% tmpp3e3ey32.zip |###############################----------------------| 58.87% tmpp3e3ey32.zip |###############################----------------------| 59.03% tmpp3e3ey32.zip |###############################----------------------| 59.19% tmpp3e3ey32.zip |###############################----------------------| 59.35% tmpp3e3ey32.zip |################################---------------------| 59.51% tmpp3e3ey32.zip |################################---------------------| 59.67% tmpp3e3ey32.zip |################################---------------------| 59.83% tmpp3e3ey32.zip |################################---------------------| 59.99% tmpp3e3ey32.zip |################################---------------------| 60.15% tmpp3e3ey32.zip |################################---------------------| 60.31% tmpp3e3ey32.zip |################################---------------------| 60.47% tmpp3e3ey32.zip |################################---------------------| 60.63% tmpp3e3ey32.zip |################################---------------------| 60.8% tmpp3e3ey32.zip |################################---------------------| 60.96% tmpp3e3ey32.zip |################################---------------------| 61.12% tmpp3e3ey32.zip |################################---------------------| 61.28% tmpp3e3ey32.zip |#################################--------------------| 61.44% tmpp3e3ey32.zip |#################################--------------------| 61.6% tmpp3e3ey32.zip |#################################--------------------| 61.76% tmpp3e3ey32.zip |#################################--------------------| 61.92% tmpp3e3ey32.zip |#################################--------------------| 62.08% tmpp3e3ey32.zip |#################################--------------------| 62.24% tmpp3e3ey32.zip |#################################--------------------| 62.4% tmpp3e3ey32.zip |#################################--------------------| 62.56% tmpp3e3ey32.zip |#################################--------------------| 62.73% tmpp3e3ey32.zip |#################################--------------------| 62.89% tmpp3e3ey32.zip |#################################--------------------| 63.05% tmpp3e3ey32.zip |##################################-------------------| 63.21% tmpp3e3ey32.zip |##################################-------------------| 63.37% tmpp3e3ey32.zip |##################################-------------------| 63.53% tmpp3e3ey32.zip |##################################-------------------| 63.69% tmpp3e3ey32.zip |##################################-------------------| 63.85% tmpp3e3ey32.zip |##################################-------------------| 64.01% tmpp3e3ey32.zip |##################################-------------------| 64.17% tmpp3e3ey32.zip |##################################-------------------| 64.33% tmpp3e3ey32.zip |##################################-------------------| 64.49% tmpp3e3ey32.zip |##################################-------------------| 64.66% tmpp3e3ey32.zip |##################################-------------------| 64.82% tmpp3e3ey32.zip |##################################-------------------| 64.98% tmpp3e3ey32.zip |###################################------------------| 65.14% tmpp3e3ey32.zip |###################################------------------| 65.3% tmpp3e3ey32.zip |###################################------------------| 65.46% tmpp3e3ey32.zip |###################################------------------| 65.62% tmpp3e3ey32.zip |###################################------------------| 65.78% tmpp3e3ey32.zip |###################################------------------| 65.94% tmpp3e3ey32.zip |###################################------------------| 66.1% tmpp3e3ey32.zip |###################################------------------| 66.26% tmpp3e3ey32.zip |###################################------------------| 66.42% tmpp3e3ey32.zip |###################################------------------| 66.59% tmpp3e3ey32.zip |###################################------------------| 66.75% tmpp3e3ey32.zip |###################################------------------| 66.91% tmpp3e3ey32.zip |####################################-----------------| 67.07% tmpp3e3ey32.zip |####################################-----------------| 67.23% tmpp3e3ey32.zip |####################################-----------------| 67.39% tmpp3e3ey32.zip |####################################-----------------| 67.55% tmpp3e3ey32.zip |####################################-----------------| 67.71% tmpp3e3ey32.zip |####################################-----------------| 67.87% tmpp3e3ey32.zip |####################################-----------------| 68.03% tmpp3e3ey32.zip |####################################-----------------| 68.19% tmpp3e3ey32.zip |####################################-----------------| 68.35% tmpp3e3ey32.zip |####################################-----------------| 68.52% tmpp3e3ey32.zip |####################################-----------------| 68.68% tmpp3e3ey32.zip |####################################-----------------| 68.84% tmpp3e3ey32.zip |#####################################----------------| 69.0% tmpp3e3ey32.zip |#####################################----------------| 69.16% tmpp3e3ey32.zip |#####################################----------------| 69.32% tmpp3e3ey32.zip |#####################################----------------| 69.48% tmpp3e3ey32.zip |#####################################----------------| 69.64% tmpp3e3ey32.zip |#####################################----------------| 69.8% tmpp3e3ey32.zip |#####################################----------------| 69.96% tmpp3e3ey32.zip |#####################################----------------| 70.12% tmpp3e3ey32.zip |#####################################----------------| 70.28% tmpp3e3ey32.zip |#####################################----------------| 70.45% tmpp3e3ey32.zip |#####################################----------------| 70.61% tmpp3e3ey32.zip |######################################---------------| 70.77% tmpp3e3ey32.zip |######################################---------------| 70.93% tmpp3e3ey32.zip |######################################---------------| 71.09% tmpp3e3ey32.zip |######################################---------------| 71.25% tmpp3e3ey32.zip |######################################---------------| 71.41% tmpp3e3ey32.zip |######################################---------------| 71.57% tmpp3e3ey32.zip |######################################---------------| 71.73% tmpp3e3ey32.zip |######################################---------------| 71.89% tmpp3e3ey32.zip |######################################---------------| 72.05% tmpp3e3ey32.zip |######################################---------------| 72.21% tmpp3e3ey32.zip |######################################---------------| 72.38% tmpp3e3ey32.zip |######################################---------------| 72.54% tmpp3e3ey32.zip |#######################################--------------| 72.7% tmpp3e3ey32.zip |#######################################--------------| 72.86% tmpp3e3ey32.zip |#######################################--------------| 73.02% tmpp3e3ey32.zip |#######################################--------------| 73.18% tmpp3e3ey32.zip |#######################################--------------| 73.34% tmpp3e3ey32.zip |#######################################--------------| 73.5% tmpp3e3ey32.zip |#######################################--------------| 73.66% tmpp3e3ey32.zip |#######################################--------------| 73.82% tmpp3e3ey32.zip |#######################################--------------| 73.98% tmpp3e3ey32.zip |#######################################--------------| 74.14% tmpp3e3ey32.zip |#######################################--------------| 74.31% tmpp3e3ey32.zip |#######################################--------------| 74.47% tmpp3e3ey32.zip |########################################-------------| 74.63% tmpp3e3ey32.zip |########################################-------------| 74.79% tmpp3e3ey32.zip |########################################-------------| 74.95% tmpp3e3ey32.zip |########################################-------------| 75.11% tmpp3e3ey32.zip |########################################-------------| 75.27% tmpp3e3ey32.zip |########################################-------------| 75.43% tmpp3e3ey32.zip |########################################-------------| 75.59% tmpp3e3ey32.zip |########################################-------------| 75.75% tmpp3e3ey32.zip |########################################-------------| 75.91% tmpp3e3ey32.zip |########################################-------------| 76.07% tmpp3e3ey32.zip |########################################-------------| 76.24% tmpp3e3ey32.zip |########################################-------------| 76.4% tmpp3e3ey32.zip |#########################################------------| 76.56% tmpp3e3ey32.zip |#########################################------------| 76.72% tmpp3e3ey32.zip |#########################################------------| 76.88% tmpp3e3ey32.zip |#########################################------------| 77.04% tmpp3e3ey32.zip |#########################################------------| 77.2% tmpp3e3ey32.zip |#########################################------------| 77.36% tmpp3e3ey32.zip |#########################################------------| 77.52% tmpp3e3ey32.zip |#########################################------------| 77.68% tmpp3e3ey32.zip |#########################################------------| 77.84% tmpp3e3ey32.zip |#########################################------------| 78.0% tmpp3e3ey32.zip |#########################################------------| 78.17% tmpp3e3ey32.zip |##########################################-----------| 78.33% tmpp3e3ey32.zip |##########################################-----------| 78.49% tmpp3e3ey32.zip |##########################################-----------| 78.65% tmpp3e3ey32.zip |##########################################-----------| 78.81% tmpp3e3ey32.zip |##########################################-----------| 78.97% tmpp3e3ey32.zip |##########################################-----------| 79.13% tmpp3e3ey32.zip |##########################################-----------| 79.29% tmpp3e3ey32.zip |##########################################-----------| 79.45% tmpp3e3ey32.zip |##########################################-----------| 79.61% tmpp3e3ey32.zip |##########################################-----------| 79.77% tmpp3e3ey32.zip |##########################################-----------| 79.93% tmpp3e3ey32.zip |##########################################-----------| 80.1% tmpp3e3ey32.zip |###########################################----------| 80.26% tmpp3e3ey32.zip |###########################################----------| 80.42% tmpp3e3ey32.zip |###########################################----------| 80.58% tmpp3e3ey32.zip |###########################################----------| 80.74% tmpp3e3ey32.zip |###########################################----------| 80.9% tmpp3e3ey32.zip |###########################################----------| 81.06% tmpp3e3ey32.zip |###########################################----------| 81.22% tmpp3e3ey32.zip |###########################################----------| 81.38% tmpp3e3ey32.zip |###########################################----------| 81.54% tmpp3e3ey32.zip |###########################################----------| 81.7% tmpp3e3ey32.zip |###########################################----------| 81.86% tmpp3e3ey32.zip |###########################################----------| 82.03% tmpp3e3ey32.zip |############################################---------| 82.19% tmpp3e3ey32.zip |############################################---------| 82.35% tmpp3e3ey32.zip |############################################---------| 82.51% tmpp3e3ey32.zip |############################################---------| 82.67% tmpp3e3ey32.zip |############################################---------| 82.83% tmpp3e3ey32.zip |############################################---------| 82.99% tmpp3e3ey32.zip |############################################---------| 83.15% tmpp3e3ey32.zip |############################################---------| 83.31% tmpp3e3ey32.zip |############################################---------| 83.47% tmpp3e3ey32.zip |############################################---------| 83.63% tmpp3e3ey32.zip |############################################---------| 83.79% tmpp3e3ey32.zip |############################################---------| 83.96% tmpp3e3ey32.zip |#############################################--------| 84.12% tmpp3e3ey32.zip |#############################################--------| 84.28% tmpp3e3ey32.zip |#############################################--------| 84.44% tmpp3e3ey32.zip |#############################################--------| 84.6% tmpp3e3ey32.zip |#############################################--------| 84.76% tmpp3e3ey32.zip |#############################################--------| 84.92% tmpp3e3ey32.zip |#############################################--------| 85.08% tmpp3e3ey32.zip |#############################################--------| 85.24% tmpp3e3ey32.zip |#############################################--------| 85.4% tmpp3e3ey32.zip |#############################################--------| 85.56% tmpp3e3ey32.zip |#############################################--------| 85.72% tmpp3e3ey32.zip |##############################################-------| 85.89% tmpp3e3ey32.zip |##############################################-------| 86.05% tmpp3e3ey32.zip |##############################################-------| 86.21% tmpp3e3ey32.zip |##############################################-------| 86.37% tmpp3e3ey32.zip |##############################################-------| 86.53% tmpp3e3ey32.zip |##############################################-------| 86.69% tmpp3e3ey32.zip |##############################################-------| 86.85% tmpp3e3ey32.zip |##############################################-------| 87.01% tmpp3e3ey32.zip |##############################################-------| 87.17% tmpp3e3ey32.zip |##############################################-------| 87.33% tmpp3e3ey32.zip |##############################################-------| 87.49% tmpp3e3ey32.zip |##############################################-------| 87.65% tmpp3e3ey32.zip |###############################################------| 87.82% tmpp3e3ey32.zip |###############################################------| 87.98% tmpp3e3ey32.zip |###############################################------| 88.14% tmpp3e3ey32.zip |###############################################------| 88.3% tmpp3e3ey32.zip |###############################################------| 88.46% tmpp3e3ey32.zip |###############################################------| 88.62% tmpp3e3ey32.zip |###############################################------| 88.78% tmpp3e3ey32.zip |###############################################------| 88.94% tmpp3e3ey32.zip |###############################################------| 89.1% tmpp3e3ey32.zip |###############################################------| 89.26% tmpp3e3ey32.zip |###############################################------| 89.42% tmpp3e3ey32.zip |###############################################------| 89.58% tmpp3e3ey32.zip |################################################-----| 89.75% tmpp3e3ey32.zip |################################################-----| 89.91% tmpp3e3ey32.zip |################################################-----| 90.07% tmpp3e3ey32.zip |################################################-----| 90.23% tmpp3e3ey32.zip |################################################-----| 90.39% tmpp3e3ey32.zip |################################################-----| 90.55% tmpp3e3ey32.zip |################################################-----| 90.71% tmpp3e3ey32.zip |################################################-----| 90.87% tmpp3e3ey32.zip |################################################-----| 91.03% tmpp3e3ey32.zip |################################################-----| 91.19% tmpp3e3ey32.zip |################################################-----| 91.35% tmpp3e3ey32.zip |#################################################----| 91.51% tmpp3e3ey32.zip |#################################################----| 91.68% tmpp3e3ey32.zip |#################################################----| 91.84% tmpp3e3ey32.zip |#################################################----| 92.0% tmpp3e3ey32.zip |#################################################----| 92.16% tmpp3e3ey32.zip |#################################################----| 92.32% tmpp3e3ey32.zip |#################################################----| 92.48% tmpp3e3ey32.zip |#################################################----| 92.64% tmpp3e3ey32.zip |#################################################----| 92.8% tmpp3e3ey32.zip |#################################################----| 92.96% tmpp3e3ey32.zip |#################################################----| 93.12% tmpp3e3ey32.zip |#################################################----| 93.28% tmpp3e3ey32.zip |##################################################---| 93.44% tmpp3e3ey32.zip |##################################################---| 93.61% tmpp3e3ey32.zip |##################################################---| 93.77% tmpp3e3ey32.zip |##################################################---| 93.93% tmpp3e3ey32.zip |##################################################---| 94.09% tmpp3e3ey32.zip |##################################################---| 94.25% tmpp3e3ey32.zip |##################################################---| 94.41% tmpp3e3ey32.zip |##################################################---| 94.57% tmpp3e3ey32.zip |##################################################---| 94.73% tmpp3e3ey32.zip |##################################################---| 94.89% tmpp3e3ey32.zip |##################################################---| 95.05% tmpp3e3ey32.zip |##################################################---| 95.21% tmpp3e3ey32.zip |###################################################--| 95.37% tmpp3e3ey32.zip |###################################################--| 95.54% tmpp3e3ey32.zip |###################################################--| 95.7% tmpp3e3ey32.zip |###################################################--| 95.86% tmpp3e3ey32.zip |###################################################--| 96.02% tmpp3e3ey32.zip |###################################################--| 96.18% tmpp3e3ey32.zip |###################################################--| 96.34% tmpp3e3ey32.zip |###################################################--| 96.5% tmpp3e3ey32.zip |###################################################--| 96.66% tmpp3e3ey32.zip |###################################################--| 96.82% tmpp3e3ey32.zip |###################################################--| 96.98% tmpp3e3ey32.zip |###################################################--| 97.14% tmpp3e3ey32.zip |####################################################-| 97.3% tmpp3e3ey32.zip |####################################################-| 97.47% tmpp3e3ey32.zip |####################################################-| 97.63% tmpp3e3ey32.zip |####################################################-| 97.79% tmpp3e3ey32.zip |####################################################-| 97.95% tmpp3e3ey32.zip |####################################################-| 98.11% tmpp3e3ey32.zip |####################################################-| 98.27% tmpp3e3ey32.zip |####################################################-| 98.43% tmpp3e3ey32.zip |####################################################-| 98.59% tmpp3e3ey32.zip |####################################################-| 98.75% tmpp3e3ey32.zip |####################################################-| 98.91% tmpp3e3ey32.zip |#####################################################| 99.07% tmpp3e3ey32.zip |#####################################################| 99.23% tmpp3e3ey32.zip |#####################################################| 99.4% tmpp3e3ey32.zip |#####################################################| 99.56% tmpp3e3ey32.zip |#####################################################| 99.72% tmpp3e3ey32.zip |#####################################################| 99.88% tmpp3e3ey32.zip |#####################################################| 100.0% Plugin uploaded. Plugin's id is dabc1f70-a037-4b7f-b0e4-b459dcd7d902 + 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).. tmpy21w067j.zip |-----------------------------------------------------| 0.47% tmpy21w067j.zip |-----------------------------------------------------| 0.93% tmpy21w067j.zip |#----------------------------------------------------| 1.4% tmpy21w067j.zip |#----------------------------------------------------| 1.86% tmpy21w067j.zip |#----------------------------------------------------| 2.33% tmpy21w067j.zip |#----------------------------------------------------| 2.8% tmpy21w067j.zip |##---------------------------------------------------| 3.26% tmpy21w067j.zip |##---------------------------------------------------| 3.73% tmpy21w067j.zip |##---------------------------------------------------| 4.19% tmpy21w067j.zip |##---------------------------------------------------| 4.66% tmpy21w067j.zip |###--------------------------------------------------| 5.13% tmpy21w067j.zip |###--------------------------------------------------| 5.59% tmpy21w067j.zip |###--------------------------------------------------| 6.06% tmpy21w067j.zip |###--------------------------------------------------| 6.52% tmpy21w067j.zip |####-------------------------------------------------| 6.99% tmpy21w067j.zip |####-------------------------------------------------| 7.46% tmpy21w067j.zip |####-------------------------------------------------| 7.92% tmpy21w067j.zip |####-------------------------------------------------| 8.39% tmpy21w067j.zip |#####------------------------------------------------| 8.85% tmpy21w067j.zip |#####------------------------------------------------| 9.32% tmpy21w067j.zip |#####------------------------------------------------| 9.79% tmpy21w067j.zip |#####------------------------------------------------| 10.25% tmpy21w067j.zip |######-----------------------------------------------| 10.72% tmpy21w067j.zip |######-----------------------------------------------| 11.18% tmpy21w067j.zip |######-----------------------------------------------| 11.65% tmpy21w067j.zip |######-----------------------------------------------| 12.12% tmpy21w067j.zip |#######----------------------------------------------| 12.58% tmpy21w067j.zip |#######----------------------------------------------| 13.05% tmpy21w067j.zip |#######----------------------------------------------| 13.51% tmpy21w067j.zip |#######----------------------------------------------| 13.98% tmpy21w067j.zip |########---------------------------------------------| 14.45% tmpy21w067j.zip |########---------------------------------------------| 14.91% tmpy21w067j.zip |########---------------------------------------------| 15.38% tmpy21w067j.zip |########---------------------------------------------| 15.84% tmpy21w067j.zip |#########--------------------------------------------| 16.31% tmpy21w067j.zip |#########--------------------------------------------| 16.78% tmpy21w067j.zip |#########--------------------------------------------| 17.24% tmpy21w067j.zip |#########--------------------------------------------| 17.71% tmpy21w067j.zip |##########-------------------------------------------| 18.17% tmpy21w067j.zip |##########-------------------------------------------| 18.64% tmpy21w067j.zip |##########-------------------------------------------| 19.11% tmpy21w067j.zip |##########-------------------------------------------| 19.57% tmpy21w067j.zip |###########------------------------------------------| 20.04% tmpy21w067j.zip |###########------------------------------------------| 20.5% tmpy21w067j.zip |###########------------------------------------------| 20.97% tmpy21w067j.zip |###########------------------------------------------| 21.44% tmpy21w067j.zip |############-----------------------------------------| 21.9% tmpy21w067j.zip |############-----------------------------------------| 22.37% tmpy21w067j.zip |############-----------------------------------------| 22.83% tmpy21w067j.zip |############-----------------------------------------| 23.3% tmpy21w067j.zip |#############----------------------------------------| 23.77% tmpy21w067j.zip |#############----------------------------------------| 24.23% tmpy21w067j.zip |#############----------------------------------------| 24.7% tmpy21w067j.zip |#############----------------------------------------| 25.16% tmpy21w067j.zip |##############---------------------------------------| 25.63% tmpy21w067j.zip |##############---------------------------------------| 26.1% tmpy21w067j.zip |##############---------------------------------------| 26.56% tmpy21w067j.zip |##############---------------------------------------| 27.03% tmpy21w067j.zip |###############--------------------------------------| 27.49% tmpy21w067j.zip |###############--------------------------------------| 27.96% tmpy21w067j.zip |###############--------------------------------------| 28.43% tmpy21w067j.zip |###############--------------------------------------| 28.89% tmpy21w067j.zip |################-------------------------------------| 29.36% tmpy21w067j.zip |################-------------------------------------| 29.82% tmpy21w067j.zip |################-------------------------------------| 30.29% tmpy21w067j.zip |################-------------------------------------| 30.76% tmpy21w067j.zip |#################------------------------------------| 31.22% tmpy21w067j.zip |#################------------------------------------| 31.69% tmpy21w067j.zip |#################------------------------------------| 32.15% tmpy21w067j.zip |#################------------------------------------| 32.62% tmpy21w067j.zip |##################-----------------------------------| 33.09% tmpy21w067j.zip |##################-----------------------------------| 33.55% tmpy21w067j.zip |##################-----------------------------------| 34.02% tmpy21w067j.zip |##################-----------------------------------| 34.48% tmpy21w067j.zip |###################----------------------------------| 34.95% tmpy21w067j.zip |###################----------------------------------| 35.42% tmpy21w067j.zip |###################----------------------------------| 35.88% tmpy21w067j.zip |###################----------------------------------| 36.35% tmpy21w067j.zip |####################---------------------------------| 36.81% tmpy21w067j.zip |####################---------------------------------| 37.28% tmpy21w067j.zip |####################---------------------------------| 37.75% tmpy21w067j.zip |####################---------------------------------| 38.21% tmpy21w067j.zip |####################---------------------------------| 38.68% tmpy21w067j.zip |#####################--------------------------------| 39.15% tmpy21w067j.zip |#####################--------------------------------| 39.61% tmpy21w067j.zip |#####################--------------------------------| 40.08% tmpy21w067j.zip |#####################--------------------------------| 40.54% tmpy21w067j.zip |######################-------------------------------| 41.01% tmpy21w067j.zip |######################-------------------------------| 41.48% tmpy21w067j.zip |######################-------------------------------| 41.94% tmpy21w067j.zip |######################-------------------------------| 42.41% tmpy21w067j.zip |#######################------------------------------| 42.87% tmpy21w067j.zip |#######################------------------------------| 43.34% tmpy21w067j.zip |#######################------------------------------| 43.81% tmpy21w067j.zip |#######################------------------------------| 44.27% tmpy21w067j.zip |########################-----------------------------| 44.74% tmpy21w067j.zip |########################-----------------------------| 45.2% tmpy21w067j.zip |########################-----------------------------| 45.67% tmpy21w067j.zip |########################-----------------------------| 46.14% tmpy21w067j.zip |#########################----------------------------| 46.6% tmpy21w067j.zip |#########################----------------------------| 47.07% tmpy21w067j.zip |#########################----------------------------| 47.53% tmpy21w067j.zip |#########################----------------------------| 48.0% tmpy21w067j.zip |##########################---------------------------| 48.47% tmpy21w067j.zip |##########################---------------------------| 48.93% tmpy21w067j.zip |##########################---------------------------| 49.4% tmpy21w067j.zip |##########################---------------------------| 49.86% tmpy21w067j.zip |###########################--------------------------| 50.33% tmpy21w067j.zip |###########################--------------------------| 50.8% tmpy21w067j.zip |###########################--------------------------| 51.26% tmpy21w067j.zip |###########################--------------------------| 51.73% tmpy21w067j.zip |############################-------------------------| 52.19% tmpy21w067j.zip |############################-------------------------| 52.66% tmpy21w067j.zip |############################-------------------------| 53.13% tmpy21w067j.zip |############################-------------------------| 53.59% tmpy21w067j.zip |#############################------------------------| 54.06% tmpy21w067j.zip |#############################------------------------| 54.52% tmpy21w067j.zip |#############################------------------------| 54.99% tmpy21w067j.zip |#############################------------------------| 55.46% tmpy21w067j.zip |##############################-----------------------| 55.92% tmpy21w067j.zip |##############################-----------------------| 56.39% tmpy21w067j.zip |##############################-----------------------| 56.85% tmpy21w067j.zip |##############################-----------------------| 57.32% tmpy21w067j.zip |###############################----------------------| 57.79% tmpy21w067j.zip |###############################----------------------| 58.25% tmpy21w067j.zip |###############################----------------------| 58.72% tmpy21w067j.zip |###############################----------------------| 59.18% tmpy21w067j.zip |################################---------------------| 59.65% tmpy21w067j.zip |################################---------------------| 60.12% tmpy21w067j.zip |################################---------------------| 60.58% tmpy21w067j.zip |################################---------------------| 61.05% tmpy21w067j.zip |#################################--------------------| 61.51% tmpy21w067j.zip |#################################--------------------| 61.98% tmpy21w067j.zip |#################################--------------------| 62.45% tmpy21w067j.zip |#################################--------------------| 62.91% tmpy21w067j.zip |##################################-------------------| 63.38% tmpy21w067j.zip |##################################-------------------| 63.84% tmpy21w067j.zip |##################################-------------------| 64.31% tmpy21w067j.zip |##################################-------------------| 64.78% tmpy21w067j.zip |###################################------------------| 65.24% tmpy21w067j.zip |###################################------------------| 65.71% tmpy21w067j.zip |###################################------------------| 66.17% tmpy21w067j.zip |###################################------------------| 66.64% tmpy21w067j.zip |####################################-----------------| 67.11% tmpy21w067j.zip |####################################-----------------| 67.57% tmpy21w067j.zip |####################################-----------------| 68.04% tmpy21w067j.zip |####################################-----------------| 68.5% tmpy21w067j.zip |#####################################----------------| 68.97% tmpy21w067j.zip |#####################################----------------| 69.44% tmpy21w067j.zip |#####################################----------------| 69.9% tmpy21w067j.zip |#####################################----------------| 70.37% tmpy21w067j.zip |######################################---------------| 70.83% tmpy21w067j.zip |######################################---------------| 71.3% tmpy21w067j.zip |######################################---------------| 71.77% tmpy21w067j.zip |######################################---------------| 72.23% tmpy21w067j.zip |#######################################--------------| 72.7% tmpy21w067j.zip |#######################################--------------| 73.16% tmpy21w067j.zip |#######################################--------------| 73.63% tmpy21w067j.zip |#######################################--------------| 74.1% tmpy21w067j.zip |########################################-------------| 74.56% tmpy21w067j.zip |########################################-------------| 75.03% tmpy21w067j.zip |########################################-------------| 75.49% tmpy21w067j.zip |########################################-------------| 75.96% tmpy21w067j.zip |#########################################------------| 76.43% tmpy21w067j.zip |#########################################------------| 76.89% tmpy21w067j.zip |#########################################------------| 77.36% tmpy21w067j.zip |#########################################------------| 77.82% tmpy21w067j.zip |#########################################------------| 78.29% tmpy21w067j.zip |##########################################-----------| 78.76% tmpy21w067j.zip |##########################################-----------| 79.22% tmpy21w067j.zip |##########################################-----------| 79.69% tmpy21w067j.zip |##########################################-----------| 80.15% tmpy21w067j.zip |###########################################----------| 80.62% tmpy21w067j.zip |###########################################----------| 81.09% tmpy21w067j.zip |###########################################----------| 81.55% tmpy21w067j.zip |###########################################----------| 82.02% tmpy21w067j.zip |############################################---------| 82.48% tmpy21w067j.zip |############################################---------| 82.95% tmpy21w067j.zip |############################################---------| 83.42% tmpy21w067j.zip |############################################---------| 83.88% tmpy21w067j.zip |#############################################--------| 84.35% tmpy21w067j.zip |#############################################--------| 84.81% tmpy21w067j.zip |#############################################--------| 85.28% tmpy21w067j.zip |#############################################--------| 85.75% tmpy21w067j.zip |##############################################-------| 86.21% tmpy21w067j.zip |##############################################-------| 86.68% tmpy21w067j.zip |##############################################-------| 87.14% tmpy21w067j.zip |##############################################-------| 87.61% tmpy21w067j.zip |###############################################------| 88.08% tmpy21w067j.zip |###############################################------| 88.54% tmpy21w067j.zip |###############################################------| 89.01% tmpy21w067j.zip |###############################################------| 89.47% tmpy21w067j.zip |################################################-----| 89.94% tmpy21w067j.zip |################################################-----| 90.41% tmpy21w067j.zip |################################################-----| 90.87% tmpy21w067j.zip |################################################-----| 91.34% tmpy21w067j.zip |#################################################----| 91.8% tmpy21w067j.zip |#################################################----| 92.27% tmpy21w067j.zip |#################################################----| 92.74% tmpy21w067j.zip |#################################################----| 93.2% tmpy21w067j.zip |##################################################---| 93.67% tmpy21w067j.zip |##################################################---| 94.13% tmpy21w067j.zip |##################################################---| 94.6% tmpy21w067j.zip |##################################################---| 95.07% tmpy21w067j.zip |###################################################--| 95.53% tmpy21w067j.zip |###################################################--| 96.0% tmpy21w067j.zip |###################################################--| 96.46% tmpy21w067j.zip |###################################################--| 96.93% tmpy21w067j.zip |####################################################-| 97.4% tmpy21w067j.zip |####################################################-| 97.86% tmpy21w067j.zip |####################################################-| 98.33% tmpy21w067j.zip |####################################################-| 98.79% tmpy21w067j.zip |#####################################################| 99.26% tmpy21w067j.zip |#####################################################| 99.73% tmpy21w067j.zip |#####################################################| 100.0% Plugin uploaded. Plugin's id is 71dfbde7-9dda-493d-8cae-afe7df1e7db3 + for p in '${PLUGIN_DIR}/*' + wagons=($p/*.wgn) + types=($p/*.yaml) + install_plugin /opt/plugins/plugin-dgcG9yy/relationshipplugin-1.1.0-py36-none-linux_x86_64.wgn /opt/plugins/plugin-dgcG9yy/relationshipplugin_types.yaml ++ basename /opt/plugins/plugin-dgcG9yy/relationshipplugin-1.1.0-py36-none-linux_x86_64.wgn + ARCHIVE=relationshipplugin-1.1.0-py36-none-linux_x86_64.wgn + cm_hasany 'plugins?archive_name=relationshipplugin-1.1.0-py36-none-linux_x86_64.wgn' ++ curl -Ss -H 'Tenant: default_tenant' --user admin:SU92FFB6 --cacert /opt/onap/certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/plugins?archive_name=relationshipplugin-1.1.0-py36-none-linux_x86_64.wgn&_include=id' ++ /bin/jq .metadata.pagination.total + COUNT=0 + (( 0 > 0 )) + return 1 + cfy plugin upload -y /opt/plugins/plugin-dgcG9yy/relationshipplugin_types.yaml /opt/plugins/plugin-dgcG9yy/relationshipplugin-1.1.0-py36-none-linux_x86_64.wgn Creating plugin zip archive.. Uploading plugin archive (wagon + yaml).. tmpnqjs6i_m.zip |-----------------------------------------------------| 0.46% tmpnqjs6i_m.zip |-----------------------------------------------------| 0.92% tmpnqjs6i_m.zip |#----------------------------------------------------| 1.38% tmpnqjs6i_m.zip |#----------------------------------------------------| 1.83% tmpnqjs6i_m.zip |#----------------------------------------------------| 2.29% tmpnqjs6i_m.zip |#----------------------------------------------------| 2.75% tmpnqjs6i_m.zip |##---------------------------------------------------| 3.21% tmpnqjs6i_m.zip |##---------------------------------------------------| 3.67% tmpnqjs6i_m.zip |##---------------------------------------------------| 4.13% tmpnqjs6i_m.zip |##---------------------------------------------------| 4.58% tmpnqjs6i_m.zip |###--------------------------------------------------| 5.04% tmpnqjs6i_m.zip |###--------------------------------------------------| 5.5% tmpnqjs6i_m.zip |###--------------------------------------------------| 5.96% tmpnqjs6i_m.zip |###--------------------------------------------------| 6.42% tmpnqjs6i_m.zip |####-------------------------------------------------| 6.88% tmpnqjs6i_m.zip |####-------------------------------------------------| 7.34% tmpnqjs6i_m.zip |####-------------------------------------------------| 7.79% tmpnqjs6i_m.zip |####-------------------------------------------------| 8.25% tmpnqjs6i_m.zip |#####------------------------------------------------| 8.71% tmpnqjs6i_m.zip |#####------------------------------------------------| 9.17% tmpnqjs6i_m.zip |#####------------------------------------------------| 9.63% tmpnqjs6i_m.zip |#####------------------------------------------------| 10.09% tmpnqjs6i_m.zip |######-----------------------------------------------| 10.54% tmpnqjs6i_m.zip |######-----------------------------------------------| 11.0% tmpnqjs6i_m.zip |######-----------------------------------------------| 11.46% tmpnqjs6i_m.zip |######-----------------------------------------------| 11.92% tmpnqjs6i_m.zip |#######----------------------------------------------| 12.38% tmpnqjs6i_m.zip |#######----------------------------------------------| 12.84% tmpnqjs6i_m.zip |#######----------------------------------------------| 13.3% tmpnqjs6i_m.zip |#######----------------------------------------------| 13.75% tmpnqjs6i_m.zip |########---------------------------------------------| 14.21% tmpnqjs6i_m.zip |########---------------------------------------------| 14.67% tmpnqjs6i_m.zip |########---------------------------------------------| 15.13% tmpnqjs6i_m.zip |########---------------------------------------------| 15.59% tmpnqjs6i_m.zip |#########--------------------------------------------| 16.05% tmpnqjs6i_m.zip |#########--------------------------------------------| 16.5% tmpnqjs6i_m.zip |#########--------------------------------------------| 16.96% tmpnqjs6i_m.zip |#########--------------------------------------------| 17.42% tmpnqjs6i_m.zip |#########--------------------------------------------| 17.88% tmpnqjs6i_m.zip |##########-------------------------------------------| 18.34% tmpnqjs6i_m.zip |##########-------------------------------------------| 18.8% tmpnqjs6i_m.zip |##########-------------------------------------------| 19.26% tmpnqjs6i_m.zip |##########-------------------------------------------| 19.71% tmpnqjs6i_m.zip |###########------------------------------------------| 20.17% tmpnqjs6i_m.zip |###########------------------------------------------| 20.63% tmpnqjs6i_m.zip |###########------------------------------------------| 21.09% tmpnqjs6i_m.zip |###########------------------------------------------| 21.55% tmpnqjs6i_m.zip |############-----------------------------------------| 22.01% tmpnqjs6i_m.zip |############-----------------------------------------| 22.46% tmpnqjs6i_m.zip |############-----------------------------------------| 22.92% tmpnqjs6i_m.zip |############-----------------------------------------| 23.38% tmpnqjs6i_m.zip |#############----------------------------------------| 23.84% tmpnqjs6i_m.zip |#############----------------------------------------| 24.3% tmpnqjs6i_m.zip |#############----------------------------------------| 24.76% tmpnqjs6i_m.zip |#############----------------------------------------| 25.22% tmpnqjs6i_m.zip |##############---------------------------------------| 25.67% tmpnqjs6i_m.zip |##############---------------------------------------| 26.13% tmpnqjs6i_m.zip |##############---------------------------------------| 26.59% tmpnqjs6i_m.zip |##############---------------------------------------| 27.05% tmpnqjs6i_m.zip |###############--------------------------------------| 27.51% tmpnqjs6i_m.zip |###############--------------------------------------| 27.97% tmpnqjs6i_m.zip |###############--------------------------------------| 28.42% tmpnqjs6i_m.zip |###############--------------------------------------| 28.88% tmpnqjs6i_m.zip |################-------------------------------------| 29.34% tmpnqjs6i_m.zip |################-------------------------------------| 29.8% tmpnqjs6i_m.zip |################-------------------------------------| 30.26% tmpnqjs6i_m.zip |################-------------------------------------| 30.72% tmpnqjs6i_m.zip |#################------------------------------------| 31.18% tmpnqjs6i_m.zip |#################------------------------------------| 31.63% tmpnqjs6i_m.zip |#################------------------------------------| 32.09% tmpnqjs6i_m.zip |#################------------------------------------| 32.55% tmpnqjs6i_m.zip |#################------------------------------------| 33.01% tmpnqjs6i_m.zip |##################-----------------------------------| 33.47% tmpnqjs6i_m.zip |##################-----------------------------------| 33.93% tmpnqjs6i_m.zip |##################-----------------------------------| 34.38% tmpnqjs6i_m.zip |##################-----------------------------------| 34.84% tmpnqjs6i_m.zip |###################----------------------------------| 35.3% tmpnqjs6i_m.zip |###################----------------------------------| 35.76% tmpnqjs6i_m.zip |###################----------------------------------| 36.22% tmpnqjs6i_m.zip |###################----------------------------------| 36.68% tmpnqjs6i_m.zip |####################---------------------------------| 37.13% tmpnqjs6i_m.zip |####################---------------------------------| 37.59% tmpnqjs6i_m.zip |####################---------------------------------| 38.05% tmpnqjs6i_m.zip |####################---------------------------------| 38.51% tmpnqjs6i_m.zip |#####################--------------------------------| 38.97% tmpnqjs6i_m.zip |#####################--------------------------------| 39.43% tmpnqjs6i_m.zip |#####################--------------------------------| 39.89% tmpnqjs6i_m.zip |#####################--------------------------------| 40.34% tmpnqjs6i_m.zip |######################-------------------------------| 40.8% tmpnqjs6i_m.zip |######################-------------------------------| 41.26% tmpnqjs6i_m.zip |######################-------------------------------| 41.72% tmpnqjs6i_m.zip |######################-------------------------------| 42.18% tmpnqjs6i_m.zip |#######################------------------------------| 42.64% tmpnqjs6i_m.zip |#######################------------------------------| 43.09% tmpnqjs6i_m.zip |#######################------------------------------| 43.55% tmpnqjs6i_m.zip |#######################------------------------------| 44.01% tmpnqjs6i_m.zip |########################-----------------------------| 44.47% tmpnqjs6i_m.zip |########################-----------------------------| 44.93% tmpnqjs6i_m.zip |########################-----------------------------| 45.39% tmpnqjs6i_m.zip |########################-----------------------------| 45.85% tmpnqjs6i_m.zip |#########################----------------------------| 46.3% tmpnqjs6i_m.zip |#########################----------------------------| 46.76% tmpnqjs6i_m.zip |#########################----------------------------| 47.22% tmpnqjs6i_m.zip |#########################----------------------------| 47.68% tmpnqjs6i_m.zip |##########################---------------------------| 48.14% tmpnqjs6i_m.zip |##########################---------------------------| 48.6% tmpnqjs6i_m.zip |##########################---------------------------| 49.05% tmpnqjs6i_m.zip |##########################---------------------------| 49.51% tmpnqjs6i_m.zip |##########################---------------------------| 49.97% tmpnqjs6i_m.zip |###########################--------------------------| 50.43% tmpnqjs6i_m.zip |###########################--------------------------| 50.89% tmpnqjs6i_m.zip |###########################--------------------------| 51.35% tmpnqjs6i_m.zip |###########################--------------------------| 51.81% tmpnqjs6i_m.zip |############################-------------------------| 52.26% tmpnqjs6i_m.zip |############################-------------------------| 52.72% tmpnqjs6i_m.zip |############################-------------------------| 53.18% tmpnqjs6i_m.zip |############################-------------------------| 53.64% tmpnqjs6i_m.zip |#############################------------------------| 54.1% tmpnqjs6i_m.zip |#############################------------------------| 54.56% tmpnqjs6i_m.zip |#############################------------------------| 55.01% tmpnqjs6i_m.zip |#############################------------------------| 55.47% tmpnqjs6i_m.zip |##############################-----------------------| 55.93% tmpnqjs6i_m.zip |##############################-----------------------| 56.39% tmpnqjs6i_m.zip |##############################-----------------------| 56.85% tmpnqjs6i_m.zip |##############################-----------------------| 57.31% tmpnqjs6i_m.zip |###############################----------------------| 57.77% tmpnqjs6i_m.zip |###############################----------------------| 58.22% tmpnqjs6i_m.zip |###############################----------------------| 58.68% tmpnqjs6i_m.zip |###############################----------------------| 59.14% tmpnqjs6i_m.zip |################################---------------------| 59.6% tmpnqjs6i_m.zip |################################---------------------| 60.06% tmpnqjs6i_m.zip |################################---------------------| 60.52% tmpnqjs6i_m.zip |################################---------------------| 60.97% tmpnqjs6i_m.zip |#################################--------------------| 61.43% tmpnqjs6i_m.zip |#################################--------------------| 61.89% tmpnqjs6i_m.zip |#################################--------------------| 62.35% tmpnqjs6i_m.zip |#################################--------------------| 62.81% tmpnqjs6i_m.zip |##################################-------------------| 63.27% tmpnqjs6i_m.zip |##################################-------------------| 63.73% tmpnqjs6i_m.zip |##################################-------------------| 64.18% tmpnqjs6i_m.zip |##################################-------------------| 64.64% tmpnqjs6i_m.zip |###################################------------------| 65.1% tmpnqjs6i_m.zip |###################################------------------| 65.56% tmpnqjs6i_m.zip |###################################------------------| 66.02% tmpnqjs6i_m.zip |###################################------------------| 66.48% tmpnqjs6i_m.zip |###################################------------------| 66.93% tmpnqjs6i_m.zip |####################################-----------------| 67.39% tmpnqjs6i_m.zip |####################################-----------------| 67.85% tmpnqjs6i_m.zip |####################################-----------------| 68.31% tmpnqjs6i_m.zip |####################################-----------------| 68.77% tmpnqjs6i_m.zip |#####################################----------------| 69.23% tmpnqjs6i_m.zip |#####################################----------------| 69.69% tmpnqjs6i_m.zip |#####################################----------------| 70.14% tmpnqjs6i_m.zip |#####################################----------------| 70.6% tmpnqjs6i_m.zip |######################################---------------| 71.06% tmpnqjs6i_m.zip |######################################---------------| 71.52% tmpnqjs6i_m.zip |######################################---------------| 71.98% tmpnqjs6i_m.zip |######################################---------------| 72.44% tmpnqjs6i_m.zip |#######################################--------------| 72.89% tmpnqjs6i_m.zip |#######################################--------------| 73.35% tmpnqjs6i_m.zip |#######################################--------------| 73.81% tmpnqjs6i_m.zip |#######################################--------------| 74.27% tmpnqjs6i_m.zip |########################################-------------| 74.73% tmpnqjs6i_m.zip |########################################-------------| 75.19% tmpnqjs6i_m.zip |########################################-------------| 75.65% tmpnqjs6i_m.zip |########################################-------------| 76.1% tmpnqjs6i_m.zip |#########################################------------| 76.56% tmpnqjs6i_m.zip |#########################################------------| 77.02% tmpnqjs6i_m.zip |#########################################------------| 77.48% tmpnqjs6i_m.zip |#########################################------------| 77.94% tmpnqjs6i_m.zip |##########################################-----------| 78.4% tmpnqjs6i_m.zip |##########################################-----------| 78.85% tmpnqjs6i_m.zip |##########################################-----------| 79.31% tmpnqjs6i_m.zip |##########################################-----------| 79.77% tmpnqjs6i_m.zip |###########################################----------| 80.23% tmpnqjs6i_m.zip |###########################################----------| 80.69% tmpnqjs6i_m.zip |###########################################----------| 81.15% tmpnqjs6i_m.zip |###########################################----------| 81.61% tmpnqjs6i_m.zip |###########################################----------| 82.06% tmpnqjs6i_m.zip |############################################---------| 82.52% tmpnqjs6i_m.zip |############################################---------| 82.98% tmpnqjs6i_m.zip |############################################---------| 83.44% tmpnqjs6i_m.zip |############################################---------| 83.9% tmpnqjs6i_m.zip |#############################################--------| 84.36% tmpnqjs6i_m.zip |#############################################--------| 84.81% tmpnqjs6i_m.zip |#############################################--------| 85.27% tmpnqjs6i_m.zip |#############################################--------| 85.73% tmpnqjs6i_m.zip |##############################################-------| 86.19% tmpnqjs6i_m.zip |##############################################-------| 86.65% tmpnqjs6i_m.zip |##############################################-------| 87.11% tmpnqjs6i_m.zip |##############################################-------| 87.57% tmpnqjs6i_m.zip |###############################################------| 88.02% tmpnqjs6i_m.zip |###############################################------| 88.48% tmpnqjs6i_m.zip |###############################################------| 88.94% tmpnqjs6i_m.zip |###############################################------| 89.4% tmpnqjs6i_m.zip |################################################-----| 89.86% tmpnqjs6i_m.zip |################################################-----| 90.32% tmpnqjs6i_m.zip |################################################-----| 90.77% tmpnqjs6i_m.zip |################################################-----| 91.23% tmpnqjs6i_m.zip |#################################################----| 91.69% tmpnqjs6i_m.zip |#################################################----| 92.15% tmpnqjs6i_m.zip |#################################################----| 92.61% tmpnqjs6i_m.zip |#################################################----| 93.07% tmpnqjs6i_m.zip |##################################################---| 93.53% tmpnqjs6i_m.zip |##################################################---| 93.98% tmpnqjs6i_m.zip |##################################################---| 94.44% tmpnqjs6i_m.zip |##################################################---| 94.9% tmpnqjs6i_m.zip |###################################################--| 95.36% tmpnqjs6i_m.zip |###################################################--| 95.82% tmpnqjs6i_m.zip |###################################################--| 96.28% tmpnqjs6i_m.zip |###################################################--| 96.73% tmpnqjs6i_m.zip |####################################################-| 97.19% tmpnqjs6i_m.zip |####################################################-| 97.65% tmpnqjs6i_m.zip |####################################################-| 98.11% tmpnqjs6i_m.zip |####################################################-| 98.57% tmpnqjs6i_m.zip |####################################################-| 99.03% tmpnqjs6i_m.zip |#####################################################| 99.48% tmpnqjs6i_m.zip |#####################################################| 99.94% tmpnqjs6i_m.zip |#####################################################| 100.0% Plugin uploaded. Plugin's id is 3b0687fd-7b36-40e2-bee9-1b8d059e798b + 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).. tmpriqdjjj5.zip |-----------------------------------------------------| 0.45% tmpriqdjjj5.zip |-----------------------------------------------------| 0.91% tmpriqdjjj5.zip |#----------------------------------------------------| 1.36% tmpriqdjjj5.zip |#----------------------------------------------------| 1.82% tmpriqdjjj5.zip |#----------------------------------------------------| 2.27% tmpriqdjjj5.zip |#----------------------------------------------------| 2.72% tmpriqdjjj5.zip |##---------------------------------------------------| 3.18% tmpriqdjjj5.zip |##---------------------------------------------------| 3.63% tmpriqdjjj5.zip |##---------------------------------------------------| 4.09% tmpriqdjjj5.zip |##---------------------------------------------------| 4.54% tmpriqdjjj5.zip |###--------------------------------------------------| 4.99% tmpriqdjjj5.zip |###--------------------------------------------------| 5.45% tmpriqdjjj5.zip |###--------------------------------------------------| 5.9% tmpriqdjjj5.zip |###--------------------------------------------------| 6.36% tmpriqdjjj5.zip |####-------------------------------------------------| 6.81% tmpriqdjjj5.zip |####-------------------------------------------------| 7.26% tmpriqdjjj5.zip |####-------------------------------------------------| 7.72% tmpriqdjjj5.zip |####-------------------------------------------------| 8.17% tmpriqdjjj5.zip |#####------------------------------------------------| 8.63% tmpriqdjjj5.zip |#####------------------------------------------------| 9.08% tmpriqdjjj5.zip |#####------------------------------------------------| 9.53% tmpriqdjjj5.zip |#####------------------------------------------------| 9.99% tmpriqdjjj5.zip |######-----------------------------------------------| 10.44% tmpriqdjjj5.zip |######-----------------------------------------------| 10.9% tmpriqdjjj5.zip |######-----------------------------------------------| 11.35% tmpriqdjjj5.zip |######-----------------------------------------------| 11.8% tmpriqdjjj5.zip |######-----------------------------------------------| 12.26% tmpriqdjjj5.zip |#######----------------------------------------------| 12.71% tmpriqdjjj5.zip |#######----------------------------------------------| 13.17% tmpriqdjjj5.zip |#######----------------------------------------------| 13.62% tmpriqdjjj5.zip |#######----------------------------------------------| 14.07% tmpriqdjjj5.zip |########---------------------------------------------| 14.53% tmpriqdjjj5.zip |########---------------------------------------------| 14.98% tmpriqdjjj5.zip |########---------------------------------------------| 15.44% tmpriqdjjj5.zip |########---------------------------------------------| 15.89% tmpriqdjjj5.zip |#########--------------------------------------------| 16.34% tmpriqdjjj5.zip |#########--------------------------------------------| 16.8% tmpriqdjjj5.zip |#########--------------------------------------------| 17.25% tmpriqdjjj5.zip |#########--------------------------------------------| 17.71% tmpriqdjjj5.zip |##########-------------------------------------------| 18.16% tmpriqdjjj5.zip |##########-------------------------------------------| 18.61% tmpriqdjjj5.zip |##########-------------------------------------------| 19.07% tmpriqdjjj5.zip |##########-------------------------------------------| 19.52% tmpriqdjjj5.zip |###########------------------------------------------| 19.98% tmpriqdjjj5.zip |###########------------------------------------------| 20.43% tmpriqdjjj5.zip |###########------------------------------------------| 20.88% tmpriqdjjj5.zip |###########------------------------------------------| 21.34% tmpriqdjjj5.zip |############-----------------------------------------| 21.79% tmpriqdjjj5.zip |############-----------------------------------------| 22.25% tmpriqdjjj5.zip |############-----------------------------------------| 22.7% tmpriqdjjj5.zip |############-----------------------------------------| 23.15% tmpriqdjjj5.zip |#############----------------------------------------| 23.61% tmpriqdjjj5.zip |#############----------------------------------------| 24.06% tmpriqdjjj5.zip |#############----------------------------------------| 24.51% tmpriqdjjj5.zip |#############----------------------------------------| 24.97% tmpriqdjjj5.zip |#############----------------------------------------| 25.42% tmpriqdjjj5.zip |##############---------------------------------------| 25.88% tmpriqdjjj5.zip |##############---------------------------------------| 26.33% tmpriqdjjj5.zip |##############---------------------------------------| 26.78% tmpriqdjjj5.zip |##############---------------------------------------| 27.24% tmpriqdjjj5.zip |###############--------------------------------------| 27.69% tmpriqdjjj5.zip |###############--------------------------------------| 28.15% tmpriqdjjj5.zip |###############--------------------------------------| 28.6% tmpriqdjjj5.zip |###############--------------------------------------| 29.05% tmpriqdjjj5.zip |################-------------------------------------| 29.51% tmpriqdjjj5.zip |################-------------------------------------| 29.96% tmpriqdjjj5.zip |################-------------------------------------| 30.42% tmpriqdjjj5.zip |################-------------------------------------| 30.87% tmpriqdjjj5.zip |#################------------------------------------| 31.32% tmpriqdjjj5.zip |#################------------------------------------| 31.78% tmpriqdjjj5.zip |#################------------------------------------| 32.23% tmpriqdjjj5.zip |#################------------------------------------| 32.69% tmpriqdjjj5.zip |##################-----------------------------------| 33.14% tmpriqdjjj5.zip |##################-----------------------------------| 33.59% tmpriqdjjj5.zip |##################-----------------------------------| 34.05% tmpriqdjjj5.zip |##################-----------------------------------| 34.5% tmpriqdjjj5.zip |###################----------------------------------| 34.96% tmpriqdjjj5.zip |###################----------------------------------| 35.41% tmpriqdjjj5.zip |###################----------------------------------| 35.86% tmpriqdjjj5.zip |###################----------------------------------| 36.32% tmpriqdjjj5.zip |###################----------------------------------| 36.77% tmpriqdjjj5.zip |####################---------------------------------| 37.23% tmpriqdjjj5.zip |####################---------------------------------| 37.68% tmpriqdjjj5.zip |####################---------------------------------| 38.13% tmpriqdjjj5.zip |####################---------------------------------| 38.59% tmpriqdjjj5.zip |#####################--------------------------------| 39.04% tmpriqdjjj5.zip |#####################--------------------------------| 39.5% tmpriqdjjj5.zip |#####################--------------------------------| 39.95% tmpriqdjjj5.zip |#####################--------------------------------| 40.4% tmpriqdjjj5.zip |######################-------------------------------| 40.86% tmpriqdjjj5.zip |######################-------------------------------| 41.31% tmpriqdjjj5.zip |######################-------------------------------| 41.77% tmpriqdjjj5.zip |######################-------------------------------| 42.22% tmpriqdjjj5.zip |#######################------------------------------| 42.67% tmpriqdjjj5.zip |#######################------------------------------| 43.13% tmpriqdjjj5.zip |#######################------------------------------| 43.58% tmpriqdjjj5.zip |#######################------------------------------| 44.04% tmpriqdjjj5.zip |########################-----------------------------| 44.49% tmpriqdjjj5.zip |########################-----------------------------| 44.94% tmpriqdjjj5.zip |########################-----------------------------| 45.4% tmpriqdjjj5.zip |########################-----------------------------| 45.85% tmpriqdjjj5.zip |#########################----------------------------| 46.31% tmpriqdjjj5.zip |#########################----------------------------| 46.76% tmpriqdjjj5.zip |#########################----------------------------| 47.21% tmpriqdjjj5.zip |#########################----------------------------| 47.67% tmpriqdjjj5.zip |##########################---------------------------| 48.12% tmpriqdjjj5.zip |##########################---------------------------| 48.58% tmpriqdjjj5.zip |##########################---------------------------| 49.03% tmpriqdjjj5.zip |##########################---------------------------| 49.48% tmpriqdjjj5.zip |##########################---------------------------| 49.94% tmpriqdjjj5.zip |###########################--------------------------| 50.39% tmpriqdjjj5.zip |###########################--------------------------| 50.85% tmpriqdjjj5.zip |###########################--------------------------| 51.3% tmpriqdjjj5.zip |###########################--------------------------| 51.75% tmpriqdjjj5.zip |############################-------------------------| 52.21% tmpriqdjjj5.zip |############################-------------------------| 52.66% tmpriqdjjj5.zip |############################-------------------------| 53.12% tmpriqdjjj5.zip |############################-------------------------| 53.57% tmpriqdjjj5.zip |#############################------------------------| 54.02% tmpriqdjjj5.zip |#############################------------------------| 54.48% tmpriqdjjj5.zip |#############################------------------------| 54.93% tmpriqdjjj5.zip |#############################------------------------| 55.39% tmpriqdjjj5.zip |##############################-----------------------| 55.84% tmpriqdjjj5.zip |##############################-----------------------| 56.29% tmpriqdjjj5.zip |##############################-----------------------| 56.75% tmpriqdjjj5.zip |##############################-----------------------| 57.2% tmpriqdjjj5.zip |###############################----------------------| 57.66% tmpriqdjjj5.zip |###############################----------------------| 58.11% tmpriqdjjj5.zip |###############################----------------------| 58.56% tmpriqdjjj5.zip |###############################----------------------| 59.02% tmpriqdjjj5.zip |################################---------------------| 59.47% tmpriqdjjj5.zip |################################---------------------| 59.93% tmpriqdjjj5.zip |################################---------------------| 60.38% tmpriqdjjj5.zip |################################---------------------| 60.83% tmpriqdjjj5.zip |################################---------------------| 61.29% tmpriqdjjj5.zip |#################################--------------------| 61.74% tmpriqdjjj5.zip |#################################--------------------| 62.2% tmpriqdjjj5.zip |#################################--------------------| 62.65% tmpriqdjjj5.zip |#################################--------------------| 63.1% tmpriqdjjj5.zip |##################################-------------------| 63.56% tmpriqdjjj5.zip |##################################-------------------| 64.01% tmpriqdjjj5.zip |##################################-------------------| 64.47% tmpriqdjjj5.zip |##################################-------------------| 64.92% tmpriqdjjj5.zip |###################################------------------| 65.37% tmpriqdjjj5.zip |###################################------------------| 65.83% tmpriqdjjj5.zip |###################################------------------| 66.28% tmpriqdjjj5.zip |###################################------------------| 66.74% tmpriqdjjj5.zip |####################################-----------------| 67.19% tmpriqdjjj5.zip |####################################-----------------| 67.64% tmpriqdjjj5.zip |####################################-----------------| 68.1% tmpriqdjjj5.zip |####################################-----------------| 68.55% tmpriqdjjj5.zip |#####################################----------------| 69.0% tmpriqdjjj5.zip |#####################################----------------| 69.46% tmpriqdjjj5.zip |#####################################----------------| 69.91% tmpriqdjjj5.zip |#####################################----------------| 70.37% tmpriqdjjj5.zip |######################################---------------| 70.82% tmpriqdjjj5.zip |######################################---------------| 71.27% tmpriqdjjj5.zip |######################################---------------| 71.73% tmpriqdjjj5.zip |######################################---------------| 72.18% tmpriqdjjj5.zip |######################################---------------| 72.64% tmpriqdjjj5.zip |#######################################--------------| 73.09% tmpriqdjjj5.zip |#######################################--------------| 73.54% tmpriqdjjj5.zip |#######################################--------------| 74.0% tmpriqdjjj5.zip |#######################################--------------| 74.45% tmpriqdjjj5.zip |########################################-------------| 74.91% tmpriqdjjj5.zip |########################################-------------| 75.36% tmpriqdjjj5.zip |########################################-------------| 75.81% tmpriqdjjj5.zip |########################################-------------| 76.27% tmpriqdjjj5.zip |#########################################------------| 76.72% tmpriqdjjj5.zip |#########################################------------| 77.18% tmpriqdjjj5.zip |#########################################------------| 77.63% tmpriqdjjj5.zip |#########################################------------| 78.08% tmpriqdjjj5.zip |##########################################-----------| 78.54% tmpriqdjjj5.zip |##########################################-----------| 78.99% tmpriqdjjj5.zip |##########################################-----------| 79.45% tmpriqdjjj5.zip |##########################################-----------| 79.9% tmpriqdjjj5.zip |###########################################----------| 80.35% tmpriqdjjj5.zip |###########################################----------| 80.81% tmpriqdjjj5.zip |###########################################----------| 81.26% tmpriqdjjj5.zip |###########################################----------| 81.72% tmpriqdjjj5.zip |############################################---------| 82.17% tmpriqdjjj5.zip |############################################---------| 82.62% tmpriqdjjj5.zip |############################################---------| 83.08% tmpriqdjjj5.zip |############################################---------| 83.53% tmpriqdjjj5.zip |#############################################--------| 83.99% tmpriqdjjj5.zip |#############################################--------| 84.44% tmpriqdjjj5.zip |#############################################--------| 84.89% tmpriqdjjj5.zip |#############################################--------| 85.35% tmpriqdjjj5.zip |#############################################--------| 85.8% tmpriqdjjj5.zip |##############################################-------| 86.26% tmpriqdjjj5.zip |##############################################-------| 86.71% tmpriqdjjj5.zip |##############################################-------| 87.16% tmpriqdjjj5.zip |##############################################-------| 87.62% tmpriqdjjj5.zip |###############################################------| 88.07% tmpriqdjjj5.zip |###############################################------| 88.53% tmpriqdjjj5.zip |###############################################------| 88.98% tmpriqdjjj5.zip |###############################################------| 89.43% tmpriqdjjj5.zip |################################################-----| 89.89% tmpriqdjjj5.zip |################################################-----| 90.34% tmpriqdjjj5.zip |################################################-----| 90.8% tmpriqdjjj5.zip |################################################-----| 91.25% tmpriqdjjj5.zip |#################################################----| 91.7% tmpriqdjjj5.zip |#################################################----| 92.16% tmpriqdjjj5.zip |#################################################----| 92.61% tmpriqdjjj5.zip |#################################################----| 93.07% tmpriqdjjj5.zip |##################################################---| 93.52% tmpriqdjjj5.zip |##################################################---| 93.97% tmpriqdjjj5.zip |##################################################---| 94.43% tmpriqdjjj5.zip |##################################################---| 94.88% tmpriqdjjj5.zip |###################################################--| 95.34% tmpriqdjjj5.zip |###################################################--| 95.79% tmpriqdjjj5.zip |###################################################--| 96.24% tmpriqdjjj5.zip |###################################################--| 96.7% tmpriqdjjj5.zip |###################################################--| 97.15% tmpriqdjjj5.zip |####################################################-| 97.61% tmpriqdjjj5.zip |####################################################-| 98.06% tmpriqdjjj5.zip |####################################################-| 98.51% tmpriqdjjj5.zip |####################################################-| 98.97% tmpriqdjjj5.zip |#####################################################| 99.42% tmpriqdjjj5.zip |#####################################################| 99.88% tmpriqdjjj5.zip |#####################################################| 100.0% Plugin uploaded. Plugin's id is cd207872-b6df-48b7-8ca8-d010f8f649ad + 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).. tmpuo7kkqrh.zip |-----------------------------------------------------| 0.47% tmpuo7kkqrh.zip |-----------------------------------------------------| 0.93% tmpuo7kkqrh.zip |#----------------------------------------------------| 1.4% tmpuo7kkqrh.zip |#----------------------------------------------------| 1.86% tmpuo7kkqrh.zip |#----------------------------------------------------| 2.33% tmpuo7kkqrh.zip |#----------------------------------------------------| 2.79% tmpuo7kkqrh.zip |##---------------------------------------------------| 3.26% tmpuo7kkqrh.zip |##---------------------------------------------------| 3.73% tmpuo7kkqrh.zip |##---------------------------------------------------| 4.19% tmpuo7kkqrh.zip |##---------------------------------------------------| 4.66% tmpuo7kkqrh.zip |###--------------------------------------------------| 5.12% tmpuo7kkqrh.zip |###--------------------------------------------------| 5.59% tmpuo7kkqrh.zip |###--------------------------------------------------| 6.05% tmpuo7kkqrh.zip |###--------------------------------------------------| 6.52% tmpuo7kkqrh.zip |####-------------------------------------------------| 6.98% tmpuo7kkqrh.zip |####-------------------------------------------------| 7.45% tmpuo7kkqrh.zip |####-------------------------------------------------| 7.92% tmpuo7kkqrh.zip |####-------------------------------------------------| 8.38% tmpuo7kkqrh.zip |#####------------------------------------------------| 8.85% tmpuo7kkqrh.zip |#####------------------------------------------------| 9.31% tmpuo7kkqrh.zip |#####------------------------------------------------| 9.78% tmpuo7kkqrh.zip |#####------------------------------------------------| 10.24% tmpuo7kkqrh.zip |######-----------------------------------------------| 10.71% tmpuo7kkqrh.zip |######-----------------------------------------------| 11.18% tmpuo7kkqrh.zip |######-----------------------------------------------| 11.64% tmpuo7kkqrh.zip |######-----------------------------------------------| 12.11% tmpuo7kkqrh.zip |#######----------------------------------------------| 12.57% tmpuo7kkqrh.zip |#######----------------------------------------------| 13.04% tmpuo7kkqrh.zip |#######----------------------------------------------| 13.5% tmpuo7kkqrh.zip |#######----------------------------------------------| 13.97% tmpuo7kkqrh.zip |########---------------------------------------------| 14.44% tmpuo7kkqrh.zip |########---------------------------------------------| 14.9% tmpuo7kkqrh.zip |########---------------------------------------------| 15.37% tmpuo7kkqrh.zip |########---------------------------------------------| 15.83% tmpuo7kkqrh.zip |#########--------------------------------------------| 16.3% tmpuo7kkqrh.zip |#########--------------------------------------------| 16.76% tmpuo7kkqrh.zip |#########--------------------------------------------| 17.23% tmpuo7kkqrh.zip |#########--------------------------------------------| 17.7% tmpuo7kkqrh.zip |##########-------------------------------------------| 18.16% tmpuo7kkqrh.zip |##########-------------------------------------------| 18.63% tmpuo7kkqrh.zip |##########-------------------------------------------| 19.09% tmpuo7kkqrh.zip |##########-------------------------------------------| 19.56% tmpuo7kkqrh.zip |###########------------------------------------------| 20.02% tmpuo7kkqrh.zip |###########------------------------------------------| 20.49% tmpuo7kkqrh.zip |###########------------------------------------------| 20.95% tmpuo7kkqrh.zip |###########------------------------------------------| 21.42% tmpuo7kkqrh.zip |############-----------------------------------------| 21.89% tmpuo7kkqrh.zip |############-----------------------------------------| 22.35% tmpuo7kkqrh.zip |############-----------------------------------------| 22.82% tmpuo7kkqrh.zip |############-----------------------------------------| 23.28% tmpuo7kkqrh.zip |#############----------------------------------------| 23.75% tmpuo7kkqrh.zip |#############----------------------------------------| 24.21% tmpuo7kkqrh.zip |#############----------------------------------------| 24.68% tmpuo7kkqrh.zip |#############----------------------------------------| 25.15% tmpuo7kkqrh.zip |##############---------------------------------------| 25.61% tmpuo7kkqrh.zip |##############---------------------------------------| 26.08% tmpuo7kkqrh.zip |##############---------------------------------------| 26.54% tmpuo7kkqrh.zip |##############---------------------------------------| 27.01% tmpuo7kkqrh.zip |###############--------------------------------------| 27.47% tmpuo7kkqrh.zip |###############--------------------------------------| 27.94% tmpuo7kkqrh.zip |###############--------------------------------------| 28.41% tmpuo7kkqrh.zip |###############--------------------------------------| 28.87% tmpuo7kkqrh.zip |################-------------------------------------| 29.34% tmpuo7kkqrh.zip |################-------------------------------------| 29.8% tmpuo7kkqrh.zip |################-------------------------------------| 30.27% tmpuo7kkqrh.zip |################-------------------------------------| 30.73% tmpuo7kkqrh.zip |#################------------------------------------| 31.2% tmpuo7kkqrh.zip |#################------------------------------------| 31.67% tmpuo7kkqrh.zip |#################------------------------------------| 32.13% tmpuo7kkqrh.zip |#################------------------------------------| 32.6% tmpuo7kkqrh.zip |##################-----------------------------------| 33.06% tmpuo7kkqrh.zip |##################-----------------------------------| 33.53% tmpuo7kkqrh.zip |##################-----------------------------------| 33.99% tmpuo7kkqrh.zip |##################-----------------------------------| 34.46% tmpuo7kkqrh.zip |###################----------------------------------| 34.92% tmpuo7kkqrh.zip |###################----------------------------------| 35.39% tmpuo7kkqrh.zip |###################----------------------------------| 35.86% tmpuo7kkqrh.zip |###################----------------------------------| 36.32% tmpuo7kkqrh.zip |###################----------------------------------| 36.79% tmpuo7kkqrh.zip |####################---------------------------------| 37.25% tmpuo7kkqrh.zip |####################---------------------------------| 37.72% tmpuo7kkqrh.zip |####################---------------------------------| 38.18% tmpuo7kkqrh.zip |####################---------------------------------| 38.65% tmpuo7kkqrh.zip |#####################--------------------------------| 39.12% tmpuo7kkqrh.zip |#####################--------------------------------| 39.58% tmpuo7kkqrh.zip |#####################--------------------------------| 40.05% tmpuo7kkqrh.zip |#####################--------------------------------| 40.51% tmpuo7kkqrh.zip |######################-------------------------------| 40.98% tmpuo7kkqrh.zip |######################-------------------------------| 41.44% tmpuo7kkqrh.zip |######################-------------------------------| 41.91% tmpuo7kkqrh.zip |######################-------------------------------| 42.38% tmpuo7kkqrh.zip |#######################------------------------------| 42.84% tmpuo7kkqrh.zip |#######################------------------------------| 43.31% tmpuo7kkqrh.zip |#######################------------------------------| 43.77% tmpuo7kkqrh.zip |#######################------------------------------| 44.24% tmpuo7kkqrh.zip |########################-----------------------------| 44.7% tmpuo7kkqrh.zip |########################-----------------------------| 45.17% tmpuo7kkqrh.zip |########################-----------------------------| 45.63% tmpuo7kkqrh.zip |########################-----------------------------| 46.1% tmpuo7kkqrh.zip |#########################----------------------------| 46.57% tmpuo7kkqrh.zip |#########################----------------------------| 47.03% tmpuo7kkqrh.zip |#########################----------------------------| 47.5% tmpuo7kkqrh.zip |#########################----------------------------| 47.96% tmpuo7kkqrh.zip |##########################---------------------------| 48.43% tmpuo7kkqrh.zip |##########################---------------------------| 48.89% tmpuo7kkqrh.zip |##########################---------------------------| 49.36% tmpuo7kkqrh.zip |##########################---------------------------| 49.83% tmpuo7kkqrh.zip |###########################--------------------------| 50.29% tmpuo7kkqrh.zip |###########################--------------------------| 50.76% tmpuo7kkqrh.zip |###########################--------------------------| 51.22% tmpuo7kkqrh.zip |###########################--------------------------| 51.69% tmpuo7kkqrh.zip |############################-------------------------| 52.15% tmpuo7kkqrh.zip |############################-------------------------| 52.62% tmpuo7kkqrh.zip |############################-------------------------| 53.09% tmpuo7kkqrh.zip |############################-------------------------| 53.55% tmpuo7kkqrh.zip |#############################------------------------| 54.02% tmpuo7kkqrh.zip |#############################------------------------| 54.48% tmpuo7kkqrh.zip |#############################------------------------| 54.95% tmpuo7kkqrh.zip |#############################------------------------| 55.41% tmpuo7kkqrh.zip |##############################-----------------------| 55.88% tmpuo7kkqrh.zip |##############################-----------------------| 56.35% tmpuo7kkqrh.zip |##############################-----------------------| 56.81% tmpuo7kkqrh.zip |##############################-----------------------| 57.28% tmpuo7kkqrh.zip |###############################----------------------| 57.74% tmpuo7kkqrh.zip |###############################----------------------| 58.21% tmpuo7kkqrh.zip |###############################----------------------| 58.67% tmpuo7kkqrh.zip |###############################----------------------| 59.14% tmpuo7kkqrh.zip |################################---------------------| 59.6% tmpuo7kkqrh.zip |################################---------------------| 60.07% tmpuo7kkqrh.zip |################################---------------------| 60.54% tmpuo7kkqrh.zip |################################---------------------| 61.0% tmpuo7kkqrh.zip |#################################--------------------| 61.47% tmpuo7kkqrh.zip |#################################--------------------| 61.93% tmpuo7kkqrh.zip |#################################--------------------| 62.4% tmpuo7kkqrh.zip |#################################--------------------| 62.86% tmpuo7kkqrh.zip |##################################-------------------| 63.33% tmpuo7kkqrh.zip |##################################-------------------| 63.8% tmpuo7kkqrh.zip |##################################-------------------| 64.26% tmpuo7kkqrh.zip |##################################-------------------| 64.73% tmpuo7kkqrh.zip |###################################------------------| 65.19% tmpuo7kkqrh.zip |###################################------------------| 65.66% tmpuo7kkqrh.zip |###################################------------------| 66.12% tmpuo7kkqrh.zip |###################################------------------| 66.59% tmpuo7kkqrh.zip |####################################-----------------| 67.06% tmpuo7kkqrh.zip |####################################-----------------| 67.52% tmpuo7kkqrh.zip |####################################-----------------| 67.99% tmpuo7kkqrh.zip |####################################-----------------| 68.45% tmpuo7kkqrh.zip |#####################################----------------| 68.92% tmpuo7kkqrh.zip |#####################################----------------| 69.38% tmpuo7kkqrh.zip |#####################################----------------| 69.85% tmpuo7kkqrh.zip |#####################################----------------| 70.32% tmpuo7kkqrh.zip |######################################---------------| 70.78% tmpuo7kkqrh.zip |######################################---------------| 71.25% tmpuo7kkqrh.zip |######################################---------------| 71.71% tmpuo7kkqrh.zip |######################################---------------| 72.18% tmpuo7kkqrh.zip |#######################################--------------| 72.64% tmpuo7kkqrh.zip |#######################################--------------| 73.11% tmpuo7kkqrh.zip |#######################################--------------| 73.57% tmpuo7kkqrh.zip |#######################################--------------| 74.04% tmpuo7kkqrh.zip |#######################################--------------| 74.51% tmpuo7kkqrh.zip |########################################-------------| 74.97% tmpuo7kkqrh.zip |########################################-------------| 75.44% tmpuo7kkqrh.zip |########################################-------------| 75.9% tmpuo7kkqrh.zip |########################################-------------| 76.37% tmpuo7kkqrh.zip |#########################################------------| 76.83% tmpuo7kkqrh.zip |#########################################------------| 77.3% tmpuo7kkqrh.zip |#########################################------------| 77.77% tmpuo7kkqrh.zip |#########################################------------| 78.23% tmpuo7kkqrh.zip |##########################################-----------| 78.7% tmpuo7kkqrh.zip |##########################################-----------| 79.16% tmpuo7kkqrh.zip |##########################################-----------| 79.63% tmpuo7kkqrh.zip |##########################################-----------| 80.09% tmpuo7kkqrh.zip |###########################################----------| 80.56% tmpuo7kkqrh.zip |###########################################----------| 81.03% tmpuo7kkqrh.zip |###########################################----------| 81.49% tmpuo7kkqrh.zip |###########################################----------| 81.96% tmpuo7kkqrh.zip |############################################---------| 82.42% tmpuo7kkqrh.zip |############################################---------| 82.89% tmpuo7kkqrh.zip |############################################---------| 83.35% tmpuo7kkqrh.zip |############################################---------| 83.82% tmpuo7kkqrh.zip |#############################################--------| 84.29% tmpuo7kkqrh.zip |#############################################--------| 84.75% tmpuo7kkqrh.zip |#############################################--------| 85.22% tmpuo7kkqrh.zip |#############################################--------| 85.68% tmpuo7kkqrh.zip |##############################################-------| 86.15% tmpuo7kkqrh.zip |##############################################-------| 86.61% tmpuo7kkqrh.zip |##############################################-------| 87.08% tmpuo7kkqrh.zip |##############################################-------| 87.54% tmpuo7kkqrh.zip |###############################################------| 88.01% tmpuo7kkqrh.zip |###############################################------| 88.48% tmpuo7kkqrh.zip |###############################################------| 88.94% tmpuo7kkqrh.zip |###############################################------| 89.41% tmpuo7kkqrh.zip |################################################-----| 89.87% tmpuo7kkqrh.zip |################################################-----| 90.34% tmpuo7kkqrh.zip |################################################-----| 90.8% tmpuo7kkqrh.zip |################################################-----| 91.27% tmpuo7kkqrh.zip |#################################################----| 91.74% tmpuo7kkqrh.zip |#################################################----| 92.2% tmpuo7kkqrh.zip |#################################################----| 92.67% tmpuo7kkqrh.zip |#################################################----| 93.13% tmpuo7kkqrh.zip |##################################################---| 93.6% tmpuo7kkqrh.zip |##################################################---| 94.06% tmpuo7kkqrh.zip |##################################################---| 94.53% tmpuo7kkqrh.zip |##################################################---| 95.0% tmpuo7kkqrh.zip |###################################################--| 95.46% tmpuo7kkqrh.zip |###################################################--| 95.93% tmpuo7kkqrh.zip |###################################################--| 96.39% tmpuo7kkqrh.zip |###################################################--| 96.86% tmpuo7kkqrh.zip |####################################################-| 97.32% tmpuo7kkqrh.zip |####################################################-| 97.79% tmpuo7kkqrh.zip |####################################################-| 98.25% tmpuo7kkqrh.zip |####################################################-| 98.72% tmpuo7kkqrh.zip |#####################################################| 99.19% tmpuo7kkqrh.zip |#####################################################| 99.65% tmpuo7kkqrh.zip |#####################################################| 100.0% Plugin uploaded. Plugin's id is 9d98f3c9-382d-49b9-9b34-f122db03044d + for p in '${PLUGIN_DIR}/*' + wagons=($p/*.wgn) + types=($p/*.yaml) + install_plugin /opt/plugins/plugin-uPg9spd/dcaepolicyplugin-2.4.0-py36-none-linux_x86_64.wgn /opt/plugins/plugin-uPg9spd/dcaepolicyplugin_types.yaml ++ basename /opt/plugins/plugin-uPg9spd/dcaepolicyplugin-2.4.0-py36-none-linux_x86_64.wgn + ARCHIVE=dcaepolicyplugin-2.4.0-py36-none-linux_x86_64.wgn + cm_hasany 'plugins?archive_name=dcaepolicyplugin-2.4.0-py36-none-linux_x86_64.wgn' ++ curl -Ss -H 'Tenant: default_tenant' --user admin:SU92FFB6 --cacert /opt/onap/certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/plugins?archive_name=dcaepolicyplugin-2.4.0-py36-none-linux_x86_64.wgn&_include=id' ++ /bin/jq .metadata.pagination.total + COUNT=0 + (( 0 > 0 )) + return 1 + cfy plugin upload -y /opt/plugins/plugin-uPg9spd/dcaepolicyplugin_types.yaml /opt/plugins/plugin-uPg9spd/dcaepolicyplugin-2.4.0-py36-none-linux_x86_64.wgn Creating plugin zip archive.. Uploading plugin archive (wagon + yaml).. tmpieuo5kdq.zip |-----------------------------------------------------| 0.46% tmpieuo5kdq.zip |-----------------------------------------------------| 0.93% tmpieuo5kdq.zip |#----------------------------------------------------| 1.39% tmpieuo5kdq.zip |#----------------------------------------------------| 1.86% tmpieuo5kdq.zip |#----------------------------------------------------| 2.32% tmpieuo5kdq.zip |#----------------------------------------------------| 2.79% tmpieuo5kdq.zip |##---------------------------------------------------| 3.25% tmpieuo5kdq.zip |##---------------------------------------------------| 3.72% tmpieuo5kdq.zip |##---------------------------------------------------| 4.18% tmpieuo5kdq.zip |##---------------------------------------------------| 4.64% tmpieuo5kdq.zip |###--------------------------------------------------| 5.11% tmpieuo5kdq.zip |###--------------------------------------------------| 5.57% tmpieuo5kdq.zip |###--------------------------------------------------| 6.04% tmpieuo5kdq.zip |###--------------------------------------------------| 6.5% tmpieuo5kdq.zip |####-------------------------------------------------| 6.97% tmpieuo5kdq.zip |####-------------------------------------------------| 7.43% tmpieuo5kdq.zip |####-------------------------------------------------| 7.9% tmpieuo5kdq.zip |####-------------------------------------------------| 8.36% tmpieuo5kdq.zip |#####------------------------------------------------| 8.82% tmpieuo5kdq.zip |#####------------------------------------------------| 9.29% tmpieuo5kdq.zip |#####------------------------------------------------| 9.75% tmpieuo5kdq.zip |#####------------------------------------------------| 10.22% tmpieuo5kdq.zip |######-----------------------------------------------| 10.68% tmpieuo5kdq.zip |######-----------------------------------------------| 11.15% tmpieuo5kdq.zip |######-----------------------------------------------| 11.61% tmpieuo5kdq.zip |######-----------------------------------------------| 12.08% tmpieuo5kdq.zip |#######----------------------------------------------| 12.54% tmpieuo5kdq.zip |#######----------------------------------------------| 13.0% tmpieuo5kdq.zip |#######----------------------------------------------| 13.47% tmpieuo5kdq.zip |#######----------------------------------------------| 13.93% tmpieuo5kdq.zip |########---------------------------------------------| 14.4% tmpieuo5kdq.zip |########---------------------------------------------| 14.86% tmpieuo5kdq.zip |########---------------------------------------------| 15.33% tmpieuo5kdq.zip |########---------------------------------------------| 15.79% tmpieuo5kdq.zip |#########--------------------------------------------| 16.26% tmpieuo5kdq.zip |#########--------------------------------------------| 16.72% tmpieuo5kdq.zip |#########--------------------------------------------| 17.18% tmpieuo5kdq.zip |#########--------------------------------------------| 17.65% tmpieuo5kdq.zip |##########-------------------------------------------| 18.11% tmpieuo5kdq.zip |##########-------------------------------------------| 18.58% tmpieuo5kdq.zip |##########-------------------------------------------| 19.04% tmpieuo5kdq.zip |##########-------------------------------------------| 19.51% tmpieuo5kdq.zip |###########------------------------------------------| 19.97% tmpieuo5kdq.zip |###########------------------------------------------| 20.43% tmpieuo5kdq.zip |###########------------------------------------------| 20.9% tmpieuo5kdq.zip |###########------------------------------------------| 21.36% tmpieuo5kdq.zip |############-----------------------------------------| 21.83% tmpieuo5kdq.zip |############-----------------------------------------| 22.29% tmpieuo5kdq.zip |############-----------------------------------------| 22.76% tmpieuo5kdq.zip |############-----------------------------------------| 23.22% tmpieuo5kdq.zip |#############----------------------------------------| 23.69% tmpieuo5kdq.zip |#############----------------------------------------| 24.15% tmpieuo5kdq.zip |#############----------------------------------------| 24.61% tmpieuo5kdq.zip |#############----------------------------------------| 25.08% tmpieuo5kdq.zip |##############---------------------------------------| 25.54% tmpieuo5kdq.zip |##############---------------------------------------| 26.01% tmpieuo5kdq.zip |##############---------------------------------------| 26.47% tmpieuo5kdq.zip |##############---------------------------------------| 26.94% tmpieuo5kdq.zip |###############--------------------------------------| 27.4% tmpieuo5kdq.zip |###############--------------------------------------| 27.87% tmpieuo5kdq.zip |###############--------------------------------------| 28.33% tmpieuo5kdq.zip |###############--------------------------------------| 28.79% tmpieuo5kdq.zip |################-------------------------------------| 29.26% tmpieuo5kdq.zip |################-------------------------------------| 29.72% tmpieuo5kdq.zip |################-------------------------------------| 30.19% tmpieuo5kdq.zip |################-------------------------------------| 30.65% tmpieuo5kdq.zip |################-------------------------------------| 31.12% tmpieuo5kdq.zip |#################------------------------------------| 31.58% tmpieuo5kdq.zip |#################------------------------------------| 32.05% tmpieuo5kdq.zip |#################------------------------------------| 32.51% tmpieuo5kdq.zip |#################------------------------------------| 32.97% tmpieuo5kdq.zip |##################-----------------------------------| 33.44% tmpieuo5kdq.zip |##################-----------------------------------| 33.9% tmpieuo5kdq.zip |##################-----------------------------------| 34.37% tmpieuo5kdq.zip |##################-----------------------------------| 34.83% tmpieuo5kdq.zip |###################----------------------------------| 35.3% tmpieuo5kdq.zip |###################----------------------------------| 35.76% tmpieuo5kdq.zip |###################----------------------------------| 36.23% tmpieuo5kdq.zip |###################----------------------------------| 36.69% tmpieuo5kdq.zip |####################---------------------------------| 37.15% tmpieuo5kdq.zip |####################---------------------------------| 37.62% tmpieuo5kdq.zip |####################---------------------------------| 38.08% tmpieuo5kdq.zip |####################---------------------------------| 38.55% tmpieuo5kdq.zip |#####################--------------------------------| 39.01% tmpieuo5kdq.zip |#####################--------------------------------| 39.48% tmpieuo5kdq.zip |#####################--------------------------------| 39.94% tmpieuo5kdq.zip |#####################--------------------------------| 40.41% tmpieuo5kdq.zip |######################-------------------------------| 40.87% tmpieuo5kdq.zip |######################-------------------------------| 41.33% tmpieuo5kdq.zip |######################-------------------------------| 41.8% tmpieuo5kdq.zip |######################-------------------------------| 42.26% tmpieuo5kdq.zip |#######################------------------------------| 42.73% tmpieuo5kdq.zip |#######################------------------------------| 43.19% tmpieuo5kdq.zip |#######################------------------------------| 43.66% tmpieuo5kdq.zip |#######################------------------------------| 44.12% tmpieuo5kdq.zip |########################-----------------------------| 44.59% tmpieuo5kdq.zip |########################-----------------------------| 45.05% tmpieuo5kdq.zip |########################-----------------------------| 45.51% tmpieuo5kdq.zip |########################-----------------------------| 45.98% tmpieuo5kdq.zip |#########################----------------------------| 46.44% tmpieuo5kdq.zip |#########################----------------------------| 46.91% tmpieuo5kdq.zip |#########################----------------------------| 47.37% tmpieuo5kdq.zip |#########################----------------------------| 47.84% tmpieuo5kdq.zip |##########################---------------------------| 48.3% tmpieuo5kdq.zip |##########################---------------------------| 48.77% tmpieuo5kdq.zip |##########################---------------------------| 49.23% tmpieuo5kdq.zip |##########################---------------------------| 49.69% tmpieuo5kdq.zip |###########################--------------------------| 50.16% tmpieuo5kdq.zip |###########################--------------------------| 50.62% tmpieuo5kdq.zip |###########################--------------------------| 51.09% tmpieuo5kdq.zip |###########################--------------------------| 51.55% tmpieuo5kdq.zip |############################-------------------------| 52.02% tmpieuo5kdq.zip |############################-------------------------| 52.48% tmpieuo5kdq.zip |############################-------------------------| 52.94% tmpieuo5kdq.zip |############################-------------------------| 53.41% tmpieuo5kdq.zip |#############################------------------------| 53.87% tmpieuo5kdq.zip |#############################------------------------| 54.34% tmpieuo5kdq.zip |#############################------------------------| 54.8% tmpieuo5kdq.zip |#############################------------------------| 55.27% tmpieuo5kdq.zip |##############################-----------------------| 55.73% tmpieuo5kdq.zip |##############################-----------------------| 56.2% tmpieuo5kdq.zip |##############################-----------------------| 56.66% tmpieuo5kdq.zip |##############################-----------------------| 57.12% tmpieuo5kdq.zip |###############################----------------------| 57.59% tmpieuo5kdq.zip |###############################----------------------| 58.05% tmpieuo5kdq.zip |###############################----------------------| 58.52% tmpieuo5kdq.zip |###############################----------------------| 58.98% tmpieuo5kdq.zip |################################---------------------| 59.45% tmpieuo5kdq.zip |################################---------------------| 59.91% tmpieuo5kdq.zip |################################---------------------| 60.38% tmpieuo5kdq.zip |################################---------------------| 60.84% tmpieuo5kdq.zip |################################---------------------| 61.3% tmpieuo5kdq.zip |#################################--------------------| 61.77% tmpieuo5kdq.zip |#################################--------------------| 62.23% tmpieuo5kdq.zip |#################################--------------------| 62.7% tmpieuo5kdq.zip |#################################--------------------| 63.16% tmpieuo5kdq.zip |##################################-------------------| 63.63% tmpieuo5kdq.zip |##################################-------------------| 64.09% tmpieuo5kdq.zip |##################################-------------------| 64.56% tmpieuo5kdq.zip |##################################-------------------| 65.02% tmpieuo5kdq.zip |###################################------------------| 65.48% tmpieuo5kdq.zip |###################################------------------| 65.95% tmpieuo5kdq.zip |###################################------------------| 66.41% tmpieuo5kdq.zip |###################################------------------| 66.88% tmpieuo5kdq.zip |####################################-----------------| 67.34% tmpieuo5kdq.zip |####################################-----------------| 67.81% tmpieuo5kdq.zip |####################################-----------------| 68.27% tmpieuo5kdq.zip |####################################-----------------| 68.74% tmpieuo5kdq.zip |#####################################----------------| 69.2% tmpieuo5kdq.zip |#####################################----------------| 69.66% tmpieuo5kdq.zip |#####################################----------------| 70.13% tmpieuo5kdq.zip |#####################################----------------| 70.59% tmpieuo5kdq.zip |######################################---------------| 71.06% tmpieuo5kdq.zip |######################################---------------| 71.52% tmpieuo5kdq.zip |######################################---------------| 71.99% tmpieuo5kdq.zip |######################################---------------| 72.45% tmpieuo5kdq.zip |#######################################--------------| 72.92% tmpieuo5kdq.zip |#######################################--------------| 73.38% tmpieuo5kdq.zip |#######################################--------------| 73.84% tmpieuo5kdq.zip |#######################################--------------| 74.31% tmpieuo5kdq.zip |########################################-------------| 74.77% tmpieuo5kdq.zip |########################################-------------| 75.24% tmpieuo5kdq.zip |########################################-------------| 75.7% tmpieuo5kdq.zip |########################################-------------| 76.17% tmpieuo5kdq.zip |#########################################------------| 76.63% tmpieuo5kdq.zip |#########################################------------| 77.1% tmpieuo5kdq.zip |#########################################------------| 77.56% tmpieuo5kdq.zip |#########################################------------| 78.02% tmpieuo5kdq.zip |##########################################-----------| 78.49% tmpieuo5kdq.zip |##########################################-----------| 78.95% tmpieuo5kdq.zip |##########################################-----------| 79.42% tmpieuo5kdq.zip |##########################################-----------| 79.88% tmpieuo5kdq.zip |###########################################----------| 80.35% tmpieuo5kdq.zip |###########################################----------| 80.81% tmpieuo5kdq.zip |###########################################----------| 81.28% tmpieuo5kdq.zip |###########################################----------| 81.74% tmpieuo5kdq.zip |############################################---------| 82.2% tmpieuo5kdq.zip |############################################---------| 82.67% tmpieuo5kdq.zip |############################################---------| 83.13% tmpieuo5kdq.zip |############################################---------| 83.6% tmpieuo5kdq.zip |#############################################--------| 84.06% tmpieuo5kdq.zip |#############################################--------| 84.53% tmpieuo5kdq.zip |#############################################--------| 84.99% tmpieuo5kdq.zip |#############################################--------| 85.45% tmpieuo5kdq.zip |##############################################-------| 85.92% tmpieuo5kdq.zip |##############################################-------| 86.38% tmpieuo5kdq.zip |##############################################-------| 86.85% tmpieuo5kdq.zip |##############################################-------| 87.31% tmpieuo5kdq.zip |###############################################------| 87.78% tmpieuo5kdq.zip |###############################################------| 88.24% tmpieuo5kdq.zip |###############################################------| 88.71% tmpieuo5kdq.zip |###############################################------| 89.17% tmpieuo5kdq.zip |################################################-----| 89.63% tmpieuo5kdq.zip |################################################-----| 90.1% tmpieuo5kdq.zip |################################################-----| 90.56% tmpieuo5kdq.zip |################################################-----| 91.03% tmpieuo5kdq.zip |################################################-----| 91.49% tmpieuo5kdq.zip |#################################################----| 91.96% tmpieuo5kdq.zip |#################################################----| 92.42% tmpieuo5kdq.zip |#################################################----| 92.89% tmpieuo5kdq.zip |#################################################----| 93.35% tmpieuo5kdq.zip |##################################################---| 93.81% tmpieuo5kdq.zip |##################################################---| 94.28% tmpieuo5kdq.zip |##################################################---| 94.74% tmpieuo5kdq.zip |##################################################---| 95.21% tmpieuo5kdq.zip |###################################################--| 95.67% tmpieuo5kdq.zip |###################################################--| 96.14% tmpieuo5kdq.zip |###################################################--| 96.6% tmpieuo5kdq.zip |###################################################--| 97.07% tmpieuo5kdq.zip |####################################################-| 97.53% tmpieuo5kdq.zip |####################################################-| 97.99% tmpieuo5kdq.zip |####################################################-| 98.46% tmpieuo5kdq.zip |####################################################-| 98.92% tmpieuo5kdq.zip |#####################################################| 99.39% tmpieuo5kdq.zip |#####################################################| 99.85% tmpieuo5kdq.zip |#####################################################| 100.0% Plugin uploaded. Plugin's id is e1e4baf7-3e81-49f3-84e2-dc1699e21409 + cm_hasany 'executions?is_system_workflow=true&status=pending&status=started&status=queued&status=scheduled' ++ curl -Ss -H 'Tenant: default_tenant' --user admin:SU92FFB6 --cacert /opt/onap/certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/executions?is_system_workflow=true&status=pending&status=started&status=queued&status=scheduled&_include=id' ++ /bin/jq .metadata.pagination.total + COUNT=0 + (( 0 > 0 )) + return 1 + touch /opt/manager/plugins-loaded + set +x Cloudify ready