+ '[' -d /cfy-persist ']' ++ ls -A /cfy-persist + '[' -z '' ']' ++ cat /opt/onap/cm-secrets/password + CMPASS=EMD78qPs + CMPASS=EMD78qPs + sed -i -e 's|admin_password: .*$|admin_password: EMD78qPs|' /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 ']' + /scripts/load-plugins.sh + /scripts/cloudify-ready.sh Did not get a status response This command is only available when using a manager. Please use the `cfy profiles use` command to connect to a Cloudify Manager. + echo 'Waiting for CM to come up' Waiting for CM to come up + sleep 15 + /scripts/cloudify-ready.sh Did not get a status response This command is only available when using a manager. Please use the `cfy profiles use` command to connect to a Cloudify Manager. Waiting for CM to come up + echo 'Waiting for CM to come up' + sleep 15 + /scripts/cloudify-ready.sh Did not get a status response This command is only available when using a manager. Please use the `cfy profiles use` command to connect to a Cloudify Manager. + echo 'Waiting for CM to come up' + sleep 15 Waiting for CM to come up + /scripts/cloudify-ready.sh Did not get a status response This command is only available when using a manager. Please use the `cfy profiles use` command to connect to a Cloudify Manager. + echo 'Waiting for CM to come up' + sleep 15 Waiting for CM to come up + /scripts/cloudify-ready.sh Did not get a status response This command is only available when using a manager. Please use the `cfy profiles use` command to connect to a Cloudify Manager. Waiting for CM to come up + echo 'Waiting for CM to come up' + sleep 15 + /scripts/cloudify-ready.sh Did not get a status response This command is only available when using a manager. Please use the `cfy profiles use` command to connect to a Cloudify Manager. + echo 'Waiting for CM to come up' Waiting for CM to come up + sleep 15 + /scripts/cloudify-ready.sh Services: Got a status response | Cloudify Console | Inactive | | 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' Waiting for CM to come up + sleep 15 + /scripts/cloudify-ready.sh Services: Got a status response All services running + shopt -s nullglob + [[ ! -f /opt/manager/plugins-loaded ]] + for p in '${PLUGIN_DIR}/*' + wagons=($p/*.wgn) + types=($p/*.yaml) + install_plugin /opt/plugins/plugin-5Dc9T1a/k8splugin-3.9.0-py36-none-linux_x86_64.wgn /opt/plugins/plugin-5Dc9T1a/k8splugin_types.yaml ++ basename /opt/plugins/plugin-5Dc9T1a/k8splugin-3.9.0-py36-none-linux_x86_64.wgn + ARCHIVE=k8splugin-3.9.0-py36-none-linux_x86_64.wgn + cm_hasany 'plugins?archive_name=k8splugin-3.9.0-py36-none-linux_x86_64.wgn' ++ curl -Ss -H 'Tenant: default_tenant' --user admin:EMD78qPs --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).. tmp96yxh_a1.zip |-----------------------------------------------------| 0.13% tmp96yxh_a1.zip |-----------------------------------------------------| 0.26% tmp96yxh_a1.zip |-----------------------------------------------------| 0.38% tmp96yxh_a1.zip |-----------------------------------------------------| 0.51% tmp96yxh_a1.zip |-----------------------------------------------------| 0.64% tmp96yxh_a1.zip |-----------------------------------------------------| 0.77% tmp96yxh_a1.zip |-----------------------------------------------------| 0.9% tmp96yxh_a1.zip |#----------------------------------------------------| 1.03% tmp96yxh_a1.zip |#----------------------------------------------------| 1.15% tmp96yxh_a1.zip |#----------------------------------------------------| 1.28% tmp96yxh_a1.zip |#----------------------------------------------------| 1.41% tmp96yxh_a1.zip |#----------------------------------------------------| 1.54% tmp96yxh_a1.zip |#----------------------------------------------------| 1.67% tmp96yxh_a1.zip |#----------------------------------------------------| 1.79% tmp96yxh_a1.zip |#----------------------------------------------------| 1.92% tmp96yxh_a1.zip |#----------------------------------------------------| 2.05% tmp96yxh_a1.zip |#----------------------------------------------------| 2.18% tmp96yxh_a1.zip |#----------------------------------------------------| 2.31% tmp96yxh_a1.zip |#----------------------------------------------------| 2.44% tmp96yxh_a1.zip |#----------------------------------------------------| 2.56% tmp96yxh_a1.zip |#----------------------------------------------------| 2.69% tmp96yxh_a1.zip |#----------------------------------------------------| 2.82% tmp96yxh_a1.zip |##---------------------------------------------------| 2.95% tmp96yxh_a1.zip |##---------------------------------------------------| 3.08% tmp96yxh_a1.zip |##---------------------------------------------------| 3.2% tmp96yxh_a1.zip |##---------------------------------------------------| 3.33% tmp96yxh_a1.zip |##---------------------------------------------------| 3.46% tmp96yxh_a1.zip |##---------------------------------------------------| 3.59% tmp96yxh_a1.zip |##---------------------------------------------------| 3.72% tmp96yxh_a1.zip |##---------------------------------------------------| 3.85% tmp96yxh_a1.zip |##---------------------------------------------------| 3.97% tmp96yxh_a1.zip |##---------------------------------------------------| 4.1% tmp96yxh_a1.zip |##---------------------------------------------------| 4.23% tmp96yxh_a1.zip |##---------------------------------------------------| 4.36% tmp96yxh_a1.zip |##---------------------------------------------------| 4.49% tmp96yxh_a1.zip |##---------------------------------------------------| 4.61% tmp96yxh_a1.zip |###--------------------------------------------------| 4.74% tmp96yxh_a1.zip |###--------------------------------------------------| 4.87% tmp96yxh_a1.zip |###--------------------------------------------------| 5.0% tmp96yxh_a1.zip |###--------------------------------------------------| 5.13% tmp96yxh_a1.zip |###--------------------------------------------------| 5.26% tmp96yxh_a1.zip |###--------------------------------------------------| 5.38% tmp96yxh_a1.zip |###--------------------------------------------------| 5.51% tmp96yxh_a1.zip |###--------------------------------------------------| 5.64% tmp96yxh_a1.zip |###--------------------------------------------------| 5.77% tmp96yxh_a1.zip |###--------------------------------------------------| 5.9% tmp96yxh_a1.zip |###--------------------------------------------------| 6.02% tmp96yxh_a1.zip |###--------------------------------------------------| 6.15% tmp96yxh_a1.zip |###--------------------------------------------------| 6.28% tmp96yxh_a1.zip |###--------------------------------------------------| 6.41% tmp96yxh_a1.zip |###--------------------------------------------------| 6.54% tmp96yxh_a1.zip |####-------------------------------------------------| 6.67% tmp96yxh_a1.zip |####-------------------------------------------------| 6.79% tmp96yxh_a1.zip |####-------------------------------------------------| 6.92% tmp96yxh_a1.zip |####-------------------------------------------------| 7.05% tmp96yxh_a1.zip |####-------------------------------------------------| 7.18% tmp96yxh_a1.zip |####-------------------------------------------------| 7.31% tmp96yxh_a1.zip |####-------------------------------------------------| 7.43% tmp96yxh_a1.zip |####-------------------------------------------------| 7.56% tmp96yxh_a1.zip |####-------------------------------------------------| 7.69% tmp96yxh_a1.zip |####-------------------------------------------------| 7.82% tmp96yxh_a1.zip |####-------------------------------------------------| 7.95% tmp96yxh_a1.zip |####-------------------------------------------------| 8.08% tmp96yxh_a1.zip |####-------------------------------------------------| 8.2% tmp96yxh_a1.zip |####-------------------------------------------------| 8.33% tmp96yxh_a1.zip |####-------------------------------------------------| 8.46% tmp96yxh_a1.zip |#####------------------------------------------------| 8.59% tmp96yxh_a1.zip |#####------------------------------------------------| 8.72% tmp96yxh_a1.zip |#####------------------------------------------------| 8.84% tmp96yxh_a1.zip |#####------------------------------------------------| 8.97% tmp96yxh_a1.zip |#####------------------------------------------------| 9.1% tmp96yxh_a1.zip |#####------------------------------------------------| 9.23% tmp96yxh_a1.zip |#####------------------------------------------------| 9.36% tmp96yxh_a1.zip |#####------------------------------------------------| 9.48% tmp96yxh_a1.zip |#####------------------------------------------------| 9.61% tmp96yxh_a1.zip |#####------------------------------------------------| 9.74% tmp96yxh_a1.zip |#####------------------------------------------------| 9.87% tmp96yxh_a1.zip |#####------------------------------------------------| 10.0% tmp96yxh_a1.zip |#####------------------------------------------------| 10.13% tmp96yxh_a1.zip |#####------------------------------------------------| 10.25% tmp96yxh_a1.zip |######-----------------------------------------------| 10.38% tmp96yxh_a1.zip |######-----------------------------------------------| 10.51% tmp96yxh_a1.zip |######-----------------------------------------------| 10.64% tmp96yxh_a1.zip |######-----------------------------------------------| 10.77% tmp96yxh_a1.zip |######-----------------------------------------------| 10.89% tmp96yxh_a1.zip |######-----------------------------------------------| 11.02% tmp96yxh_a1.zip |######-----------------------------------------------| 11.15% tmp96yxh_a1.zip |######-----------------------------------------------| 11.28% tmp96yxh_a1.zip |######-----------------------------------------------| 11.41% tmp96yxh_a1.zip |######-----------------------------------------------| 11.54% tmp96yxh_a1.zip |######-----------------------------------------------| 11.66% tmp96yxh_a1.zip |######-----------------------------------------------| 11.79% tmp96yxh_a1.zip |######-----------------------------------------------| 11.92% tmp96yxh_a1.zip |######-----------------------------------------------| 12.05% tmp96yxh_a1.zip |######-----------------------------------------------| 12.18% tmp96yxh_a1.zip |#######----------------------------------------------| 12.3% tmp96yxh_a1.zip |#######----------------------------------------------| 12.43% tmp96yxh_a1.zip |#######----------------------------------------------| 12.56% tmp96yxh_a1.zip |#######----------------------------------------------| 12.69% tmp96yxh_a1.zip |#######----------------------------------------------| 12.82% tmp96yxh_a1.zip |#######----------------------------------------------| 12.95% tmp96yxh_a1.zip |#######----------------------------------------------| 13.07% tmp96yxh_a1.zip |#######----------------------------------------------| 13.2% tmp96yxh_a1.zip |#######----------------------------------------------| 13.33% tmp96yxh_a1.zip |#######----------------------------------------------| 13.46% tmp96yxh_a1.zip |#######----------------------------------------------| 13.59% tmp96yxh_a1.zip |#######----------------------------------------------| 13.71% tmp96yxh_a1.zip |#######----------------------------------------------| 13.84% tmp96yxh_a1.zip |#######----------------------------------------------| 13.97% tmp96yxh_a1.zip |#######----------------------------------------------| 14.1% tmp96yxh_a1.zip |########---------------------------------------------| 14.23% tmp96yxh_a1.zip |########---------------------------------------------| 14.36% tmp96yxh_a1.zip |########---------------------------------------------| 14.48% tmp96yxh_a1.zip |########---------------------------------------------| 14.61% tmp96yxh_a1.zip |########---------------------------------------------| 14.74% tmp96yxh_a1.zip |########---------------------------------------------| 14.87% tmp96yxh_a1.zip |########---------------------------------------------| 15.0% tmp96yxh_a1.zip |########---------------------------------------------| 15.12% tmp96yxh_a1.zip |########---------------------------------------------| 15.25% tmp96yxh_a1.zip |########---------------------------------------------| 15.38% tmp96yxh_a1.zip |########---------------------------------------------| 15.51% tmp96yxh_a1.zip |########---------------------------------------------| 15.64% tmp96yxh_a1.zip |########---------------------------------------------| 15.77% tmp96yxh_a1.zip |########---------------------------------------------| 15.89% tmp96yxh_a1.zip |########---------------------------------------------| 16.02% tmp96yxh_a1.zip |#########--------------------------------------------| 16.15% tmp96yxh_a1.zip |#########--------------------------------------------| 16.28% tmp96yxh_a1.zip |#########--------------------------------------------| 16.41% tmp96yxh_a1.zip |#########--------------------------------------------| 16.53% tmp96yxh_a1.zip |#########--------------------------------------------| 16.66% tmp96yxh_a1.zip |#########--------------------------------------------| 16.79% tmp96yxh_a1.zip |#########--------------------------------------------| 16.92% tmp96yxh_a1.zip |#########--------------------------------------------| 17.05% tmp96yxh_a1.zip |#########--------------------------------------------| 17.18% tmp96yxh_a1.zip |#########--------------------------------------------| 17.3% tmp96yxh_a1.zip |#########--------------------------------------------| 17.43% tmp96yxh_a1.zip |#########--------------------------------------------| 17.56% tmp96yxh_a1.zip |#########--------------------------------------------| 17.69% tmp96yxh_a1.zip |#########--------------------------------------------| 17.82% tmp96yxh_a1.zip |##########-------------------------------------------| 17.94% tmp96yxh_a1.zip |##########-------------------------------------------| 18.07% tmp96yxh_a1.zip |##########-------------------------------------------| 18.2% tmp96yxh_a1.zip |##########-------------------------------------------| 18.33% tmp96yxh_a1.zip |##########-------------------------------------------| 18.46% tmp96yxh_a1.zip |##########-------------------------------------------| 18.59% tmp96yxh_a1.zip |##########-------------------------------------------| 18.71% tmp96yxh_a1.zip |##########-------------------------------------------| 18.84% tmp96yxh_a1.zip |##########-------------------------------------------| 18.97% tmp96yxh_a1.zip |##########-------------------------------------------| 19.1% tmp96yxh_a1.zip |##########-------------------------------------------| 19.23% tmp96yxh_a1.zip |##########-------------------------------------------| 19.35% tmp96yxh_a1.zip |##########-------------------------------------------| 19.48% tmp96yxh_a1.zip |##########-------------------------------------------| 19.61% tmp96yxh_a1.zip |##########-------------------------------------------| 19.74% tmp96yxh_a1.zip |###########------------------------------------------| 19.87% tmp96yxh_a1.zip |###########------------------------------------------| 20.0% tmp96yxh_a1.zip |###########------------------------------------------| 20.12% tmp96yxh_a1.zip |###########------------------------------------------| 20.25% tmp96yxh_a1.zip |###########------------------------------------------| 20.38% tmp96yxh_a1.zip |###########------------------------------------------| 20.51% tmp96yxh_a1.zip |###########------------------------------------------| 20.64% tmp96yxh_a1.zip |###########------------------------------------------| 20.76% tmp96yxh_a1.zip |###########------------------------------------------| 20.89% tmp96yxh_a1.zip |###########------------------------------------------| 21.02% tmp96yxh_a1.zip |###########------------------------------------------| 21.15% tmp96yxh_a1.zip |###########------------------------------------------| 21.28% tmp96yxh_a1.zip |###########------------------------------------------| 21.41% tmp96yxh_a1.zip |###########------------------------------------------| 21.53% tmp96yxh_a1.zip |###########------------------------------------------| 21.66% tmp96yxh_a1.zip |############-----------------------------------------| 21.79% tmp96yxh_a1.zip |############-----------------------------------------| 21.92% tmp96yxh_a1.zip |############-----------------------------------------| 22.05% tmp96yxh_a1.zip |############-----------------------------------------| 22.17% tmp96yxh_a1.zip |############-----------------------------------------| 22.3% tmp96yxh_a1.zip |############-----------------------------------------| 22.43% tmp96yxh_a1.zip |############-----------------------------------------| 22.56% tmp96yxh_a1.zip |############-----------------------------------------| 22.69% tmp96yxh_a1.zip |############-----------------------------------------| 22.82% tmp96yxh_a1.zip |############-----------------------------------------| 22.94% tmp96yxh_a1.zip |############-----------------------------------------| 23.07% tmp96yxh_a1.zip |############-----------------------------------------| 23.2% tmp96yxh_a1.zip |############-----------------------------------------| 23.33% tmp96yxh_a1.zip |############-----------------------------------------| 23.46% tmp96yxh_a1.zip |############-----------------------------------------| 23.58% tmp96yxh_a1.zip |#############----------------------------------------| 23.71% tmp96yxh_a1.zip |#############----------------------------------------| 23.84% tmp96yxh_a1.zip |#############----------------------------------------| 23.97% tmp96yxh_a1.zip |#############----------------------------------------| 24.1% tmp96yxh_a1.zip |#############----------------------------------------| 24.23% tmp96yxh_a1.zip |#############----------------------------------------| 24.35% tmp96yxh_a1.zip |#############----------------------------------------| 24.48% tmp96yxh_a1.zip |#############----------------------------------------| 24.61% tmp96yxh_a1.zip |#############----------------------------------------| 24.74% tmp96yxh_a1.zip |#############----------------------------------------| 24.87% tmp96yxh_a1.zip |#############----------------------------------------| 24.99% tmp96yxh_a1.zip |#############----------------------------------------| 25.12% tmp96yxh_a1.zip |#############----------------------------------------| 25.25% tmp96yxh_a1.zip |#############----------------------------------------| 25.38% tmp96yxh_a1.zip |##############---------------------------------------| 25.51% tmp96yxh_a1.zip |##############---------------------------------------| 25.63% tmp96yxh_a1.zip |##############---------------------------------------| 25.76% tmp96yxh_a1.zip |##############---------------------------------------| 25.89% tmp96yxh_a1.zip |##############---------------------------------------| 26.02% tmp96yxh_a1.zip |##############---------------------------------------| 26.15% tmp96yxh_a1.zip |##############---------------------------------------| 26.28% tmp96yxh_a1.zip |##############---------------------------------------| 26.4% tmp96yxh_a1.zip |##############---------------------------------------| 26.53% tmp96yxh_a1.zip |##############---------------------------------------| 26.66% tmp96yxh_a1.zip |##############---------------------------------------| 26.79% tmp96yxh_a1.zip |##############---------------------------------------| 26.92% tmp96yxh_a1.zip |##############---------------------------------------| 27.04% tmp96yxh_a1.zip |##############---------------------------------------| 27.17% tmp96yxh_a1.zip |##############---------------------------------------| 27.3% tmp96yxh_a1.zip |###############--------------------------------------| 27.43% tmp96yxh_a1.zip |###############--------------------------------------| 27.56% tmp96yxh_a1.zip |###############--------------------------------------| 27.69% tmp96yxh_a1.zip |###############--------------------------------------| 27.81% tmp96yxh_a1.zip |###############--------------------------------------| 27.94% tmp96yxh_a1.zip |###############--------------------------------------| 28.07% tmp96yxh_a1.zip |###############--------------------------------------| 28.2% tmp96yxh_a1.zip |###############--------------------------------------| 28.33% tmp96yxh_a1.zip |###############--------------------------------------| 28.45% tmp96yxh_a1.zip |###############--------------------------------------| 28.58% tmp96yxh_a1.zip |###############--------------------------------------| 28.71% tmp96yxh_a1.zip |###############--------------------------------------| 28.84% tmp96yxh_a1.zip |###############--------------------------------------| 28.97% tmp96yxh_a1.zip |###############--------------------------------------| 29.1% tmp96yxh_a1.zip |###############--------------------------------------| 29.22% tmp96yxh_a1.zip |################-------------------------------------| 29.35% tmp96yxh_a1.zip |################-------------------------------------| 29.48% tmp96yxh_a1.zip |################-------------------------------------| 29.61% tmp96yxh_a1.zip |################-------------------------------------| 29.74% tmp96yxh_a1.zip |################-------------------------------------| 29.86% tmp96yxh_a1.zip |################-------------------------------------| 29.99% tmp96yxh_a1.zip |################-------------------------------------| 30.12% tmp96yxh_a1.zip |################-------------------------------------| 30.25% tmp96yxh_a1.zip |################-------------------------------------| 30.38% tmp96yxh_a1.zip |################-------------------------------------| 30.51% tmp96yxh_a1.zip |################-------------------------------------| 30.63% tmp96yxh_a1.zip |################-------------------------------------| 30.76% tmp96yxh_a1.zip |################-------------------------------------| 30.89% tmp96yxh_a1.zip |################-------------------------------------| 31.02% tmp96yxh_a1.zip |#################------------------------------------| 31.15% tmp96yxh_a1.zip |#################------------------------------------| 31.27% tmp96yxh_a1.zip |#################------------------------------------| 31.4% tmp96yxh_a1.zip |#################------------------------------------| 31.53% tmp96yxh_a1.zip |#################------------------------------------| 31.66% tmp96yxh_a1.zip |#################------------------------------------| 31.79% tmp96yxh_a1.zip |#################------------------------------------| 31.92% tmp96yxh_a1.zip |#################------------------------------------| 32.04% tmp96yxh_a1.zip |#################------------------------------------| 32.17% tmp96yxh_a1.zip |#################------------------------------------| 32.3% tmp96yxh_a1.zip |#################------------------------------------| 32.43% tmp96yxh_a1.zip |#################------------------------------------| 32.56% tmp96yxh_a1.zip |#################------------------------------------| 32.68% tmp96yxh_a1.zip |#################------------------------------------| 32.81% tmp96yxh_a1.zip |#################------------------------------------| 32.94% tmp96yxh_a1.zip |##################-----------------------------------| 33.07% tmp96yxh_a1.zip |##################-----------------------------------| 33.2% tmp96yxh_a1.zip |##################-----------------------------------| 33.33% tmp96yxh_a1.zip |##################-----------------------------------| 33.45% tmp96yxh_a1.zip |##################-----------------------------------| 33.58% tmp96yxh_a1.zip |##################-----------------------------------| 33.71% tmp96yxh_a1.zip |##################-----------------------------------| 33.84% tmp96yxh_a1.zip |##################-----------------------------------| 33.97% tmp96yxh_a1.zip |##################-----------------------------------| 34.09% tmp96yxh_a1.zip |##################-----------------------------------| 34.22% tmp96yxh_a1.zip |##################-----------------------------------| 34.35% tmp96yxh_a1.zip |##################-----------------------------------| 34.48% tmp96yxh_a1.zip |##################-----------------------------------| 34.61% tmp96yxh_a1.zip |##################-----------------------------------| 34.74% tmp96yxh_a1.zip |##################-----------------------------------| 34.86% tmp96yxh_a1.zip |###################----------------------------------| 34.99% tmp96yxh_a1.zip |###################----------------------------------| 35.12% tmp96yxh_a1.zip |###################----------------------------------| 35.25% tmp96yxh_a1.zip |###################----------------------------------| 35.38% tmp96yxh_a1.zip |###################----------------------------------| 35.5% tmp96yxh_a1.zip |###################----------------------------------| 35.63% tmp96yxh_a1.zip |###################----------------------------------| 35.76% tmp96yxh_a1.zip |###################----------------------------------| 35.89% tmp96yxh_a1.zip |###################----------------------------------| 36.02% tmp96yxh_a1.zip |###################----------------------------------| 36.15% tmp96yxh_a1.zip |###################----------------------------------| 36.27% tmp96yxh_a1.zip |###################----------------------------------| 36.4% tmp96yxh_a1.zip |###################----------------------------------| 36.53% tmp96yxh_a1.zip |###################----------------------------------| 36.66% tmp96yxh_a1.zip |###################----------------------------------| 36.79% tmp96yxh_a1.zip |####################---------------------------------| 36.91% tmp96yxh_a1.zip |####################---------------------------------| 37.04% tmp96yxh_a1.zip |####################---------------------------------| 37.17% tmp96yxh_a1.zip |####################---------------------------------| 37.3% tmp96yxh_a1.zip |####################---------------------------------| 37.43% tmp96yxh_a1.zip |####################---------------------------------| 37.56% tmp96yxh_a1.zip |####################---------------------------------| 37.68% tmp96yxh_a1.zip |####################---------------------------------| 37.81% tmp96yxh_a1.zip |####################---------------------------------| 37.94% tmp96yxh_a1.zip |####################---------------------------------| 38.07% tmp96yxh_a1.zip |####################---------------------------------| 38.2% tmp96yxh_a1.zip |####################---------------------------------| 38.32% tmp96yxh_a1.zip |####################---------------------------------| 38.45% tmp96yxh_a1.zip |####################---------------------------------| 38.58% tmp96yxh_a1.zip |#####################--------------------------------| 38.71% tmp96yxh_a1.zip |#####################--------------------------------| 38.84% tmp96yxh_a1.zip |#####################--------------------------------| 38.97% tmp96yxh_a1.zip |#####################--------------------------------| 39.09% tmp96yxh_a1.zip |#####################--------------------------------| 39.22% tmp96yxh_a1.zip |#####################--------------------------------| 39.35% tmp96yxh_a1.zip |#####################--------------------------------| 39.48% tmp96yxh_a1.zip |#####################--------------------------------| 39.61% tmp96yxh_a1.zip |#####################--------------------------------| 39.73% tmp96yxh_a1.zip |#####################--------------------------------| 39.86% tmp96yxh_a1.zip |#####################--------------------------------| 39.99% tmp96yxh_a1.zip |#####################--------------------------------| 40.12% tmp96yxh_a1.zip |#####################--------------------------------| 40.25% tmp96yxh_a1.zip |#####################--------------------------------| 40.38% tmp96yxh_a1.zip |#####################--------------------------------| 40.5% tmp96yxh_a1.zip |######################-------------------------------| 40.63% tmp96yxh_a1.zip |######################-------------------------------| 40.76% tmp96yxh_a1.zip |######################-------------------------------| 40.89% tmp96yxh_a1.zip |######################-------------------------------| 41.02% tmp96yxh_a1.zip |######################-------------------------------| 41.14% tmp96yxh_a1.zip |######################-------------------------------| 41.27% tmp96yxh_a1.zip |######################-------------------------------| 41.4% tmp96yxh_a1.zip |######################-------------------------------| 41.53% tmp96yxh_a1.zip |######################-------------------------------| 41.66% tmp96yxh_a1.zip |######################-------------------------------| 41.78% tmp96yxh_a1.zip |######################-------------------------------| 41.91% tmp96yxh_a1.zip |######################-------------------------------| 42.04% tmp96yxh_a1.zip |######################-------------------------------| 42.17% tmp96yxh_a1.zip |######################-------------------------------| 42.3% tmp96yxh_a1.zip |######################-------------------------------| 42.43% tmp96yxh_a1.zip |#######################------------------------------| 42.55% tmp96yxh_a1.zip |#######################------------------------------| 42.68% tmp96yxh_a1.zip |#######################------------------------------| 42.81% tmp96yxh_a1.zip |#######################------------------------------| 42.94% tmp96yxh_a1.zip |#######################------------------------------| 43.07% tmp96yxh_a1.zip |#######################------------------------------| 43.19% tmp96yxh_a1.zip |#######################------------------------------| 43.32% tmp96yxh_a1.zip |#######################------------------------------| 43.45% tmp96yxh_a1.zip |#######################------------------------------| 43.58% tmp96yxh_a1.zip |#######################------------------------------| 43.71% tmp96yxh_a1.zip |#######################------------------------------| 43.84% tmp96yxh_a1.zip |#######################------------------------------| 43.96% tmp96yxh_a1.zip |#######################------------------------------| 44.09% tmp96yxh_a1.zip |#######################------------------------------| 44.22% tmp96yxh_a1.zip |########################-----------------------------| 44.35% tmp96yxh_a1.zip |########################-----------------------------| 44.48% tmp96yxh_a1.zip |########################-----------------------------| 44.6% tmp96yxh_a1.zip |########################-----------------------------| 44.73% tmp96yxh_a1.zip |########################-----------------------------| 44.86% tmp96yxh_a1.zip |########################-----------------------------| 44.99% tmp96yxh_a1.zip |########################-----------------------------| 45.12% tmp96yxh_a1.zip |########################-----------------------------| 45.25% tmp96yxh_a1.zip |########################-----------------------------| 45.37% tmp96yxh_a1.zip |########################-----------------------------| 45.5% tmp96yxh_a1.zip |########################-----------------------------| 45.63% tmp96yxh_a1.zip |########################-----------------------------| 45.76% tmp96yxh_a1.zip |########################-----------------------------| 45.89% tmp96yxh_a1.zip |########################-----------------------------| 46.01% tmp96yxh_a1.zip |########################-----------------------------| 46.14% tmp96yxh_a1.zip |#########################----------------------------| 46.27% tmp96yxh_a1.zip |#########################----------------------------| 46.4% tmp96yxh_a1.zip |#########################----------------------------| 46.53% tmp96yxh_a1.zip |#########################----------------------------| 46.66% tmp96yxh_a1.zip |#########################----------------------------| 46.78% tmp96yxh_a1.zip |#########################----------------------------| 46.91% tmp96yxh_a1.zip |#########################----------------------------| 47.04% tmp96yxh_a1.zip |#########################----------------------------| 47.17% tmp96yxh_a1.zip |#########################----------------------------| 47.3% tmp96yxh_a1.zip |#########################----------------------------| 47.42% tmp96yxh_a1.zip |#########################----------------------------| 47.55% tmp96yxh_a1.zip |#########################----------------------------| 47.68% tmp96yxh_a1.zip |#########################----------------------------| 47.81% tmp96yxh_a1.zip |#########################----------------------------| 47.94% tmp96yxh_a1.zip |#########################----------------------------| 48.07% tmp96yxh_a1.zip |##########################---------------------------| 48.19% tmp96yxh_a1.zip |##########################---------------------------| 48.32% tmp96yxh_a1.zip |##########################---------------------------| 48.45% tmp96yxh_a1.zip |##########################---------------------------| 48.58% tmp96yxh_a1.zip |##########################---------------------------| 48.71% tmp96yxh_a1.zip |##########################---------------------------| 48.83% tmp96yxh_a1.zip |##########################---------------------------| 48.96% tmp96yxh_a1.zip |##########################---------------------------| 49.09% tmp96yxh_a1.zip |##########################---------------------------| 49.22% tmp96yxh_a1.zip |##########################---------------------------| 49.35% tmp96yxh_a1.zip |##########################---------------------------| 49.48% tmp96yxh_a1.zip |##########################---------------------------| 49.6% tmp96yxh_a1.zip |##########################---------------------------| 49.73% tmp96yxh_a1.zip |##########################---------------------------| 49.86% tmp96yxh_a1.zip |##########################---------------------------| 49.99% tmp96yxh_a1.zip |###########################--------------------------| 50.12% tmp96yxh_a1.zip |###########################--------------------------| 50.24% tmp96yxh_a1.zip |###########################--------------------------| 50.37% tmp96yxh_a1.zip |###########################--------------------------| 50.5% tmp96yxh_a1.zip |###########################--------------------------| 50.63% tmp96yxh_a1.zip |###########################--------------------------| 50.76% tmp96yxh_a1.zip |###########################--------------------------| 50.89% tmp96yxh_a1.zip |###########################--------------------------| 51.01% tmp96yxh_a1.zip |###########################--------------------------| 51.14% tmp96yxh_a1.zip |###########################--------------------------| 51.27% tmp96yxh_a1.zip |###########################--------------------------| 51.4% tmp96yxh_a1.zip |###########################--------------------------| 51.53% tmp96yxh_a1.zip |###########################--------------------------| 51.65% tmp96yxh_a1.zip |###########################--------------------------| 51.78% tmp96yxh_a1.zip |############################-------------------------| 51.91% tmp96yxh_a1.zip |############################-------------------------| 52.04% tmp96yxh_a1.zip |############################-------------------------| 52.17% tmp96yxh_a1.zip |############################-------------------------| 52.3% tmp96yxh_a1.zip |############################-------------------------| 52.42% tmp96yxh_a1.zip |############################-------------------------| 52.55% tmp96yxh_a1.zip |############################-------------------------| 52.68% tmp96yxh_a1.zip |############################-------------------------| 52.81% tmp96yxh_a1.zip |############################-------------------------| 52.94% tmp96yxh_a1.zip |############################-------------------------| 53.06% tmp96yxh_a1.zip |############################-------------------------| 53.19% tmp96yxh_a1.zip |############################-------------------------| 53.32% tmp96yxh_a1.zip |############################-------------------------| 53.45% tmp96yxh_a1.zip |############################-------------------------| 53.58% tmp96yxh_a1.zip |############################-------------------------| 53.71% tmp96yxh_a1.zip |#############################------------------------| 53.83% tmp96yxh_a1.zip |#############################------------------------| 53.96% tmp96yxh_a1.zip |#############################------------------------| 54.09% tmp96yxh_a1.zip |#############################------------------------| 54.22% tmp96yxh_a1.zip |#############################------------------------| 54.35% tmp96yxh_a1.zip |#############################------------------------| 54.47% tmp96yxh_a1.zip |#############################------------------------| 54.6% tmp96yxh_a1.zip |#############################------------------------| 54.73% tmp96yxh_a1.zip |#############################------------------------| 54.86% tmp96yxh_a1.zip |#############################------------------------| 54.99% tmp96yxh_a1.zip |#############################------------------------| 55.12% tmp96yxh_a1.zip |#############################------------------------| 55.24% tmp96yxh_a1.zip |#############################------------------------| 55.37% tmp96yxh_a1.zip |#############################------------------------| 55.5% tmp96yxh_a1.zip |#############################------------------------| 55.63% tmp96yxh_a1.zip |##############################-----------------------| 55.76% tmp96yxh_a1.zip |##############################-----------------------| 55.88% tmp96yxh_a1.zip |##############################-----------------------| 56.01% tmp96yxh_a1.zip |##############################-----------------------| 56.14% tmp96yxh_a1.zip |##############################-----------------------| 56.27% tmp96yxh_a1.zip |##############################-----------------------| 56.4% tmp96yxh_a1.zip |##############################-----------------------| 56.53% tmp96yxh_a1.zip |##############################-----------------------| 56.65% tmp96yxh_a1.zip |##############################-----------------------| 56.78% tmp96yxh_a1.zip |##############################-----------------------| 56.91% tmp96yxh_a1.zip |##############################-----------------------| 57.04% tmp96yxh_a1.zip |##############################-----------------------| 57.17% tmp96yxh_a1.zip |##############################-----------------------| 57.29% tmp96yxh_a1.zip |##############################-----------------------| 57.42% tmp96yxh_a1.zip |###############################----------------------| 57.55% tmp96yxh_a1.zip |###############################----------------------| 57.68% tmp96yxh_a1.zip |###############################----------------------| 57.81% tmp96yxh_a1.zip |###############################----------------------| 57.93% tmp96yxh_a1.zip |###############################----------------------| 58.06% tmp96yxh_a1.zip |###############################----------------------| 58.19% tmp96yxh_a1.zip |###############################----------------------| 58.32% tmp96yxh_a1.zip |###############################----------------------| 58.45% tmp96yxh_a1.zip |###############################----------------------| 58.58% tmp96yxh_a1.zip |###############################----------------------| 58.7% tmp96yxh_a1.zip |###############################----------------------| 58.83% tmp96yxh_a1.zip |###############################----------------------| 58.96% tmp96yxh_a1.zip |###############################----------------------| 59.09% tmp96yxh_a1.zip |###############################----------------------| 59.22% tmp96yxh_a1.zip |###############################----------------------| 59.34% tmp96yxh_a1.zip |################################---------------------| 59.47% tmp96yxh_a1.zip |################################---------------------| 59.6% tmp96yxh_a1.zip |################################---------------------| 59.73% tmp96yxh_a1.zip |################################---------------------| 59.86% tmp96yxh_a1.zip |################################---------------------| 59.99% tmp96yxh_a1.zip |################################---------------------| 60.11% tmp96yxh_a1.zip |################################---------------------| 60.24% tmp96yxh_a1.zip |################################---------------------| 60.37% tmp96yxh_a1.zip |################################---------------------| 60.5% tmp96yxh_a1.zip |################################---------------------| 60.63% tmp96yxh_a1.zip |################################---------------------| 60.75% tmp96yxh_a1.zip |################################---------------------| 60.88% tmp96yxh_a1.zip |################################---------------------| 61.01% tmp96yxh_a1.zip |################################---------------------| 61.14% tmp96yxh_a1.zip |################################---------------------| 61.27% tmp96yxh_a1.zip |#################################--------------------| 61.4% tmp96yxh_a1.zip |#################################--------------------| 61.52% tmp96yxh_a1.zip |#################################--------------------| 61.65% tmp96yxh_a1.zip |#################################--------------------| 61.78% tmp96yxh_a1.zip |#################################--------------------| 61.91% tmp96yxh_a1.zip |#################################--------------------| 62.04% tmp96yxh_a1.zip |#################################--------------------| 62.16% tmp96yxh_a1.zip |#################################--------------------| 62.29% tmp96yxh_a1.zip |#################################--------------------| 62.42% tmp96yxh_a1.zip |#################################--------------------| 62.55% tmp96yxh_a1.zip |#################################--------------------| 62.68% tmp96yxh_a1.zip |#################################--------------------| 62.81% tmp96yxh_a1.zip |#################################--------------------| 62.93% tmp96yxh_a1.zip |#################################--------------------| 63.06% tmp96yxh_a1.zip |#################################--------------------| 63.19% tmp96yxh_a1.zip |##################################-------------------| 63.32% tmp96yxh_a1.zip |##################################-------------------| 63.45% tmp96yxh_a1.zip |##################################-------------------| 63.57% tmp96yxh_a1.zip |##################################-------------------| 63.7% tmp96yxh_a1.zip |##################################-------------------| 63.83% tmp96yxh_a1.zip |##################################-------------------| 63.96% tmp96yxh_a1.zip |##################################-------------------| 64.09% tmp96yxh_a1.zip |##################################-------------------| 64.22% tmp96yxh_a1.zip |##################################-------------------| 64.34% tmp96yxh_a1.zip |##################################-------------------| 64.47% tmp96yxh_a1.zip |##################################-------------------| 64.6% tmp96yxh_a1.zip |##################################-------------------| 64.73% tmp96yxh_a1.zip |##################################-------------------| 64.86% tmp96yxh_a1.zip |##################################-------------------| 64.98% tmp96yxh_a1.zip |###################################------------------| 65.11% tmp96yxh_a1.zip |###################################------------------| 65.24% tmp96yxh_a1.zip |###################################------------------| 65.37% tmp96yxh_a1.zip |###################################------------------| 65.5% tmp96yxh_a1.zip |###################################------------------| 65.63% tmp96yxh_a1.zip |###################################------------------| 65.75% tmp96yxh_a1.zip |###################################------------------| 65.88% tmp96yxh_a1.zip |###################################------------------| 66.01% tmp96yxh_a1.zip |###################################------------------| 66.14% tmp96yxh_a1.zip |###################################------------------| 66.27% tmp96yxh_a1.zip |###################################------------------| 66.39% tmp96yxh_a1.zip |###################################------------------| 66.52% tmp96yxh_a1.zip |###################################------------------| 66.65% tmp96yxh_a1.zip |###################################------------------| 66.78% tmp96yxh_a1.zip |###################################------------------| 66.91% tmp96yxh_a1.zip |####################################-----------------| 67.04% tmp96yxh_a1.zip |####################################-----------------| 67.16% tmp96yxh_a1.zip |####################################-----------------| 67.29% tmp96yxh_a1.zip |####################################-----------------| 67.42% tmp96yxh_a1.zip |####################################-----------------| 67.55% tmp96yxh_a1.zip |####################################-----------------| 67.68% tmp96yxh_a1.zip |####################################-----------------| 67.8% tmp96yxh_a1.zip |####################################-----------------| 67.93% tmp96yxh_a1.zip |####################################-----------------| 68.06% tmp96yxh_a1.zip |####################################-----------------| 68.19% tmp96yxh_a1.zip |####################################-----------------| 68.32% tmp96yxh_a1.zip |####################################-----------------| 68.45% tmp96yxh_a1.zip |####################################-----------------| 68.57% tmp96yxh_a1.zip |####################################-----------------| 68.7% tmp96yxh_a1.zip |####################################-----------------| 68.83% tmp96yxh_a1.zip |#####################################----------------| 68.96% tmp96yxh_a1.zip |#####################################----------------| 69.09% tmp96yxh_a1.zip |#####################################----------------| 69.21% tmp96yxh_a1.zip |#####################################----------------| 69.34% tmp96yxh_a1.zip |#####################################----------------| 69.47% tmp96yxh_a1.zip |#####################################----------------| 69.6% tmp96yxh_a1.zip |#####################################----------------| 69.73% tmp96yxh_a1.zip |#####################################----------------| 69.86% tmp96yxh_a1.zip |#####################################----------------| 69.98% tmp96yxh_a1.zip |#####################################----------------| 70.11% tmp96yxh_a1.zip |#####################################----------------| 70.24% tmp96yxh_a1.zip |#####################################----------------| 70.37% tmp96yxh_a1.zip |#####################################----------------| 70.5% tmp96yxh_a1.zip |#####################################----------------| 70.62% tmp96yxh_a1.zip |#####################################----------------| 70.75% tmp96yxh_a1.zip |######################################---------------| 70.88% tmp96yxh_a1.zip |######################################---------------| 71.01% tmp96yxh_a1.zip |######################################---------------| 71.14% tmp96yxh_a1.zip |######################################---------------| 71.27% tmp96yxh_a1.zip |######################################---------------| 71.39% tmp96yxh_a1.zip |######################################---------------| 71.52% tmp96yxh_a1.zip |######################################---------------| 71.65% tmp96yxh_a1.zip |######################################---------------| 71.78% tmp96yxh_a1.zip |######################################---------------| 71.91% tmp96yxh_a1.zip |######################################---------------| 72.03% tmp96yxh_a1.zip |######################################---------------| 72.16% tmp96yxh_a1.zip |######################################---------------| 72.29% tmp96yxh_a1.zip |######################################---------------| 72.42% tmp96yxh_a1.zip |######################################---------------| 72.55% tmp96yxh_a1.zip |#######################################--------------| 72.68% tmp96yxh_a1.zip |#######################################--------------| 72.8% tmp96yxh_a1.zip |#######################################--------------| 72.93% tmp96yxh_a1.zip |#######################################--------------| 73.06% tmp96yxh_a1.zip |#######################################--------------| 73.19% tmp96yxh_a1.zip |#######################################--------------| 73.32% tmp96yxh_a1.zip |#######################################--------------| 73.44% tmp96yxh_a1.zip |#######################################--------------| 73.57% tmp96yxh_a1.zip |#######################################--------------| 73.7% tmp96yxh_a1.zip |#######################################--------------| 73.83% tmp96yxh_a1.zip |#######################################--------------| 73.96% tmp96yxh_a1.zip |#######################################--------------| 74.08% tmp96yxh_a1.zip |#######################################--------------| 74.21% tmp96yxh_a1.zip |#######################################--------------| 74.34% tmp96yxh_a1.zip |#######################################--------------| 74.47% tmp96yxh_a1.zip |########################################-------------| 74.6% tmp96yxh_a1.zip |########################################-------------| 74.73% tmp96yxh_a1.zip |########################################-------------| 74.85% tmp96yxh_a1.zip |########################################-------------| 74.98% tmp96yxh_a1.zip |########################################-------------| 75.11% tmp96yxh_a1.zip |########################################-------------| 75.24% tmp96yxh_a1.zip |########################################-------------| 75.37% tmp96yxh_a1.zip |########################################-------------| 75.49% tmp96yxh_a1.zip |########################################-------------| 75.62% tmp96yxh_a1.zip |########################################-------------| 75.75% tmp96yxh_a1.zip |########################################-------------| 75.88% tmp96yxh_a1.zip |########################################-------------| 76.01% tmp96yxh_a1.zip |########################################-------------| 76.14% tmp96yxh_a1.zip |########################################-------------| 76.26% tmp96yxh_a1.zip |########################################-------------| 76.39% tmp96yxh_a1.zip |#########################################------------| 76.52% tmp96yxh_a1.zip |#########################################------------| 76.65% tmp96yxh_a1.zip |#########################################------------| 76.78% tmp96yxh_a1.zip |#########################################------------| 76.9% tmp96yxh_a1.zip |#########################################------------| 77.03% tmp96yxh_a1.zip |#########################################------------| 77.16% tmp96yxh_a1.zip |#########################################------------| 77.29% tmp96yxh_a1.zip |#########################################------------| 77.42% tmp96yxh_a1.zip |#########################################------------| 77.55% tmp96yxh_a1.zip |#########################################------------| 77.67% tmp96yxh_a1.zip |#########################################------------| 77.8% tmp96yxh_a1.zip |#########################################------------| 77.93% tmp96yxh_a1.zip |#########################################------------| 78.06% tmp96yxh_a1.zip |#########################################------------| 78.19% tmp96yxh_a1.zip |##########################################-----------| 78.31% tmp96yxh_a1.zip |##########################################-----------| 78.44% tmp96yxh_a1.zip |##########################################-----------| 78.57% tmp96yxh_a1.zip |##########################################-----------| 78.7% tmp96yxh_a1.zip |##########################################-----------| 78.83% tmp96yxh_a1.zip |##########################################-----------| 78.96% tmp96yxh_a1.zip |##########################################-----------| 79.08% tmp96yxh_a1.zip |##########################################-----------| 79.21% tmp96yxh_a1.zip |##########################################-----------| 79.34% tmp96yxh_a1.zip |##########################################-----------| 79.47% tmp96yxh_a1.zip |##########################################-----------| 79.6% tmp96yxh_a1.zip |##########################################-----------| 79.72% tmp96yxh_a1.zip |##########################################-----------| 79.85% tmp96yxh_a1.zip |##########################################-----------| 79.98% tmp96yxh_a1.zip |##########################################-----------| 80.11% tmp96yxh_a1.zip |###########################################----------| 80.24% tmp96yxh_a1.zip |###########################################----------| 80.37% tmp96yxh_a1.zip |###########################################----------| 80.49% tmp96yxh_a1.zip |###########################################----------| 80.62% tmp96yxh_a1.zip |###########################################----------| 80.75% tmp96yxh_a1.zip |###########################################----------| 80.88% tmp96yxh_a1.zip |###########################################----------| 81.01% tmp96yxh_a1.zip |###########################################----------| 81.13% tmp96yxh_a1.zip |###########################################----------| 81.26% tmp96yxh_a1.zip |###########################################----------| 81.39% tmp96yxh_a1.zip |###########################################----------| 81.52% tmp96yxh_a1.zip |###########################################----------| 81.65% tmp96yxh_a1.zip |###########################################----------| 81.78% tmp96yxh_a1.zip |###########################################----------| 81.9% tmp96yxh_a1.zip |###########################################----------| 82.03% tmp96yxh_a1.zip |############################################---------| 82.16% tmp96yxh_a1.zip |############################################---------| 82.29% tmp96yxh_a1.zip |############################################---------| 82.42% tmp96yxh_a1.zip |############################################---------| 82.54% tmp96yxh_a1.zip |############################################---------| 82.67% tmp96yxh_a1.zip |############################################---------| 82.8% tmp96yxh_a1.zip |############################################---------| 82.93% tmp96yxh_a1.zip |############################################---------| 83.06% tmp96yxh_a1.zip |############################################---------| 83.19% tmp96yxh_a1.zip |############################################---------| 83.31% tmp96yxh_a1.zip |############################################---------| 83.44% tmp96yxh_a1.zip |############################################---------| 83.57% tmp96yxh_a1.zip |############################################---------| 83.7% tmp96yxh_a1.zip |############################################---------| 83.83% tmp96yxh_a1.zip |############################################---------| 83.95% tmp96yxh_a1.zip |#############################################--------| 84.08% tmp96yxh_a1.zip |#############################################--------| 84.21% tmp96yxh_a1.zip |#############################################--------| 84.34% tmp96yxh_a1.zip |#############################################--------| 84.47% tmp96yxh_a1.zip |#############################################--------| 84.6% tmp96yxh_a1.zip |#############################################--------| 84.72% tmp96yxh_a1.zip |#############################################--------| 84.85% tmp96yxh_a1.zip |#############################################--------| 84.98% tmp96yxh_a1.zip |#############################################--------| 85.11% tmp96yxh_a1.zip |#############################################--------| 85.24% tmp96yxh_a1.zip |#############################################--------| 85.36% tmp96yxh_a1.zip |#############################################--------| 85.49% tmp96yxh_a1.zip |#############################################--------| 85.62% tmp96yxh_a1.zip |#############################################--------| 85.75% tmp96yxh_a1.zip |##############################################-------| 85.88% tmp96yxh_a1.zip |##############################################-------| 86.01% tmp96yxh_a1.zip |##############################################-------| 86.13% tmp96yxh_a1.zip |##############################################-------| 86.26% tmp96yxh_a1.zip |##############################################-------| 86.39% tmp96yxh_a1.zip |##############################################-------| 86.52% tmp96yxh_a1.zip |##############################################-------| 86.65% tmp96yxh_a1.zip |##############################################-------| 86.77% tmp96yxh_a1.zip |##############################################-------| 86.9% tmp96yxh_a1.zip |##############################################-------| 87.03% tmp96yxh_a1.zip |##############################################-------| 87.16% tmp96yxh_a1.zip |##############################################-------| 87.29% tmp96yxh_a1.zip |##############################################-------| 87.42% tmp96yxh_a1.zip |##############################################-------| 87.54% tmp96yxh_a1.zip |##############################################-------| 87.67% tmp96yxh_a1.zip |###############################################------| 87.8% tmp96yxh_a1.zip |###############################################------| 87.93% tmp96yxh_a1.zip |###############################################------| 88.06% tmp96yxh_a1.zip |###############################################------| 88.18% tmp96yxh_a1.zip |###############################################------| 88.31% tmp96yxh_a1.zip |###############################################------| 88.44% tmp96yxh_a1.zip |###############################################------| 88.57% tmp96yxh_a1.zip |###############################################------| 88.7% tmp96yxh_a1.zip |###############################################------| 88.83% tmp96yxh_a1.zip |###############################################------| 88.95% tmp96yxh_a1.zip |###############################################------| 89.08% tmp96yxh_a1.zip |###############################################------| 89.21% tmp96yxh_a1.zip |###############################################------| 89.34% tmp96yxh_a1.zip |###############################################------| 89.47% tmp96yxh_a1.zip |###############################################------| 89.59% tmp96yxh_a1.zip |################################################-----| 89.72% tmp96yxh_a1.zip |################################################-----| 89.85% tmp96yxh_a1.zip |################################################-----| 89.98% tmp96yxh_a1.zip |################################################-----| 90.11% tmp96yxh_a1.zip |################################################-----| 90.23% tmp96yxh_a1.zip |################################################-----| 90.36% tmp96yxh_a1.zip |################################################-----| 90.49% tmp96yxh_a1.zip |################################################-----| 90.62% tmp96yxh_a1.zip |################################################-----| 90.75% tmp96yxh_a1.zip |################################################-----| 90.88% tmp96yxh_a1.zip |################################################-----| 91.0% tmp96yxh_a1.zip |################################################-----| 91.13% tmp96yxh_a1.zip |################################################-----| 91.26% tmp96yxh_a1.zip |################################################-----| 91.39% tmp96yxh_a1.zip |#################################################----| 91.52% tmp96yxh_a1.zip |#################################################----| 91.64% tmp96yxh_a1.zip |#################################################----| 91.77% tmp96yxh_a1.zip |#################################################----| 91.9% tmp96yxh_a1.zip |#################################################----| 92.03% tmp96yxh_a1.zip |#################################################----| 92.16% tmp96yxh_a1.zip |#################################################----| 92.29% tmp96yxh_a1.zip |#################################################----| 92.41% tmp96yxh_a1.zip |#################################################----| 92.54% tmp96yxh_a1.zip |#################################################----| 92.67% tmp96yxh_a1.zip |#################################################----| 92.8% tmp96yxh_a1.zip |#################################################----| 92.93% tmp96yxh_a1.zip |#################################################----| 93.05% tmp96yxh_a1.zip |#################################################----| 93.18% tmp96yxh_a1.zip |#################################################----| 93.31% tmp96yxh_a1.zip |##################################################---| 93.44% tmp96yxh_a1.zip |##################################################---| 93.57% tmp96yxh_a1.zip |##################################################---| 93.7% tmp96yxh_a1.zip |##################################################---| 93.82% tmp96yxh_a1.zip |##################################################---| 93.95% tmp96yxh_a1.zip |##################################################---| 94.08% tmp96yxh_a1.zip |##################################################---| 94.21% tmp96yxh_a1.zip |##################################################---| 94.34% tmp96yxh_a1.zip |##################################################---| 94.46% tmp96yxh_a1.zip |##################################################---| 94.59% tmp96yxh_a1.zip |##################################################---| 94.72% tmp96yxh_a1.zip |##################################################---| 94.85% tmp96yxh_a1.zip |##################################################---| 94.98% tmp96yxh_a1.zip |##################################################---| 95.11% tmp96yxh_a1.zip |##################################################---| 95.23% tmp96yxh_a1.zip |###################################################--| 95.36% tmp96yxh_a1.zip |###################################################--| 95.49% tmp96yxh_a1.zip |###################################################--| 95.62% tmp96yxh_a1.zip |###################################################--| 95.75% tmp96yxh_a1.zip |###################################################--| 95.87% tmp96yxh_a1.zip |###################################################--| 96.0% tmp96yxh_a1.zip |###################################################--| 96.13% tmp96yxh_a1.zip |###################################################--| 96.26% tmp96yxh_a1.zip |###################################################--| 96.39% tmp96yxh_a1.zip |###################################################--| 96.52% tmp96yxh_a1.zip |###################################################--| 96.64% tmp96yxh_a1.zip |###################################################--| 96.77% tmp96yxh_a1.zip |###################################################--| 96.9% tmp96yxh_a1.zip |###################################################--| 97.03% tmp96yxh_a1.zip |###################################################--| 97.16% tmp96yxh_a1.zip |####################################################-| 97.28% tmp96yxh_a1.zip |####################################################-| 97.41% tmp96yxh_a1.zip |####################################################-| 97.54% tmp96yxh_a1.zip |####################################################-| 97.67% tmp96yxh_a1.zip |####################################################-| 97.8% tmp96yxh_a1.zip |####################################################-| 97.93% tmp96yxh_a1.zip |####################################################-| 98.05% tmp96yxh_a1.zip |####################################################-| 98.18% tmp96yxh_a1.zip |####################################################-| 98.31% tmp96yxh_a1.zip |####################################################-| 98.44% tmp96yxh_a1.zip |####################################################-| 98.57% tmp96yxh_a1.zip |####################################################-| 98.69% tmp96yxh_a1.zip |####################################################-| 98.82% tmp96yxh_a1.zip |####################################################-| 98.95% tmp96yxh_a1.zip |#####################################################| 99.08% tmp96yxh_a1.zip |#####################################################| 99.21% tmp96yxh_a1.zip |#####################################################| 99.34% tmp96yxh_a1.zip |#####################################################| 99.46% tmp96yxh_a1.zip |#####################################################| 99.59% tmp96yxh_a1.zip |#####################################################| 99.72% tmp96yxh_a1.zip |#####################################################| 99.85% tmp96yxh_a1.zip |#####################################################| 99.98% tmp96yxh_a1.zip |#####################################################| 100.0% Plugin uploaded. Plugin's id is cd1f9c5d-5bf1-428b-956a-4fea1f063cfa + for p in '${PLUGIN_DIR}/*' + wagons=($p/*.wgn) + types=($p/*.yaml) + install_plugin /opt/plugins/plugin-8LSLFbE/pgaas-1.3.0-py36-none-linux_x86_64.wgn /opt/plugins/plugin-8LSLFbE/pgaas_types.yaml ++ basename /opt/plugins/plugin-8LSLFbE/pgaas-1.3.0-py36-none-linux_x86_64.wgn + ARCHIVE=pgaas-1.3.0-py36-none-linux_x86_64.wgn + cm_hasany 'plugins?archive_name=pgaas-1.3.0-py36-none-linux_x86_64.wgn' ++ curl -Ss -H 'Tenant: default_tenant' --user admin:EMD78qPs --cacert /opt/onap/certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/plugins?archive_name=pgaas-1.3.0-py36-none-linux_x86_64.wgn&_include=id' ++ /bin/jq .metadata.pagination.total + COUNT=0 + (( 0 > 0 )) + return 1 + cfy plugin upload -y /opt/plugins/plugin-8LSLFbE/pgaas_types.yaml /opt/plugins/plugin-8LSLFbE/pgaas-1.3.0-py36-none-linux_x86_64.wgn Creating plugin zip archive.. Uploading plugin archive (wagon + yaml).. tmpma5il30r.zip |-----------------------------------------------------| 0.16% tmpma5il30r.zip |-----------------------------------------------------| 0.32% tmpma5il30r.zip |-----------------------------------------------------| 0.48% tmpma5il30r.zip |-----------------------------------------------------| 0.64% tmpma5il30r.zip |-----------------------------------------------------| 0.8% tmpma5il30r.zip |#----------------------------------------------------| 0.97% tmpma5il30r.zip |#----------------------------------------------------| 1.13% tmpma5il30r.zip |#----------------------------------------------------| 1.29% tmpma5il30r.zip |#----------------------------------------------------| 1.45% tmpma5il30r.zip |#----------------------------------------------------| 1.61% tmpma5il30r.zip |#----------------------------------------------------| 1.77% tmpma5il30r.zip |#----------------------------------------------------| 1.93% tmpma5il30r.zip |#----------------------------------------------------| 2.09% tmpma5il30r.zip |#----------------------------------------------------| 2.25% tmpma5il30r.zip |#----------------------------------------------------| 2.41% tmpma5il30r.zip |#----------------------------------------------------| 2.57% tmpma5il30r.zip |#----------------------------------------------------| 2.73% tmpma5il30r.zip |##---------------------------------------------------| 2.9% tmpma5il30r.zip |##---------------------------------------------------| 3.06% tmpma5il30r.zip |##---------------------------------------------------| 3.22% tmpma5il30r.zip |##---------------------------------------------------| 3.38% tmpma5il30r.zip |##---------------------------------------------------| 3.54% tmpma5il30r.zip |##---------------------------------------------------| 3.7% tmpma5il30r.zip |##---------------------------------------------------| 3.86% tmpma5il30r.zip |##---------------------------------------------------| 4.02% tmpma5il30r.zip |##---------------------------------------------------| 4.18% tmpma5il30r.zip |##---------------------------------------------------| 4.34% tmpma5il30r.zip |##---------------------------------------------------| 4.5% tmpma5il30r.zip |##---------------------------------------------------| 4.66% tmpma5il30r.zip |###--------------------------------------------------| 4.83% tmpma5il30r.zip |###--------------------------------------------------| 4.99% tmpma5il30r.zip |###--------------------------------------------------| 5.15% tmpma5il30r.zip |###--------------------------------------------------| 5.31% tmpma5il30r.zip |###--------------------------------------------------| 5.47% tmpma5il30r.zip |###--------------------------------------------------| 5.63% tmpma5il30r.zip |###--------------------------------------------------| 5.79% tmpma5il30r.zip |###--------------------------------------------------| 5.95% tmpma5il30r.zip |###--------------------------------------------------| 6.11% tmpma5il30r.zip |###--------------------------------------------------| 6.27% tmpma5il30r.zip |###--------------------------------------------------| 6.43% tmpma5il30r.zip |###--------------------------------------------------| 6.59% tmpma5il30r.zip |####-------------------------------------------------| 6.76% tmpma5il30r.zip |####-------------------------------------------------| 6.92% tmpma5il30r.zip |####-------------------------------------------------| 7.08% tmpma5il30r.zip |####-------------------------------------------------| 7.24% tmpma5il30r.zip |####-------------------------------------------------| 7.4% tmpma5il30r.zip |####-------------------------------------------------| 7.56% tmpma5il30r.zip |####-------------------------------------------------| 7.72% tmpma5il30r.zip |####-------------------------------------------------| 7.88% tmpma5il30r.zip |####-------------------------------------------------| 8.04% tmpma5il30r.zip |####-------------------------------------------------| 8.2% tmpma5il30r.zip |####-------------------------------------------------| 8.36% tmpma5il30r.zip |#####------------------------------------------------| 8.52% tmpma5il30r.zip |#####------------------------------------------------| 8.69% tmpma5il30r.zip |#####------------------------------------------------| 8.85% tmpma5il30r.zip |#####------------------------------------------------| 9.01% tmpma5il30r.zip |#####------------------------------------------------| 9.17% tmpma5il30r.zip |#####------------------------------------------------| 9.33% tmpma5il30r.zip |#####------------------------------------------------| 9.49% tmpma5il30r.zip |#####------------------------------------------------| 9.65% tmpma5il30r.zip |#####------------------------------------------------| 9.81% tmpma5il30r.zip |#####------------------------------------------------| 9.97% tmpma5il30r.zip |#####------------------------------------------------| 10.13% tmpma5il30r.zip |#####------------------------------------------------| 10.29% tmpma5il30r.zip |######-----------------------------------------------| 10.45% tmpma5il30r.zip |######-----------------------------------------------| 10.62% tmpma5il30r.zip |######-----------------------------------------------| 10.78% tmpma5il30r.zip |######-----------------------------------------------| 10.94% tmpma5il30r.zip |######-----------------------------------------------| 11.1% tmpma5il30r.zip |######-----------------------------------------------| 11.26% tmpma5il30r.zip |######-----------------------------------------------| 11.42% tmpma5il30r.zip |######-----------------------------------------------| 11.58% tmpma5il30r.zip |######-----------------------------------------------| 11.74% tmpma5il30r.zip |######-----------------------------------------------| 11.9% tmpma5il30r.zip |######-----------------------------------------------| 12.06% tmpma5il30r.zip |######-----------------------------------------------| 12.22% tmpma5il30r.zip |#######----------------------------------------------| 12.38% tmpma5il30r.zip |#######----------------------------------------------| 12.55% tmpma5il30r.zip |#######----------------------------------------------| 12.71% tmpma5il30r.zip |#######----------------------------------------------| 12.87% tmpma5il30r.zip |#######----------------------------------------------| 13.03% tmpma5il30r.zip |#######----------------------------------------------| 13.19% tmpma5il30r.zip |#######----------------------------------------------| 13.35% tmpma5il30r.zip |#######----------------------------------------------| 13.51% tmpma5il30r.zip |#######----------------------------------------------| 13.67% tmpma5il30r.zip |#######----------------------------------------------| 13.83% tmpma5il30r.zip |#######----------------------------------------------| 13.99% tmpma5il30r.zip |########---------------------------------------------| 14.15% tmpma5il30r.zip |########---------------------------------------------| 14.31% tmpma5il30r.zip |########---------------------------------------------| 14.48% tmpma5il30r.zip |########---------------------------------------------| 14.64% tmpma5il30r.zip |########---------------------------------------------| 14.8% tmpma5il30r.zip |########---------------------------------------------| 14.96% tmpma5il30r.zip |########---------------------------------------------| 15.12% tmpma5il30r.zip |########---------------------------------------------| 15.28% tmpma5il30r.zip |########---------------------------------------------| 15.44% tmpma5il30r.zip |########---------------------------------------------| 15.6% tmpma5il30r.zip |########---------------------------------------------| 15.76% tmpma5il30r.zip |########---------------------------------------------| 15.92% tmpma5il30r.zip |#########--------------------------------------------| 16.08% tmpma5il30r.zip |#########--------------------------------------------| 16.24% tmpma5il30r.zip |#########--------------------------------------------| 16.41% tmpma5il30r.zip |#########--------------------------------------------| 16.57% tmpma5il30r.zip |#########--------------------------------------------| 16.73% tmpma5il30r.zip |#########--------------------------------------------| 16.89% tmpma5il30r.zip |#########--------------------------------------------| 17.05% tmpma5il30r.zip |#########--------------------------------------------| 17.21% tmpma5il30r.zip |#########--------------------------------------------| 17.37% tmpma5il30r.zip |#########--------------------------------------------| 17.53% tmpma5il30r.zip |#########--------------------------------------------| 17.69% tmpma5il30r.zip |#########--------------------------------------------| 17.85% tmpma5il30r.zip |##########-------------------------------------------| 18.01% tmpma5il30r.zip |##########-------------------------------------------| 18.17% tmpma5il30r.zip |##########-------------------------------------------| 18.34% tmpma5il30r.zip |##########-------------------------------------------| 18.5% tmpma5il30r.zip |##########-------------------------------------------| 18.66% tmpma5il30r.zip |##########-------------------------------------------| 18.82% tmpma5il30r.zip |##########-------------------------------------------| 18.98% tmpma5il30r.zip |##########-------------------------------------------| 19.14% tmpma5il30r.zip |##########-------------------------------------------| 19.3% tmpma5il30r.zip |##########-------------------------------------------| 19.46% tmpma5il30r.zip |##########-------------------------------------------| 19.62% tmpma5il30r.zip |##########-------------------------------------------| 19.78% tmpma5il30r.zip |###########------------------------------------------| 19.94% tmpma5il30r.zip |###########------------------------------------------| 20.1% tmpma5il30r.zip |###########------------------------------------------| 20.27% tmpma5il30r.zip |###########------------------------------------------| 20.43% tmpma5il30r.zip |###########------------------------------------------| 20.59% tmpma5il30r.zip |###########------------------------------------------| 20.75% tmpma5il30r.zip |###########------------------------------------------| 20.91% tmpma5il30r.zip |###########------------------------------------------| 21.07% tmpma5il30r.zip |###########------------------------------------------| 21.23% tmpma5il30r.zip |###########------------------------------------------| 21.39% tmpma5il30r.zip |###########------------------------------------------| 21.55% tmpma5il30r.zip |############-----------------------------------------| 21.71% tmpma5il30r.zip |############-----------------------------------------| 21.87% tmpma5il30r.zip |############-----------------------------------------| 22.03% tmpma5il30r.zip |############-----------------------------------------| 22.2% tmpma5il30r.zip |############-----------------------------------------| 22.36% tmpma5il30r.zip |############-----------------------------------------| 22.52% tmpma5il30r.zip |############-----------------------------------------| 22.68% tmpma5il30r.zip |############-----------------------------------------| 22.84% tmpma5il30r.zip |############-----------------------------------------| 23.0% tmpma5il30r.zip |############-----------------------------------------| 23.16% tmpma5il30r.zip |############-----------------------------------------| 23.32% tmpma5il30r.zip |############-----------------------------------------| 23.48% tmpma5il30r.zip |#############----------------------------------------| 23.64% tmpma5il30r.zip |#############----------------------------------------| 23.8% tmpma5il30r.zip |#############----------------------------------------| 23.96% tmpma5il30r.zip |#############----------------------------------------| 24.13% tmpma5il30r.zip |#############----------------------------------------| 24.29% tmpma5il30r.zip |#############----------------------------------------| 24.45% tmpma5il30r.zip |#############----------------------------------------| 24.61% tmpma5il30r.zip |#############----------------------------------------| 24.77% tmpma5il30r.zip |#############----------------------------------------| 24.93% tmpma5il30r.zip |#############----------------------------------------| 25.09% tmpma5il30r.zip |#############----------------------------------------| 25.25% tmpma5il30r.zip |#############----------------------------------------| 25.41% tmpma5il30r.zip |##############---------------------------------------| 25.57% tmpma5il30r.zip |##############---------------------------------------| 25.73% tmpma5il30r.zip |##############---------------------------------------| 25.89% tmpma5il30r.zip |##############---------------------------------------| 26.06% tmpma5il30r.zip |##############---------------------------------------| 26.22% tmpma5il30r.zip |##############---------------------------------------| 26.38% tmpma5il30r.zip |##############---------------------------------------| 26.54% tmpma5il30r.zip |##############---------------------------------------| 26.7% tmpma5il30r.zip |##############---------------------------------------| 26.86% tmpma5il30r.zip |##############---------------------------------------| 27.02% tmpma5il30r.zip |##############---------------------------------------| 27.18% tmpma5il30r.zip |##############---------------------------------------| 27.34% tmpma5il30r.zip |###############--------------------------------------| 27.5% tmpma5il30r.zip |###############--------------------------------------| 27.66% tmpma5il30r.zip |###############--------------------------------------| 27.82% tmpma5il30r.zip |###############--------------------------------------| 27.99% tmpma5il30r.zip |###############--------------------------------------| 28.15% tmpma5il30r.zip |###############--------------------------------------| 28.31% tmpma5il30r.zip |###############--------------------------------------| 28.47% tmpma5il30r.zip |###############--------------------------------------| 28.63% tmpma5il30r.zip |###############--------------------------------------| 28.79% tmpma5il30r.zip |###############--------------------------------------| 28.95% tmpma5il30r.zip |###############--------------------------------------| 29.11% tmpma5il30r.zip |################-------------------------------------| 29.27% tmpma5il30r.zip |################-------------------------------------| 29.43% tmpma5il30r.zip |################-------------------------------------| 29.59% tmpma5il30r.zip |################-------------------------------------| 29.75% tmpma5il30r.zip |################-------------------------------------| 29.92% tmpma5il30r.zip |################-------------------------------------| 30.08% tmpma5il30r.zip |################-------------------------------------| 30.24% tmpma5il30r.zip |################-------------------------------------| 30.4% tmpma5il30r.zip |################-------------------------------------| 30.56% tmpma5il30r.zip |################-------------------------------------| 30.72% tmpma5il30r.zip |################-------------------------------------| 30.88% tmpma5il30r.zip |################-------------------------------------| 31.04% tmpma5il30r.zip |#################------------------------------------| 31.2% tmpma5il30r.zip |#################------------------------------------| 31.36% tmpma5il30r.zip |#################------------------------------------| 31.52% tmpma5il30r.zip |#################------------------------------------| 31.68% tmpma5il30r.zip |#################------------------------------------| 31.85% tmpma5il30r.zip |#################------------------------------------| 32.01% tmpma5il30r.zip |#################------------------------------------| 32.17% tmpma5il30r.zip |#################------------------------------------| 32.33% tmpma5il30r.zip |#################------------------------------------| 32.49% tmpma5il30r.zip |#################------------------------------------| 32.65% tmpma5il30r.zip |#################------------------------------------| 32.81% tmpma5il30r.zip |#################------------------------------------| 32.97% tmpma5il30r.zip |##################-----------------------------------| 33.13% tmpma5il30r.zip |##################-----------------------------------| 33.29% tmpma5il30r.zip |##################-----------------------------------| 33.45% tmpma5il30r.zip |##################-----------------------------------| 33.61% tmpma5il30r.zip |##################-----------------------------------| 33.78% tmpma5il30r.zip |##################-----------------------------------| 33.94% tmpma5il30r.zip |##################-----------------------------------| 34.1% tmpma5il30r.zip |##################-----------------------------------| 34.26% tmpma5il30r.zip |##################-----------------------------------| 34.42% tmpma5il30r.zip |##################-----------------------------------| 34.58% tmpma5il30r.zip |##################-----------------------------------| 34.74% tmpma5il30r.zip |##################-----------------------------------| 34.9% tmpma5il30r.zip |###################----------------------------------| 35.06% tmpma5il30r.zip |###################----------------------------------| 35.22% tmpma5il30r.zip |###################----------------------------------| 35.38% tmpma5il30r.zip |###################----------------------------------| 35.54% tmpma5il30r.zip |###################----------------------------------| 35.71% tmpma5il30r.zip |###################----------------------------------| 35.87% tmpma5il30r.zip |###################----------------------------------| 36.03% tmpma5il30r.zip |###################----------------------------------| 36.19% tmpma5il30r.zip |###################----------------------------------| 36.35% tmpma5il30r.zip |###################----------------------------------| 36.51% tmpma5il30r.zip |###################----------------------------------| 36.67% tmpma5il30r.zip |####################---------------------------------| 36.83% tmpma5il30r.zip |####################---------------------------------| 36.99% tmpma5il30r.zip |####################---------------------------------| 37.15% tmpma5il30r.zip |####################---------------------------------| 37.31% tmpma5il30r.zip |####################---------------------------------| 37.47% tmpma5il30r.zip |####################---------------------------------| 37.64% tmpma5il30r.zip |####################---------------------------------| 37.8% tmpma5il30r.zip |####################---------------------------------| 37.96% tmpma5il30r.zip |####################---------------------------------| 38.12% tmpma5il30r.zip |####################---------------------------------| 38.28% tmpma5il30r.zip |####################---------------------------------| 38.44% tmpma5il30r.zip |####################---------------------------------| 38.6% tmpma5il30r.zip |#####################--------------------------------| 38.76% tmpma5il30r.zip |#####################--------------------------------| 38.92% tmpma5il30r.zip |#####################--------------------------------| 39.08% tmpma5il30r.zip |#####################--------------------------------| 39.24% tmpma5il30r.zip |#####################--------------------------------| 39.4% tmpma5il30r.zip |#####################--------------------------------| 39.57% tmpma5il30r.zip |#####################--------------------------------| 39.73% tmpma5il30r.zip |#####################--------------------------------| 39.89% tmpma5il30r.zip |#####################--------------------------------| 40.05% tmpma5il30r.zip |#####################--------------------------------| 40.21% tmpma5il30r.zip |#####################--------------------------------| 40.37% tmpma5il30r.zip |#####################--------------------------------| 40.53% tmpma5il30r.zip |######################-------------------------------| 40.69% tmpma5il30r.zip |######################-------------------------------| 40.85% tmpma5il30r.zip |######################-------------------------------| 41.01% tmpma5il30r.zip |######################-------------------------------| 41.17% tmpma5il30r.zip |######################-------------------------------| 41.33% tmpma5il30r.zip |######################-------------------------------| 41.5% tmpma5il30r.zip |######################-------------------------------| 41.66% tmpma5il30r.zip |######################-------------------------------| 41.82% tmpma5il30r.zip |######################-------------------------------| 41.98% tmpma5il30r.zip |######################-------------------------------| 42.14% tmpma5il30r.zip |######################-------------------------------| 42.3% tmpma5il30r.zip |#######################------------------------------| 42.46% tmpma5il30r.zip |#######################------------------------------| 42.62% tmpma5il30r.zip |#######################------------------------------| 42.78% tmpma5il30r.zip |#######################------------------------------| 42.94% tmpma5il30r.zip |#######################------------------------------| 43.1% tmpma5il30r.zip |#######################------------------------------| 43.26% tmpma5il30r.zip |#######################------------------------------| 43.43% tmpma5il30r.zip |#######################------------------------------| 43.59% tmpma5il30r.zip |#######################------------------------------| 43.75% tmpma5il30r.zip |#######################------------------------------| 43.91% tmpma5il30r.zip |#######################------------------------------| 44.07% tmpma5il30r.zip |#######################------------------------------| 44.23% tmpma5il30r.zip |########################-----------------------------| 44.39% tmpma5il30r.zip |########################-----------------------------| 44.55% tmpma5il30r.zip |########################-----------------------------| 44.71% tmpma5il30r.zip |########################-----------------------------| 44.87% tmpma5il30r.zip |########################-----------------------------| 45.03% tmpma5il30r.zip |########################-----------------------------| 45.19% tmpma5il30r.zip |########################-----------------------------| 45.36% tmpma5il30r.zip |########################-----------------------------| 45.52% tmpma5il30r.zip |########################-----------------------------| 45.68% tmpma5il30r.zip |########################-----------------------------| 45.84% tmpma5il30r.zip |########################-----------------------------| 46.0% tmpma5il30r.zip |########################-----------------------------| 46.16% tmpma5il30r.zip |#########################----------------------------| 46.32% tmpma5il30r.zip |#########################----------------------------| 46.48% tmpma5il30r.zip |#########################----------------------------| 46.64% tmpma5il30r.zip |#########################----------------------------| 46.8% tmpma5il30r.zip |#########################----------------------------| 46.96% tmpma5il30r.zip |#########################----------------------------| 47.12% tmpma5il30r.zip |#########################----------------------------| 47.29% tmpma5il30r.zip |#########################----------------------------| 47.45% tmpma5il30r.zip |#########################----------------------------| 47.61% tmpma5il30r.zip |#########################----------------------------| 47.77% tmpma5il30r.zip |#########################----------------------------| 47.93% tmpma5il30r.zip |#########################----------------------------| 48.09% tmpma5il30r.zip |##########################---------------------------| 48.25% tmpma5il30r.zip |##########################---------------------------| 48.41% tmpma5il30r.zip |##########################---------------------------| 48.57% tmpma5il30r.zip |##########################---------------------------| 48.73% tmpma5il30r.zip |##########################---------------------------| 48.89% tmpma5il30r.zip |##########################---------------------------| 49.05% tmpma5il30r.zip |##########################---------------------------| 49.22% tmpma5il30r.zip |##########################---------------------------| 49.38% tmpma5il30r.zip |##########################---------------------------| 49.54% tmpma5il30r.zip |##########################---------------------------| 49.7% tmpma5il30r.zip |##########################---------------------------| 49.86% tmpma5il30r.zip |###########################--------------------------| 50.02% tmpma5il30r.zip |###########################--------------------------| 50.18% tmpma5il30r.zip |###########################--------------------------| 50.34% tmpma5il30r.zip |###########################--------------------------| 50.5% tmpma5il30r.zip |###########################--------------------------| 50.66% tmpma5il30r.zip |###########################--------------------------| 50.82% tmpma5il30r.zip |###########################--------------------------| 50.98% tmpma5il30r.zip |###########################--------------------------| 51.15% tmpma5il30r.zip |###########################--------------------------| 51.31% tmpma5il30r.zip |###########################--------------------------| 51.47% tmpma5il30r.zip |###########################--------------------------| 51.63% tmpma5il30r.zip |###########################--------------------------| 51.79% tmpma5il30r.zip |############################-------------------------| 51.95% tmpma5il30r.zip |############################-------------------------| 52.11% tmpma5il30r.zip |############################-------------------------| 52.27% tmpma5il30r.zip |############################-------------------------| 52.43% tmpma5il30r.zip |############################-------------------------| 52.59% tmpma5il30r.zip |############################-------------------------| 52.75% tmpma5il30r.zip |############################-------------------------| 52.91% tmpma5il30r.zip |############################-------------------------| 53.08% tmpma5il30r.zip |############################-------------------------| 53.24% tmpma5il30r.zip |############################-------------------------| 53.4% tmpma5il30r.zip |############################-------------------------| 53.56% tmpma5il30r.zip |############################-------------------------| 53.72% tmpma5il30r.zip |#############################------------------------| 53.88% tmpma5il30r.zip |#############################------------------------| 54.04% tmpma5il30r.zip |#############################------------------------| 54.2% tmpma5il30r.zip |#############################------------------------| 54.36% tmpma5il30r.zip |#############################------------------------| 54.52% tmpma5il30r.zip |#############################------------------------| 54.68% tmpma5il30r.zip |#############################------------------------| 54.84% tmpma5il30r.zip |#############################------------------------| 55.01% tmpma5il30r.zip |#############################------------------------| 55.17% tmpma5il30r.zip |#############################------------------------| 55.33% tmpma5il30r.zip |#############################------------------------| 55.49% tmpma5il30r.zip |#############################------------------------| 55.65% tmpma5il30r.zip |##############################-----------------------| 55.81% tmpma5il30r.zip |##############################-----------------------| 55.97% tmpma5il30r.zip |##############################-----------------------| 56.13% tmpma5il30r.zip |##############################-----------------------| 56.29% tmpma5il30r.zip |##############################-----------------------| 56.45% tmpma5il30r.zip |##############################-----------------------| 56.61% tmpma5il30r.zip |##############################-----------------------| 56.77% tmpma5il30r.zip |##############################-----------------------| 56.94% tmpma5il30r.zip |##############################-----------------------| 57.1% tmpma5il30r.zip |##############################-----------------------| 57.26% tmpma5il30r.zip |##############################-----------------------| 57.42% tmpma5il30r.zip |###############################----------------------| 57.58% tmpma5il30r.zip |###############################----------------------| 57.74% tmpma5il30r.zip |###############################----------------------| 57.9% tmpma5il30r.zip |###############################----------------------| 58.06% tmpma5il30r.zip |###############################----------------------| 58.22% tmpma5il30r.zip |###############################----------------------| 58.38% tmpma5il30r.zip |###############################----------------------| 58.54% tmpma5il30r.zip |###############################----------------------| 58.7% tmpma5il30r.zip |###############################----------------------| 58.87% tmpma5il30r.zip |###############################----------------------| 59.03% tmpma5il30r.zip |###############################----------------------| 59.19% tmpma5il30r.zip |###############################----------------------| 59.35% tmpma5il30r.zip |################################---------------------| 59.51% tmpma5il30r.zip |################################---------------------| 59.67% tmpma5il30r.zip |################################---------------------| 59.83% tmpma5il30r.zip |################################---------------------| 59.99% tmpma5il30r.zip |################################---------------------| 60.15% tmpma5il30r.zip |################################---------------------| 60.31% tmpma5il30r.zip |################################---------------------| 60.47% tmpma5il30r.zip |################################---------------------| 60.63% tmpma5il30r.zip |################################---------------------| 60.8% tmpma5il30r.zip |################################---------------------| 60.96% tmpma5il30r.zip |################################---------------------| 61.12% tmpma5il30r.zip |################################---------------------| 61.28% tmpma5il30r.zip |#################################--------------------| 61.44% tmpma5il30r.zip |#################################--------------------| 61.6% tmpma5il30r.zip |#################################--------------------| 61.76% tmpma5il30r.zip |#################################--------------------| 61.92% tmpma5il30r.zip |#################################--------------------| 62.08% tmpma5il30r.zip |#################################--------------------| 62.24% tmpma5il30r.zip |#################################--------------------| 62.4% tmpma5il30r.zip |#################################--------------------| 62.56% tmpma5il30r.zip |#################################--------------------| 62.73% tmpma5il30r.zip |#################################--------------------| 62.89% tmpma5il30r.zip |#################################--------------------| 63.05% tmpma5il30r.zip |##################################-------------------| 63.21% tmpma5il30r.zip |##################################-------------------| 63.37% tmpma5il30r.zip |##################################-------------------| 63.53% tmpma5il30r.zip |##################################-------------------| 63.69% tmpma5il30r.zip |##################################-------------------| 63.85% tmpma5il30r.zip |##################################-------------------| 64.01% tmpma5il30r.zip |##################################-------------------| 64.17% tmpma5il30r.zip |##################################-------------------| 64.33% tmpma5il30r.zip |##################################-------------------| 64.49% tmpma5il30r.zip |##################################-------------------| 64.66% tmpma5il30r.zip |##################################-------------------| 64.82% tmpma5il30r.zip |##################################-------------------| 64.98% tmpma5il30r.zip |###################################------------------| 65.14% tmpma5il30r.zip |###################################------------------| 65.3% tmpma5il30r.zip |###################################------------------| 65.46% tmpma5il30r.zip |###################################------------------| 65.62% tmpma5il30r.zip |###################################------------------| 65.78% tmpma5il30r.zip |###################################------------------| 65.94% tmpma5il30r.zip |###################################------------------| 66.1% tmpma5il30r.zip |###################################------------------| 66.26% tmpma5il30r.zip |###################################------------------| 66.42% tmpma5il30r.zip |###################################------------------| 66.59% tmpma5il30r.zip |###################################------------------| 66.75% tmpma5il30r.zip |###################################------------------| 66.91% tmpma5il30r.zip |####################################-----------------| 67.07% tmpma5il30r.zip |####################################-----------------| 67.23% tmpma5il30r.zip |####################################-----------------| 67.39% tmpma5il30r.zip |####################################-----------------| 67.55% tmpma5il30r.zip |####################################-----------------| 67.71% tmpma5il30r.zip |####################################-----------------| 67.87% tmpma5il30r.zip |####################################-----------------| 68.03% tmpma5il30r.zip |####################################-----------------| 68.19% tmpma5il30r.zip |####################################-----------------| 68.35% tmpma5il30r.zip |####################################-----------------| 68.52% tmpma5il30r.zip |####################################-----------------| 68.68% tmpma5il30r.zip |####################################-----------------| 68.84% tmpma5il30r.zip |#####################################----------------| 69.0% tmpma5il30r.zip |#####################################----------------| 69.16% tmpma5il30r.zip |#####################################----------------| 69.32% tmpma5il30r.zip |#####################################----------------| 69.48% tmpma5il30r.zip |#####################################----------------| 69.64% tmpma5il30r.zip |#####################################----------------| 69.8% tmpma5il30r.zip |#####################################----------------| 69.96% tmpma5il30r.zip |#####################################----------------| 70.12% tmpma5il30r.zip |#####################################----------------| 70.28% tmpma5il30r.zip |#####################################----------------| 70.45% tmpma5il30r.zip |#####################################----------------| 70.61% tmpma5il30r.zip |######################################---------------| 70.77% tmpma5il30r.zip |######################################---------------| 70.93% tmpma5il30r.zip |######################################---------------| 71.09% tmpma5il30r.zip |######################################---------------| 71.25% tmpma5il30r.zip |######################################---------------| 71.41% tmpma5il30r.zip |######################################---------------| 71.57% tmpma5il30r.zip |######################################---------------| 71.73% tmpma5il30r.zip |######################################---------------| 71.89% tmpma5il30r.zip |######################################---------------| 72.05% tmpma5il30r.zip |######################################---------------| 72.21% tmpma5il30r.zip |######################################---------------| 72.38% tmpma5il30r.zip |######################################---------------| 72.54% tmpma5il30r.zip |#######################################--------------| 72.7% tmpma5il30r.zip |#######################################--------------| 72.86% tmpma5il30r.zip |#######################################--------------| 73.02% tmpma5il30r.zip |#######################################--------------| 73.18% tmpma5il30r.zip |#######################################--------------| 73.34% tmpma5il30r.zip |#######################################--------------| 73.5% tmpma5il30r.zip |#######################################--------------| 73.66% tmpma5il30r.zip |#######################################--------------| 73.82% tmpma5il30r.zip |#######################################--------------| 73.98% tmpma5il30r.zip |#######################################--------------| 74.14% tmpma5il30r.zip |#######################################--------------| 74.31% tmpma5il30r.zip |#######################################--------------| 74.47% tmpma5il30r.zip |########################################-------------| 74.63% tmpma5il30r.zip |########################################-------------| 74.79% tmpma5il30r.zip |########################################-------------| 74.95% tmpma5il30r.zip |########################################-------------| 75.11% tmpma5il30r.zip |########################################-------------| 75.27% tmpma5il30r.zip |########################################-------------| 75.43% tmpma5il30r.zip |########################################-------------| 75.59% tmpma5il30r.zip |########################################-------------| 75.75% tmpma5il30r.zip |########################################-------------| 75.91% tmpma5il30r.zip |########################################-------------| 76.07% tmpma5il30r.zip |########################################-------------| 76.24% tmpma5il30r.zip |########################################-------------| 76.4% tmpma5il30r.zip |#########################################------------| 76.56% tmpma5il30r.zip |#########################################------------| 76.72% tmpma5il30r.zip |#########################################------------| 76.88% tmpma5il30r.zip |#########################################------------| 77.04% tmpma5il30r.zip |#########################################------------| 77.2% tmpma5il30r.zip |#########################################------------| 77.36% tmpma5il30r.zip |#########################################------------| 77.52% tmpma5il30r.zip |#########################################------------| 77.68% tmpma5il30r.zip |#########################################------------| 77.84% tmpma5il30r.zip |#########################################------------| 78.0% tmpma5il30r.zip |#########################################------------| 78.17% tmpma5il30r.zip |##########################################-----------| 78.33% tmpma5il30r.zip |##########################################-----------| 78.49% tmpma5il30r.zip |##########################################-----------| 78.65% tmpma5il30r.zip |##########################################-----------| 78.81% tmpma5il30r.zip |##########################################-----------| 78.97% tmpma5il30r.zip |##########################################-----------| 79.13% tmpma5il30r.zip |##########################################-----------| 79.29% tmpma5il30r.zip |##########################################-----------| 79.45% tmpma5il30r.zip |##########################################-----------| 79.61% tmpma5il30r.zip |##########################################-----------| 79.77% tmpma5il30r.zip |##########################################-----------| 79.93% tmpma5il30r.zip |##########################################-----------| 80.1% tmpma5il30r.zip |###########################################----------| 80.26% tmpma5il30r.zip |###########################################----------| 80.42% tmpma5il30r.zip |###########################################----------| 80.58% tmpma5il30r.zip |###########################################----------| 80.74% tmpma5il30r.zip |###########################################----------| 80.9% tmpma5il30r.zip |###########################################----------| 81.06% tmpma5il30r.zip |###########################################----------| 81.22% tmpma5il30r.zip |###########################################----------| 81.38% tmpma5il30r.zip |###########################################----------| 81.54% tmpma5il30r.zip |###########################################----------| 81.7% tmpma5il30r.zip |###########################################----------| 81.86% tmpma5il30r.zip |###########################################----------| 82.03% tmpma5il30r.zip |############################################---------| 82.19% tmpma5il30r.zip |############################################---------| 82.35% tmpma5il30r.zip |############################################---------| 82.51% tmpma5il30r.zip |############################################---------| 82.67% tmpma5il30r.zip |############################################---------| 82.83% tmpma5il30r.zip |############################################---------| 82.99% tmpma5il30r.zip |############################################---------| 83.15% tmpma5il30r.zip |############################################---------| 83.31% tmpma5il30r.zip |############################################---------| 83.47% tmpma5il30r.zip |############################################---------| 83.63% tmpma5il30r.zip |############################################---------| 83.79% tmpma5il30r.zip |############################################---------| 83.96% tmpma5il30r.zip |#############################################--------| 84.12% tmpma5il30r.zip |#############################################--------| 84.28% tmpma5il30r.zip |#############################################--------| 84.44% tmpma5il30r.zip |#############################################--------| 84.6% tmpma5il30r.zip |#############################################--------| 84.76% tmpma5il30r.zip |#############################################--------| 84.92% tmpma5il30r.zip |#############################################--------| 85.08% tmpma5il30r.zip |#############################################--------| 85.24% tmpma5il30r.zip |#############################################--------| 85.4% tmpma5il30r.zip |#############################################--------| 85.56% tmpma5il30r.zip |#############################################--------| 85.72% tmpma5il30r.zip |##############################################-------| 85.89% tmpma5il30r.zip |##############################################-------| 86.05% tmpma5il30r.zip |##############################################-------| 86.21% tmpma5il30r.zip |##############################################-------| 86.37% tmpma5il30r.zip |##############################################-------| 86.53% tmpma5il30r.zip |##############################################-------| 86.69% tmpma5il30r.zip |##############################################-------| 86.85% tmpma5il30r.zip |##############################################-------| 87.01% tmpma5il30r.zip |##############################################-------| 87.17% tmpma5il30r.zip |##############################################-------| 87.33% tmpma5il30r.zip |##############################################-------| 87.49% tmpma5il30r.zip |##############################################-------| 87.65% tmpma5il30r.zip |###############################################------| 87.82% tmpma5il30r.zip |###############################################------| 87.98% tmpma5il30r.zip |###############################################------| 88.14% tmpma5il30r.zip |###############################################------| 88.3% tmpma5il30r.zip |###############################################------| 88.46% tmpma5il30r.zip |###############################################------| 88.62% tmpma5il30r.zip |###############################################------| 88.78% tmpma5il30r.zip |###############################################------| 88.94% tmpma5il30r.zip |###############################################------| 89.1% tmpma5il30r.zip |###############################################------| 89.26% tmpma5il30r.zip |###############################################------| 89.42% tmpma5il30r.zip |###############################################------| 89.58% tmpma5il30r.zip |################################################-----| 89.75% tmpma5il30r.zip |################################################-----| 89.91% tmpma5il30r.zip |################################################-----| 90.07% tmpma5il30r.zip |################################################-----| 90.23% tmpma5il30r.zip |################################################-----| 90.39% tmpma5il30r.zip |################################################-----| 90.55% tmpma5il30r.zip |################################################-----| 90.71% tmpma5il30r.zip |################################################-----| 90.87% tmpma5il30r.zip |################################################-----| 91.03% tmpma5il30r.zip |################################################-----| 91.19% tmpma5il30r.zip |################################################-----| 91.35% tmpma5il30r.zip |#################################################----| 91.51% tmpma5il30r.zip |#################################################----| 91.68% tmpma5il30r.zip |#################################################----| 91.84% tmpma5il30r.zip |#################################################----| 92.0% tmpma5il30r.zip |#################################################----| 92.16% tmpma5il30r.zip |#################################################----| 92.32% tmpma5il30r.zip |#################################################----| 92.48% tmpma5il30r.zip |#################################################----| 92.64% tmpma5il30r.zip |#################################################----| 92.8% tmpma5il30r.zip |#################################################----| 92.96% tmpma5il30r.zip |#################################################----| 93.12% tmpma5il30r.zip |#################################################----| 93.28% tmpma5il30r.zip |##################################################---| 93.44% tmpma5il30r.zip |##################################################---| 93.61% tmpma5il30r.zip |##################################################---| 93.77% tmpma5il30r.zip |##################################################---| 93.93% tmpma5il30r.zip |##################################################---| 94.09% tmpma5il30r.zip |##################################################---| 94.25% tmpma5il30r.zip |##################################################---| 94.41% tmpma5il30r.zip |##################################################---| 94.57% tmpma5il30r.zip |##################################################---| 94.73% tmpma5il30r.zip |##################################################---| 94.89% tmpma5il30r.zip |##################################################---| 95.05% tmpma5il30r.zip |##################################################---| 95.21% tmpma5il30r.zip |###################################################--| 95.37% tmpma5il30r.zip |###################################################--| 95.54% tmpma5il30r.zip |###################################################--| 95.7% tmpma5il30r.zip |###################################################--| 95.86% tmpma5il30r.zip |###################################################--| 96.02% tmpma5il30r.zip |###################################################--| 96.18% tmpma5il30r.zip |###################################################--| 96.34% tmpma5il30r.zip |###################################################--| 96.5% tmpma5il30r.zip |###################################################--| 96.66% tmpma5il30r.zip |###################################################--| 96.82% tmpma5il30r.zip |###################################################--| 96.98% tmpma5il30r.zip |###################################################--| 97.14% tmpma5il30r.zip |####################################################-| 97.3% tmpma5il30r.zip |####################################################-| 97.47% tmpma5il30r.zip |####################################################-| 97.63% tmpma5il30r.zip |####################################################-| 97.79% tmpma5il30r.zip |####################################################-| 97.95% tmpma5il30r.zip |####################################################-| 98.11% tmpma5il30r.zip |####################################################-| 98.27% tmpma5il30r.zip |####################################################-| 98.43% tmpma5il30r.zip |####################################################-| 98.59% tmpma5il30r.zip |####################################################-| 98.75% tmpma5il30r.zip |####################################################-| 98.91% tmpma5il30r.zip |#####################################################| 99.07% tmpma5il30r.zip |#####################################################| 99.23% tmpma5il30r.zip |#####################################################| 99.4% tmpma5il30r.zip |#####################################################| 99.56% tmpma5il30r.zip |#####################################################| 99.72% tmpma5il30r.zip |#####################################################| 99.88% tmpma5il30r.zip |#####################################################| 100.0% Plugin uploaded. Plugin's id is c356f276-1233-4aa6-bf89-89838e147dad + 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:EMD78qPs --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).. tmpipvsj57l.zip |-----------------------------------------------------| 0.47% tmpipvsj57l.zip |-----------------------------------------------------| 0.93% tmpipvsj57l.zip |#----------------------------------------------------| 1.4% tmpipvsj57l.zip |#----------------------------------------------------| 1.86% tmpipvsj57l.zip |#----------------------------------------------------| 2.33% tmpipvsj57l.zip |#----------------------------------------------------| 2.8% tmpipvsj57l.zip |##---------------------------------------------------| 3.26% tmpipvsj57l.zip |##---------------------------------------------------| 3.73% tmpipvsj57l.zip |##---------------------------------------------------| 4.19% tmpipvsj57l.zip |##---------------------------------------------------| 4.66% tmpipvsj57l.zip |###--------------------------------------------------| 5.13% tmpipvsj57l.zip |###--------------------------------------------------| 5.59% tmpipvsj57l.zip |###--------------------------------------------------| 6.06% tmpipvsj57l.zip |###--------------------------------------------------| 6.52% tmpipvsj57l.zip |####-------------------------------------------------| 6.99% tmpipvsj57l.zip |####-------------------------------------------------| 7.46% tmpipvsj57l.zip |####-------------------------------------------------| 7.92% tmpipvsj57l.zip |####-------------------------------------------------| 8.39% tmpipvsj57l.zip |#####------------------------------------------------| 8.85% tmpipvsj57l.zip |#####------------------------------------------------| 9.32% tmpipvsj57l.zip |#####------------------------------------------------| 9.79% tmpipvsj57l.zip |#####------------------------------------------------| 10.25% tmpipvsj57l.zip |######-----------------------------------------------| 10.72% tmpipvsj57l.zip |######-----------------------------------------------| 11.18% tmpipvsj57l.zip |######-----------------------------------------------| 11.65% tmpipvsj57l.zip |######-----------------------------------------------| 12.12% tmpipvsj57l.zip |#######----------------------------------------------| 12.58% tmpipvsj57l.zip |#######----------------------------------------------| 13.05% tmpipvsj57l.zip |#######----------------------------------------------| 13.51% tmpipvsj57l.zip |#######----------------------------------------------| 13.98% tmpipvsj57l.zip |########---------------------------------------------| 14.45% tmpipvsj57l.zip |########---------------------------------------------| 14.91% tmpipvsj57l.zip |########---------------------------------------------| 15.38% tmpipvsj57l.zip |########---------------------------------------------| 15.84% tmpipvsj57l.zip |#########--------------------------------------------| 16.31% tmpipvsj57l.zip |#########--------------------------------------------| 16.78% tmpipvsj57l.zip |#########--------------------------------------------| 17.24% tmpipvsj57l.zip |#########--------------------------------------------| 17.71% tmpipvsj57l.zip |##########-------------------------------------------| 18.17% tmpipvsj57l.zip |##########-------------------------------------------| 18.64% tmpipvsj57l.zip |##########-------------------------------------------| 19.11% tmpipvsj57l.zip |##########-------------------------------------------| 19.57% tmpipvsj57l.zip |###########------------------------------------------| 20.04% tmpipvsj57l.zip |###########------------------------------------------| 20.5% tmpipvsj57l.zip |###########------------------------------------------| 20.97% tmpipvsj57l.zip |###########------------------------------------------| 21.44% tmpipvsj57l.zip |############-----------------------------------------| 21.9% tmpipvsj57l.zip |############-----------------------------------------| 22.37% tmpipvsj57l.zip |############-----------------------------------------| 22.83% tmpipvsj57l.zip |############-----------------------------------------| 23.3% tmpipvsj57l.zip |#############----------------------------------------| 23.77% tmpipvsj57l.zip |#############----------------------------------------| 24.23% tmpipvsj57l.zip |#############----------------------------------------| 24.7% tmpipvsj57l.zip |#############----------------------------------------| 25.16% tmpipvsj57l.zip |##############---------------------------------------| 25.63% tmpipvsj57l.zip |##############---------------------------------------| 26.1% tmpipvsj57l.zip |##############---------------------------------------| 26.56% tmpipvsj57l.zip |##############---------------------------------------| 27.03% tmpipvsj57l.zip |###############--------------------------------------| 27.49% tmpipvsj57l.zip |###############--------------------------------------| 27.96% tmpipvsj57l.zip |###############--------------------------------------| 28.43% tmpipvsj57l.zip |###############--------------------------------------| 28.89% tmpipvsj57l.zip |################-------------------------------------| 29.36% tmpipvsj57l.zip |################-------------------------------------| 29.82% tmpipvsj57l.zip |################-------------------------------------| 30.29% tmpipvsj57l.zip |################-------------------------------------| 30.76% tmpipvsj57l.zip |#################------------------------------------| 31.22% tmpipvsj57l.zip |#################------------------------------------| 31.69% tmpipvsj57l.zip |#################------------------------------------| 32.15% tmpipvsj57l.zip |#################------------------------------------| 32.62% tmpipvsj57l.zip |##################-----------------------------------| 33.09% tmpipvsj57l.zip |##################-----------------------------------| 33.55% tmpipvsj57l.zip |##################-----------------------------------| 34.02% tmpipvsj57l.zip |##################-----------------------------------| 34.48% tmpipvsj57l.zip |###################----------------------------------| 34.95% tmpipvsj57l.zip |###################----------------------------------| 35.42% tmpipvsj57l.zip |###################----------------------------------| 35.88% tmpipvsj57l.zip |###################----------------------------------| 36.35% tmpipvsj57l.zip |####################---------------------------------| 36.81% tmpipvsj57l.zip |####################---------------------------------| 37.28% tmpipvsj57l.zip |####################---------------------------------| 37.75% tmpipvsj57l.zip |####################---------------------------------| 38.21% tmpipvsj57l.zip |####################---------------------------------| 38.68% tmpipvsj57l.zip |#####################--------------------------------| 39.15% tmpipvsj57l.zip |#####################--------------------------------| 39.61% tmpipvsj57l.zip |#####################--------------------------------| 40.08% tmpipvsj57l.zip |#####################--------------------------------| 40.54% tmpipvsj57l.zip |######################-------------------------------| 41.01% tmpipvsj57l.zip |######################-------------------------------| 41.48% tmpipvsj57l.zip |######################-------------------------------| 41.94% tmpipvsj57l.zip |######################-------------------------------| 42.41% tmpipvsj57l.zip |#######################------------------------------| 42.87% tmpipvsj57l.zip |#######################------------------------------| 43.34% tmpipvsj57l.zip |#######################------------------------------| 43.81% tmpipvsj57l.zip |#######################------------------------------| 44.27% tmpipvsj57l.zip |########################-----------------------------| 44.74% tmpipvsj57l.zip |########################-----------------------------| 45.2% tmpipvsj57l.zip |########################-----------------------------| 45.67% tmpipvsj57l.zip |########################-----------------------------| 46.14% tmpipvsj57l.zip |#########################----------------------------| 46.6% tmpipvsj57l.zip |#########################----------------------------| 47.07% tmpipvsj57l.zip |#########################----------------------------| 47.53% tmpipvsj57l.zip |#########################----------------------------| 48.0% tmpipvsj57l.zip |##########################---------------------------| 48.47% tmpipvsj57l.zip |##########################---------------------------| 48.93% tmpipvsj57l.zip |##########################---------------------------| 49.4% tmpipvsj57l.zip |##########################---------------------------| 49.86% tmpipvsj57l.zip |###########################--------------------------| 50.33% tmpipvsj57l.zip |###########################--------------------------| 50.8% tmpipvsj57l.zip |###########################--------------------------| 51.26% tmpipvsj57l.zip |###########################--------------------------| 51.73% tmpipvsj57l.zip |############################-------------------------| 52.19% tmpipvsj57l.zip |############################-------------------------| 52.66% tmpipvsj57l.zip |############################-------------------------| 53.13% tmpipvsj57l.zip |############################-------------------------| 53.59% tmpipvsj57l.zip |#############################------------------------| 54.06% tmpipvsj57l.zip |#############################------------------------| 54.52% tmpipvsj57l.zip |#############################------------------------| 54.99% tmpipvsj57l.zip |#############################------------------------| 55.46% tmpipvsj57l.zip |##############################-----------------------| 55.92% tmpipvsj57l.zip |##############################-----------------------| 56.39% tmpipvsj57l.zip |##############################-----------------------| 56.85% tmpipvsj57l.zip |##############################-----------------------| 57.32% tmpipvsj57l.zip |###############################----------------------| 57.79% tmpipvsj57l.zip |###############################----------------------| 58.25% tmpipvsj57l.zip |###############################----------------------| 58.72% tmpipvsj57l.zip |###############################----------------------| 59.18% tmpipvsj57l.zip |################################---------------------| 59.65% tmpipvsj57l.zip |################################---------------------| 60.12% tmpipvsj57l.zip |################################---------------------| 60.58% tmpipvsj57l.zip |################################---------------------| 61.05% tmpipvsj57l.zip |#################################--------------------| 61.51% tmpipvsj57l.zip |#################################--------------------| 61.98% tmpipvsj57l.zip |#################################--------------------| 62.45% tmpipvsj57l.zip |#################################--------------------| 62.91% tmpipvsj57l.zip |##################################-------------------| 63.38% tmpipvsj57l.zip |##################################-------------------| 63.84% tmpipvsj57l.zip |##################################-------------------| 64.31% tmpipvsj57l.zip |##################################-------------------| 64.78% tmpipvsj57l.zip |###################################------------------| 65.24% tmpipvsj57l.zip |###################################------------------| 65.71% tmpipvsj57l.zip |###################################------------------| 66.17% tmpipvsj57l.zip |###################################------------------| 66.64% tmpipvsj57l.zip |####################################-----------------| 67.11% tmpipvsj57l.zip |####################################-----------------| 67.57% tmpipvsj57l.zip |####################################-----------------| 68.04% tmpipvsj57l.zip |####################################-----------------| 68.5% tmpipvsj57l.zip |#####################################----------------| 68.97% tmpipvsj57l.zip |#####################################----------------| 69.44% tmpipvsj57l.zip |#####################################----------------| 69.9% tmpipvsj57l.zip |#####################################----------------| 70.37% tmpipvsj57l.zip |######################################---------------| 70.83% tmpipvsj57l.zip |######################################---------------| 71.3% tmpipvsj57l.zip |######################################---------------| 71.77% tmpipvsj57l.zip |######################################---------------| 72.23% tmpipvsj57l.zip |#######################################--------------| 72.7% tmpipvsj57l.zip |#######################################--------------| 73.16% tmpipvsj57l.zip |#######################################--------------| 73.63% tmpipvsj57l.zip |#######################################--------------| 74.1% tmpipvsj57l.zip |########################################-------------| 74.56% tmpipvsj57l.zip |########################################-------------| 75.03% tmpipvsj57l.zip |########################################-------------| 75.49% tmpipvsj57l.zip |########################################-------------| 75.96% tmpipvsj57l.zip |#########################################------------| 76.43% tmpipvsj57l.zip |#########################################------------| 76.89% tmpipvsj57l.zip |#########################################------------| 77.36% tmpipvsj57l.zip |#########################################------------| 77.82% tmpipvsj57l.zip |#########################################------------| 78.29% tmpipvsj57l.zip |##########################################-----------| 78.76% tmpipvsj57l.zip |##########################################-----------| 79.22% tmpipvsj57l.zip |##########################################-----------| 79.69% tmpipvsj57l.zip |##########################################-----------| 80.15% tmpipvsj57l.zip |###########################################----------| 80.62% tmpipvsj57l.zip |###########################################----------| 81.09% tmpipvsj57l.zip |###########################################----------| 81.55% tmpipvsj57l.zip |###########################################----------| 82.02% tmpipvsj57l.zip |############################################---------| 82.48% tmpipvsj57l.zip |############################################---------| 82.95% tmpipvsj57l.zip |############################################---------| 83.42% tmpipvsj57l.zip |############################################---------| 83.88% tmpipvsj57l.zip |#############################################--------| 84.35% tmpipvsj57l.zip |#############################################--------| 84.81% tmpipvsj57l.zip |#############################################--------| 85.28% tmpipvsj57l.zip |#############################################--------| 85.75% tmpipvsj57l.zip |##############################################-------| 86.21% tmpipvsj57l.zip |##############################################-------| 86.68% tmpipvsj57l.zip |##############################################-------| 87.14% tmpipvsj57l.zip |##############################################-------| 87.61% tmpipvsj57l.zip |###############################################------| 88.08% tmpipvsj57l.zip |###############################################------| 88.54% tmpipvsj57l.zip |###############################################------| 89.01% tmpipvsj57l.zip |###############################################------| 89.47% tmpipvsj57l.zip |################################################-----| 89.94% tmpipvsj57l.zip |################################################-----| 90.41% tmpipvsj57l.zip |################################################-----| 90.87% tmpipvsj57l.zip |################################################-----| 91.34% tmpipvsj57l.zip |#################################################----| 91.8% tmpipvsj57l.zip |#################################################----| 92.27% tmpipvsj57l.zip |#################################################----| 92.74% tmpipvsj57l.zip |#################################################----| 93.2% tmpipvsj57l.zip |##################################################---| 93.67% tmpipvsj57l.zip |##################################################---| 94.13% tmpipvsj57l.zip |##################################################---| 94.6% tmpipvsj57l.zip |##################################################---| 95.07% tmpipvsj57l.zip |###################################################--| 95.53% tmpipvsj57l.zip |###################################################--| 96.0% tmpipvsj57l.zip |###################################################--| 96.46% tmpipvsj57l.zip |###################################################--| 96.93% tmpipvsj57l.zip |####################################################-| 97.4% tmpipvsj57l.zip |####################################################-| 97.86% tmpipvsj57l.zip |####################################################-| 98.33% tmpipvsj57l.zip |####################################################-| 98.79% tmpipvsj57l.zip |#####################################################| 99.26% tmpipvsj57l.zip |#####################################################| 99.73% tmpipvsj57l.zip |#####################################################| 100.0% Plugin uploaded. Plugin's id is b6ef8800-40fe-4cfe-b492-195b210e8420 + 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:EMD78qPs --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).. tmpry1dpish.zip |-----------------------------------------------------| 0.46% tmpry1dpish.zip |-----------------------------------------------------| 0.92% tmpry1dpish.zip |#----------------------------------------------------| 1.38% tmpry1dpish.zip |#----------------------------------------------------| 1.83% tmpry1dpish.zip |#----------------------------------------------------| 2.29% tmpry1dpish.zip |#----------------------------------------------------| 2.75% tmpry1dpish.zip |##---------------------------------------------------| 3.21% tmpry1dpish.zip |##---------------------------------------------------| 3.67% tmpry1dpish.zip |##---------------------------------------------------| 4.13% tmpry1dpish.zip |##---------------------------------------------------| 4.58% tmpry1dpish.zip |###--------------------------------------------------| 5.04% tmpry1dpish.zip |###--------------------------------------------------| 5.5% tmpry1dpish.zip |###--------------------------------------------------| 5.96% tmpry1dpish.zip |###--------------------------------------------------| 6.42% tmpry1dpish.zip |####-------------------------------------------------| 6.88% tmpry1dpish.zip |####-------------------------------------------------| 7.34% tmpry1dpish.zip |####-------------------------------------------------| 7.79% tmpry1dpish.zip |####-------------------------------------------------| 8.25% tmpry1dpish.zip |#####------------------------------------------------| 8.71% tmpry1dpish.zip |#####------------------------------------------------| 9.17% tmpry1dpish.zip |#####------------------------------------------------| 9.63% tmpry1dpish.zip |#####------------------------------------------------| 10.09% tmpry1dpish.zip |######-----------------------------------------------| 10.54% tmpry1dpish.zip |######-----------------------------------------------| 11.0% tmpry1dpish.zip |######-----------------------------------------------| 11.46% tmpry1dpish.zip |######-----------------------------------------------| 11.92% tmpry1dpish.zip |#######----------------------------------------------| 12.38% tmpry1dpish.zip |#######----------------------------------------------| 12.84% tmpry1dpish.zip |#######----------------------------------------------| 13.3% tmpry1dpish.zip |#######----------------------------------------------| 13.75% tmpry1dpish.zip |########---------------------------------------------| 14.21% tmpry1dpish.zip |########---------------------------------------------| 14.67% tmpry1dpish.zip |########---------------------------------------------| 15.13% tmpry1dpish.zip |########---------------------------------------------| 15.59% tmpry1dpish.zip |#########--------------------------------------------| 16.05% tmpry1dpish.zip |#########--------------------------------------------| 16.5% tmpry1dpish.zip |#########--------------------------------------------| 16.96% tmpry1dpish.zip |#########--------------------------------------------| 17.42% tmpry1dpish.zip |#########--------------------------------------------| 17.88% tmpry1dpish.zip |##########-------------------------------------------| 18.34% tmpry1dpish.zip |##########-------------------------------------------| 18.8% tmpry1dpish.zip |##########-------------------------------------------| 19.26% tmpry1dpish.zip |##########-------------------------------------------| 19.71% tmpry1dpish.zip |###########------------------------------------------| 20.17% tmpry1dpish.zip |###########------------------------------------------| 20.63% tmpry1dpish.zip |###########------------------------------------------| 21.09% tmpry1dpish.zip |###########------------------------------------------| 21.55% tmpry1dpish.zip |############-----------------------------------------| 22.01% tmpry1dpish.zip |############-----------------------------------------| 22.46% tmpry1dpish.zip |############-----------------------------------------| 22.92% tmpry1dpish.zip |############-----------------------------------------| 23.38% tmpry1dpish.zip |#############----------------------------------------| 23.84% tmpry1dpish.zip |#############----------------------------------------| 24.3% tmpry1dpish.zip |#############----------------------------------------| 24.76% tmpry1dpish.zip |#############----------------------------------------| 25.22% tmpry1dpish.zip |##############---------------------------------------| 25.67% tmpry1dpish.zip |##############---------------------------------------| 26.13% tmpry1dpish.zip |##############---------------------------------------| 26.59% tmpry1dpish.zip |##############---------------------------------------| 27.05% tmpry1dpish.zip |###############--------------------------------------| 27.51% tmpry1dpish.zip |###############--------------------------------------| 27.97% tmpry1dpish.zip |###############--------------------------------------| 28.42% tmpry1dpish.zip |###############--------------------------------------| 28.88% tmpry1dpish.zip |################-------------------------------------| 29.34% tmpry1dpish.zip |################-------------------------------------| 29.8% tmpry1dpish.zip |################-------------------------------------| 30.26% tmpry1dpish.zip |################-------------------------------------| 30.72% tmpry1dpish.zip |#################------------------------------------| 31.18% tmpry1dpish.zip |#################------------------------------------| 31.63% tmpry1dpish.zip |#################------------------------------------| 32.09% tmpry1dpish.zip |#################------------------------------------| 32.55% tmpry1dpish.zip |#################------------------------------------| 33.01% tmpry1dpish.zip |##################-----------------------------------| 33.47% tmpry1dpish.zip |##################-----------------------------------| 33.93% tmpry1dpish.zip |##################-----------------------------------| 34.38% tmpry1dpish.zip |##################-----------------------------------| 34.84% tmpry1dpish.zip |###################----------------------------------| 35.3% tmpry1dpish.zip |###################----------------------------------| 35.76% tmpry1dpish.zip |###################----------------------------------| 36.22% tmpry1dpish.zip |###################----------------------------------| 36.68% tmpry1dpish.zip |####################---------------------------------| 37.13% tmpry1dpish.zip |####################---------------------------------| 37.59% tmpry1dpish.zip |####################---------------------------------| 38.05% tmpry1dpish.zip |####################---------------------------------| 38.51% tmpry1dpish.zip |#####################--------------------------------| 38.97% tmpry1dpish.zip |#####################--------------------------------| 39.43% tmpry1dpish.zip |#####################--------------------------------| 39.89% tmpry1dpish.zip |#####################--------------------------------| 40.34% tmpry1dpish.zip |######################-------------------------------| 40.8% tmpry1dpish.zip |######################-------------------------------| 41.26% tmpry1dpish.zip |######################-------------------------------| 41.72% tmpry1dpish.zip |######################-------------------------------| 42.18% tmpry1dpish.zip |#######################------------------------------| 42.64% tmpry1dpish.zip |#######################------------------------------| 43.09% tmpry1dpish.zip |#######################------------------------------| 43.55% tmpry1dpish.zip |#######################------------------------------| 44.01% tmpry1dpish.zip |########################-----------------------------| 44.47% tmpry1dpish.zip |########################-----------------------------| 44.93% tmpry1dpish.zip |########################-----------------------------| 45.39% tmpry1dpish.zip |########################-----------------------------| 45.85% tmpry1dpish.zip |#########################----------------------------| 46.3% tmpry1dpish.zip |#########################----------------------------| 46.76% tmpry1dpish.zip |#########################----------------------------| 47.22% tmpry1dpish.zip |#########################----------------------------| 47.68% tmpry1dpish.zip |##########################---------------------------| 48.14% tmpry1dpish.zip |##########################---------------------------| 48.6% tmpry1dpish.zip |##########################---------------------------| 49.05% tmpry1dpish.zip |##########################---------------------------| 49.51% tmpry1dpish.zip |##########################---------------------------| 49.97% tmpry1dpish.zip |###########################--------------------------| 50.43% tmpry1dpish.zip |###########################--------------------------| 50.89% tmpry1dpish.zip |###########################--------------------------| 51.35% tmpry1dpish.zip |###########################--------------------------| 51.81% tmpry1dpish.zip |############################-------------------------| 52.26% tmpry1dpish.zip |############################-------------------------| 52.72% tmpry1dpish.zip |############################-------------------------| 53.18% tmpry1dpish.zip |############################-------------------------| 53.64% tmpry1dpish.zip |#############################------------------------| 54.1% tmpry1dpish.zip |#############################------------------------| 54.56% tmpry1dpish.zip |#############################------------------------| 55.01% tmpry1dpish.zip |#############################------------------------| 55.47% tmpry1dpish.zip |##############################-----------------------| 55.93% tmpry1dpish.zip |##############################-----------------------| 56.39% tmpry1dpish.zip |##############################-----------------------| 56.85% tmpry1dpish.zip |##############################-----------------------| 57.31% tmpry1dpish.zip |###############################----------------------| 57.77% tmpry1dpish.zip |###############################----------------------| 58.22% tmpry1dpish.zip |###############################----------------------| 58.68% tmpry1dpish.zip |###############################----------------------| 59.14% tmpry1dpish.zip |################################---------------------| 59.6% tmpry1dpish.zip |################################---------------------| 60.06% tmpry1dpish.zip |################################---------------------| 60.52% tmpry1dpish.zip |################################---------------------| 60.97% tmpry1dpish.zip |#################################--------------------| 61.43% tmpry1dpish.zip |#################################--------------------| 61.89% tmpry1dpish.zip |#################################--------------------| 62.35% tmpry1dpish.zip |#################################--------------------| 62.81% tmpry1dpish.zip |##################################-------------------| 63.27% tmpry1dpish.zip |##################################-------------------| 63.73% tmpry1dpish.zip |##################################-------------------| 64.18% tmpry1dpish.zip |##################################-------------------| 64.64% tmpry1dpish.zip |###################################------------------| 65.1% tmpry1dpish.zip |###################################------------------| 65.56% tmpry1dpish.zip |###################################------------------| 66.02% tmpry1dpish.zip |###################################------------------| 66.48% tmpry1dpish.zip |###################################------------------| 66.93% tmpry1dpish.zip |####################################-----------------| 67.39% tmpry1dpish.zip |####################################-----------------| 67.85% tmpry1dpish.zip |####################################-----------------| 68.31% tmpry1dpish.zip |####################################-----------------| 68.77% tmpry1dpish.zip |#####################################----------------| 69.23% tmpry1dpish.zip |#####################################----------------| 69.69% tmpry1dpish.zip |#####################################----------------| 70.14% tmpry1dpish.zip |#####################################----------------| 70.6% tmpry1dpish.zip |######################################---------------| 71.06% tmpry1dpish.zip |######################################---------------| 71.52% tmpry1dpish.zip |######################################---------------| 71.98% tmpry1dpish.zip |######################################---------------| 72.44% tmpry1dpish.zip |#######################################--------------| 72.89% tmpry1dpish.zip |#######################################--------------| 73.35% tmpry1dpish.zip |#######################################--------------| 73.81% tmpry1dpish.zip |#######################################--------------| 74.27% tmpry1dpish.zip |########################################-------------| 74.73% tmpry1dpish.zip |########################################-------------| 75.19% tmpry1dpish.zip |########################################-------------| 75.65% tmpry1dpish.zip |########################################-------------| 76.1% tmpry1dpish.zip |#########################################------------| 76.56% tmpry1dpish.zip |#########################################------------| 77.02% tmpry1dpish.zip |#########################################------------| 77.48% tmpry1dpish.zip |#########################################------------| 77.94% tmpry1dpish.zip |##########################################-----------| 78.4% tmpry1dpish.zip |##########################################-----------| 78.85% tmpry1dpish.zip |##########################################-----------| 79.31% tmpry1dpish.zip |##########################################-----------| 79.77% tmpry1dpish.zip |###########################################----------| 80.23% tmpry1dpish.zip |###########################################----------| 80.69% tmpry1dpish.zip |###########################################----------| 81.15% tmpry1dpish.zip |###########################################----------| 81.61% tmpry1dpish.zip |###########################################----------| 82.06% tmpry1dpish.zip |############################################---------| 82.52% tmpry1dpish.zip |############################################---------| 82.98% tmpry1dpish.zip |############################################---------| 83.44% tmpry1dpish.zip |############################################---------| 83.9% tmpry1dpish.zip |#############################################--------| 84.36% tmpry1dpish.zip |#############################################--------| 84.81% tmpry1dpish.zip |#############################################--------| 85.27% tmpry1dpish.zip |#############################################--------| 85.73% tmpry1dpish.zip |##############################################-------| 86.19% tmpry1dpish.zip |##############################################-------| 86.65% tmpry1dpish.zip |##############################################-------| 87.11% tmpry1dpish.zip |##############################################-------| 87.57% tmpry1dpish.zip |###############################################------| 88.02% tmpry1dpish.zip |###############################################------| 88.48% tmpry1dpish.zip |###############################################------| 88.94% tmpry1dpish.zip |###############################################------| 89.4% tmpry1dpish.zip |################################################-----| 89.86% tmpry1dpish.zip |################################################-----| 90.32% tmpry1dpish.zip |################################################-----| 90.77% tmpry1dpish.zip |################################################-----| 91.23% tmpry1dpish.zip |#################################################----| 91.69% tmpry1dpish.zip |#################################################----| 92.15% tmpry1dpish.zip |#################################################----| 92.61% tmpry1dpish.zip |#################################################----| 93.07% tmpry1dpish.zip |##################################################---| 93.53% tmpry1dpish.zip |##################################################---| 93.98% tmpry1dpish.zip |##################################################---| 94.44% tmpry1dpish.zip |##################################################---| 94.9% tmpry1dpish.zip |###################################################--| 95.36% tmpry1dpish.zip |###################################################--| 95.82% tmpry1dpish.zip |###################################################--| 96.28% tmpry1dpish.zip |###################################################--| 96.73% tmpry1dpish.zip |####################################################-| 97.19% tmpry1dpish.zip |####################################################-| 97.65% tmpry1dpish.zip |####################################################-| 98.11% tmpry1dpish.zip |####################################################-| 98.57% tmpry1dpish.zip |####################################################-| 99.03% tmpry1dpish.zip |#####################################################| 99.48% tmpry1dpish.zip |#####################################################| 99.94% tmpry1dpish.zip |#####################################################| 100.0% Plugin uploaded. Plugin's id is e8995fa2-bace-46fe-956b-754c39069ecb + 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:EMD78qPs --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).. tmpeokffcgg.zip |-----------------------------------------------------| 0.45% tmpeokffcgg.zip |-----------------------------------------------------| 0.91% tmpeokffcgg.zip |#----------------------------------------------------| 1.36% tmpeokffcgg.zip |#----------------------------------------------------| 1.82% tmpeokffcgg.zip |#----------------------------------------------------| 2.27% tmpeokffcgg.zip |#----------------------------------------------------| 2.72% tmpeokffcgg.zip |##---------------------------------------------------| 3.18% tmpeokffcgg.zip |##---------------------------------------------------| 3.63% tmpeokffcgg.zip |##---------------------------------------------------| 4.09% tmpeokffcgg.zip |##---------------------------------------------------| 4.54% tmpeokffcgg.zip |###--------------------------------------------------| 4.99% tmpeokffcgg.zip |###--------------------------------------------------| 5.45% tmpeokffcgg.zip |###--------------------------------------------------| 5.9% tmpeokffcgg.zip |###--------------------------------------------------| 6.36% tmpeokffcgg.zip |####-------------------------------------------------| 6.81% tmpeokffcgg.zip |####-------------------------------------------------| 7.26% tmpeokffcgg.zip |####-------------------------------------------------| 7.72% tmpeokffcgg.zip |####-------------------------------------------------| 8.17% tmpeokffcgg.zip |#####------------------------------------------------| 8.63% tmpeokffcgg.zip |#####------------------------------------------------| 9.08% tmpeokffcgg.zip |#####------------------------------------------------| 9.53% tmpeokffcgg.zip |#####------------------------------------------------| 9.99% tmpeokffcgg.zip |######-----------------------------------------------| 10.44% tmpeokffcgg.zip |######-----------------------------------------------| 10.9% tmpeokffcgg.zip |######-----------------------------------------------| 11.35% tmpeokffcgg.zip |######-----------------------------------------------| 11.8% tmpeokffcgg.zip |######-----------------------------------------------| 12.26% tmpeokffcgg.zip |#######----------------------------------------------| 12.71% tmpeokffcgg.zip |#######----------------------------------------------| 13.17% tmpeokffcgg.zip |#######----------------------------------------------| 13.62% tmpeokffcgg.zip |#######----------------------------------------------| 14.07% tmpeokffcgg.zip |########---------------------------------------------| 14.53% tmpeokffcgg.zip |########---------------------------------------------| 14.98% tmpeokffcgg.zip |########---------------------------------------------| 15.44% tmpeokffcgg.zip |########---------------------------------------------| 15.89% tmpeokffcgg.zip |#########--------------------------------------------| 16.34% tmpeokffcgg.zip |#########--------------------------------------------| 16.8% tmpeokffcgg.zip |#########--------------------------------------------| 17.25% tmpeokffcgg.zip |#########--------------------------------------------| 17.71% tmpeokffcgg.zip |##########-------------------------------------------| 18.16% tmpeokffcgg.zip |##########-------------------------------------------| 18.61% tmpeokffcgg.zip |##########-------------------------------------------| 19.07% tmpeokffcgg.zip |##########-------------------------------------------| 19.52% tmpeokffcgg.zip |###########------------------------------------------| 19.98% tmpeokffcgg.zip |###########------------------------------------------| 20.43% tmpeokffcgg.zip |###########------------------------------------------| 20.88% tmpeokffcgg.zip |###########------------------------------------------| 21.34% tmpeokffcgg.zip |############-----------------------------------------| 21.79% tmpeokffcgg.zip |############-----------------------------------------| 22.25% tmpeokffcgg.zip |############-----------------------------------------| 22.7% tmpeokffcgg.zip |############-----------------------------------------| 23.15% tmpeokffcgg.zip |#############----------------------------------------| 23.61% tmpeokffcgg.zip |#############----------------------------------------| 24.06% tmpeokffcgg.zip |#############----------------------------------------| 24.51% tmpeokffcgg.zip |#############----------------------------------------| 24.97% tmpeokffcgg.zip |#############----------------------------------------| 25.42% tmpeokffcgg.zip |##############---------------------------------------| 25.88% tmpeokffcgg.zip |##############---------------------------------------| 26.33% tmpeokffcgg.zip |##############---------------------------------------| 26.78% tmpeokffcgg.zip |##############---------------------------------------| 27.24% tmpeokffcgg.zip |###############--------------------------------------| 27.69% tmpeokffcgg.zip |###############--------------------------------------| 28.15% tmpeokffcgg.zip |###############--------------------------------------| 28.6% tmpeokffcgg.zip |###############--------------------------------------| 29.05% tmpeokffcgg.zip |################-------------------------------------| 29.51% tmpeokffcgg.zip |################-------------------------------------| 29.96% tmpeokffcgg.zip |################-------------------------------------| 30.42% tmpeokffcgg.zip |################-------------------------------------| 30.87% tmpeokffcgg.zip |#################------------------------------------| 31.32% tmpeokffcgg.zip |#################------------------------------------| 31.78% tmpeokffcgg.zip |#################------------------------------------| 32.23% tmpeokffcgg.zip |#################------------------------------------| 32.69% tmpeokffcgg.zip |##################-----------------------------------| 33.14% tmpeokffcgg.zip |##################-----------------------------------| 33.59% tmpeokffcgg.zip |##################-----------------------------------| 34.05% tmpeokffcgg.zip |##################-----------------------------------| 34.5% tmpeokffcgg.zip |###################----------------------------------| 34.96% tmpeokffcgg.zip |###################----------------------------------| 35.41% tmpeokffcgg.zip |###################----------------------------------| 35.86% tmpeokffcgg.zip |###################----------------------------------| 36.32% tmpeokffcgg.zip |###################----------------------------------| 36.77% tmpeokffcgg.zip |####################---------------------------------| 37.23% tmpeokffcgg.zip |####################---------------------------------| 37.68% tmpeokffcgg.zip |####################---------------------------------| 38.13% tmpeokffcgg.zip |####################---------------------------------| 38.59% tmpeokffcgg.zip |#####################--------------------------------| 39.04% tmpeokffcgg.zip |#####################--------------------------------| 39.5% tmpeokffcgg.zip |#####################--------------------------------| 39.95% tmpeokffcgg.zip |#####################--------------------------------| 40.4% tmpeokffcgg.zip |######################-------------------------------| 40.86% tmpeokffcgg.zip |######################-------------------------------| 41.31% tmpeokffcgg.zip |######################-------------------------------| 41.77% tmpeokffcgg.zip |######################-------------------------------| 42.22% tmpeokffcgg.zip |#######################------------------------------| 42.67% tmpeokffcgg.zip |#######################------------------------------| 43.13% tmpeokffcgg.zip |#######################------------------------------| 43.58% tmpeokffcgg.zip |#######################------------------------------| 44.04% tmpeokffcgg.zip |########################-----------------------------| 44.49% tmpeokffcgg.zip |########################-----------------------------| 44.94% tmpeokffcgg.zip |########################-----------------------------| 45.4% tmpeokffcgg.zip |########################-----------------------------| 45.85% tmpeokffcgg.zip |#########################----------------------------| 46.31% tmpeokffcgg.zip |#########################----------------------------| 46.76% tmpeokffcgg.zip |#########################----------------------------| 47.21% tmpeokffcgg.zip |#########################----------------------------| 47.67% tmpeokffcgg.zip |##########################---------------------------| 48.12% tmpeokffcgg.zip |##########################---------------------------| 48.58% tmpeokffcgg.zip |##########################---------------------------| 49.03% tmpeokffcgg.zip |##########################---------------------------| 49.48% tmpeokffcgg.zip |##########################---------------------------| 49.94% tmpeokffcgg.zip |###########################--------------------------| 50.39% tmpeokffcgg.zip |###########################--------------------------| 50.85% tmpeokffcgg.zip |###########################--------------------------| 51.3% tmpeokffcgg.zip |###########################--------------------------| 51.75% tmpeokffcgg.zip |############################-------------------------| 52.21% tmpeokffcgg.zip |############################-------------------------| 52.66% tmpeokffcgg.zip |############################-------------------------| 53.12% tmpeokffcgg.zip |############################-------------------------| 53.57% tmpeokffcgg.zip |#############################------------------------| 54.02% tmpeokffcgg.zip |#############################------------------------| 54.48% tmpeokffcgg.zip |#############################------------------------| 54.93% tmpeokffcgg.zip |#############################------------------------| 55.39% tmpeokffcgg.zip |##############################-----------------------| 55.84% tmpeokffcgg.zip |##############################-----------------------| 56.29% tmpeokffcgg.zip |##############################-----------------------| 56.75% tmpeokffcgg.zip |##############################-----------------------| 57.2% tmpeokffcgg.zip |###############################----------------------| 57.66% tmpeokffcgg.zip |###############################----------------------| 58.11% tmpeokffcgg.zip |###############################----------------------| 58.56% tmpeokffcgg.zip |###############################----------------------| 59.02% tmpeokffcgg.zip |################################---------------------| 59.47% tmpeokffcgg.zip |################################---------------------| 59.93% tmpeokffcgg.zip |################################---------------------| 60.38% tmpeokffcgg.zip |################################---------------------| 60.83% tmpeokffcgg.zip |################################---------------------| 61.29% tmpeokffcgg.zip |#################################--------------------| 61.74% tmpeokffcgg.zip |#################################--------------------| 62.2% tmpeokffcgg.zip |#################################--------------------| 62.65% tmpeokffcgg.zip |#################################--------------------| 63.1% tmpeokffcgg.zip |##################################-------------------| 63.56% tmpeokffcgg.zip |##################################-------------------| 64.01% tmpeokffcgg.zip |##################################-------------------| 64.47% tmpeokffcgg.zip |##################################-------------------| 64.92% tmpeokffcgg.zip |###################################------------------| 65.37% tmpeokffcgg.zip |###################################------------------| 65.83% tmpeokffcgg.zip |###################################------------------| 66.28% tmpeokffcgg.zip |###################################------------------| 66.74% tmpeokffcgg.zip |####################################-----------------| 67.19% tmpeokffcgg.zip |####################################-----------------| 67.64% tmpeokffcgg.zip |####################################-----------------| 68.1% tmpeokffcgg.zip |####################################-----------------| 68.55% tmpeokffcgg.zip |#####################################----------------| 69.0% tmpeokffcgg.zip |#####################################----------------| 69.46% tmpeokffcgg.zip |#####################################----------------| 69.91% tmpeokffcgg.zip |#####################################----------------| 70.37% tmpeokffcgg.zip |######################################---------------| 70.82% tmpeokffcgg.zip |######################################---------------| 71.27% tmpeokffcgg.zip |######################################---------------| 71.73% tmpeokffcgg.zip |######################################---------------| 72.18% tmpeokffcgg.zip |######################################---------------| 72.64% tmpeokffcgg.zip |#######################################--------------| 73.09% tmpeokffcgg.zip |#######################################--------------| 73.54% tmpeokffcgg.zip |#######################################--------------| 74.0% tmpeokffcgg.zip |#######################################--------------| 74.45% tmpeokffcgg.zip |########################################-------------| 74.91% tmpeokffcgg.zip |########################################-------------| 75.36% tmpeokffcgg.zip |########################################-------------| 75.81% tmpeokffcgg.zip |########################################-------------| 76.27% tmpeokffcgg.zip |#########################################------------| 76.72% tmpeokffcgg.zip |#########################################------------| 77.18% tmpeokffcgg.zip |#########################################------------| 77.63% tmpeokffcgg.zip |#########################################------------| 78.08% tmpeokffcgg.zip |##########################################-----------| 78.54% tmpeokffcgg.zip |##########################################-----------| 78.99% tmpeokffcgg.zip |##########################################-----------| 79.45% tmpeokffcgg.zip |##########################################-----------| 79.9% tmpeokffcgg.zip |###########################################----------| 80.35% tmpeokffcgg.zip |###########################################----------| 80.81% tmpeokffcgg.zip |###########################################----------| 81.26% tmpeokffcgg.zip |###########################################----------| 81.72% tmpeokffcgg.zip |############################################---------| 82.17% tmpeokffcgg.zip |############################################---------| 82.62% tmpeokffcgg.zip |############################################---------| 83.08% tmpeokffcgg.zip |############################################---------| 83.53% tmpeokffcgg.zip |#############################################--------| 83.99% tmpeokffcgg.zip |#############################################--------| 84.44% tmpeokffcgg.zip |#############################################--------| 84.89% tmpeokffcgg.zip |#############################################--------| 85.35% tmpeokffcgg.zip |#############################################--------| 85.8% tmpeokffcgg.zip |##############################################-------| 86.26% tmpeokffcgg.zip |##############################################-------| 86.71% tmpeokffcgg.zip |##############################################-------| 87.16% tmpeokffcgg.zip |##############################################-------| 87.62% tmpeokffcgg.zip |###############################################------| 88.07% tmpeokffcgg.zip |###############################################------| 88.53% tmpeokffcgg.zip |###############################################------| 88.98% tmpeokffcgg.zip |###############################################------| 89.43% tmpeokffcgg.zip |################################################-----| 89.89% tmpeokffcgg.zip |################################################-----| 90.34% tmpeokffcgg.zip |################################################-----| 90.8% tmpeokffcgg.zip |################################################-----| 91.25% tmpeokffcgg.zip |#################################################----| 91.7% tmpeokffcgg.zip |#################################################----| 92.16% tmpeokffcgg.zip |#################################################----| 92.61% tmpeokffcgg.zip |#################################################----| 93.07% tmpeokffcgg.zip |##################################################---| 93.52% tmpeokffcgg.zip |##################################################---| 93.97% tmpeokffcgg.zip |##################################################---| 94.43% tmpeokffcgg.zip |##################################################---| 94.88% tmpeokffcgg.zip |###################################################--| 95.34% tmpeokffcgg.zip |###################################################--| 95.79% tmpeokffcgg.zip |###################################################--| 96.24% tmpeokffcgg.zip |###################################################--| 96.7% tmpeokffcgg.zip |###################################################--| 97.15% tmpeokffcgg.zip |####################################################-| 97.61% tmpeokffcgg.zip |####################################################-| 98.06% tmpeokffcgg.zip |####################################################-| 98.51% tmpeokffcgg.zip |####################################################-| 98.97% tmpeokffcgg.zip |#####################################################| 99.42% tmpeokffcgg.zip |#####################################################| 99.88% tmpeokffcgg.zip |#####################################################| 100.0% Plugin uploaded. Plugin's id is dfe86628-8b17-46a5-849c-ee7d7a6c1c6c + 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:EMD78qPs --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).. tmpunbon4by.zip |-----------------------------------------------------| 0.47% tmpunbon4by.zip |-----------------------------------------------------| 0.93% tmpunbon4by.zip |#----------------------------------------------------| 1.4% tmpunbon4by.zip |#----------------------------------------------------| 1.86% tmpunbon4by.zip |#----------------------------------------------------| 2.33% tmpunbon4by.zip |#----------------------------------------------------| 2.79% tmpunbon4by.zip |##---------------------------------------------------| 3.26% tmpunbon4by.zip |##---------------------------------------------------| 3.73% tmpunbon4by.zip |##---------------------------------------------------| 4.19% tmpunbon4by.zip |##---------------------------------------------------| 4.66% tmpunbon4by.zip |###--------------------------------------------------| 5.12% tmpunbon4by.zip |###--------------------------------------------------| 5.59% tmpunbon4by.zip |###--------------------------------------------------| 6.05% tmpunbon4by.zip |###--------------------------------------------------| 6.52% tmpunbon4by.zip |####-------------------------------------------------| 6.98% tmpunbon4by.zip |####-------------------------------------------------| 7.45% tmpunbon4by.zip |####-------------------------------------------------| 7.92% tmpunbon4by.zip |####-------------------------------------------------| 8.38% tmpunbon4by.zip |#####------------------------------------------------| 8.85% tmpunbon4by.zip |#####------------------------------------------------| 9.31% tmpunbon4by.zip |#####------------------------------------------------| 9.78% tmpunbon4by.zip |#####------------------------------------------------| 10.24% tmpunbon4by.zip |######-----------------------------------------------| 10.71% tmpunbon4by.zip |######-----------------------------------------------| 11.18% tmpunbon4by.zip |######-----------------------------------------------| 11.64% tmpunbon4by.zip |######-----------------------------------------------| 12.11% tmpunbon4by.zip |#######----------------------------------------------| 12.57% tmpunbon4by.zip |#######----------------------------------------------| 13.04% tmpunbon4by.zip |#######----------------------------------------------| 13.5% tmpunbon4by.zip |#######----------------------------------------------| 13.97% tmpunbon4by.zip |########---------------------------------------------| 14.44% tmpunbon4by.zip |########---------------------------------------------| 14.9% tmpunbon4by.zip |########---------------------------------------------| 15.37% tmpunbon4by.zip |########---------------------------------------------| 15.83% tmpunbon4by.zip |#########--------------------------------------------| 16.3% tmpunbon4by.zip |#########--------------------------------------------| 16.76% tmpunbon4by.zip |#########--------------------------------------------| 17.23% tmpunbon4by.zip |#########--------------------------------------------| 17.7% tmpunbon4by.zip |##########-------------------------------------------| 18.16% tmpunbon4by.zip |##########-------------------------------------------| 18.63% tmpunbon4by.zip |##########-------------------------------------------| 19.09% tmpunbon4by.zip |##########-------------------------------------------| 19.56% tmpunbon4by.zip |###########------------------------------------------| 20.02% tmpunbon4by.zip |###########------------------------------------------| 20.49% tmpunbon4by.zip |###########------------------------------------------| 20.95% tmpunbon4by.zip |###########------------------------------------------| 21.42% tmpunbon4by.zip |############-----------------------------------------| 21.89% tmpunbon4by.zip |############-----------------------------------------| 22.35% tmpunbon4by.zip |############-----------------------------------------| 22.82% tmpunbon4by.zip |############-----------------------------------------| 23.28% tmpunbon4by.zip |#############----------------------------------------| 23.75% tmpunbon4by.zip |#############----------------------------------------| 24.21% tmpunbon4by.zip |#############----------------------------------------| 24.68% tmpunbon4by.zip |#############----------------------------------------| 25.15% tmpunbon4by.zip |##############---------------------------------------| 25.61% tmpunbon4by.zip |##############---------------------------------------| 26.08% tmpunbon4by.zip |##############---------------------------------------| 26.54% tmpunbon4by.zip |##############---------------------------------------| 27.01% tmpunbon4by.zip |###############--------------------------------------| 27.47% tmpunbon4by.zip |###############--------------------------------------| 27.94% tmpunbon4by.zip |###############--------------------------------------| 28.41% tmpunbon4by.zip |###############--------------------------------------| 28.87% tmpunbon4by.zip |################-------------------------------------| 29.34% tmpunbon4by.zip |################-------------------------------------| 29.8% tmpunbon4by.zip |################-------------------------------------| 30.27% tmpunbon4by.zip |################-------------------------------------| 30.73% tmpunbon4by.zip |#################------------------------------------| 31.2% tmpunbon4by.zip |#################------------------------------------| 31.67% tmpunbon4by.zip |#################------------------------------------| 32.13% tmpunbon4by.zip |#################------------------------------------| 32.6% tmpunbon4by.zip |##################-----------------------------------| 33.06% tmpunbon4by.zip |##################-----------------------------------| 33.53% tmpunbon4by.zip |##################-----------------------------------| 33.99% tmpunbon4by.zip |##################-----------------------------------| 34.46% tmpunbon4by.zip |###################----------------------------------| 34.92% tmpunbon4by.zip |###################----------------------------------| 35.39% tmpunbon4by.zip |###################----------------------------------| 35.86% tmpunbon4by.zip |###################----------------------------------| 36.32% tmpunbon4by.zip |###################----------------------------------| 36.79% tmpunbon4by.zip |####################---------------------------------| 37.25% tmpunbon4by.zip |####################---------------------------------| 37.72% tmpunbon4by.zip |####################---------------------------------| 38.18% tmpunbon4by.zip |####################---------------------------------| 38.65% tmpunbon4by.zip |#####################--------------------------------| 39.12% tmpunbon4by.zip |#####################--------------------------------| 39.58% tmpunbon4by.zip |#####################--------------------------------| 40.05% tmpunbon4by.zip |#####################--------------------------------| 40.51% tmpunbon4by.zip |######################-------------------------------| 40.98% tmpunbon4by.zip |######################-------------------------------| 41.44% tmpunbon4by.zip |######################-------------------------------| 41.91% tmpunbon4by.zip |######################-------------------------------| 42.38% tmpunbon4by.zip |#######################------------------------------| 42.84% tmpunbon4by.zip |#######################------------------------------| 43.31% tmpunbon4by.zip |#######################------------------------------| 43.77% tmpunbon4by.zip |#######################------------------------------| 44.24% tmpunbon4by.zip |########################-----------------------------| 44.7% tmpunbon4by.zip |########################-----------------------------| 45.17% tmpunbon4by.zip |########################-----------------------------| 45.63% tmpunbon4by.zip |########################-----------------------------| 46.1% tmpunbon4by.zip |#########################----------------------------| 46.57% tmpunbon4by.zip |#########################----------------------------| 47.03% tmpunbon4by.zip |#########################----------------------------| 47.5% tmpunbon4by.zip |#########################----------------------------| 47.96% tmpunbon4by.zip |##########################---------------------------| 48.43% tmpunbon4by.zip |##########################---------------------------| 48.89% tmpunbon4by.zip |##########################---------------------------| 49.36% tmpunbon4by.zip |##########################---------------------------| 49.83% tmpunbon4by.zip |###########################--------------------------| 50.29% tmpunbon4by.zip |###########################--------------------------| 50.76% tmpunbon4by.zip |###########################--------------------------| 51.22% tmpunbon4by.zip |###########################--------------------------| 51.69% tmpunbon4by.zip |############################-------------------------| 52.15% tmpunbon4by.zip |############################-------------------------| 52.62% tmpunbon4by.zip |############################-------------------------| 53.09% tmpunbon4by.zip |############################-------------------------| 53.55% tmpunbon4by.zip |#############################------------------------| 54.02% tmpunbon4by.zip |#############################------------------------| 54.48% tmpunbon4by.zip |#############################------------------------| 54.95% tmpunbon4by.zip |#############################------------------------| 55.41% tmpunbon4by.zip |##############################-----------------------| 55.88% tmpunbon4by.zip |##############################-----------------------| 56.35% tmpunbon4by.zip |##############################-----------------------| 56.81% tmpunbon4by.zip |##############################-----------------------| 57.28% tmpunbon4by.zip |###############################----------------------| 57.74% tmpunbon4by.zip |###############################----------------------| 58.21% tmpunbon4by.zip |###############################----------------------| 58.67% tmpunbon4by.zip |###############################----------------------| 59.14% tmpunbon4by.zip |################################---------------------| 59.6% tmpunbon4by.zip |################################---------------------| 60.07% tmpunbon4by.zip |################################---------------------| 60.54% tmpunbon4by.zip |################################---------------------| 61.0% tmpunbon4by.zip |#################################--------------------| 61.47% tmpunbon4by.zip |#################################--------------------| 61.93% tmpunbon4by.zip |#################################--------------------| 62.4% tmpunbon4by.zip |#################################--------------------| 62.86% tmpunbon4by.zip |##################################-------------------| 63.33% tmpunbon4by.zip |##################################-------------------| 63.8% tmpunbon4by.zip |##################################-------------------| 64.26% tmpunbon4by.zip |##################################-------------------| 64.73% tmpunbon4by.zip |###################################------------------| 65.19% tmpunbon4by.zip |###################################------------------| 65.66% tmpunbon4by.zip |###################################------------------| 66.12% tmpunbon4by.zip |###################################------------------| 66.59% tmpunbon4by.zip |####################################-----------------| 67.06% tmpunbon4by.zip |####################################-----------------| 67.52% tmpunbon4by.zip |####################################-----------------| 67.99% tmpunbon4by.zip |####################################-----------------| 68.45% tmpunbon4by.zip |#####################################----------------| 68.92% tmpunbon4by.zip |#####################################----------------| 69.38% tmpunbon4by.zip |#####################################----------------| 69.85% tmpunbon4by.zip |#####################################----------------| 70.32% tmpunbon4by.zip |######################################---------------| 70.78% tmpunbon4by.zip |######################################---------------| 71.25% tmpunbon4by.zip |######################################---------------| 71.71% tmpunbon4by.zip |######################################---------------| 72.18% tmpunbon4by.zip |#######################################--------------| 72.64% tmpunbon4by.zip |#######################################--------------| 73.11% tmpunbon4by.zip |#######################################--------------| 73.57% tmpunbon4by.zip |#######################################--------------| 74.04% tmpunbon4by.zip |#######################################--------------| 74.51% tmpunbon4by.zip |########################################-------------| 74.97% tmpunbon4by.zip |########################################-------------| 75.44% tmpunbon4by.zip |########################################-------------| 75.9% tmpunbon4by.zip |########################################-------------| 76.37% tmpunbon4by.zip |#########################################------------| 76.83% tmpunbon4by.zip |#########################################------------| 77.3% tmpunbon4by.zip |#########################################------------| 77.77% tmpunbon4by.zip |#########################################------------| 78.23% tmpunbon4by.zip |##########################################-----------| 78.7% tmpunbon4by.zip |##########################################-----------| 79.16% tmpunbon4by.zip |##########################################-----------| 79.63% tmpunbon4by.zip |##########################################-----------| 80.09% tmpunbon4by.zip |###########################################----------| 80.56% tmpunbon4by.zip |###########################################----------| 81.03% tmpunbon4by.zip |###########################################----------| 81.49% tmpunbon4by.zip |###########################################----------| 81.96% tmpunbon4by.zip |############################################---------| 82.42% tmpunbon4by.zip |############################################---------| 82.89% tmpunbon4by.zip |############################################---------| 83.35% tmpunbon4by.zip |############################################---------| 83.82% tmpunbon4by.zip |#############################################--------| 84.29% tmpunbon4by.zip |#############################################--------| 84.75% tmpunbon4by.zip |#############################################--------| 85.22% tmpunbon4by.zip |#############################################--------| 85.68% tmpunbon4by.zip |##############################################-------| 86.15% tmpunbon4by.zip |##############################################-------| 86.61% tmpunbon4by.zip |##############################################-------| 87.08% tmpunbon4by.zip |##############################################-------| 87.54% tmpunbon4by.zip |###############################################------| 88.01% tmpunbon4by.zip |###############################################------| 88.48% tmpunbon4by.zip |###############################################------| 88.94% tmpunbon4by.zip |###############################################------| 89.41% tmpunbon4by.zip |################################################-----| 89.87% tmpunbon4by.zip |################################################-----| 90.34% tmpunbon4by.zip |################################################-----| 90.8% tmpunbon4by.zip |################################################-----| 91.27% tmpunbon4by.zip |#################################################----| 91.74% tmpunbon4by.zip |#################################################----| 92.2% tmpunbon4by.zip |#################################################----| 92.67% tmpunbon4by.zip |#################################################----| 93.13% tmpunbon4by.zip |##################################################---| 93.6% tmpunbon4by.zip |##################################################---| 94.06% tmpunbon4by.zip |##################################################---| 94.53% tmpunbon4by.zip |##################################################---| 95.0% tmpunbon4by.zip |###################################################--| 95.46% tmpunbon4by.zip |###################################################--| 95.93% tmpunbon4by.zip |###################################################--| 96.39% tmpunbon4by.zip |###################################################--| 96.86% tmpunbon4by.zip |####################################################-| 97.32% tmpunbon4by.zip |####################################################-| 97.79% tmpunbon4by.zip |####################################################-| 98.25% tmpunbon4by.zip |####################################################-| 98.72% tmpunbon4by.zip |#####################################################| 99.19% tmpunbon4by.zip |#####################################################| 99.65% tmpunbon4by.zip |#####################################################| 100.0% Plugin uploaded. Plugin's id is c45406f1-9c88-4673-a3b7-26847d7842c4 + 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:EMD78qPs --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).. tmpdqr036nw.zip |-----------------------------------------------------| 0.46% tmpdqr036nw.zip |-----------------------------------------------------| 0.93% tmpdqr036nw.zip |#----------------------------------------------------| 1.39% tmpdqr036nw.zip |#----------------------------------------------------| 1.86% tmpdqr036nw.zip |#----------------------------------------------------| 2.32% tmpdqr036nw.zip |#----------------------------------------------------| 2.79% tmpdqr036nw.zip |##---------------------------------------------------| 3.25% tmpdqr036nw.zip |##---------------------------------------------------| 3.72% tmpdqr036nw.zip |##---------------------------------------------------| 4.18% tmpdqr036nw.zip |##---------------------------------------------------| 4.64% tmpdqr036nw.zip |###--------------------------------------------------| 5.11% tmpdqr036nw.zip |###--------------------------------------------------| 5.57% tmpdqr036nw.zip |###--------------------------------------------------| 6.04% tmpdqr036nw.zip |###--------------------------------------------------| 6.5% tmpdqr036nw.zip |####-------------------------------------------------| 6.97% tmpdqr036nw.zip |####-------------------------------------------------| 7.43% tmpdqr036nw.zip |####-------------------------------------------------| 7.9% tmpdqr036nw.zip |####-------------------------------------------------| 8.36% tmpdqr036nw.zip |#####------------------------------------------------| 8.82% tmpdqr036nw.zip |#####------------------------------------------------| 9.29% tmpdqr036nw.zip |#####------------------------------------------------| 9.75% tmpdqr036nw.zip |#####------------------------------------------------| 10.22% tmpdqr036nw.zip |######-----------------------------------------------| 10.68% tmpdqr036nw.zip |######-----------------------------------------------| 11.15% tmpdqr036nw.zip |######-----------------------------------------------| 11.61% tmpdqr036nw.zip |######-----------------------------------------------| 12.08% tmpdqr036nw.zip |#######----------------------------------------------| 12.54% tmpdqr036nw.zip |#######----------------------------------------------| 13.0% tmpdqr036nw.zip |#######----------------------------------------------| 13.47% tmpdqr036nw.zip |#######----------------------------------------------| 13.93% tmpdqr036nw.zip |########---------------------------------------------| 14.4% tmpdqr036nw.zip |########---------------------------------------------| 14.86% tmpdqr036nw.zip |########---------------------------------------------| 15.33% tmpdqr036nw.zip |########---------------------------------------------| 15.79% tmpdqr036nw.zip |#########--------------------------------------------| 16.26% tmpdqr036nw.zip |#########--------------------------------------------| 16.72% tmpdqr036nw.zip |#########--------------------------------------------| 17.18% tmpdqr036nw.zip |#########--------------------------------------------| 17.65% tmpdqr036nw.zip |##########-------------------------------------------| 18.11% tmpdqr036nw.zip |##########-------------------------------------------| 18.58% tmpdqr036nw.zip |##########-------------------------------------------| 19.04% tmpdqr036nw.zip |##########-------------------------------------------| 19.51% tmpdqr036nw.zip |###########------------------------------------------| 19.97% tmpdqr036nw.zip |###########------------------------------------------| 20.43% tmpdqr036nw.zip |###########------------------------------------------| 20.9% tmpdqr036nw.zip |###########------------------------------------------| 21.36% tmpdqr036nw.zip |############-----------------------------------------| 21.83% tmpdqr036nw.zip |############-----------------------------------------| 22.29% tmpdqr036nw.zip |############-----------------------------------------| 22.76% tmpdqr036nw.zip |############-----------------------------------------| 23.22% tmpdqr036nw.zip |#############----------------------------------------| 23.69% tmpdqr036nw.zip |#############----------------------------------------| 24.15% tmpdqr036nw.zip |#############----------------------------------------| 24.61% tmpdqr036nw.zip |#############----------------------------------------| 25.08% tmpdqr036nw.zip |##############---------------------------------------| 25.54% tmpdqr036nw.zip |##############---------------------------------------| 26.01% tmpdqr036nw.zip |##############---------------------------------------| 26.47% tmpdqr036nw.zip |##############---------------------------------------| 26.94% tmpdqr036nw.zip |###############--------------------------------------| 27.4% tmpdqr036nw.zip |###############--------------------------------------| 27.87% tmpdqr036nw.zip |###############--------------------------------------| 28.33% tmpdqr036nw.zip |###############--------------------------------------| 28.79% tmpdqr036nw.zip |################-------------------------------------| 29.26% tmpdqr036nw.zip |################-------------------------------------| 29.72% tmpdqr036nw.zip |################-------------------------------------| 30.19% tmpdqr036nw.zip |################-------------------------------------| 30.65% tmpdqr036nw.zip |################-------------------------------------| 31.12% tmpdqr036nw.zip |#################------------------------------------| 31.58% tmpdqr036nw.zip |#################------------------------------------| 32.05% tmpdqr036nw.zip |#################------------------------------------| 32.51% tmpdqr036nw.zip |#################------------------------------------| 32.97% tmpdqr036nw.zip |##################-----------------------------------| 33.44% tmpdqr036nw.zip |##################-----------------------------------| 33.9% tmpdqr036nw.zip |##################-----------------------------------| 34.37% tmpdqr036nw.zip |##################-----------------------------------| 34.83% tmpdqr036nw.zip |###################----------------------------------| 35.3% tmpdqr036nw.zip |###################----------------------------------| 35.76% tmpdqr036nw.zip |###################----------------------------------| 36.23% tmpdqr036nw.zip |###################----------------------------------| 36.69% tmpdqr036nw.zip |####################---------------------------------| 37.15% tmpdqr036nw.zip |####################---------------------------------| 37.62% tmpdqr036nw.zip |####################---------------------------------| 38.08% tmpdqr036nw.zip |####################---------------------------------| 38.55% tmpdqr036nw.zip |#####################--------------------------------| 39.01% tmpdqr036nw.zip |#####################--------------------------------| 39.48% tmpdqr036nw.zip |#####################--------------------------------| 39.94% tmpdqr036nw.zip |#####################--------------------------------| 40.41% tmpdqr036nw.zip |######################-------------------------------| 40.87% tmpdqr036nw.zip |######################-------------------------------| 41.33% tmpdqr036nw.zip |######################-------------------------------| 41.8% tmpdqr036nw.zip |######################-------------------------------| 42.26% tmpdqr036nw.zip |#######################------------------------------| 42.73% tmpdqr036nw.zip |#######################------------------------------| 43.19% tmpdqr036nw.zip |#######################------------------------------| 43.66% tmpdqr036nw.zip |#######################------------------------------| 44.12% tmpdqr036nw.zip |########################-----------------------------| 44.59% tmpdqr036nw.zip |########################-----------------------------| 45.05% tmpdqr036nw.zip |########################-----------------------------| 45.51% tmpdqr036nw.zip |########################-----------------------------| 45.98% tmpdqr036nw.zip |#########################----------------------------| 46.44% tmpdqr036nw.zip |#########################----------------------------| 46.91% tmpdqr036nw.zip |#########################----------------------------| 47.37% tmpdqr036nw.zip |#########################----------------------------| 47.84% tmpdqr036nw.zip |##########################---------------------------| 48.3% tmpdqr036nw.zip |##########################---------------------------| 48.77% tmpdqr036nw.zip |##########################---------------------------| 49.23% tmpdqr036nw.zip |##########################---------------------------| 49.69% tmpdqr036nw.zip |###########################--------------------------| 50.16% tmpdqr036nw.zip |###########################--------------------------| 50.62% tmpdqr036nw.zip |###########################--------------------------| 51.09% tmpdqr036nw.zip |###########################--------------------------| 51.55% tmpdqr036nw.zip |############################-------------------------| 52.02% tmpdqr036nw.zip |############################-------------------------| 52.48% tmpdqr036nw.zip |############################-------------------------| 52.94% tmpdqr036nw.zip |############################-------------------------| 53.41% tmpdqr036nw.zip |#############################------------------------| 53.87% tmpdqr036nw.zip |#############################------------------------| 54.34% tmpdqr036nw.zip |#############################------------------------| 54.8% tmpdqr036nw.zip |#############################------------------------| 55.27% tmpdqr036nw.zip |##############################-----------------------| 55.73% tmpdqr036nw.zip |##############################-----------------------| 56.2% tmpdqr036nw.zip |##############################-----------------------| 56.66% tmpdqr036nw.zip |##############################-----------------------| 57.12% tmpdqr036nw.zip |###############################----------------------| 57.59% tmpdqr036nw.zip |###############################----------------------| 58.05% tmpdqr036nw.zip |###############################----------------------| 58.52% tmpdqr036nw.zip |###############################----------------------| 58.98% tmpdqr036nw.zip |################################---------------------| 59.45% tmpdqr036nw.zip |################################---------------------| 59.91% tmpdqr036nw.zip |################################---------------------| 60.38% tmpdqr036nw.zip |################################---------------------| 60.84% tmpdqr036nw.zip |################################---------------------| 61.3% tmpdqr036nw.zip |#################################--------------------| 61.77% tmpdqr036nw.zip |#################################--------------------| 62.23% tmpdqr036nw.zip |#################################--------------------| 62.7% tmpdqr036nw.zip |#################################--------------------| 63.16% tmpdqr036nw.zip |##################################-------------------| 63.63% tmpdqr036nw.zip |##################################-------------------| 64.09% tmpdqr036nw.zip |##################################-------------------| 64.56% tmpdqr036nw.zip |##################################-------------------| 65.02% tmpdqr036nw.zip |###################################------------------| 65.48% tmpdqr036nw.zip |###################################------------------| 65.95% tmpdqr036nw.zip |###################################------------------| 66.41% tmpdqr036nw.zip |###################################------------------| 66.88% tmpdqr036nw.zip |####################################-----------------| 67.34% tmpdqr036nw.zip |####################################-----------------| 67.81% tmpdqr036nw.zip |####################################-----------------| 68.27% tmpdqr036nw.zip |####################################-----------------| 68.74% tmpdqr036nw.zip |#####################################----------------| 69.2% tmpdqr036nw.zip |#####################################----------------| 69.66% tmpdqr036nw.zip |#####################################----------------| 70.13% tmpdqr036nw.zip |#####################################----------------| 70.59% tmpdqr036nw.zip |######################################---------------| 71.06% tmpdqr036nw.zip |######################################---------------| 71.52% tmpdqr036nw.zip |######################################---------------| 71.99% tmpdqr036nw.zip |######################################---------------| 72.45% tmpdqr036nw.zip |#######################################--------------| 72.92% tmpdqr036nw.zip |#######################################--------------| 73.38% tmpdqr036nw.zip |#######################################--------------| 73.84% tmpdqr036nw.zip |#######################################--------------| 74.31% tmpdqr036nw.zip |########################################-------------| 74.77% tmpdqr036nw.zip |########################################-------------| 75.24% tmpdqr036nw.zip |########################################-------------| 75.7% tmpdqr036nw.zip |########################################-------------| 76.17% tmpdqr036nw.zip |#########################################------------| 76.63% tmpdqr036nw.zip |#########################################------------| 77.1% tmpdqr036nw.zip |#########################################------------| 77.56% tmpdqr036nw.zip |#########################################------------| 78.02% tmpdqr036nw.zip |##########################################-----------| 78.49% tmpdqr036nw.zip |##########################################-----------| 78.95% tmpdqr036nw.zip |##########################################-----------| 79.42% tmpdqr036nw.zip |##########################################-----------| 79.88% tmpdqr036nw.zip |###########################################----------| 80.35% tmpdqr036nw.zip |###########################################----------| 80.81% tmpdqr036nw.zip |###########################################----------| 81.28% tmpdqr036nw.zip |###########################################----------| 81.74% tmpdqr036nw.zip |############################################---------| 82.2% tmpdqr036nw.zip |############################################---------| 82.67% tmpdqr036nw.zip |############################################---------| 83.13% tmpdqr036nw.zip |############################################---------| 83.6% tmpdqr036nw.zip |#############################################--------| 84.06% tmpdqr036nw.zip |#############################################--------| 84.53% tmpdqr036nw.zip |#############################################--------| 84.99% tmpdqr036nw.zip |#############################################--------| 85.45% tmpdqr036nw.zip |##############################################-------| 85.92% tmpdqr036nw.zip |##############################################-------| 86.38% tmpdqr036nw.zip |##############################################-------| 86.85% tmpdqr036nw.zip |##############################################-------| 87.31% tmpdqr036nw.zip |###############################################------| 87.78% tmpdqr036nw.zip |###############################################------| 88.24% tmpdqr036nw.zip |###############################################------| 88.71% tmpdqr036nw.zip |###############################################------| 89.17% tmpdqr036nw.zip |################################################-----| 89.63% tmpdqr036nw.zip |################################################-----| 90.1% tmpdqr036nw.zip |################################################-----| 90.56% tmpdqr036nw.zip |################################################-----| 91.03% tmpdqr036nw.zip |################################################-----| 91.49% tmpdqr036nw.zip |#################################################----| 91.96% tmpdqr036nw.zip |#################################################----| 92.42% tmpdqr036nw.zip |#################################################----| 92.89% tmpdqr036nw.zip |#################################################----| 93.35% tmpdqr036nw.zip |##################################################---| 93.81% tmpdqr036nw.zip |##################################################---| 94.28% tmpdqr036nw.zip |##################################################---| 94.74% tmpdqr036nw.zip |##################################################---| 95.21% tmpdqr036nw.zip |###################################################--| 95.67% tmpdqr036nw.zip |###################################################--| 96.14% tmpdqr036nw.zip |###################################################--| 96.6% tmpdqr036nw.zip |###################################################--| 97.07% tmpdqr036nw.zip |####################################################-| 97.53% tmpdqr036nw.zip |####################################################-| 97.99% tmpdqr036nw.zip |####################################################-| 98.46% tmpdqr036nw.zip |####################################################-| 98.92% tmpdqr036nw.zip |#####################################################| 99.39% tmpdqr036nw.zip |#####################################################| 99.85% tmpdqr036nw.zip |#####################################################| 100.0% Plugin uploaded. Plugin's id is a0df4d29-1cf7-4b0d-8662-22f7e3cbe345 + cm_hasany 'executions?is_system_workflow=true&status=pending&status=started&status=queued&status=scheduled' ++ curl -Ss -H 'Tenant: default_tenant' --user admin:EMD78qPs --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