By type
+ '[' -d /cfy-persist ']' ++ ls -A /cfy-persist + '[' -z '' ']' ++ cat /opt/onap/cm-secrets/password + CMPASS=SU92FFB6 + CMPASS=SU92FFB6 + sed -i -e 's|admin_password: .*$|admin_password: SU92FFB6|' /etc/cloudify/config.yaml + for d in '$PDIRS' ++ dirname /var/lib + p=/var + mkdir -p /cfy-persist/var + cp -rp /var/lib /cfy-persist/var + for d in '$PDIRS' ++ dirname /etc/cloudify + p=/etc + mkdir -p /cfy-persist/etc + cp -rp /etc/cloudify /cfy-persist/etc + for d in '$PDIRS' ++ dirname /opt/cfy + p=/opt + mkdir -p /cfy-persist/opt + cp -rp /opt/cfy /cfy-persist/opt + for d in '$PDIRS' ++ dirname /opt/cloudify + p=/opt + mkdir -p /cfy-persist/opt + cp -rp /opt/cloudify /cfy-persist/opt + for d in '$PDIRS' ++ dirname /opt/cloudify-stage + p=/opt + mkdir -p /cfy-persist/opt + cp -rp /opt/cloudify-stage /cfy-persist/opt + for d in '$PDIRS' ++ dirname /opt/manager + p=/opt + mkdir -p /cfy-persist/opt + cp -rp /opt/manager /cfy-persist/opt + for d in '$PDIRS' ++ dirname /opt/mgmtworker + p=/opt + mkdir -p /cfy-persist/opt + cp -rp /opt/mgmtworker /cfy-persist/opt + for d in '$PDIRS' ++ dirname /opt/restservice + p=/opt + mkdir -p /cfy-persist/opt + cp -rp /opt/restservice /cfy-persist/opt + for d in '$PDIRS' + '[' -d /var/lib ']' + mv /var/lib /var/lib-initial ++ dirname /var/lib + ln -sf /cfy-persist//var/lib /var + for d in '$PDIRS' + '[' -d /etc/cloudify ']' + mv /etc/cloudify /etc/cloudify-initial ++ dirname /etc/cloudify + ln -sf /cfy-persist//etc/cloudify /etc + for d in '$PDIRS' + '[' -d /opt/cfy ']' + mv /opt/cfy /opt/cfy-initial ++ dirname /opt/cfy + ln -sf /cfy-persist//opt/cfy /opt + for d in '$PDIRS' + '[' -d /opt/cloudify ']' + mv /opt/cloudify /opt/cloudify-initial ++ dirname /opt/cloudify + ln -sf /cfy-persist//opt/cloudify /opt + for d in '$PDIRS' + '[' -d /opt/cloudify-stage ']' + mv /opt/cloudify-stage /opt/cloudify-stage-initial ++ dirname /opt/cloudify-stage + ln -sf /cfy-persist//opt/cloudify-stage /opt + for d in '$PDIRS' + '[' -d /opt/manager ']' + mv /opt/manager /opt/manager-initial ++ dirname /opt/manager + ln -sf /cfy-persist//opt/manager /opt + for d in '$PDIRS' + '[' -d /opt/mgmtworker ']' + mv /opt/mgmtworker /opt/mgmtworker-initial ++ dirname /opt/mgmtworker + ln -sf /cfy-persist//opt/mgmtworker /opt + for d in '$PDIRS' + '[' -d /opt/restservice ']' + mv /opt/restservice /opt/restservice-initial ++ dirname /opt/restservice + ln -sf /cfy-persist//opt/restservice /opt + exec /sbin/init --log-target=journal + /scripts/init-cloudify.sh + /scripts/setup-secret.sh + '[' '!' -d /var/run/secrets/kubernetes.io/serviceaccount ']' + mkdir -p /var/run/secrets/kubernetes.io/ + ln -s /secret/ /var/run/secrets/kubernetes.io/serviceaccount + /scripts/load-plugins.sh + /scripts/cloudify-ready.sh Did not get a status response This command is only available when using a manager. Please use the `cfy profiles use` command to connect to a Cloudify Manager. + echo 'Waiting for CM to come up' + sleep 15 Waiting for CM to come up + /scripts/cloudify-ready.sh Did not get a status response This command is only available when using a manager. Please use the `cfy profiles use` command to connect to a Cloudify Manager. Waiting for CM to come up + echo 'Waiting for CM to come up' + sleep 15 + /scripts/cloudify-ready.sh Did not get a status response This command is only available when using a manager. Please use the `cfy profiles use` command to connect to a Cloudify Manager. Waiting for CM to come up + echo 'Waiting for CM to come up' + sleep 15 + /scripts/cloudify-ready.sh Did not get a status response This command is only available when using a manager. Please use the `cfy profiles use` command to connect to a Cloudify Manager. + echo 'Waiting for CM to come up' + 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 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' + sleep 15 Waiting for CM to come up + /scripts/cloudify-ready.sh Services: Got a status response All services running + shopt -s nullglob + [[ ! -f /opt/manager/plugins-loaded ]] + for p in '${PLUGIN_DIR}/*' + wagons=($p/*.wgn) + types=($p/*.yaml) + install_plugin /opt/plugins/plugin-5Dc9T1a/k8splugin-3.9.0-py36-none-linux_x86_64.wgn /opt/plugins/plugin-5Dc9T1a/k8splugin_types.yaml ++ basename /opt/plugins/plugin-5Dc9T1a/k8splugin-3.9.0-py36-none-linux_x86_64.wgn + ARCHIVE=k8splugin-3.9.0-py36-none-linux_x86_64.wgn + cm_hasany 'plugins?archive_name=k8splugin-3.9.0-py36-none-linux_x86_64.wgn' ++ curl -Ss -H 'Tenant: default_tenant' --user admin:SU92FFB6 --cacert /opt/onap/certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/plugins?archive_name=k8splugin-3.9.0-py36-none-linux_x86_64.wgn&_include=id' ++ /bin/jq .metadata.pagination.total + COUNT=0 + (( 0 > 0 )) + return 1 + cfy plugin upload -y /opt/plugins/plugin-5Dc9T1a/k8splugin_types.yaml /opt/plugins/plugin-5Dc9T1a/k8splugin-3.9.0-py36-none-linux_x86_64.wgn Creating plugin zip archive.. Uploading plugin archive (wagon + yaml).. tmpoheh4urc.zip |-----------------------------------------------------| 0.13% tmpoheh4urc.zip |-----------------------------------------------------| 0.26% tmpoheh4urc.zip |-----------------------------------------------------| 0.38% tmpoheh4urc.zip |-----------------------------------------------------| 0.51% tmpoheh4urc.zip |-----------------------------------------------------| 0.64% tmpoheh4urc.zip |-----------------------------------------------------| 0.77% tmpoheh4urc.zip |-----------------------------------------------------| 0.9% tmpoheh4urc.zip |#----------------------------------------------------| 1.03% tmpoheh4urc.zip |#----------------------------------------------------| 1.15% tmpoheh4urc.zip |#----------------------------------------------------| 1.28% tmpoheh4urc.zip |#----------------------------------------------------| 1.41% tmpoheh4urc.zip |#----------------------------------------------------| 1.54% tmpoheh4urc.zip |#----------------------------------------------------| 1.67% tmpoheh4urc.zip |#----------------------------------------------------| 1.79% tmpoheh4urc.zip |#----------------------------------------------------| 1.92% tmpoheh4urc.zip |#----------------------------------------------------| 2.05% tmpoheh4urc.zip |#----------------------------------------------------| 2.18% tmpoheh4urc.zip |#----------------------------------------------------| 2.31% tmpoheh4urc.zip |#----------------------------------------------------| 2.44% tmpoheh4urc.zip |#----------------------------------------------------| 2.56% tmpoheh4urc.zip |#----------------------------------------------------| 2.69% tmpoheh4urc.zip |#----------------------------------------------------| 2.82% tmpoheh4urc.zip |##---------------------------------------------------| 2.95% tmpoheh4urc.zip |##---------------------------------------------------| 3.08% tmpoheh4urc.zip |##---------------------------------------------------| 3.2% tmpoheh4urc.zip |##---------------------------------------------------| 3.33% tmpoheh4urc.zip |##---------------------------------------------------| 3.46% tmpoheh4urc.zip |##---------------------------------------------------| 3.59% tmpoheh4urc.zip |##---------------------------------------------------| 3.72% tmpoheh4urc.zip |##---------------------------------------------------| 3.85% tmpoheh4urc.zip |##---------------------------------------------------| 3.97% tmpoheh4urc.zip |##---------------------------------------------------| 4.1% tmpoheh4urc.zip |##---------------------------------------------------| 4.23% tmpoheh4urc.zip |##---------------------------------------------------| 4.36% tmpoheh4urc.zip |##---------------------------------------------------| 4.49% tmpoheh4urc.zip |##---------------------------------------------------| 4.61% tmpoheh4urc.zip |###--------------------------------------------------| 4.74% tmpoheh4urc.zip |###--------------------------------------------------| 4.87% tmpoheh4urc.zip |###--------------------------------------------------| 5.0% tmpoheh4urc.zip |###--------------------------------------------------| 5.13% tmpoheh4urc.zip |###--------------------------------------------------| 5.26% tmpoheh4urc.zip |###--------------------------------------------------| 5.38% tmpoheh4urc.zip |###--------------------------------------------------| 5.51% tmpoheh4urc.zip |###--------------------------------------------------| 5.64% tmpoheh4urc.zip |###--------------------------------------------------| 5.77% tmpoheh4urc.zip |###--------------------------------------------------| 5.9% tmpoheh4urc.zip |###--------------------------------------------------| 6.02% tmpoheh4urc.zip |###--------------------------------------------------| 6.15% tmpoheh4urc.zip |###--------------------------------------------------| 6.28% tmpoheh4urc.zip |###--------------------------------------------------| 6.41% tmpoheh4urc.zip |###--------------------------------------------------| 6.54% tmpoheh4urc.zip |####-------------------------------------------------| 6.67% tmpoheh4urc.zip |####-------------------------------------------------| 6.79% tmpoheh4urc.zip |####-------------------------------------------------| 6.92% tmpoheh4urc.zip |####-------------------------------------------------| 7.05% tmpoheh4urc.zip |####-------------------------------------------------| 7.18% tmpoheh4urc.zip |####-------------------------------------------------| 7.31% tmpoheh4urc.zip |####-------------------------------------------------| 7.43% tmpoheh4urc.zip |####-------------------------------------------------| 7.56% tmpoheh4urc.zip |####-------------------------------------------------| 7.69% tmpoheh4urc.zip |####-------------------------------------------------| 7.82% tmpoheh4urc.zip |####-------------------------------------------------| 7.95% tmpoheh4urc.zip |####-------------------------------------------------| 8.08% tmpoheh4urc.zip |####-------------------------------------------------| 8.2% tmpoheh4urc.zip |####-------------------------------------------------| 8.33% tmpoheh4urc.zip |####-------------------------------------------------| 8.46% tmpoheh4urc.zip |#####------------------------------------------------| 8.59% tmpoheh4urc.zip |#####------------------------------------------------| 8.72% tmpoheh4urc.zip |#####------------------------------------------------| 8.84% tmpoheh4urc.zip |#####------------------------------------------------| 8.97% tmpoheh4urc.zip |#####------------------------------------------------| 9.1% tmpoheh4urc.zip |#####------------------------------------------------| 9.23% tmpoheh4urc.zip |#####------------------------------------------------| 9.36% tmpoheh4urc.zip |#####------------------------------------------------| 9.48% tmpoheh4urc.zip |#####------------------------------------------------| 9.61% tmpoheh4urc.zip |#####------------------------------------------------| 9.74% tmpoheh4urc.zip |#####------------------------------------------------| 9.87% tmpoheh4urc.zip |#####------------------------------------------------| 10.0% tmpoheh4urc.zip |#####------------------------------------------------| 10.13% tmpoheh4urc.zip |#####------------------------------------------------| 10.25% tmpoheh4urc.zip |######-----------------------------------------------| 10.38% tmpoheh4urc.zip |######-----------------------------------------------| 10.51% tmpoheh4urc.zip |######-----------------------------------------------| 10.64% tmpoheh4urc.zip |######-----------------------------------------------| 10.77% tmpoheh4urc.zip |######-----------------------------------------------| 10.89% tmpoheh4urc.zip |######-----------------------------------------------| 11.02% tmpoheh4urc.zip |######-----------------------------------------------| 11.15% tmpoheh4urc.zip |######-----------------------------------------------| 11.28% tmpoheh4urc.zip |######-----------------------------------------------| 11.41% tmpoheh4urc.zip |######-----------------------------------------------| 11.54% tmpoheh4urc.zip |######-----------------------------------------------| 11.66% tmpoheh4urc.zip |######-----------------------------------------------| 11.79% tmpoheh4urc.zip |######-----------------------------------------------| 11.92% tmpoheh4urc.zip |######-----------------------------------------------| 12.05% tmpoheh4urc.zip |######-----------------------------------------------| 12.18% tmpoheh4urc.zip |#######----------------------------------------------| 12.3% tmpoheh4urc.zip |#######----------------------------------------------| 12.43% tmpoheh4urc.zip |#######----------------------------------------------| 12.56% tmpoheh4urc.zip |#######----------------------------------------------| 12.69% tmpoheh4urc.zip |#######----------------------------------------------| 12.82% tmpoheh4urc.zip |#######----------------------------------------------| 12.95% tmpoheh4urc.zip |#######----------------------------------------------| 13.07% tmpoheh4urc.zip |#######----------------------------------------------| 13.2% tmpoheh4urc.zip |#######----------------------------------------------| 13.33% tmpoheh4urc.zip |#######----------------------------------------------| 13.46% tmpoheh4urc.zip |#######----------------------------------------------| 13.59% tmpoheh4urc.zip |#######----------------------------------------------| 13.71% tmpoheh4urc.zip |#######----------------------------------------------| 13.84% tmpoheh4urc.zip |#######----------------------------------------------| 13.97% tmpoheh4urc.zip |#######----------------------------------------------| 14.1% tmpoheh4urc.zip |########---------------------------------------------| 14.23% tmpoheh4urc.zip |########---------------------------------------------| 14.36% tmpoheh4urc.zip |########---------------------------------------------| 14.48% tmpoheh4urc.zip |########---------------------------------------------| 14.61% tmpoheh4urc.zip |########---------------------------------------------| 14.74% tmpoheh4urc.zip |########---------------------------------------------| 14.87% tmpoheh4urc.zip |########---------------------------------------------| 15.0% tmpoheh4urc.zip |########---------------------------------------------| 15.12% tmpoheh4urc.zip |########---------------------------------------------| 15.25% tmpoheh4urc.zip |########---------------------------------------------| 15.38% tmpoheh4urc.zip |########---------------------------------------------| 15.51% tmpoheh4urc.zip |########---------------------------------------------| 15.64% tmpoheh4urc.zip |########---------------------------------------------| 15.77% tmpoheh4urc.zip |########---------------------------------------------| 15.89% tmpoheh4urc.zip |########---------------------------------------------| 16.02% tmpoheh4urc.zip |#########--------------------------------------------| 16.15% tmpoheh4urc.zip |#########--------------------------------------------| 16.28% tmpoheh4urc.zip |#########--------------------------------------------| 16.41% tmpoheh4urc.zip |#########--------------------------------------------| 16.53% tmpoheh4urc.zip |#########--------------------------------------------| 16.66% tmpoheh4urc.zip |#########--------------------------------------------| 16.79% tmpoheh4urc.zip |#########--------------------------------------------| 16.92% tmpoheh4urc.zip |#########--------------------------------------------| 17.05% tmpoheh4urc.zip |#########--------------------------------------------| 17.18% tmpoheh4urc.zip |#########--------------------------------------------| 17.3% tmpoheh4urc.zip |#########--------------------------------------------| 17.43% tmpoheh4urc.zip |#########--------------------------------------------| 17.56% tmpoheh4urc.zip |#########--------------------------------------------| 17.69% tmpoheh4urc.zip |#########--------------------------------------------| 17.82% tmpoheh4urc.zip |##########-------------------------------------------| 17.94% tmpoheh4urc.zip |##########-------------------------------------------| 18.07% tmpoheh4urc.zip |##########-------------------------------------------| 18.2% tmpoheh4urc.zip |##########-------------------------------------------| 18.33% tmpoheh4urc.zip |##########-------------------------------------------| 18.46% tmpoheh4urc.zip |##########-------------------------------------------| 18.59% tmpoheh4urc.zip |##########-------------------------------------------| 18.71% tmpoheh4urc.zip |##########-------------------------------------------| 18.84% tmpoheh4urc.zip |##########-------------------------------------------| 18.97% tmpoheh4urc.zip |##########-------------------------------------------| 19.1% tmpoheh4urc.zip |##########-------------------------------------------| 19.23% tmpoheh4urc.zip |##########-------------------------------------------| 19.35% tmpoheh4urc.zip |##########-------------------------------------------| 19.48% tmpoheh4urc.zip |##########-------------------------------------------| 19.61% tmpoheh4urc.zip |##########-------------------------------------------| 19.74% tmpoheh4urc.zip |###########------------------------------------------| 19.87% tmpoheh4urc.zip |###########------------------------------------------| 20.0% tmpoheh4urc.zip |###########------------------------------------------| 20.12% tmpoheh4urc.zip |###########------------------------------------------| 20.25% tmpoheh4urc.zip |###########------------------------------------------| 20.38% tmpoheh4urc.zip |###########------------------------------------------| 20.51% tmpoheh4urc.zip |###########------------------------------------------| 20.64% tmpoheh4urc.zip |###########------------------------------------------| 20.76% tmpoheh4urc.zip |###########------------------------------------------| 20.89% tmpoheh4urc.zip |###########------------------------------------------| 21.02% tmpoheh4urc.zip |###########------------------------------------------| 21.15% tmpoheh4urc.zip |###########------------------------------------------| 21.28% tmpoheh4urc.zip |###########------------------------------------------| 21.41% tmpoheh4urc.zip |###########------------------------------------------| 21.53% tmpoheh4urc.zip |###########------------------------------------------| 21.66% tmpoheh4urc.zip |############-----------------------------------------| 21.79% tmpoheh4urc.zip |############-----------------------------------------| 21.92% tmpoheh4urc.zip |############-----------------------------------------| 22.05% tmpoheh4urc.zip |############-----------------------------------------| 22.17% tmpoheh4urc.zip |############-----------------------------------------| 22.3% tmpoheh4urc.zip |############-----------------------------------------| 22.43% tmpoheh4urc.zip |############-----------------------------------------| 22.56% tmpoheh4urc.zip |############-----------------------------------------| 22.69% tmpoheh4urc.zip |############-----------------------------------------| 22.82% tmpoheh4urc.zip |############-----------------------------------------| 22.94% tmpoheh4urc.zip |############-----------------------------------------| 23.07% tmpoheh4urc.zip |############-----------------------------------------| 23.2% tmpoheh4urc.zip |############-----------------------------------------| 23.33% tmpoheh4urc.zip |############-----------------------------------------| 23.46% tmpoheh4urc.zip |############-----------------------------------------| 23.58% tmpoheh4urc.zip |#############----------------------------------------| 23.71% tmpoheh4urc.zip |#############----------------------------------------| 23.84% tmpoheh4urc.zip |#############----------------------------------------| 23.97% tmpoheh4urc.zip |#############----------------------------------------| 24.1% tmpoheh4urc.zip |#############----------------------------------------| 24.23% tmpoheh4urc.zip |#############----------------------------------------| 24.35% tmpoheh4urc.zip |#############----------------------------------------| 24.48% tmpoheh4urc.zip |#############----------------------------------------| 24.61% tmpoheh4urc.zip |#############----------------------------------------| 24.74% tmpoheh4urc.zip |#############----------------------------------------| 24.87% tmpoheh4urc.zip |#############----------------------------------------| 24.99% tmpoheh4urc.zip |#############----------------------------------------| 25.12% tmpoheh4urc.zip |#############----------------------------------------| 25.25% tmpoheh4urc.zip |#############----------------------------------------| 25.38% tmpoheh4urc.zip |##############---------------------------------------| 25.51% tmpoheh4urc.zip |##############---------------------------------------| 25.63% tmpoheh4urc.zip |##############---------------------------------------| 25.76% tmpoheh4urc.zip |##############---------------------------------------| 25.89% tmpoheh4urc.zip |##############---------------------------------------| 26.02% tmpoheh4urc.zip |##############---------------------------------------| 26.15% tmpoheh4urc.zip |##############---------------------------------------| 26.28% tmpoheh4urc.zip |##############---------------------------------------| 26.4% tmpoheh4urc.zip |##############---------------------------------------| 26.53% tmpoheh4urc.zip |##############---------------------------------------| 26.66% tmpoheh4urc.zip |##############---------------------------------------| 26.79% tmpoheh4urc.zip |##############---------------------------------------| 26.92% tmpoheh4urc.zip |##############---------------------------------------| 27.04% tmpoheh4urc.zip |##############---------------------------------------| 27.17% tmpoheh4urc.zip |##############---------------------------------------| 27.3% tmpoheh4urc.zip |###############--------------------------------------| 27.43% tmpoheh4urc.zip |###############--------------------------------------| 27.56% tmpoheh4urc.zip |###############--------------------------------------| 27.69% tmpoheh4urc.zip |###############--------------------------------------| 27.81% tmpoheh4urc.zip |###############--------------------------------------| 27.94% tmpoheh4urc.zip |###############--------------------------------------| 28.07% tmpoheh4urc.zip |###############--------------------------------------| 28.2% tmpoheh4urc.zip |###############--------------------------------------| 28.33% tmpoheh4urc.zip |###############--------------------------------------| 28.45% tmpoheh4urc.zip |###############--------------------------------------| 28.58% tmpoheh4urc.zip |###############--------------------------------------| 28.71% tmpoheh4urc.zip |###############--------------------------------------| 28.84% tmpoheh4urc.zip |###############--------------------------------------| 28.97% tmpoheh4urc.zip |###############--------------------------------------| 29.1% tmpoheh4urc.zip |###############--------------------------------------| 29.22% tmpoheh4urc.zip |################-------------------------------------| 29.35% tmpoheh4urc.zip |################-------------------------------------| 29.48% tmpoheh4urc.zip |################-------------------------------------| 29.61% tmpoheh4urc.zip |################-------------------------------------| 29.74% tmpoheh4urc.zip |################-------------------------------------| 29.86% tmpoheh4urc.zip |################-------------------------------------| 29.99% tmpoheh4urc.zip |################-------------------------------------| 30.12% tmpoheh4urc.zip |################-------------------------------------| 30.25% tmpoheh4urc.zip |################-------------------------------------| 30.38% tmpoheh4urc.zip |################-------------------------------------| 30.51% tmpoheh4urc.zip |################-------------------------------------| 30.63% tmpoheh4urc.zip |################-------------------------------------| 30.76% tmpoheh4urc.zip |################-------------------------------------| 30.89% tmpoheh4urc.zip |################-------------------------------------| 31.02% tmpoheh4urc.zip |#################------------------------------------| 31.15% tmpoheh4urc.zip |#################------------------------------------| 31.27% tmpoheh4urc.zip |#################------------------------------------| 31.4% tmpoheh4urc.zip |#################------------------------------------| 31.53% tmpoheh4urc.zip |#################------------------------------------| 31.66% tmpoheh4urc.zip |#################------------------------------------| 31.79% tmpoheh4urc.zip |#################------------------------------------| 31.92% tmpoheh4urc.zip |#################------------------------------------| 32.04% tmpoheh4urc.zip |#################------------------------------------| 32.17% tmpoheh4urc.zip |#################------------------------------------| 32.3% tmpoheh4urc.zip |#################------------------------------------| 32.43% tmpoheh4urc.zip |#################------------------------------------| 32.56% tmpoheh4urc.zip |#################------------------------------------| 32.68% tmpoheh4urc.zip |#################------------------------------------| 32.81% tmpoheh4urc.zip |#################------------------------------------| 32.94% tmpoheh4urc.zip |##################-----------------------------------| 33.07% tmpoheh4urc.zip |##################-----------------------------------| 33.2% tmpoheh4urc.zip |##################-----------------------------------| 33.33% tmpoheh4urc.zip |##################-----------------------------------| 33.45% tmpoheh4urc.zip |##################-----------------------------------| 33.58% tmpoheh4urc.zip |##################-----------------------------------| 33.71% tmpoheh4urc.zip |##################-----------------------------------| 33.84% tmpoheh4urc.zip |##################-----------------------------------| 33.97% tmpoheh4urc.zip |##################-----------------------------------| 34.09% tmpoheh4urc.zip |##################-----------------------------------| 34.22% tmpoheh4urc.zip |##################-----------------------------------| 34.35% tmpoheh4urc.zip |##################-----------------------------------| 34.48% tmpoheh4urc.zip |##################-----------------------------------| 34.61% tmpoheh4urc.zip |##################-----------------------------------| 34.74% tmpoheh4urc.zip |##################-----------------------------------| 34.86% tmpoheh4urc.zip |###################----------------------------------| 34.99% tmpoheh4urc.zip |###################----------------------------------| 35.12% tmpoheh4urc.zip |###################----------------------------------| 35.25% tmpoheh4urc.zip |###################----------------------------------| 35.38% tmpoheh4urc.zip |###################----------------------------------| 35.5% tmpoheh4urc.zip |###################----------------------------------| 35.63% tmpoheh4urc.zip |###################----------------------------------| 35.76% tmpoheh4urc.zip |###################----------------------------------| 35.89% tmpoheh4urc.zip |###################----------------------------------| 36.02% tmpoheh4urc.zip |###################----------------------------------| 36.15% tmpoheh4urc.zip |###################----------------------------------| 36.27% tmpoheh4urc.zip |###################----------------------------------| 36.4% tmpoheh4urc.zip |###################----------------------------------| 36.53% tmpoheh4urc.zip |###################----------------------------------| 36.66% tmpoheh4urc.zip |###################----------------------------------| 36.79% tmpoheh4urc.zip |####################---------------------------------| 36.91% tmpoheh4urc.zip |####################---------------------------------| 37.04% tmpoheh4urc.zip |####################---------------------------------| 37.17% tmpoheh4urc.zip |####################---------------------------------| 37.3% tmpoheh4urc.zip |####################---------------------------------| 37.43% tmpoheh4urc.zip |####################---------------------------------| 37.56% tmpoheh4urc.zip |####################---------------------------------| 37.68% tmpoheh4urc.zip |####################---------------------------------| 37.81% tmpoheh4urc.zip |####################---------------------------------| 37.94% tmpoheh4urc.zip |####################---------------------------------| 38.07% tmpoheh4urc.zip |####################---------------------------------| 38.2% tmpoheh4urc.zip |####################---------------------------------| 38.32% tmpoheh4urc.zip |####################---------------------------------| 38.45% tmpoheh4urc.zip |####################---------------------------------| 38.58% tmpoheh4urc.zip |#####################--------------------------------| 38.71% tmpoheh4urc.zip |#####################--------------------------------| 38.84% tmpoheh4urc.zip |#####################--------------------------------| 38.97% tmpoheh4urc.zip |#####################--------------------------------| 39.09% tmpoheh4urc.zip |#####################--------------------------------| 39.22% tmpoheh4urc.zip |#####################--------------------------------| 39.35% tmpoheh4urc.zip |#####################--------------------------------| 39.48% tmpoheh4urc.zip |#####################--------------------------------| 39.61% tmpoheh4urc.zip |#####################--------------------------------| 39.73% tmpoheh4urc.zip |#####################--------------------------------| 39.86% tmpoheh4urc.zip |#####################--------------------------------| 39.99% tmpoheh4urc.zip |#####################--------------------------------| 40.12% tmpoheh4urc.zip |#####################--------------------------------| 40.25% tmpoheh4urc.zip |#####################--------------------------------| 40.38% tmpoheh4urc.zip |#####################--------------------------------| 40.5% tmpoheh4urc.zip |######################-------------------------------| 40.63% tmpoheh4urc.zip |######################-------------------------------| 40.76% tmpoheh4urc.zip |######################-------------------------------| 40.89% tmpoheh4urc.zip |######################-------------------------------| 41.02% tmpoheh4urc.zip |######################-------------------------------| 41.14% tmpoheh4urc.zip |######################-------------------------------| 41.27% tmpoheh4urc.zip |######################-------------------------------| 41.4% tmpoheh4urc.zip |######################-------------------------------| 41.53% tmpoheh4urc.zip |######################-------------------------------| 41.66% tmpoheh4urc.zip |######################-------------------------------| 41.78% tmpoheh4urc.zip |######################-------------------------------| 41.91% tmpoheh4urc.zip |######################-------------------------------| 42.04% tmpoheh4urc.zip |######################-------------------------------| 42.17% tmpoheh4urc.zip |######################-------------------------------| 42.3% tmpoheh4urc.zip |######################-------------------------------| 42.43% tmpoheh4urc.zip |#######################------------------------------| 42.55% tmpoheh4urc.zip |#######################------------------------------| 42.68% tmpoheh4urc.zip |#######################------------------------------| 42.81% tmpoheh4urc.zip |#######################------------------------------| 42.94% tmpoheh4urc.zip |#######################------------------------------| 43.07% tmpoheh4urc.zip |#######################------------------------------| 43.19% tmpoheh4urc.zip |#######################------------------------------| 43.32% tmpoheh4urc.zip |#######################------------------------------| 43.45% tmpoheh4urc.zip |#######################------------------------------| 43.58% tmpoheh4urc.zip |#######################------------------------------| 43.71% tmpoheh4urc.zip |#######################------------------------------| 43.84% tmpoheh4urc.zip |#######################------------------------------| 43.96% tmpoheh4urc.zip |#######################------------------------------| 44.09% tmpoheh4urc.zip |#######################------------------------------| 44.22% tmpoheh4urc.zip |########################-----------------------------| 44.35% tmpoheh4urc.zip |########################-----------------------------| 44.48% tmpoheh4urc.zip |########################-----------------------------| 44.6% tmpoheh4urc.zip |########################-----------------------------| 44.73% tmpoheh4urc.zip |########################-----------------------------| 44.86% tmpoheh4urc.zip |########################-----------------------------| 44.99% tmpoheh4urc.zip |########################-----------------------------| 45.12% tmpoheh4urc.zip |########################-----------------------------| 45.25% tmpoheh4urc.zip |########################-----------------------------| 45.37% tmpoheh4urc.zip |########################-----------------------------| 45.5% tmpoheh4urc.zip |########################-----------------------------| 45.63% tmpoheh4urc.zip |########################-----------------------------| 45.76% tmpoheh4urc.zip |########################-----------------------------| 45.89% tmpoheh4urc.zip |########################-----------------------------| 46.01% tmpoheh4urc.zip |########################-----------------------------| 46.14% tmpoheh4urc.zip |#########################----------------------------| 46.27% tmpoheh4urc.zip |#########################----------------------------| 46.4% tmpoheh4urc.zip |#########################----------------------------| 46.53% tmpoheh4urc.zip |#########################----------------------------| 46.66% tmpoheh4urc.zip |#########################----------------------------| 46.78% tmpoheh4urc.zip |#########################----------------------------| 46.91% tmpoheh4urc.zip |#########################----------------------------| 47.04% tmpoheh4urc.zip |#########################----------------------------| 47.17% tmpoheh4urc.zip |#########################----------------------------| 47.3% tmpoheh4urc.zip |#########################----------------------------| 47.42% tmpoheh4urc.zip |#########################----------------------------| 47.55% tmpoheh4urc.zip |#########################----------------------------| 47.68% tmpoheh4urc.zip |#########################----------------------------| 47.81% tmpoheh4urc.zip |#########################----------------------------| 47.94% tmpoheh4urc.zip |#########################----------------------------| 48.07% tmpoheh4urc.zip |##########################---------------------------| 48.19% tmpoheh4urc.zip |##########################---------------------------| 48.32% tmpoheh4urc.zip |##########################---------------------------| 48.45% tmpoheh4urc.zip |##########################---------------------------| 48.58% tmpoheh4urc.zip |##########################---------------------------| 48.71% tmpoheh4urc.zip |##########################---------------------------| 48.83% tmpoheh4urc.zip |##########################---------------------------| 48.96% tmpoheh4urc.zip |##########################---------------------------| 49.09% tmpoheh4urc.zip |##########################---------------------------| 49.22% tmpoheh4urc.zip |##########################---------------------------| 49.35% tmpoheh4urc.zip |##########################---------------------------| 49.48% tmpoheh4urc.zip |##########################---------------------------| 49.6% tmpoheh4urc.zip |##########################---------------------------| 49.73% tmpoheh4urc.zip |##########################---------------------------| 49.86% tmpoheh4urc.zip |##########################---------------------------| 49.99% tmpoheh4urc.zip |###########################--------------------------| 50.12% tmpoheh4urc.zip |###########################--------------------------| 50.24% tmpoheh4urc.zip |###########################--------------------------| 50.37% tmpoheh4urc.zip |###########################--------------------------| 50.5% tmpoheh4urc.zip |###########################--------------------------| 50.63% tmpoheh4urc.zip |###########################--------------------------| 50.76% tmpoheh4urc.zip |###########################--------------------------| 50.89% tmpoheh4urc.zip |###########################--------------------------| 51.01% tmpoheh4urc.zip |###########################--------------------------| 51.14% tmpoheh4urc.zip |###########################--------------------------| 51.27% tmpoheh4urc.zip |###########################--------------------------| 51.4% tmpoheh4urc.zip |###########################--------------------------| 51.53% tmpoheh4urc.zip |###########################--------------------------| 51.65% tmpoheh4urc.zip |###########################--------------------------| 51.78% tmpoheh4urc.zip |############################-------------------------| 51.91% tmpoheh4urc.zip |############################-------------------------| 52.04% tmpoheh4urc.zip |############################-------------------------| 52.17% tmpoheh4urc.zip |############################-------------------------| 52.3% tmpoheh4urc.zip |############################-------------------------| 52.42% tmpoheh4urc.zip |############################-------------------------| 52.55% tmpoheh4urc.zip |############################-------------------------| 52.68% tmpoheh4urc.zip |############################-------------------------| 52.81% tmpoheh4urc.zip |############################-------------------------| 52.94% tmpoheh4urc.zip |############################-------------------------| 53.06% tmpoheh4urc.zip |############################-------------------------| 53.19% tmpoheh4urc.zip |############################-------------------------| 53.32% tmpoheh4urc.zip |############################-------------------------| 53.45% tmpoheh4urc.zip |############################-------------------------| 53.58% tmpoheh4urc.zip |############################-------------------------| 53.71% tmpoheh4urc.zip |#############################------------------------| 53.83% tmpoheh4urc.zip |#############################------------------------| 53.96% tmpoheh4urc.zip |#############################------------------------| 54.09% tmpoheh4urc.zip |#############################------------------------| 54.22% tmpoheh4urc.zip |#############################------------------------| 54.35% tmpoheh4urc.zip |#############################------------------------| 54.47% tmpoheh4urc.zip |#############################------------------------| 54.6% tmpoheh4urc.zip |#############################------------------------| 54.73% tmpoheh4urc.zip |#############################------------------------| 54.86% tmpoheh4urc.zip |#############################------------------------| 54.99% tmpoheh4urc.zip |#############################------------------------| 55.12% tmpoheh4urc.zip |#############################------------------------| 55.24% tmpoheh4urc.zip |#############################------------------------| 55.37% tmpoheh4urc.zip |#############################------------------------| 55.5% tmpoheh4urc.zip |#############################------------------------| 55.63% tmpoheh4urc.zip |##############################-----------------------| 55.76% tmpoheh4urc.zip |##############################-----------------------| 55.88% tmpoheh4urc.zip |##############################-----------------------| 56.01% tmpoheh4urc.zip |##############################-----------------------| 56.14% tmpoheh4urc.zip |##############################-----------------------| 56.27% tmpoheh4urc.zip |##############################-----------------------| 56.4% tmpoheh4urc.zip |##############################-----------------------| 56.53% tmpoheh4urc.zip |##############################-----------------------| 56.65% tmpoheh4urc.zip |##############################-----------------------| 56.78% tmpoheh4urc.zip |##############################-----------------------| 56.91% tmpoheh4urc.zip |##############################-----------------------| 57.04% tmpoheh4urc.zip |##############################-----------------------| 57.17% tmpoheh4urc.zip |##############################-----------------------| 57.29% tmpoheh4urc.zip |##############################-----------------------| 57.42% tmpoheh4urc.zip |###############################----------------------| 57.55% tmpoheh4urc.zip |###############################----------------------| 57.68% tmpoheh4urc.zip |###############################----------------------| 57.81% tmpoheh4urc.zip |###############################----------------------| 57.93% tmpoheh4urc.zip |###############################----------------------| 58.06% tmpoheh4urc.zip |###############################----------------------| 58.19% tmpoheh4urc.zip |###############################----------------------| 58.32% tmpoheh4urc.zip |###############################----------------------| 58.45% tmpoheh4urc.zip |###############################----------------------| 58.58% tmpoheh4urc.zip |###############################----------------------| 58.7% tmpoheh4urc.zip |###############################----------------------| 58.83% tmpoheh4urc.zip |###############################----------------------| 58.96% tmpoheh4urc.zip |###############################----------------------| 59.09% tmpoheh4urc.zip |###############################----------------------| 59.22% tmpoheh4urc.zip |###############################----------------------| 59.34% tmpoheh4urc.zip |################################---------------------| 59.47% tmpoheh4urc.zip |################################---------------------| 59.6% tmpoheh4urc.zip |################################---------------------| 59.73% tmpoheh4urc.zip |################################---------------------| 59.86% tmpoheh4urc.zip |################################---------------------| 59.99% tmpoheh4urc.zip |################################---------------------| 60.11% tmpoheh4urc.zip |################################---------------------| 60.24% tmpoheh4urc.zip |################################---------------------| 60.37% tmpoheh4urc.zip |################################---------------------| 60.5% tmpoheh4urc.zip |################################---------------------| 60.63% tmpoheh4urc.zip |################################---------------------| 60.75% tmpoheh4urc.zip |################################---------------------| 60.88% tmpoheh4urc.zip |################################---------------------| 61.01% tmpoheh4urc.zip |################################---------------------| 61.14% tmpoheh4urc.zip |################################---------------------| 61.27% tmpoheh4urc.zip |#################################--------------------| 61.4% tmpoheh4urc.zip |#################################--------------------| 61.52% tmpoheh4urc.zip |#################################--------------------| 61.65% tmpoheh4urc.zip |#################################--------------------| 61.78% tmpoheh4urc.zip |#################################--------------------| 61.91% tmpoheh4urc.zip |#################################--------------------| 62.04% tmpoheh4urc.zip |#################################--------------------| 62.16% tmpoheh4urc.zip |#################################--------------------| 62.29% tmpoheh4urc.zip |#################################--------------------| 62.42% tmpoheh4urc.zip |#################################--------------------| 62.55% tmpoheh4urc.zip |#################################--------------------| 62.68% tmpoheh4urc.zip |#################################--------------------| 62.81% tmpoheh4urc.zip |#################################--------------------| 62.93% tmpoheh4urc.zip |#################################--------------------| 63.06% tmpoheh4urc.zip |#################################--------------------| 63.19% tmpoheh4urc.zip |##################################-------------------| 63.32% tmpoheh4urc.zip |##################################-------------------| 63.45% tmpoheh4urc.zip |##################################-------------------| 63.57% tmpoheh4urc.zip |##################################-------------------| 63.7% tmpoheh4urc.zip |##################################-------------------| 63.83% tmpoheh4urc.zip |##################################-------------------| 63.96% tmpoheh4urc.zip |##################################-------------------| 64.09% tmpoheh4urc.zip |##################################-------------------| 64.22% tmpoheh4urc.zip |##################################-------------------| 64.34% tmpoheh4urc.zip |##################################-------------------| 64.47% tmpoheh4urc.zip |##################################-------------------| 64.6% tmpoheh4urc.zip |##################################-------------------| 64.73% tmpoheh4urc.zip |##################################-------------------| 64.86% tmpoheh4urc.zip |##################################-------------------| 64.98% tmpoheh4urc.zip |###################################------------------| 65.11% tmpoheh4urc.zip |###################################------------------| 65.24% tmpoheh4urc.zip |###################################------------------| 65.37% tmpoheh4urc.zip |###################################------------------| 65.5% tmpoheh4urc.zip |###################################------------------| 65.63% tmpoheh4urc.zip |###################################------------------| 65.75% tmpoheh4urc.zip |###################################------------------| 65.88% tmpoheh4urc.zip |###################################------------------| 66.01% tmpoheh4urc.zip |###################################------------------| 66.14% tmpoheh4urc.zip |###################################------------------| 66.27% tmpoheh4urc.zip |###################################------------------| 66.39% tmpoheh4urc.zip |###################################------------------| 66.52% tmpoheh4urc.zip |###################################------------------| 66.65% tmpoheh4urc.zip |###################################------------------| 66.78% tmpoheh4urc.zip |###################################------------------| 66.91% tmpoheh4urc.zip |####################################-----------------| 67.04% tmpoheh4urc.zip |####################################-----------------| 67.16% tmpoheh4urc.zip |####################################-----------------| 67.29% tmpoheh4urc.zip |####################################-----------------| 67.42% tmpoheh4urc.zip |####################################-----------------| 67.55% tmpoheh4urc.zip |####################################-----------------| 67.68% tmpoheh4urc.zip |####################################-----------------| 67.8% tmpoheh4urc.zip |####################################-----------------| 67.93% tmpoheh4urc.zip |####################################-----------------| 68.06% tmpoheh4urc.zip |####################################-----------------| 68.19% tmpoheh4urc.zip |####################################-----------------| 68.32% tmpoheh4urc.zip |####################################-----------------| 68.45% tmpoheh4urc.zip |####################################-----------------| 68.57% tmpoheh4urc.zip |####################################-----------------| 68.7% tmpoheh4urc.zip |####################################-----------------| 68.83% tmpoheh4urc.zip |#####################################----------------| 68.96% tmpoheh4urc.zip |#####################################----------------| 69.09% tmpoheh4urc.zip |#####################################----------------| 69.21% tmpoheh4urc.zip |#####################################----------------| 69.34% tmpoheh4urc.zip |#####################################----------------| 69.47% tmpoheh4urc.zip |#####################################----------------| 69.6% tmpoheh4urc.zip |#####################################----------------| 69.73% tmpoheh4urc.zip |#####################################----------------| 69.86% tmpoheh4urc.zip |#####################################----------------| 69.98% tmpoheh4urc.zip |#####################################----------------| 70.11% tmpoheh4urc.zip |#####################################----------------| 70.24% tmpoheh4urc.zip |#####################################----------------| 70.37% tmpoheh4urc.zip |#####################################----------------| 70.5% tmpoheh4urc.zip |#####################################----------------| 70.62% tmpoheh4urc.zip |#####################################----------------| 70.75% tmpoheh4urc.zip |######################################---------------| 70.88% tmpoheh4urc.zip |######################################---------------| 71.01% tmpoheh4urc.zip |######################################---------------| 71.14% tmpoheh4urc.zip |######################################---------------| 71.27% tmpoheh4urc.zip |######################################---------------| 71.39% tmpoheh4urc.zip |######################################---------------| 71.52% tmpoheh4urc.zip |######################################---------------| 71.65% tmpoheh4urc.zip |######################################---------------| 71.78% tmpoheh4urc.zip |######################################---------------| 71.91% tmpoheh4urc.zip |######################################---------------| 72.03% tmpoheh4urc.zip |######################################---------------| 72.16% tmpoheh4urc.zip |######################################---------------| 72.29% tmpoheh4urc.zip |######################################---------------| 72.42% tmpoheh4urc.zip |######################################---------------| 72.55% tmpoheh4urc.zip |#######################################--------------| 72.68% tmpoheh4urc.zip |#######################################--------------| 72.8% tmpoheh4urc.zip |#######################################--------------| 72.93% tmpoheh4urc.zip |#######################################--------------| 73.06% tmpoheh4urc.zip |#######################################--------------| 73.19% tmpoheh4urc.zip |#######################################--------------| 73.32% tmpoheh4urc.zip |#######################################--------------| 73.44% tmpoheh4urc.zip |#######################################--------------| 73.57% tmpoheh4urc.zip |#######################################--------------| 73.7% tmpoheh4urc.zip |#######################################--------------| 73.83% tmpoheh4urc.zip |#######################################--------------| 73.96% tmpoheh4urc.zip |#######################################--------------| 74.08% tmpoheh4urc.zip |#######################################--------------| 74.21% tmpoheh4urc.zip |#######################################--------------| 74.34% tmpoheh4urc.zip |#######################################--------------| 74.47% tmpoheh4urc.zip |########################################-------------| 74.6% tmpoheh4urc.zip |########################################-------------| 74.73% tmpoheh4urc.zip |########################################-------------| 74.85% tmpoheh4urc.zip |########################################-------------| 74.98% tmpoheh4urc.zip |########################################-------------| 75.11% tmpoheh4urc.zip |########################################-------------| 75.24% tmpoheh4urc.zip |########################################-------------| 75.37% tmpoheh4urc.zip |########################################-------------| 75.49% tmpoheh4urc.zip |########################################-------------| 75.62% tmpoheh4urc.zip |########################################-------------| 75.75% tmpoheh4urc.zip |########################################-------------| 75.88% tmpoheh4urc.zip |########################################-------------| 76.01% tmpoheh4urc.zip |########################################-------------| 76.14% tmpoheh4urc.zip |########################################-------------| 76.26% tmpoheh4urc.zip |########################################-------------| 76.39% tmpoheh4urc.zip |#########################################------------| 76.52% tmpoheh4urc.zip |#########################################------------| 76.65% tmpoheh4urc.zip |#########################################------------| 76.78% tmpoheh4urc.zip |#########################################------------| 76.9% tmpoheh4urc.zip |#########################################------------| 77.03% tmpoheh4urc.zip |#########################################------------| 77.16% tmpoheh4urc.zip |#########################################------------| 77.29% tmpoheh4urc.zip |#########################################------------| 77.42% tmpoheh4urc.zip |#########################################------------| 77.55% tmpoheh4urc.zip |#########################################------------| 77.67% tmpoheh4urc.zip |#########################################------------| 77.8% tmpoheh4urc.zip |#########################################------------| 77.93% tmpoheh4urc.zip |#########################################------------| 78.06% tmpoheh4urc.zip |#########################################------------| 78.19% tmpoheh4urc.zip |##########################################-----------| 78.31% tmpoheh4urc.zip |##########################################-----------| 78.44% tmpoheh4urc.zip |##########################################-----------| 78.57% tmpoheh4urc.zip |##########################################-----------| 78.7% tmpoheh4urc.zip |##########################################-----------| 78.83% tmpoheh4urc.zip |##########################################-----------| 78.96% tmpoheh4urc.zip |##########################################-----------| 79.08% tmpoheh4urc.zip |##########################################-----------| 79.21% tmpoheh4urc.zip |##########################################-----------| 79.34% tmpoheh4urc.zip |##########################################-----------| 79.47% tmpoheh4urc.zip |##########################################-----------| 79.6% tmpoheh4urc.zip |##########################################-----------| 79.72% tmpoheh4urc.zip |##########################################-----------| 79.85% tmpoheh4urc.zip |##########################################-----------| 79.98% tmpoheh4urc.zip |##########################################-----------| 80.11% tmpoheh4urc.zip |###########################################----------| 80.24% tmpoheh4urc.zip |###########################################----------| 80.37% tmpoheh4urc.zip |###########################################----------| 80.49% tmpoheh4urc.zip |###########################################----------| 80.62% tmpoheh4urc.zip |###########################################----------| 80.75% tmpoheh4urc.zip |###########################################----------| 80.88% tmpoheh4urc.zip |###########################################----------| 81.01% tmpoheh4urc.zip |###########################################----------| 81.13% tmpoheh4urc.zip |###########################################----------| 81.26% tmpoheh4urc.zip |###########################################----------| 81.39% tmpoheh4urc.zip |###########################################----------| 81.52% tmpoheh4urc.zip |###########################################----------| 81.65% tmpoheh4urc.zip |###########################################----------| 81.78% tmpoheh4urc.zip |###########################################----------| 81.9% tmpoheh4urc.zip |###########################################----------| 82.03% tmpoheh4urc.zip |############################################---------| 82.16% tmpoheh4urc.zip |############################################---------| 82.29% tmpoheh4urc.zip |############################################---------| 82.42% tmpoheh4urc.zip |############################################---------| 82.54% tmpoheh4urc.zip |############################################---------| 82.67% tmpoheh4urc.zip |############################################---------| 82.8% tmpoheh4urc.zip |############################################---------| 82.93% tmpoheh4urc.zip |############################################---------| 83.06% tmpoheh4urc.zip |############################################---------| 83.19% tmpoheh4urc.zip |############################################---------| 83.31% tmpoheh4urc.zip |############################################---------| 83.44% tmpoheh4urc.zip |############################################---------| 83.57% tmpoheh4urc.zip |############################################---------| 83.7% tmpoheh4urc.zip |############################################---------| 83.83% tmpoheh4urc.zip |############################################---------| 83.95% tmpoheh4urc.zip |#############################################--------| 84.08% tmpoheh4urc.zip |#############################################--------| 84.21% tmpoheh4urc.zip |#############################################--------| 84.34% tmpoheh4urc.zip |#############################################--------| 84.47% tmpoheh4urc.zip |#############################################--------| 84.6% tmpoheh4urc.zip |#############################################--------| 84.72% tmpoheh4urc.zip |#############################################--------| 84.85% tmpoheh4urc.zip |#############################################--------| 84.98% tmpoheh4urc.zip |#############################################--------| 85.11% tmpoheh4urc.zip |#############################################--------| 85.24% tmpoheh4urc.zip |#############################################--------| 85.36% tmpoheh4urc.zip |#############################################--------| 85.49% tmpoheh4urc.zip |#############################################--------| 85.62% tmpoheh4urc.zip |#############################################--------| 85.75% tmpoheh4urc.zip |##############################################-------| 85.88% tmpoheh4urc.zip |##############################################-------| 86.01% tmpoheh4urc.zip |##############################################-------| 86.13% tmpoheh4urc.zip |##############################################-------| 86.26% tmpoheh4urc.zip |##############################################-------| 86.39% tmpoheh4urc.zip |##############################################-------| 86.52% tmpoheh4urc.zip |##############################################-------| 86.65% tmpoheh4urc.zip |##############################################-------| 86.77% tmpoheh4urc.zip |##############################################-------| 86.9% tmpoheh4urc.zip |##############################################-------| 87.03% tmpoheh4urc.zip |##############################################-------| 87.16% tmpoheh4urc.zip |##############################################-------| 87.29% tmpoheh4urc.zip |##############################################-------| 87.42% tmpoheh4urc.zip |##############################################-------| 87.54% tmpoheh4urc.zip |##############################################-------| 87.67% tmpoheh4urc.zip |###############################################------| 87.8% tmpoheh4urc.zip |###############################################------| 87.93% tmpoheh4urc.zip |###############################################------| 88.06% tmpoheh4urc.zip |###############################################------| 88.18% tmpoheh4urc.zip |###############################################------| 88.31% tmpoheh4urc.zip |###############################################------| 88.44% tmpoheh4urc.zip |###############################################------| 88.57% tmpoheh4urc.zip |###############################################------| 88.7% tmpoheh4urc.zip |###############################################------| 88.83% tmpoheh4urc.zip |###############################################------| 88.95% tmpoheh4urc.zip |###############################################------| 89.08% tmpoheh4urc.zip |###############################################------| 89.21% tmpoheh4urc.zip |###############################################------| 89.34% tmpoheh4urc.zip |###############################################------| 89.47% tmpoheh4urc.zip |###############################################------| 89.59% tmpoheh4urc.zip |################################################-----| 89.72% tmpoheh4urc.zip |################################################-----| 89.85% tmpoheh4urc.zip |################################################-----| 89.98% tmpoheh4urc.zip |################################################-----| 90.11% tmpoheh4urc.zip |################################################-----| 90.23% tmpoheh4urc.zip |################################################-----| 90.36% tmpoheh4urc.zip |################################################-----| 90.49% tmpoheh4urc.zip |################################################-----| 90.62% tmpoheh4urc.zip |################################################-----| 90.75% tmpoheh4urc.zip |################################################-----| 90.88% tmpoheh4urc.zip |################################################-----| 91.0% tmpoheh4urc.zip |################################################-----| 91.13% tmpoheh4urc.zip |################################################-----| 91.26% tmpoheh4urc.zip |################################################-----| 91.39% tmpoheh4urc.zip |#################################################----| 91.52% tmpoheh4urc.zip |#################################################----| 91.64% tmpoheh4urc.zip |#################################################----| 91.77% tmpoheh4urc.zip |#################################################----| 91.9% tmpoheh4urc.zip |#################################################----| 92.03% tmpoheh4urc.zip |#################################################----| 92.16% tmpoheh4urc.zip |#################################################----| 92.29% tmpoheh4urc.zip |#################################################----| 92.41% tmpoheh4urc.zip |#################################################----| 92.54% tmpoheh4urc.zip |#################################################----| 92.67% tmpoheh4urc.zip |#################################################----| 92.8% tmpoheh4urc.zip |#################################################----| 92.93% tmpoheh4urc.zip |#################################################----| 93.05% tmpoheh4urc.zip |#################################################----| 93.18% tmpoheh4urc.zip |#################################################----| 93.31% tmpoheh4urc.zip |##################################################---| 93.44% tmpoheh4urc.zip |##################################################---| 93.57% tmpoheh4urc.zip |##################################################---| 93.7% tmpoheh4urc.zip |##################################################---| 93.82% tmpoheh4urc.zip |##################################################---| 93.95% tmpoheh4urc.zip |##################################################---| 94.08% tmpoheh4urc.zip |##################################################---| 94.21% tmpoheh4urc.zip |##################################################---| 94.34% tmpoheh4urc.zip |##################################################---| 94.46% tmpoheh4urc.zip |##################################################---| 94.59% tmpoheh4urc.zip |##################################################---| 94.72% tmpoheh4urc.zip |##################################################---| 94.85% tmpoheh4urc.zip |##################################################---| 94.98% tmpoheh4urc.zip |##################################################---| 95.11% tmpoheh4urc.zip |##################################################---| 95.23% tmpoheh4urc.zip |###################################################--| 95.36% tmpoheh4urc.zip |###################################################--| 95.49% tmpoheh4urc.zip |###################################################--| 95.62% tmpoheh4urc.zip |###################################################--| 95.75% tmpoheh4urc.zip |###################################################--| 95.87% tmpoheh4urc.zip |###################################################--| 96.0% tmpoheh4urc.zip |###################################################--| 96.13% tmpoheh4urc.zip |###################################################--| 96.26% tmpoheh4urc.zip |###################################################--| 96.39% tmpoheh4urc.zip |###################################################--| 96.52% tmpoheh4urc.zip |###################################################--| 96.64% tmpoheh4urc.zip |###################################################--| 96.77% tmpoheh4urc.zip |###################################################--| 96.9% tmpoheh4urc.zip |###################################################--| 97.03% tmpoheh4urc.zip |###################################################--| 97.16% tmpoheh4urc.zip |####################################################-| 97.28% tmpoheh4urc.zip |####################################################-| 97.41% tmpoheh4urc.zip |####################################################-| 97.54% tmpoheh4urc.zip |####################################################-| 97.67% tmpoheh4urc.zip |####################################################-| 97.8% tmpoheh4urc.zip |####################################################-| 97.93% tmpoheh4urc.zip |####################################################-| 98.05% tmpoheh4urc.zip |####################################################-| 98.18% tmpoheh4urc.zip |####################################################-| 98.31% tmpoheh4urc.zip |####################################################-| 98.44% tmpoheh4urc.zip |####################################################-| 98.57% tmpoheh4urc.zip |####################################################-| 98.69% tmpoheh4urc.zip |####################################################-| 98.82% tmpoheh4urc.zip |####################################################-| 98.95% tmpoheh4urc.zip |#####################################################| 99.08% tmpoheh4urc.zip |#####################################################| 99.21% tmpoheh4urc.zip |#####################################################| 99.34% tmpoheh4urc.zip |#####################################################| 99.46% tmpoheh4urc.zip |#####################################################| 99.59% tmpoheh4urc.zip |#####################################################| 99.72% tmpoheh4urc.zip |#####################################################| 99.85% tmpoheh4urc.zip |#####################################################| 99.98% tmpoheh4urc.zip |#####################################################| 100.0% Plugin uploaded. Plugin's id is 55956a55-77a9-4089-bf3a-952223faf910 + for p in '${PLUGIN_DIR}/*' + wagons=($p/*.wgn) + types=($p/*.yaml) + install_plugin /opt/plugins/plugin-8LSLFbE/pgaas-1.3.0-py36-none-linux_x86_64.wgn /opt/plugins/plugin-8LSLFbE/pgaas_types.yaml ++ basename /opt/plugins/plugin-8LSLFbE/pgaas-1.3.0-py36-none-linux_x86_64.wgn + ARCHIVE=pgaas-1.3.0-py36-none-linux_x86_64.wgn + cm_hasany 'plugins?archive_name=pgaas-1.3.0-py36-none-linux_x86_64.wgn' ++ curl -Ss -H 'Tenant: default_tenant' --user admin:SU92FFB6 --cacert /opt/onap/certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/plugins?archive_name=pgaas-1.3.0-py36-none-linux_x86_64.wgn&_include=id' ++ /bin/jq .metadata.pagination.total + COUNT=0 + (( 0 > 0 )) + return 1 + cfy plugin upload -y /opt/plugins/plugin-8LSLFbE/pgaas_types.yaml /opt/plugins/plugin-8LSLFbE/pgaas-1.3.0-py36-none-linux_x86_64.wgn Creating plugin zip archive.. Uploading plugin archive (wagon + yaml).. tmpt8zqoygt.zip |-----------------------------------------------------| 0.16% tmpt8zqoygt.zip |-----------------------------------------------------| 0.32% tmpt8zqoygt.zip |-----------------------------------------------------| 0.48% tmpt8zqoygt.zip |-----------------------------------------------------| 0.64% tmpt8zqoygt.zip |-----------------------------------------------------| 0.8% tmpt8zqoygt.zip |#----------------------------------------------------| 0.97% tmpt8zqoygt.zip |#----------------------------------------------------| 1.13% tmpt8zqoygt.zip |#----------------------------------------------------| 1.29% tmpt8zqoygt.zip |#----------------------------------------------------| 1.45% tmpt8zqoygt.zip |#----------------------------------------------------| 1.61% tmpt8zqoygt.zip |#----------------------------------------------------| 1.77% tmpt8zqoygt.zip |#----------------------------------------------------| 1.93% tmpt8zqoygt.zip |#----------------------------------------------------| 2.09% tmpt8zqoygt.zip |#----------------------------------------------------| 2.25% tmpt8zqoygt.zip |#----------------------------------------------------| 2.41% tmpt8zqoygt.zip |#----------------------------------------------------| 2.57% tmpt8zqoygt.zip |#----------------------------------------------------| 2.73% tmpt8zqoygt.zip |##---------------------------------------------------| 2.9% tmpt8zqoygt.zip |##---------------------------------------------------| 3.06% tmpt8zqoygt.zip |##---------------------------------------------------| 3.22% tmpt8zqoygt.zip |##---------------------------------------------------| 3.38% tmpt8zqoygt.zip |##---------------------------------------------------| 3.54% tmpt8zqoygt.zip |##---------------------------------------------------| 3.7% tmpt8zqoygt.zip |##---------------------------------------------------| 3.86% tmpt8zqoygt.zip |##---------------------------------------------------| 4.02% tmpt8zqoygt.zip |##---------------------------------------------------| 4.18% tmpt8zqoygt.zip |##---------------------------------------------------| 4.34% tmpt8zqoygt.zip |##---------------------------------------------------| 4.5% tmpt8zqoygt.zip |##---------------------------------------------------| 4.66% tmpt8zqoygt.zip |###--------------------------------------------------| 4.83% tmpt8zqoygt.zip |###--------------------------------------------------| 4.99% tmpt8zqoygt.zip |###--------------------------------------------------| 5.15% tmpt8zqoygt.zip |###--------------------------------------------------| 5.31% tmpt8zqoygt.zip |###--------------------------------------------------| 5.47% tmpt8zqoygt.zip |###--------------------------------------------------| 5.63% tmpt8zqoygt.zip |###--------------------------------------------------| 5.79% tmpt8zqoygt.zip |###--------------------------------------------------| 5.95% tmpt8zqoygt.zip |###--------------------------------------------------| 6.11% tmpt8zqoygt.zip |###--------------------------------------------------| 6.27% tmpt8zqoygt.zip |###--------------------------------------------------| 6.43% tmpt8zqoygt.zip |###--------------------------------------------------| 6.59% tmpt8zqoygt.zip |####-------------------------------------------------| 6.76% tmpt8zqoygt.zip |####-------------------------------------------------| 6.92% tmpt8zqoygt.zip |####-------------------------------------------------| 7.08% tmpt8zqoygt.zip |####-------------------------------------------------| 7.24% tmpt8zqoygt.zip |####-------------------------------------------------| 7.4% tmpt8zqoygt.zip |####-------------------------------------------------| 7.56% tmpt8zqoygt.zip |####-------------------------------------------------| 7.72% tmpt8zqoygt.zip |####-------------------------------------------------| 7.88% tmpt8zqoygt.zip |####-------------------------------------------------| 8.04% tmpt8zqoygt.zip |####-------------------------------------------------| 8.2% tmpt8zqoygt.zip |####-------------------------------------------------| 8.36% tmpt8zqoygt.zip |#####------------------------------------------------| 8.52% tmpt8zqoygt.zip |#####------------------------------------------------| 8.69% tmpt8zqoygt.zip |#####------------------------------------------------| 8.85% tmpt8zqoygt.zip |#####------------------------------------------------| 9.01% tmpt8zqoygt.zip |#####------------------------------------------------| 9.17% tmpt8zqoygt.zip |#####------------------------------------------------| 9.33% tmpt8zqoygt.zip |#####------------------------------------------------| 9.49% tmpt8zqoygt.zip |#####------------------------------------------------| 9.65% tmpt8zqoygt.zip |#####------------------------------------------------| 9.81% tmpt8zqoygt.zip |#####------------------------------------------------| 9.97% tmpt8zqoygt.zip |#####------------------------------------------------| 10.13% tmpt8zqoygt.zip |#####------------------------------------------------| 10.29% tmpt8zqoygt.zip |######-----------------------------------------------| 10.45% tmpt8zqoygt.zip |######-----------------------------------------------| 10.62% tmpt8zqoygt.zip |######-----------------------------------------------| 10.78% tmpt8zqoygt.zip |######-----------------------------------------------| 10.94% tmpt8zqoygt.zip |######-----------------------------------------------| 11.1% tmpt8zqoygt.zip |######-----------------------------------------------| 11.26% tmpt8zqoygt.zip |######-----------------------------------------------| 11.42% tmpt8zqoygt.zip |######-----------------------------------------------| 11.58% tmpt8zqoygt.zip |######-----------------------------------------------| 11.74% tmpt8zqoygt.zip |######-----------------------------------------------| 11.9% tmpt8zqoygt.zip |######-----------------------------------------------| 12.06% tmpt8zqoygt.zip |######-----------------------------------------------| 12.22% tmpt8zqoygt.zip |#######----------------------------------------------| 12.38% tmpt8zqoygt.zip |#######----------------------------------------------| 12.55% tmpt8zqoygt.zip |#######----------------------------------------------| 12.71% tmpt8zqoygt.zip |#######----------------------------------------------| 12.87% tmpt8zqoygt.zip |#######----------------------------------------------| 13.03% tmpt8zqoygt.zip |#######----------------------------------------------| 13.19% tmpt8zqoygt.zip |#######----------------------------------------------| 13.35% tmpt8zqoygt.zip |#######----------------------------------------------| 13.51% tmpt8zqoygt.zip |#######----------------------------------------------| 13.67% tmpt8zqoygt.zip |#######----------------------------------------------| 13.83% tmpt8zqoygt.zip |#######----------------------------------------------| 13.99% tmpt8zqoygt.zip |########---------------------------------------------| 14.15% tmpt8zqoygt.zip |########---------------------------------------------| 14.31% tmpt8zqoygt.zip |########---------------------------------------------| 14.48% tmpt8zqoygt.zip |########---------------------------------------------| 14.64% tmpt8zqoygt.zip |########---------------------------------------------| 14.8% tmpt8zqoygt.zip |########---------------------------------------------| 14.96% tmpt8zqoygt.zip |########---------------------------------------------| 15.12% tmpt8zqoygt.zip |########---------------------------------------------| 15.28% tmpt8zqoygt.zip |########---------------------------------------------| 15.44% tmpt8zqoygt.zip |########---------------------------------------------| 15.6% tmpt8zqoygt.zip |########---------------------------------------------| 15.76% tmpt8zqoygt.zip |########---------------------------------------------| 15.92% tmpt8zqoygt.zip |#########--------------------------------------------| 16.08% tmpt8zqoygt.zip |#########--------------------------------------------| 16.24% tmpt8zqoygt.zip |#########--------------------------------------------| 16.41% tmpt8zqoygt.zip |#########--------------------------------------------| 16.57% tmpt8zqoygt.zip |#########--------------------------------------------| 16.73% tmpt8zqoygt.zip |#########--------------------------------------------| 16.89% tmpt8zqoygt.zip |#########--------------------------------------------| 17.05% tmpt8zqoygt.zip |#########--------------------------------------------| 17.21% tmpt8zqoygt.zip |#########--------------------------------------------| 17.37% tmpt8zqoygt.zip |#########--------------------------------------------| 17.53% tmpt8zqoygt.zip |#########--------------------------------------------| 17.69% tmpt8zqoygt.zip |#########--------------------------------------------| 17.85% tmpt8zqoygt.zip |##########-------------------------------------------| 18.01% tmpt8zqoygt.zip |##########-------------------------------------------| 18.17% tmpt8zqoygt.zip |##########-------------------------------------------| 18.34% tmpt8zqoygt.zip |##########-------------------------------------------| 18.5% tmpt8zqoygt.zip |##########-------------------------------------------| 18.66% tmpt8zqoygt.zip |##########-------------------------------------------| 18.82% tmpt8zqoygt.zip |##########-------------------------------------------| 18.98% tmpt8zqoygt.zip |##########-------------------------------------------| 19.14% tmpt8zqoygt.zip |##########-------------------------------------------| 19.3% tmpt8zqoygt.zip |##########-------------------------------------------| 19.46% tmpt8zqoygt.zip |##########-------------------------------------------| 19.62% tmpt8zqoygt.zip |##########-------------------------------------------| 19.78% tmpt8zqoygt.zip |###########------------------------------------------| 19.94% tmpt8zqoygt.zip |###########------------------------------------------| 20.1% tmpt8zqoygt.zip |###########------------------------------------------| 20.27% tmpt8zqoygt.zip |###########------------------------------------------| 20.43% tmpt8zqoygt.zip |###########------------------------------------------| 20.59% tmpt8zqoygt.zip |###########------------------------------------------| 20.75% tmpt8zqoygt.zip |###########------------------------------------------| 20.91% tmpt8zqoygt.zip |###########------------------------------------------| 21.07% tmpt8zqoygt.zip |###########------------------------------------------| 21.23% tmpt8zqoygt.zip |###########------------------------------------------| 21.39% tmpt8zqoygt.zip |###########------------------------------------------| 21.55% tmpt8zqoygt.zip |############-----------------------------------------| 21.71% tmpt8zqoygt.zip |############-----------------------------------------| 21.87% tmpt8zqoygt.zip |############-----------------------------------------| 22.03% tmpt8zqoygt.zip |############-----------------------------------------| 22.2% tmpt8zqoygt.zip |############-----------------------------------------| 22.36% tmpt8zqoygt.zip |############-----------------------------------------| 22.52% tmpt8zqoygt.zip |############-----------------------------------------| 22.68% tmpt8zqoygt.zip |############-----------------------------------------| 22.84% tmpt8zqoygt.zip |############-----------------------------------------| 23.0% tmpt8zqoygt.zip |############-----------------------------------------| 23.16% tmpt8zqoygt.zip |############-----------------------------------------| 23.32% tmpt8zqoygt.zip |############-----------------------------------------| 23.48% tmpt8zqoygt.zip |#############----------------------------------------| 23.64% tmpt8zqoygt.zip |#############----------------------------------------| 23.8% tmpt8zqoygt.zip |#############----------------------------------------| 23.96% tmpt8zqoygt.zip |#############----------------------------------------| 24.13% tmpt8zqoygt.zip |#############----------------------------------------| 24.29% tmpt8zqoygt.zip |#############----------------------------------------| 24.45% tmpt8zqoygt.zip |#############----------------------------------------| 24.61% tmpt8zqoygt.zip |#############----------------------------------------| 24.77% tmpt8zqoygt.zip |#############----------------------------------------| 24.93% tmpt8zqoygt.zip |#############----------------------------------------| 25.09% tmpt8zqoygt.zip |#############----------------------------------------| 25.25% tmpt8zqoygt.zip |#############----------------------------------------| 25.41% tmpt8zqoygt.zip |##############---------------------------------------| 25.57% tmpt8zqoygt.zip |##############---------------------------------------| 25.73% tmpt8zqoygt.zip |##############---------------------------------------| 25.89% tmpt8zqoygt.zip |##############---------------------------------------| 26.06% tmpt8zqoygt.zip |##############---------------------------------------| 26.22% tmpt8zqoygt.zip |##############---------------------------------------| 26.38% tmpt8zqoygt.zip |##############---------------------------------------| 26.54% tmpt8zqoygt.zip |##############---------------------------------------| 26.7% tmpt8zqoygt.zip |##############---------------------------------------| 26.86% tmpt8zqoygt.zip |##############---------------------------------------| 27.02% tmpt8zqoygt.zip |##############---------------------------------------| 27.18% tmpt8zqoygt.zip |##############---------------------------------------| 27.34% tmpt8zqoygt.zip |###############--------------------------------------| 27.5% tmpt8zqoygt.zip |###############--------------------------------------| 27.66% tmpt8zqoygt.zip |###############--------------------------------------| 27.82% tmpt8zqoygt.zip |###############--------------------------------------| 27.99% tmpt8zqoygt.zip |###############--------------------------------------| 28.15% tmpt8zqoygt.zip |###############--------------------------------------| 28.31% tmpt8zqoygt.zip |###############--------------------------------------| 28.47% tmpt8zqoygt.zip |###############--------------------------------------| 28.63% tmpt8zqoygt.zip |###############--------------------------------------| 28.79% tmpt8zqoygt.zip |###############--------------------------------------| 28.95% tmpt8zqoygt.zip |###############--------------------------------------| 29.11% tmpt8zqoygt.zip |################-------------------------------------| 29.27% tmpt8zqoygt.zip |################-------------------------------------| 29.43% tmpt8zqoygt.zip |################-------------------------------------| 29.59% tmpt8zqoygt.zip |################-------------------------------------| 29.75% tmpt8zqoygt.zip |################-------------------------------------| 29.92% tmpt8zqoygt.zip |################-------------------------------------| 30.08% tmpt8zqoygt.zip |################-------------------------------------| 30.24% tmpt8zqoygt.zip |################-------------------------------------| 30.4% tmpt8zqoygt.zip |################-------------------------------------| 30.56% tmpt8zqoygt.zip |################-------------------------------------| 30.72% tmpt8zqoygt.zip |################-------------------------------------| 30.88% tmpt8zqoygt.zip |################-------------------------------------| 31.04% tmpt8zqoygt.zip |#################------------------------------------| 31.2% tmpt8zqoygt.zip |#################------------------------------------| 31.36% tmpt8zqoygt.zip |#################------------------------------------| 31.52% tmpt8zqoygt.zip |#################------------------------------------| 31.68% tmpt8zqoygt.zip |#################------------------------------------| 31.85% tmpt8zqoygt.zip |#################------------------------------------| 32.01% tmpt8zqoygt.zip |#################------------------------------------| 32.17% tmpt8zqoygt.zip |#################------------------------------------| 32.33% tmpt8zqoygt.zip |#################------------------------------------| 32.49% tmpt8zqoygt.zip |#################------------------------------------| 32.65% tmpt8zqoygt.zip |#################------------------------------------| 32.81% tmpt8zqoygt.zip |#################------------------------------------| 32.97% tmpt8zqoygt.zip |##################-----------------------------------| 33.13% tmpt8zqoygt.zip |##################-----------------------------------| 33.29% tmpt8zqoygt.zip |##################-----------------------------------| 33.45% tmpt8zqoygt.zip |##################-----------------------------------| 33.61% tmpt8zqoygt.zip |##################-----------------------------------| 33.78% tmpt8zqoygt.zip |##################-----------------------------------| 33.94% tmpt8zqoygt.zip |##################-----------------------------------| 34.1% tmpt8zqoygt.zip |##################-----------------------------------| 34.26% tmpt8zqoygt.zip |##################-----------------------------------| 34.42% tmpt8zqoygt.zip |##################-----------------------------------| 34.58% tmpt8zqoygt.zip |##################-----------------------------------| 34.74% tmpt8zqoygt.zip |##################-----------------------------------| 34.9% tmpt8zqoygt.zip |###################----------------------------------| 35.06% tmpt8zqoygt.zip |###################----------------------------------| 35.22% tmpt8zqoygt.zip |###################----------------------------------| 35.38% tmpt8zqoygt.zip |###################----------------------------------| 35.54% tmpt8zqoygt.zip |###################----------------------------------| 35.71% tmpt8zqoygt.zip |###################----------------------------------| 35.87% tmpt8zqoygt.zip |###################----------------------------------| 36.03% tmpt8zqoygt.zip |###################----------------------------------| 36.19% tmpt8zqoygt.zip |###################----------------------------------| 36.35% tmpt8zqoygt.zip |###################----------------------------------| 36.51% tmpt8zqoygt.zip |###################----------------------------------| 36.67% tmpt8zqoygt.zip |####################---------------------------------| 36.83% tmpt8zqoygt.zip |####################---------------------------------| 36.99% tmpt8zqoygt.zip |####################---------------------------------| 37.15% tmpt8zqoygt.zip |####################---------------------------------| 37.31% tmpt8zqoygt.zip |####################---------------------------------| 37.47% tmpt8zqoygt.zip |####################---------------------------------| 37.64% tmpt8zqoygt.zip |####################---------------------------------| 37.8% tmpt8zqoygt.zip |####################---------------------------------| 37.96% tmpt8zqoygt.zip |####################---------------------------------| 38.12% tmpt8zqoygt.zip |####################---------------------------------| 38.28% tmpt8zqoygt.zip |####################---------------------------------| 38.44% tmpt8zqoygt.zip |####################---------------------------------| 38.6% tmpt8zqoygt.zip |#####################--------------------------------| 38.76% tmpt8zqoygt.zip |#####################--------------------------------| 38.92% tmpt8zqoygt.zip |#####################--------------------------------| 39.08% tmpt8zqoygt.zip |#####################--------------------------------| 39.24% tmpt8zqoygt.zip |#####################--------------------------------| 39.4% tmpt8zqoygt.zip |#####################--------------------------------| 39.57% tmpt8zqoygt.zip |#####################--------------------------------| 39.73% tmpt8zqoygt.zip |#####################--------------------------------| 39.89% tmpt8zqoygt.zip |#####################--------------------------------| 40.05% tmpt8zqoygt.zip |#####################--------------------------------| 40.21% tmpt8zqoygt.zip |#####################--------------------------------| 40.37% tmpt8zqoygt.zip |#####################--------------------------------| 40.53% tmpt8zqoygt.zip |######################-------------------------------| 40.69% tmpt8zqoygt.zip |######################-------------------------------| 40.85% tmpt8zqoygt.zip |######################-------------------------------| 41.01% tmpt8zqoygt.zip |######################-------------------------------| 41.17% tmpt8zqoygt.zip |######################-------------------------------| 41.33% tmpt8zqoygt.zip |######################-------------------------------| 41.5% tmpt8zqoygt.zip |######################-------------------------------| 41.66% tmpt8zqoygt.zip |######################-------------------------------| 41.82% tmpt8zqoygt.zip |######################-------------------------------| 41.98% tmpt8zqoygt.zip |######################-------------------------------| 42.14% tmpt8zqoygt.zip |######################-------------------------------| 42.3% tmpt8zqoygt.zip |#######################------------------------------| 42.46% tmpt8zqoygt.zip |#######################------------------------------| 42.62% tmpt8zqoygt.zip |#######################------------------------------| 42.78% tmpt8zqoygt.zip |#######################------------------------------| 42.94% tmpt8zqoygt.zip |#######################------------------------------| 43.1% tmpt8zqoygt.zip |#######################------------------------------| 43.26% tmpt8zqoygt.zip |#######################------------------------------| 43.43% tmpt8zqoygt.zip |#######################------------------------------| 43.59% tmpt8zqoygt.zip |#######################------------------------------| 43.75% tmpt8zqoygt.zip |#######################------------------------------| 43.91% tmpt8zqoygt.zip |#######################------------------------------| 44.07% tmpt8zqoygt.zip |#######################------------------------------| 44.23% tmpt8zqoygt.zip |########################-----------------------------| 44.39% tmpt8zqoygt.zip |########################-----------------------------| 44.55% tmpt8zqoygt.zip |########################-----------------------------| 44.71% tmpt8zqoygt.zip |########################-----------------------------| 44.87% tmpt8zqoygt.zip |########################-----------------------------| 45.03% tmpt8zqoygt.zip |########################-----------------------------| 45.19% tmpt8zqoygt.zip |########################-----------------------------| 45.36% tmpt8zqoygt.zip |########################-----------------------------| 45.52% tmpt8zqoygt.zip |########################-----------------------------| 45.68% tmpt8zqoygt.zip |########################-----------------------------| 45.84% tmpt8zqoygt.zip |########################-----------------------------| 46.0% tmpt8zqoygt.zip |########################-----------------------------| 46.16% tmpt8zqoygt.zip |#########################----------------------------| 46.32% tmpt8zqoygt.zip |#########################----------------------------| 46.48% tmpt8zqoygt.zip |#########################----------------------------| 46.64% tmpt8zqoygt.zip |#########################----------------------------| 46.8% tmpt8zqoygt.zip |#########################----------------------------| 46.96% tmpt8zqoygt.zip |#########################----------------------------| 47.12% tmpt8zqoygt.zip |#########################----------------------------| 47.29% tmpt8zqoygt.zip |#########################----------------------------| 47.45% tmpt8zqoygt.zip |#########################----------------------------| 47.61% tmpt8zqoygt.zip |#########################----------------------------| 47.77% tmpt8zqoygt.zip |#########################----------------------------| 47.93% tmpt8zqoygt.zip |#########################----------------------------| 48.09% tmpt8zqoygt.zip |##########################---------------------------| 48.25% tmpt8zqoygt.zip |##########################---------------------------| 48.41% tmpt8zqoygt.zip |##########################---------------------------| 48.57% tmpt8zqoygt.zip |##########################---------------------------| 48.73% tmpt8zqoygt.zip |##########################---------------------------| 48.89% tmpt8zqoygt.zip |##########################---------------------------| 49.05% tmpt8zqoygt.zip |##########################---------------------------| 49.22% tmpt8zqoygt.zip |##########################---------------------------| 49.38% tmpt8zqoygt.zip |##########################---------------------------| 49.54% tmpt8zqoygt.zip |##########################---------------------------| 49.7% tmpt8zqoygt.zip |##########################---------------------------| 49.86% tmpt8zqoygt.zip |###########################--------------------------| 50.02% tmpt8zqoygt.zip |###########################--------------------------| 50.18% tmpt8zqoygt.zip |###########################--------------------------| 50.34% tmpt8zqoygt.zip |###########################--------------------------| 50.5% tmpt8zqoygt.zip |###########################--------------------------| 50.66% tmpt8zqoygt.zip |###########################--------------------------| 50.82% tmpt8zqoygt.zip |###########################--------------------------| 50.98% tmpt8zqoygt.zip |###########################--------------------------| 51.15% tmpt8zqoygt.zip |###########################--------------------------| 51.31% tmpt8zqoygt.zip |###########################--------------------------| 51.47% tmpt8zqoygt.zip |###########################--------------------------| 51.63% tmpt8zqoygt.zip |###########################--------------------------| 51.79% tmpt8zqoygt.zip |############################-------------------------| 51.95% tmpt8zqoygt.zip |############################-------------------------| 52.11% tmpt8zqoygt.zip |############################-------------------------| 52.27% tmpt8zqoygt.zip |############################-------------------------| 52.43% tmpt8zqoygt.zip |############################-------------------------| 52.59% tmpt8zqoygt.zip |############################-------------------------| 52.75% tmpt8zqoygt.zip |############################-------------------------| 52.91% tmpt8zqoygt.zip |############################-------------------------| 53.08% tmpt8zqoygt.zip |############################-------------------------| 53.24% tmpt8zqoygt.zip |############################-------------------------| 53.4% tmpt8zqoygt.zip |############################-------------------------| 53.56% tmpt8zqoygt.zip |############################-------------------------| 53.72% tmpt8zqoygt.zip |#############################------------------------| 53.88% tmpt8zqoygt.zip |#############################------------------------| 54.04% tmpt8zqoygt.zip |#############################------------------------| 54.2% tmpt8zqoygt.zip |#############################------------------------| 54.36% tmpt8zqoygt.zip |#############################------------------------| 54.52% tmpt8zqoygt.zip |#############################------------------------| 54.68% tmpt8zqoygt.zip |#############################------------------------| 54.84% tmpt8zqoygt.zip |#############################------------------------| 55.01% tmpt8zqoygt.zip |#############################------------------------| 55.17% tmpt8zqoygt.zip |#############################------------------------| 55.33% tmpt8zqoygt.zip |#############################------------------------| 55.49% tmpt8zqoygt.zip |#############################------------------------| 55.65% tmpt8zqoygt.zip |##############################-----------------------| 55.81% tmpt8zqoygt.zip |##############################-----------------------| 55.97% tmpt8zqoygt.zip |##############################-----------------------| 56.13% tmpt8zqoygt.zip |##############################-----------------------| 56.29% tmpt8zqoygt.zip |##############################-----------------------| 56.45% tmpt8zqoygt.zip |##############################-----------------------| 56.61% tmpt8zqoygt.zip |##############################-----------------------| 56.77% tmpt8zqoygt.zip |##############################-----------------------| 56.94% tmpt8zqoygt.zip |##############################-----------------------| 57.1% tmpt8zqoygt.zip |##############################-----------------------| 57.26% tmpt8zqoygt.zip |##############################-----------------------| 57.42% tmpt8zqoygt.zip |###############################----------------------| 57.58% tmpt8zqoygt.zip |###############################----------------------| 57.74% tmpt8zqoygt.zip |###############################----------------------| 57.9% tmpt8zqoygt.zip |###############################----------------------| 58.06% tmpt8zqoygt.zip |###############################----------------------| 58.22% tmpt8zqoygt.zip |###############################----------------------| 58.38% tmpt8zqoygt.zip |###############################----------------------| 58.54% tmpt8zqoygt.zip |###############################----------------------| 58.7% tmpt8zqoygt.zip |###############################----------------------| 58.87% tmpt8zqoygt.zip |###############################----------------------| 59.03% tmpt8zqoygt.zip |###############################----------------------| 59.19% tmpt8zqoygt.zip |###############################----------------------| 59.35% tmpt8zqoygt.zip |################################---------------------| 59.51% tmpt8zqoygt.zip |################################---------------------| 59.67% tmpt8zqoygt.zip |################################---------------------| 59.83% tmpt8zqoygt.zip |################################---------------------| 59.99% tmpt8zqoygt.zip |################################---------------------| 60.15% tmpt8zqoygt.zip |################################---------------------| 60.31% tmpt8zqoygt.zip |################################---------------------| 60.47% tmpt8zqoygt.zip |################################---------------------| 60.63% tmpt8zqoygt.zip |################################---------------------| 60.8% tmpt8zqoygt.zip |################################---------------------| 60.96% tmpt8zqoygt.zip |################################---------------------| 61.12% tmpt8zqoygt.zip |################################---------------------| 61.28% tmpt8zqoygt.zip |#################################--------------------| 61.44% tmpt8zqoygt.zip |#################################--------------------| 61.6% tmpt8zqoygt.zip |#################################--------------------| 61.76% tmpt8zqoygt.zip |#################################--------------------| 61.92% tmpt8zqoygt.zip |#################################--------------------| 62.08% tmpt8zqoygt.zip |#################################--------------------| 62.24% tmpt8zqoygt.zip |#################################--------------------| 62.4% tmpt8zqoygt.zip |#################################--------------------| 62.56% tmpt8zqoygt.zip |#################################--------------------| 62.73% tmpt8zqoygt.zip |#################################--------------------| 62.89% tmpt8zqoygt.zip |#################################--------------------| 63.05% tmpt8zqoygt.zip |##################################-------------------| 63.21% tmpt8zqoygt.zip |##################################-------------------| 63.37% tmpt8zqoygt.zip |##################################-------------------| 63.53% tmpt8zqoygt.zip |##################################-------------------| 63.69% tmpt8zqoygt.zip |##################################-------------------| 63.85% tmpt8zqoygt.zip |##################################-------------------| 64.01% tmpt8zqoygt.zip |##################################-------------------| 64.17% tmpt8zqoygt.zip |##################################-------------------| 64.33% tmpt8zqoygt.zip |##################################-------------------| 64.49% tmpt8zqoygt.zip |##################################-------------------| 64.66% tmpt8zqoygt.zip |##################################-------------------| 64.82% tmpt8zqoygt.zip |##################################-------------------| 64.98% tmpt8zqoygt.zip |###################################------------------| 65.14% tmpt8zqoygt.zip |###################################------------------| 65.3% tmpt8zqoygt.zip |###################################------------------| 65.46% tmpt8zqoygt.zip |###################################------------------| 65.62% tmpt8zqoygt.zip |###################################------------------| 65.78% tmpt8zqoygt.zip |###################################------------------| 65.94% tmpt8zqoygt.zip |###################################------------------| 66.1% tmpt8zqoygt.zip |###################################------------------| 66.26% tmpt8zqoygt.zip |###################################------------------| 66.42% tmpt8zqoygt.zip |###################################------------------| 66.59% tmpt8zqoygt.zip |###################################------------------| 66.75% tmpt8zqoygt.zip |###################################------------------| 66.91% tmpt8zqoygt.zip |####################################-----------------| 67.07% tmpt8zqoygt.zip |####################################-----------------| 67.23% tmpt8zqoygt.zip |####################################-----------------| 67.39% tmpt8zqoygt.zip |####################################-----------------| 67.55% tmpt8zqoygt.zip |####################################-----------------| 67.71% tmpt8zqoygt.zip |####################################-----------------| 67.87% tmpt8zqoygt.zip |####################################-----------------| 68.03% tmpt8zqoygt.zip |####################################-----------------| 68.19% tmpt8zqoygt.zip |####################################-----------------| 68.35% tmpt8zqoygt.zip |####################################-----------------| 68.52% tmpt8zqoygt.zip |####################################-----------------| 68.68% tmpt8zqoygt.zip |####################################-----------------| 68.84% tmpt8zqoygt.zip |#####################################----------------| 69.0% tmpt8zqoygt.zip |#####################################----------------| 69.16% tmpt8zqoygt.zip |#####################################----------------| 69.32% tmpt8zqoygt.zip |#####################################----------------| 69.48% tmpt8zqoygt.zip |#####################################----------------| 69.64% tmpt8zqoygt.zip |#####################################----------------| 69.8% tmpt8zqoygt.zip |#####################################----------------| 69.96% tmpt8zqoygt.zip |#####################################----------------| 70.12% tmpt8zqoygt.zip |#####################################----------------| 70.28% tmpt8zqoygt.zip |#####################################----------------| 70.45% tmpt8zqoygt.zip |#####################################----------------| 70.61% tmpt8zqoygt.zip |######################################---------------| 70.77% tmpt8zqoygt.zip |######################################---------------| 70.93% tmpt8zqoygt.zip |######################################---------------| 71.09% tmpt8zqoygt.zip |######################################---------------| 71.25% tmpt8zqoygt.zip |######################################---------------| 71.41% tmpt8zqoygt.zip |######################################---------------| 71.57% tmpt8zqoygt.zip |######################################---------------| 71.73% tmpt8zqoygt.zip |######################################---------------| 71.89% tmpt8zqoygt.zip |######################################---------------| 72.05% tmpt8zqoygt.zip |######################################---------------| 72.21% tmpt8zqoygt.zip |######################################---------------| 72.38% tmpt8zqoygt.zip |######################################---------------| 72.54% tmpt8zqoygt.zip |#######################################--------------| 72.7% tmpt8zqoygt.zip |#######################################--------------| 72.86% tmpt8zqoygt.zip |#######################################--------------| 73.02% tmpt8zqoygt.zip |#######################################--------------| 73.18% tmpt8zqoygt.zip |#######################################--------------| 73.34% tmpt8zqoygt.zip |#######################################--------------| 73.5% tmpt8zqoygt.zip |#######################################--------------| 73.66% tmpt8zqoygt.zip |#######################################--------------| 73.82% tmpt8zqoygt.zip |#######################################--------------| 73.98% tmpt8zqoygt.zip |#######################################--------------| 74.14% tmpt8zqoygt.zip |#######################################--------------| 74.31% tmpt8zqoygt.zip |#######################################--------------| 74.47% tmpt8zqoygt.zip |########################################-------------| 74.63% tmpt8zqoygt.zip |########################################-------------| 74.79% tmpt8zqoygt.zip |########################################-------------| 74.95% tmpt8zqoygt.zip |########################################-------------| 75.11% tmpt8zqoygt.zip |########################################-------------| 75.27% tmpt8zqoygt.zip |########################################-------------| 75.43% tmpt8zqoygt.zip |########################################-------------| 75.59% tmpt8zqoygt.zip |########################################-------------| 75.75% tmpt8zqoygt.zip |########################################-------------| 75.91% tmpt8zqoygt.zip |########################################-------------| 76.07% tmpt8zqoygt.zip |########################################-------------| 76.24% tmpt8zqoygt.zip |########################################-------------| 76.4% tmpt8zqoygt.zip |#########################################------------| 76.56% tmpt8zqoygt.zip |#########################################------------| 76.72% tmpt8zqoygt.zip |#########################################------------| 76.88% tmpt8zqoygt.zip |#########################################------------| 77.04% tmpt8zqoygt.zip |#########################################------------| 77.2% tmpt8zqoygt.zip |#########################################------------| 77.36% tmpt8zqoygt.zip |#########################################------------| 77.52% tmpt8zqoygt.zip |#########################################------------| 77.68% tmpt8zqoygt.zip |#########################################------------| 77.84% tmpt8zqoygt.zip |#########################################------------| 78.0% tmpt8zqoygt.zip |#########################################------------| 78.17% tmpt8zqoygt.zip |##########################################-----------| 78.33% tmpt8zqoygt.zip |##########################################-----------| 78.49% tmpt8zqoygt.zip |##########################################-----------| 78.65% tmpt8zqoygt.zip |##########################################-----------| 78.81% tmpt8zqoygt.zip |##########################################-----------| 78.97% tmpt8zqoygt.zip |##########################################-----------| 79.13% tmpt8zqoygt.zip |##########################################-----------| 79.29% tmpt8zqoygt.zip |##########################################-----------| 79.45% tmpt8zqoygt.zip |##########################################-----------| 79.61% tmpt8zqoygt.zip |##########################################-----------| 79.77% tmpt8zqoygt.zip |##########################################-----------| 79.93% tmpt8zqoygt.zip |##########################################-----------| 80.1% tmpt8zqoygt.zip |###########################################----------| 80.26% tmpt8zqoygt.zip |###########################################----------| 80.42% tmpt8zqoygt.zip |###########################################----------| 80.58% tmpt8zqoygt.zip |###########################################----------| 80.74% tmpt8zqoygt.zip |###########################################----------| 80.9% tmpt8zqoygt.zip |###########################################----------| 81.06% tmpt8zqoygt.zip |###########################################----------| 81.22% tmpt8zqoygt.zip |###########################################----------| 81.38% tmpt8zqoygt.zip |###########################################----------| 81.54% tmpt8zqoygt.zip |###########################################----------| 81.7% tmpt8zqoygt.zip |###########################################----------| 81.86% tmpt8zqoygt.zip |###########################################----------| 82.03% tmpt8zqoygt.zip |############################################---------| 82.19% tmpt8zqoygt.zip |############################################---------| 82.35% tmpt8zqoygt.zip |############################################---------| 82.51% tmpt8zqoygt.zip |############################################---------| 82.67% tmpt8zqoygt.zip |############################################---------| 82.83% tmpt8zqoygt.zip |############################################---------| 82.99% tmpt8zqoygt.zip |############################################---------| 83.15% tmpt8zqoygt.zip |############################################---------| 83.31% tmpt8zqoygt.zip |############################################---------| 83.47% tmpt8zqoygt.zip |############################################---------| 83.63% tmpt8zqoygt.zip |############################################---------| 83.79% tmpt8zqoygt.zip |############################################---------| 83.96% tmpt8zqoygt.zip |#############################################--------| 84.12% tmpt8zqoygt.zip |#############################################--------| 84.28% tmpt8zqoygt.zip |#############################################--------| 84.44% tmpt8zqoygt.zip |#############################################--------| 84.6% tmpt8zqoygt.zip |#############################################--------| 84.76% tmpt8zqoygt.zip |#############################################--------| 84.92% tmpt8zqoygt.zip |#############################################--------| 85.08% tmpt8zqoygt.zip |#############################################--------| 85.24% tmpt8zqoygt.zip |#############################################--------| 85.4% tmpt8zqoygt.zip |#############################################--------| 85.56% tmpt8zqoygt.zip |#############################################--------| 85.72% tmpt8zqoygt.zip |##############################################-------| 85.89% tmpt8zqoygt.zip |##############################################-------| 86.05% tmpt8zqoygt.zip |##############################################-------| 86.21% tmpt8zqoygt.zip |##############################################-------| 86.37% tmpt8zqoygt.zip |##############################################-------| 86.53% tmpt8zqoygt.zip |##############################################-------| 86.69% tmpt8zqoygt.zip |##############################################-------| 86.85% tmpt8zqoygt.zip |##############################################-------| 87.01% tmpt8zqoygt.zip |##############################################-------| 87.17% tmpt8zqoygt.zip |##############################################-------| 87.33% tmpt8zqoygt.zip |##############################################-------| 87.49% tmpt8zqoygt.zip |##############################################-------| 87.65% tmpt8zqoygt.zip |###############################################------| 87.82% tmpt8zqoygt.zip |###############################################------| 87.98% tmpt8zqoygt.zip |###############################################------| 88.14% tmpt8zqoygt.zip |###############################################------| 88.3% tmpt8zqoygt.zip |###############################################------| 88.46% tmpt8zqoygt.zip |###############################################------| 88.62% tmpt8zqoygt.zip |###############################################------| 88.78% tmpt8zqoygt.zip |###############################################------| 88.94% tmpt8zqoygt.zip |###############################################------| 89.1% tmpt8zqoygt.zip |###############################################------| 89.26% tmpt8zqoygt.zip |###############################################------| 89.42% tmpt8zqoygt.zip |###############################################------| 89.58% tmpt8zqoygt.zip |################################################-----| 89.75% tmpt8zqoygt.zip |################################################-----| 89.91% tmpt8zqoygt.zip |################################################-----| 90.07% tmpt8zqoygt.zip |################################################-----| 90.23% tmpt8zqoygt.zip |################################################-----| 90.39% tmpt8zqoygt.zip |################################################-----| 90.55% tmpt8zqoygt.zip |################################################-----| 90.71% tmpt8zqoygt.zip |################################################-----| 90.87% tmpt8zqoygt.zip |################################################-----| 91.03% tmpt8zqoygt.zip |################################################-----| 91.19% tmpt8zqoygt.zip |################################################-----| 91.35% tmpt8zqoygt.zip |#################################################----| 91.51% tmpt8zqoygt.zip |#################################################----| 91.68% tmpt8zqoygt.zip |#################################################----| 91.84% tmpt8zqoygt.zip |#################################################----| 92.0% tmpt8zqoygt.zip |#################################################----| 92.16% tmpt8zqoygt.zip |#################################################----| 92.32% tmpt8zqoygt.zip |#################################################----| 92.48% tmpt8zqoygt.zip |#################################################----| 92.64% tmpt8zqoygt.zip |#################################################----| 92.8% tmpt8zqoygt.zip |#################################################----| 92.96% tmpt8zqoygt.zip |#################################################----| 93.12% tmpt8zqoygt.zip |#################################################----| 93.28% tmpt8zqoygt.zip |##################################################---| 93.44% tmpt8zqoygt.zip |##################################################---| 93.61% tmpt8zqoygt.zip |##################################################---| 93.77% tmpt8zqoygt.zip |##################################################---| 93.93% tmpt8zqoygt.zip |##################################################---| 94.09% tmpt8zqoygt.zip |##################################################---| 94.25% tmpt8zqoygt.zip |##################################################---| 94.41% tmpt8zqoygt.zip |##################################################---| 94.57% tmpt8zqoygt.zip |##################################################---| 94.73% tmpt8zqoygt.zip |##################################################---| 94.89% tmpt8zqoygt.zip |##################################################---| 95.05% tmpt8zqoygt.zip |##################################################---| 95.21% tmpt8zqoygt.zip |###################################################--| 95.37% tmpt8zqoygt.zip |###################################################--| 95.54% tmpt8zqoygt.zip |###################################################--| 95.7% tmpt8zqoygt.zip |###################################################--| 95.86% tmpt8zqoygt.zip |###################################################--| 96.02% tmpt8zqoygt.zip |###################################################--| 96.18% tmpt8zqoygt.zip |###################################################--| 96.34% tmpt8zqoygt.zip |###################################################--| 96.5% tmpt8zqoygt.zip |###################################################--| 96.66% tmpt8zqoygt.zip |###################################################--| 96.82% tmpt8zqoygt.zip |###################################################--| 96.98% tmpt8zqoygt.zip |###################################################--| 97.14% tmpt8zqoygt.zip |####################################################-| 97.3% tmpt8zqoygt.zip |####################################################-| 97.47% tmpt8zqoygt.zip |####################################################-| 97.63% tmpt8zqoygt.zip |####################################################-| 97.79% tmpt8zqoygt.zip |####################################################-| 97.95% tmpt8zqoygt.zip |####################################################-| 98.11% tmpt8zqoygt.zip |####################################################-| 98.27% tmpt8zqoygt.zip |####################################################-| 98.43% tmpt8zqoygt.zip |####################################################-| 98.59% tmpt8zqoygt.zip |####################################################-| 98.75% tmpt8zqoygt.zip |####################################################-| 98.91% tmpt8zqoygt.zip |#####################################################| 99.07% tmpt8zqoygt.zip |#####################################################| 99.23% tmpt8zqoygt.zip |#####################################################| 99.4% tmpt8zqoygt.zip |#####################################################| 99.56% tmpt8zqoygt.zip |#####################################################| 99.72% tmpt8zqoygt.zip |#####################################################| 99.88% tmpt8zqoygt.zip |#####################################################| 100.0% Plugin uploaded. Plugin's id is be0fcdb7-0fc0-4ced-b398-adce6f8accc5 + for p in '${PLUGIN_DIR}/*' + wagons=($p/*.wgn) + types=($p/*.yaml) + install_plugin /opt/plugins/plugin-NKjxmp0/sshkeyshare-1.2.0-py36-none-linux_x86_64.wgn /opt/plugins/plugin-NKjxmp0/sshkeyshare_types.yaml ++ basename /opt/plugins/plugin-NKjxmp0/sshkeyshare-1.2.0-py36-none-linux_x86_64.wgn + ARCHIVE=sshkeyshare-1.2.0-py36-none-linux_x86_64.wgn + cm_hasany 'plugins?archive_name=sshkeyshare-1.2.0-py36-none-linux_x86_64.wgn' ++ curl -Ss -H 'Tenant: default_tenant' --user admin:SU92FFB6 --cacert /opt/onap/certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/plugins?archive_name=sshkeyshare-1.2.0-py36-none-linux_x86_64.wgn&_include=id' ++ /bin/jq .metadata.pagination.total + COUNT=0 + (( 0 > 0 )) + return 1 + cfy plugin upload -y /opt/plugins/plugin-NKjxmp0/sshkeyshare_types.yaml /opt/plugins/plugin-NKjxmp0/sshkeyshare-1.2.0-py36-none-linux_x86_64.wgn Creating plugin zip archive.. Uploading plugin archive (wagon + yaml).. tmpoaengdbt.zip |-----------------------------------------------------| 0.47% tmpoaengdbt.zip |-----------------------------------------------------| 0.93% tmpoaengdbt.zip |#----------------------------------------------------| 1.4% tmpoaengdbt.zip |#----------------------------------------------------| 1.86% tmpoaengdbt.zip |#----------------------------------------------------| 2.33% tmpoaengdbt.zip |#----------------------------------------------------| 2.8% tmpoaengdbt.zip |##---------------------------------------------------| 3.26% tmpoaengdbt.zip |##---------------------------------------------------| 3.73% tmpoaengdbt.zip |##---------------------------------------------------| 4.19% tmpoaengdbt.zip |##---------------------------------------------------| 4.66% tmpoaengdbt.zip |###--------------------------------------------------| 5.13% tmpoaengdbt.zip |###--------------------------------------------------| 5.59% tmpoaengdbt.zip |###--------------------------------------------------| 6.06% tmpoaengdbt.zip |###--------------------------------------------------| 6.52% tmpoaengdbt.zip |####-------------------------------------------------| 6.99% tmpoaengdbt.zip |####-------------------------------------------------| 7.46% tmpoaengdbt.zip |####-------------------------------------------------| 7.92% tmpoaengdbt.zip |####-------------------------------------------------| 8.39% tmpoaengdbt.zip |#####------------------------------------------------| 8.85% tmpoaengdbt.zip |#####------------------------------------------------| 9.32% tmpoaengdbt.zip |#####------------------------------------------------| 9.79% tmpoaengdbt.zip |#####------------------------------------------------| 10.25% tmpoaengdbt.zip |######-----------------------------------------------| 10.72% tmpoaengdbt.zip |######-----------------------------------------------| 11.18% tmpoaengdbt.zip |######-----------------------------------------------| 11.65% tmpoaengdbt.zip |######-----------------------------------------------| 12.12% tmpoaengdbt.zip |#######----------------------------------------------| 12.58% tmpoaengdbt.zip |#######----------------------------------------------| 13.05% tmpoaengdbt.zip |#######----------------------------------------------| 13.51% tmpoaengdbt.zip |#######----------------------------------------------| 13.98% tmpoaengdbt.zip |########---------------------------------------------| 14.45% tmpoaengdbt.zip |########---------------------------------------------| 14.91% tmpoaengdbt.zip |########---------------------------------------------| 15.38% tmpoaengdbt.zip |########---------------------------------------------| 15.84% tmpoaengdbt.zip |#########--------------------------------------------| 16.31% tmpoaengdbt.zip |#########--------------------------------------------| 16.78% tmpoaengdbt.zip |#########--------------------------------------------| 17.24% tmpoaengdbt.zip |#########--------------------------------------------| 17.71% tmpoaengdbt.zip |##########-------------------------------------------| 18.17% tmpoaengdbt.zip |##########-------------------------------------------| 18.64% tmpoaengdbt.zip |##########-------------------------------------------| 19.11% tmpoaengdbt.zip |##########-------------------------------------------| 19.57% tmpoaengdbt.zip |###########------------------------------------------| 20.04% tmpoaengdbt.zip |###########------------------------------------------| 20.5% tmpoaengdbt.zip |###########------------------------------------------| 20.97% tmpoaengdbt.zip |###########------------------------------------------| 21.44% tmpoaengdbt.zip |############-----------------------------------------| 21.9% tmpoaengdbt.zip |############-----------------------------------------| 22.37% tmpoaengdbt.zip |############-----------------------------------------| 22.83% tmpoaengdbt.zip |############-----------------------------------------| 23.3% tmpoaengdbt.zip |#############----------------------------------------| 23.77% tmpoaengdbt.zip |#############----------------------------------------| 24.23% tmpoaengdbt.zip |#############----------------------------------------| 24.7% tmpoaengdbt.zip |#############----------------------------------------| 25.16% tmpoaengdbt.zip |##############---------------------------------------| 25.63% tmpoaengdbt.zip |##############---------------------------------------| 26.1% tmpoaengdbt.zip |##############---------------------------------------| 26.56% tmpoaengdbt.zip |##############---------------------------------------| 27.03% tmpoaengdbt.zip |###############--------------------------------------| 27.49% tmpoaengdbt.zip |###############--------------------------------------| 27.96% tmpoaengdbt.zip |###############--------------------------------------| 28.43% tmpoaengdbt.zip |###############--------------------------------------| 28.89% tmpoaengdbt.zip |################-------------------------------------| 29.36% tmpoaengdbt.zip |################-------------------------------------| 29.82% tmpoaengdbt.zip |################-------------------------------------| 30.29% tmpoaengdbt.zip |################-------------------------------------| 30.76% tmpoaengdbt.zip |#################------------------------------------| 31.22% tmpoaengdbt.zip |#################------------------------------------| 31.69% tmpoaengdbt.zip |#################------------------------------------| 32.15% tmpoaengdbt.zip |#################------------------------------------| 32.62% tmpoaengdbt.zip |##################-----------------------------------| 33.09% tmpoaengdbt.zip |##################-----------------------------------| 33.55% tmpoaengdbt.zip |##################-----------------------------------| 34.02% tmpoaengdbt.zip |##################-----------------------------------| 34.48% tmpoaengdbt.zip |###################----------------------------------| 34.95% tmpoaengdbt.zip |###################----------------------------------| 35.42% tmpoaengdbt.zip |###################----------------------------------| 35.88% tmpoaengdbt.zip |###################----------------------------------| 36.35% tmpoaengdbt.zip |####################---------------------------------| 36.81% tmpoaengdbt.zip |####################---------------------------------| 37.28% tmpoaengdbt.zip |####################---------------------------------| 37.75% tmpoaengdbt.zip |####################---------------------------------| 38.21% tmpoaengdbt.zip |####################---------------------------------| 38.68% tmpoaengdbt.zip |#####################--------------------------------| 39.15% tmpoaengdbt.zip |#####################--------------------------------| 39.61% tmpoaengdbt.zip |#####################--------------------------------| 40.08% tmpoaengdbt.zip |#####################--------------------------------| 40.54% tmpoaengdbt.zip |######################-------------------------------| 41.01% tmpoaengdbt.zip |######################-------------------------------| 41.48% tmpoaengdbt.zip |######################-------------------------------| 41.94% tmpoaengdbt.zip |######################-------------------------------| 42.41% tmpoaengdbt.zip |#######################------------------------------| 42.87% tmpoaengdbt.zip |#######################------------------------------| 43.34% tmpoaengdbt.zip |#######################------------------------------| 43.81% tmpoaengdbt.zip |#######################------------------------------| 44.27% tmpoaengdbt.zip |########################-----------------------------| 44.74% tmpoaengdbt.zip |########################-----------------------------| 45.2% tmpoaengdbt.zip |########################-----------------------------| 45.67% tmpoaengdbt.zip |########################-----------------------------| 46.14% tmpoaengdbt.zip |#########################----------------------------| 46.6% tmpoaengdbt.zip |#########################----------------------------| 47.07% tmpoaengdbt.zip |#########################----------------------------| 47.53% tmpoaengdbt.zip |#########################----------------------------| 48.0% tmpoaengdbt.zip |##########################---------------------------| 48.47% tmpoaengdbt.zip |##########################---------------------------| 48.93% tmpoaengdbt.zip |##########################---------------------------| 49.4% tmpoaengdbt.zip |##########################---------------------------| 49.86% tmpoaengdbt.zip |###########################--------------------------| 50.33% tmpoaengdbt.zip |###########################--------------------------| 50.8% tmpoaengdbt.zip |###########################--------------------------| 51.26% tmpoaengdbt.zip |###########################--------------------------| 51.73% tmpoaengdbt.zip |############################-------------------------| 52.19% tmpoaengdbt.zip |############################-------------------------| 52.66% tmpoaengdbt.zip |############################-------------------------| 53.13% tmpoaengdbt.zip |############################-------------------------| 53.59% tmpoaengdbt.zip |#############################------------------------| 54.06% tmpoaengdbt.zip |#############################------------------------| 54.52% tmpoaengdbt.zip |#############################------------------------| 54.99% tmpoaengdbt.zip |#############################------------------------| 55.46% tmpoaengdbt.zip |##############################-----------------------| 55.92% tmpoaengdbt.zip |##############################-----------------------| 56.39% tmpoaengdbt.zip |##############################-----------------------| 56.85% tmpoaengdbt.zip |##############################-----------------------| 57.32% tmpoaengdbt.zip |###############################----------------------| 57.79% tmpoaengdbt.zip |###############################----------------------| 58.25% tmpoaengdbt.zip |###############################----------------------| 58.72% tmpoaengdbt.zip |###############################----------------------| 59.18% tmpoaengdbt.zip |################################---------------------| 59.65% tmpoaengdbt.zip |################################---------------------| 60.12% tmpoaengdbt.zip |################################---------------------| 60.58% tmpoaengdbt.zip |################################---------------------| 61.05% tmpoaengdbt.zip |#################################--------------------| 61.51% tmpoaengdbt.zip |#################################--------------------| 61.98% tmpoaengdbt.zip |#################################--------------------| 62.45% tmpoaengdbt.zip |#################################--------------------| 62.91% tmpoaengdbt.zip |##################################-------------------| 63.38% tmpoaengdbt.zip |##################################-------------------| 63.84% tmpoaengdbt.zip |##################################-------------------| 64.31% tmpoaengdbt.zip |##################################-------------------| 64.78% tmpoaengdbt.zip |###################################------------------| 65.24% tmpoaengdbt.zip |###################################------------------| 65.71% tmpoaengdbt.zip |###################################------------------| 66.17% tmpoaengdbt.zip |###################################------------------| 66.64% tmpoaengdbt.zip |####################################-----------------| 67.11% tmpoaengdbt.zip |####################################-----------------| 67.57% tmpoaengdbt.zip |####################################-----------------| 68.04% tmpoaengdbt.zip |####################################-----------------| 68.5% tmpoaengdbt.zip |#####################################----------------| 68.97% tmpoaengdbt.zip |#####################################----------------| 69.44% tmpoaengdbt.zip |#####################################----------------| 69.9% tmpoaengdbt.zip |#####################################----------------| 70.37% tmpoaengdbt.zip |######################################---------------| 70.83% tmpoaengdbt.zip |######################################---------------| 71.3% tmpoaengdbt.zip |######################################---------------| 71.77% tmpoaengdbt.zip |######################################---------------| 72.23% tmpoaengdbt.zip |#######################################--------------| 72.7% tmpoaengdbt.zip |#######################################--------------| 73.16% tmpoaengdbt.zip |#######################################--------------| 73.63% tmpoaengdbt.zip |#######################################--------------| 74.1% tmpoaengdbt.zip |########################################-------------| 74.56% tmpoaengdbt.zip |########################################-------------| 75.03% tmpoaengdbt.zip |########################################-------------| 75.49% tmpoaengdbt.zip |########################################-------------| 75.96% tmpoaengdbt.zip |#########################################------------| 76.43% tmpoaengdbt.zip |#########################################------------| 76.89% tmpoaengdbt.zip |#########################################------------| 77.36% tmpoaengdbt.zip |#########################################------------| 77.82% tmpoaengdbt.zip |#########################################------------| 78.29% tmpoaengdbt.zip |##########################################-----------| 78.76% tmpoaengdbt.zip |##########################################-----------| 79.22% tmpoaengdbt.zip |##########################################-----------| 79.69% tmpoaengdbt.zip |##########################################-----------| 80.15% tmpoaengdbt.zip |###########################################----------| 80.62% tmpoaengdbt.zip |###########################################----------| 81.09% tmpoaengdbt.zip |###########################################----------| 81.55% tmpoaengdbt.zip |###########################################----------| 82.02% tmpoaengdbt.zip |############################################---------| 82.48% tmpoaengdbt.zip |############################################---------| 82.95% tmpoaengdbt.zip |############################################---------| 83.42% tmpoaengdbt.zip |############################################---------| 83.88% tmpoaengdbt.zip |#############################################--------| 84.35% tmpoaengdbt.zip |#############################################--------| 84.81% tmpoaengdbt.zip |#############################################--------| 85.28% tmpoaengdbt.zip |#############################################--------| 85.75% tmpoaengdbt.zip |##############################################-------| 86.21% tmpoaengdbt.zip |##############################################-------| 86.68% tmpoaengdbt.zip |##############################################-------| 87.14% tmpoaengdbt.zip |##############################################-------| 87.61% tmpoaengdbt.zip |###############################################------| 88.08% tmpoaengdbt.zip |###############################################------| 88.54% tmpoaengdbt.zip |###############################################------| 89.01% tmpoaengdbt.zip |###############################################------| 89.47% tmpoaengdbt.zip |################################################-----| 89.94% tmpoaengdbt.zip |################################################-----| 90.41% tmpoaengdbt.zip |################################################-----| 90.87% tmpoaengdbt.zip |################################################-----| 91.34% tmpoaengdbt.zip |#################################################----| 91.8% tmpoaengdbt.zip |#################################################----| 92.27% tmpoaengdbt.zip |#################################################----| 92.74% tmpoaengdbt.zip |#################################################----| 93.2% tmpoaengdbt.zip |##################################################---| 93.67% tmpoaengdbt.zip |##################################################---| 94.13% tmpoaengdbt.zip |##################################################---| 94.6% tmpoaengdbt.zip |##################################################---| 95.07% tmpoaengdbt.zip |###################################################--| 95.53% tmpoaengdbt.zip |###################################################--| 96.0% tmpoaengdbt.zip |###################################################--| 96.46% tmpoaengdbt.zip |###################################################--| 96.93% tmpoaengdbt.zip |####################################################-| 97.4% tmpoaengdbt.zip |####################################################-| 97.86% tmpoaengdbt.zip |####################################################-| 98.33% tmpoaengdbt.zip |####################################################-| 98.79% tmpoaengdbt.zip |#####################################################| 99.26% tmpoaengdbt.zip |#####################################################| 99.73% tmpoaengdbt.zip |#####################################################| 100.0% Plugin uploaded. Plugin's id is e9ba88d4-36b5-4cd9-af56-aa50c450026d + for p in '${PLUGIN_DIR}/*' + wagons=($p/*.wgn) + types=($p/*.yaml) + install_plugin /opt/plugins/plugin-dgcG9yy/relationshipplugin-1.1.0-py36-none-linux_x86_64.wgn /opt/plugins/plugin-dgcG9yy/relationshipplugin_types.yaml ++ basename /opt/plugins/plugin-dgcG9yy/relationshipplugin-1.1.0-py36-none-linux_x86_64.wgn + ARCHIVE=relationshipplugin-1.1.0-py36-none-linux_x86_64.wgn + cm_hasany 'plugins?archive_name=relationshipplugin-1.1.0-py36-none-linux_x86_64.wgn' ++ curl -Ss -H 'Tenant: default_tenant' --user admin:SU92FFB6 --cacert /opt/onap/certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/plugins?archive_name=relationshipplugin-1.1.0-py36-none-linux_x86_64.wgn&_include=id' ++ /bin/jq .metadata.pagination.total + COUNT=0 + (( 0 > 0 )) + return 1 + cfy plugin upload -y /opt/plugins/plugin-dgcG9yy/relationshipplugin_types.yaml /opt/plugins/plugin-dgcG9yy/relationshipplugin-1.1.0-py36-none-linux_x86_64.wgn Creating plugin zip archive.. Uploading plugin archive (wagon + yaml).. tmpshankdpm.zip |-----------------------------------------------------| 0.46% tmpshankdpm.zip |-----------------------------------------------------| 0.92% tmpshankdpm.zip |#----------------------------------------------------| 1.38% tmpshankdpm.zip |#----------------------------------------------------| 1.83% tmpshankdpm.zip |#----------------------------------------------------| 2.29% tmpshankdpm.zip |#----------------------------------------------------| 2.75% tmpshankdpm.zip |##---------------------------------------------------| 3.21% tmpshankdpm.zip |##---------------------------------------------------| 3.67% tmpshankdpm.zip |##---------------------------------------------------| 4.13% tmpshankdpm.zip |##---------------------------------------------------| 4.58% tmpshankdpm.zip |###--------------------------------------------------| 5.04% tmpshankdpm.zip |###--------------------------------------------------| 5.5% tmpshankdpm.zip |###--------------------------------------------------| 5.96% tmpshankdpm.zip |###--------------------------------------------------| 6.42% tmpshankdpm.zip |####-------------------------------------------------| 6.88% tmpshankdpm.zip |####-------------------------------------------------| 7.34% tmpshankdpm.zip |####-------------------------------------------------| 7.79% tmpshankdpm.zip |####-------------------------------------------------| 8.25% tmpshankdpm.zip |#####------------------------------------------------| 8.71% tmpshankdpm.zip |#####------------------------------------------------| 9.17% tmpshankdpm.zip |#####------------------------------------------------| 9.63% tmpshankdpm.zip |#####------------------------------------------------| 10.09% tmpshankdpm.zip |######-----------------------------------------------| 10.54% tmpshankdpm.zip |######-----------------------------------------------| 11.0% tmpshankdpm.zip |######-----------------------------------------------| 11.46% tmpshankdpm.zip |######-----------------------------------------------| 11.92% tmpshankdpm.zip |#######----------------------------------------------| 12.38% tmpshankdpm.zip |#######----------------------------------------------| 12.84% tmpshankdpm.zip |#######----------------------------------------------| 13.3% tmpshankdpm.zip |#######----------------------------------------------| 13.75% tmpshankdpm.zip |########---------------------------------------------| 14.21% tmpshankdpm.zip |########---------------------------------------------| 14.67% tmpshankdpm.zip |########---------------------------------------------| 15.13% tmpshankdpm.zip |########---------------------------------------------| 15.59% tmpshankdpm.zip |#########--------------------------------------------| 16.05% tmpshankdpm.zip |#########--------------------------------------------| 16.5% tmpshankdpm.zip |#########--------------------------------------------| 16.96% tmpshankdpm.zip |#########--------------------------------------------| 17.42% tmpshankdpm.zip |#########--------------------------------------------| 17.88% tmpshankdpm.zip |##########-------------------------------------------| 18.34% tmpshankdpm.zip |##########-------------------------------------------| 18.8% tmpshankdpm.zip |##########-------------------------------------------| 19.26% tmpshankdpm.zip |##########-------------------------------------------| 19.71% tmpshankdpm.zip |###########------------------------------------------| 20.17% tmpshankdpm.zip |###########------------------------------------------| 20.63% tmpshankdpm.zip |###########------------------------------------------| 21.09% tmpshankdpm.zip |###########------------------------------------------| 21.55% tmpshankdpm.zip |############-----------------------------------------| 22.01% tmpshankdpm.zip |############-----------------------------------------| 22.46% tmpshankdpm.zip |############-----------------------------------------| 22.92% tmpshankdpm.zip |############-----------------------------------------| 23.38% tmpshankdpm.zip |#############----------------------------------------| 23.84% tmpshankdpm.zip |#############----------------------------------------| 24.3% tmpshankdpm.zip |#############----------------------------------------| 24.76% tmpshankdpm.zip |#############----------------------------------------| 25.22% tmpshankdpm.zip |##############---------------------------------------| 25.67% tmpshankdpm.zip |##############---------------------------------------| 26.13% tmpshankdpm.zip |##############---------------------------------------| 26.59% tmpshankdpm.zip |##############---------------------------------------| 27.05% tmpshankdpm.zip |###############--------------------------------------| 27.51% tmpshankdpm.zip |###############--------------------------------------| 27.97% tmpshankdpm.zip |###############--------------------------------------| 28.42% tmpshankdpm.zip |###############--------------------------------------| 28.88% tmpshankdpm.zip |################-------------------------------------| 29.34% tmpshankdpm.zip |################-------------------------------------| 29.8% tmpshankdpm.zip |################-------------------------------------| 30.26% tmpshankdpm.zip |################-------------------------------------| 30.72% tmpshankdpm.zip |#################------------------------------------| 31.18% tmpshankdpm.zip |#################------------------------------------| 31.63% tmpshankdpm.zip |#################------------------------------------| 32.09% tmpshankdpm.zip |#################------------------------------------| 32.55% tmpshankdpm.zip |#################------------------------------------| 33.01% tmpshankdpm.zip |##################-----------------------------------| 33.47% tmpshankdpm.zip |##################-----------------------------------| 33.93% tmpshankdpm.zip |##################-----------------------------------| 34.38% tmpshankdpm.zip |##################-----------------------------------| 34.84% tmpshankdpm.zip |###################----------------------------------| 35.3% tmpshankdpm.zip |###################----------------------------------| 35.76% tmpshankdpm.zip |###################----------------------------------| 36.22% tmpshankdpm.zip |###################----------------------------------| 36.68% tmpshankdpm.zip |####################---------------------------------| 37.13% tmpshankdpm.zip |####################---------------------------------| 37.59% tmpshankdpm.zip |####################---------------------------------| 38.05% tmpshankdpm.zip |####################---------------------------------| 38.51% tmpshankdpm.zip |#####################--------------------------------| 38.97% tmpshankdpm.zip |#####################--------------------------------| 39.43% tmpshankdpm.zip |#####################--------------------------------| 39.89% tmpshankdpm.zip |#####################--------------------------------| 40.34% tmpshankdpm.zip |######################-------------------------------| 40.8% tmpshankdpm.zip |######################-------------------------------| 41.26% tmpshankdpm.zip |######################-------------------------------| 41.72% tmpshankdpm.zip |######################-------------------------------| 42.18% tmpshankdpm.zip |#######################------------------------------| 42.64% tmpshankdpm.zip |#######################------------------------------| 43.09% tmpshankdpm.zip |#######################------------------------------| 43.55% tmpshankdpm.zip |#######################------------------------------| 44.01% tmpshankdpm.zip |########################-----------------------------| 44.47% tmpshankdpm.zip |########################-----------------------------| 44.93% tmpshankdpm.zip |########################-----------------------------| 45.39% tmpshankdpm.zip |########################-----------------------------| 45.85% tmpshankdpm.zip |#########################----------------------------| 46.3% tmpshankdpm.zip |#########################----------------------------| 46.76% tmpshankdpm.zip |#########################----------------------------| 47.22% tmpshankdpm.zip |#########################----------------------------| 47.68% tmpshankdpm.zip |##########################---------------------------| 48.14% tmpshankdpm.zip |##########################---------------------------| 48.6% tmpshankdpm.zip |##########################---------------------------| 49.05% tmpshankdpm.zip |##########################---------------------------| 49.51% tmpshankdpm.zip |##########################---------------------------| 49.97% tmpshankdpm.zip |###########################--------------------------| 50.43% tmpshankdpm.zip |###########################--------------------------| 50.89% tmpshankdpm.zip |###########################--------------------------| 51.35% tmpshankdpm.zip |###########################--------------------------| 51.81% tmpshankdpm.zip |############################-------------------------| 52.26% tmpshankdpm.zip |############################-------------------------| 52.72% tmpshankdpm.zip |############################-------------------------| 53.18% tmpshankdpm.zip |############################-------------------------| 53.64% tmpshankdpm.zip |#############################------------------------| 54.1% tmpshankdpm.zip |#############################------------------------| 54.56% tmpshankdpm.zip |#############################------------------------| 55.01% tmpshankdpm.zip |#############################------------------------| 55.47% tmpshankdpm.zip |##############################-----------------------| 55.93% tmpshankdpm.zip |##############################-----------------------| 56.39% tmpshankdpm.zip |##############################-----------------------| 56.85% tmpshankdpm.zip |##############################-----------------------| 57.31% tmpshankdpm.zip |###############################----------------------| 57.77% tmpshankdpm.zip |###############################----------------------| 58.22% tmpshankdpm.zip |###############################----------------------| 58.68% tmpshankdpm.zip |###############################----------------------| 59.14% tmpshankdpm.zip |################################---------------------| 59.6% tmpshankdpm.zip |################################---------------------| 60.06% tmpshankdpm.zip |################################---------------------| 60.52% tmpshankdpm.zip |################################---------------------| 60.97% tmpshankdpm.zip |#################################--------------------| 61.43% tmpshankdpm.zip |#################################--------------------| 61.89% tmpshankdpm.zip |#################################--------------------| 62.35% tmpshankdpm.zip |#################################--------------------| 62.81% tmpshankdpm.zip |##################################-------------------| 63.27% tmpshankdpm.zip |##################################-------------------| 63.73% tmpshankdpm.zip |##################################-------------------| 64.18% tmpshankdpm.zip |##################################-------------------| 64.64% tmpshankdpm.zip |###################################------------------| 65.1% tmpshankdpm.zip |###################################------------------| 65.56% tmpshankdpm.zip |###################################------------------| 66.02% tmpshankdpm.zip |###################################------------------| 66.48% tmpshankdpm.zip |###################################------------------| 66.93% tmpshankdpm.zip |####################################-----------------| 67.39% tmpshankdpm.zip |####################################-----------------| 67.85% tmpshankdpm.zip |####################################-----------------| 68.31% tmpshankdpm.zip |####################################-----------------| 68.77% tmpshankdpm.zip |#####################################----------------| 69.23% tmpshankdpm.zip |#####################################----------------| 69.69% tmpshankdpm.zip |#####################################----------------| 70.14% tmpshankdpm.zip |#####################################----------------| 70.6% tmpshankdpm.zip |######################################---------------| 71.06% tmpshankdpm.zip |######################################---------------| 71.52% tmpshankdpm.zip |######################################---------------| 71.98% tmpshankdpm.zip |######################################---------------| 72.44% tmpshankdpm.zip |#######################################--------------| 72.89% tmpshankdpm.zip |#######################################--------------| 73.35% tmpshankdpm.zip |#######################################--------------| 73.81% tmpshankdpm.zip |#######################################--------------| 74.27% tmpshankdpm.zip |########################################-------------| 74.73% tmpshankdpm.zip |########################################-------------| 75.19% tmpshankdpm.zip |########################################-------------| 75.65% tmpshankdpm.zip |########################################-------------| 76.1% tmpshankdpm.zip |#########################################------------| 76.56% tmpshankdpm.zip |#########################################------------| 77.02% tmpshankdpm.zip |#########################################------------| 77.48% tmpshankdpm.zip |#########################################------------| 77.94% tmpshankdpm.zip |##########################################-----------| 78.4% tmpshankdpm.zip |##########################################-----------| 78.85% tmpshankdpm.zip |##########################################-----------| 79.31% tmpshankdpm.zip |##########################################-----------| 79.77% tmpshankdpm.zip |###########################################----------| 80.23% tmpshankdpm.zip |###########################################----------| 80.69% tmpshankdpm.zip |###########################################----------| 81.15% tmpshankdpm.zip |###########################################----------| 81.61% tmpshankdpm.zip |###########################################----------| 82.06% tmpshankdpm.zip |############################################---------| 82.52% tmpshankdpm.zip |############################################---------| 82.98% tmpshankdpm.zip |############################################---------| 83.44% tmpshankdpm.zip |############################################---------| 83.9% tmpshankdpm.zip |#############################################--------| 84.36% tmpshankdpm.zip |#############################################--------| 84.81% tmpshankdpm.zip |#############################################--------| 85.27% tmpshankdpm.zip |#############################################--------| 85.73% tmpshankdpm.zip |##############################################-------| 86.19% tmpshankdpm.zip |##############################################-------| 86.65% tmpshankdpm.zip |##############################################-------| 87.11% tmpshankdpm.zip |##############################################-------| 87.57% tmpshankdpm.zip |###############################################------| 88.02% tmpshankdpm.zip |###############################################------| 88.48% tmpshankdpm.zip |###############################################------| 88.94% tmpshankdpm.zip |###############################################------| 89.4% tmpshankdpm.zip |################################################-----| 89.86% tmpshankdpm.zip |################################################-----| 90.32% tmpshankdpm.zip |################################################-----| 90.77% tmpshankdpm.zip |################################################-----| 91.23% tmpshankdpm.zip |#################################################----| 91.69% tmpshankdpm.zip |#################################################----| 92.15% tmpshankdpm.zip |#################################################----| 92.61% tmpshankdpm.zip |#################################################----| 93.07% tmpshankdpm.zip |##################################################---| 93.53% tmpshankdpm.zip |##################################################---| 93.98% tmpshankdpm.zip |##################################################---| 94.44% tmpshankdpm.zip |##################################################---| 94.9% tmpshankdpm.zip |###################################################--| 95.36% tmpshankdpm.zip |###################################################--| 95.82% tmpshankdpm.zip |###################################################--| 96.28% tmpshankdpm.zip |###################################################--| 96.73% tmpshankdpm.zip |####################################################-| 97.19% tmpshankdpm.zip |####################################################-| 97.65% tmpshankdpm.zip |####################################################-| 98.11% tmpshankdpm.zip |####################################################-| 98.57% tmpshankdpm.zip |####################################################-| 99.03% tmpshankdpm.zip |#####################################################| 99.48% tmpshankdpm.zip |#####################################################| 99.94% tmpshankdpm.zip |#####################################################| 100.0% Plugin uploaded. Plugin's id is 78a6d589-f996-4a36-82e8-9a26d8887c88 + 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' ++ /bin/jq .metadata.pagination.total ++ curl -Ss -H 'Tenant: default_tenant' --user admin:SU92FFB6 --cacert /opt/onap/certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/plugins?archive_name=dmaap-1.5.1-py36-none-linux_x86_64.wgn&_include=id' + 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).. tmp22ccgp6_.zip |-----------------------------------------------------| 0.45% tmp22ccgp6_.zip |-----------------------------------------------------| 0.91% tmp22ccgp6_.zip |#----------------------------------------------------| 1.36% tmp22ccgp6_.zip |#----------------------------------------------------| 1.82% tmp22ccgp6_.zip |#----------------------------------------------------| 2.27% tmp22ccgp6_.zip |#----------------------------------------------------| 2.72% tmp22ccgp6_.zip |##---------------------------------------------------| 3.18% tmp22ccgp6_.zip |##---------------------------------------------------| 3.63% tmp22ccgp6_.zip |##---------------------------------------------------| 4.09% tmp22ccgp6_.zip |##---------------------------------------------------| 4.54% tmp22ccgp6_.zip |###--------------------------------------------------| 4.99% tmp22ccgp6_.zip |###--------------------------------------------------| 5.45% tmp22ccgp6_.zip |###--------------------------------------------------| 5.9% tmp22ccgp6_.zip |###--------------------------------------------------| 6.36% tmp22ccgp6_.zip |####-------------------------------------------------| 6.81% tmp22ccgp6_.zip |####-------------------------------------------------| 7.26% tmp22ccgp6_.zip |####-------------------------------------------------| 7.72% tmp22ccgp6_.zip |####-------------------------------------------------| 8.17% tmp22ccgp6_.zip |#####------------------------------------------------| 8.63% tmp22ccgp6_.zip |#####------------------------------------------------| 9.08% tmp22ccgp6_.zip |#####------------------------------------------------| 9.53% tmp22ccgp6_.zip |#####------------------------------------------------| 9.99% tmp22ccgp6_.zip |######-----------------------------------------------| 10.44% tmp22ccgp6_.zip |######-----------------------------------------------| 10.9% tmp22ccgp6_.zip |######-----------------------------------------------| 11.35% tmp22ccgp6_.zip |######-----------------------------------------------| 11.8% tmp22ccgp6_.zip |######-----------------------------------------------| 12.26% tmp22ccgp6_.zip |#######----------------------------------------------| 12.71% tmp22ccgp6_.zip |#######----------------------------------------------| 13.17% tmp22ccgp6_.zip |#######----------------------------------------------| 13.62% tmp22ccgp6_.zip |#######----------------------------------------------| 14.07% tmp22ccgp6_.zip |########---------------------------------------------| 14.53% tmp22ccgp6_.zip |########---------------------------------------------| 14.98% tmp22ccgp6_.zip |########---------------------------------------------| 15.44% tmp22ccgp6_.zip |########---------------------------------------------| 15.89% tmp22ccgp6_.zip |#########--------------------------------------------| 16.34% tmp22ccgp6_.zip |#########--------------------------------------------| 16.8% tmp22ccgp6_.zip |#########--------------------------------------------| 17.25% tmp22ccgp6_.zip |#########--------------------------------------------| 17.71% tmp22ccgp6_.zip |##########-------------------------------------------| 18.16% tmp22ccgp6_.zip |##########-------------------------------------------| 18.61% tmp22ccgp6_.zip |##########-------------------------------------------| 19.07% tmp22ccgp6_.zip |##########-------------------------------------------| 19.52% tmp22ccgp6_.zip |###########------------------------------------------| 19.98% tmp22ccgp6_.zip |###########------------------------------------------| 20.43% tmp22ccgp6_.zip |###########------------------------------------------| 20.88% tmp22ccgp6_.zip |###########------------------------------------------| 21.34% tmp22ccgp6_.zip |############-----------------------------------------| 21.79% tmp22ccgp6_.zip |############-----------------------------------------| 22.25% tmp22ccgp6_.zip |############-----------------------------------------| 22.7% tmp22ccgp6_.zip |############-----------------------------------------| 23.15% tmp22ccgp6_.zip |#############----------------------------------------| 23.61% tmp22ccgp6_.zip |#############----------------------------------------| 24.06% tmp22ccgp6_.zip |#############----------------------------------------| 24.51% tmp22ccgp6_.zip |#############----------------------------------------| 24.97% tmp22ccgp6_.zip |#############----------------------------------------| 25.42% tmp22ccgp6_.zip |##############---------------------------------------| 25.88% tmp22ccgp6_.zip |##############---------------------------------------| 26.33% tmp22ccgp6_.zip |##############---------------------------------------| 26.78% tmp22ccgp6_.zip |##############---------------------------------------| 27.24% tmp22ccgp6_.zip |###############--------------------------------------| 27.69% tmp22ccgp6_.zip |###############--------------------------------------| 28.15% tmp22ccgp6_.zip |###############--------------------------------------| 28.6% tmp22ccgp6_.zip |###############--------------------------------------| 29.05% tmp22ccgp6_.zip |################-------------------------------------| 29.51% tmp22ccgp6_.zip |################-------------------------------------| 29.96% tmp22ccgp6_.zip |################-------------------------------------| 30.42% tmp22ccgp6_.zip |################-------------------------------------| 30.87% tmp22ccgp6_.zip |#################------------------------------------| 31.32% tmp22ccgp6_.zip |#################------------------------------------| 31.78% tmp22ccgp6_.zip |#################------------------------------------| 32.23% tmp22ccgp6_.zip |#################------------------------------------| 32.69% tmp22ccgp6_.zip |##################-----------------------------------| 33.14% tmp22ccgp6_.zip |##################-----------------------------------| 33.59% tmp22ccgp6_.zip |##################-----------------------------------| 34.05% tmp22ccgp6_.zip |##################-----------------------------------| 34.5% tmp22ccgp6_.zip |###################----------------------------------| 34.96% tmp22ccgp6_.zip |###################----------------------------------| 35.41% tmp22ccgp6_.zip |###################----------------------------------| 35.86% tmp22ccgp6_.zip |###################----------------------------------| 36.32% tmp22ccgp6_.zip |###################----------------------------------| 36.77% tmp22ccgp6_.zip |####################---------------------------------| 37.23% tmp22ccgp6_.zip |####################---------------------------------| 37.68% tmp22ccgp6_.zip |####################---------------------------------| 38.13% tmp22ccgp6_.zip |####################---------------------------------| 38.59% tmp22ccgp6_.zip |#####################--------------------------------| 39.04% tmp22ccgp6_.zip |#####################--------------------------------| 39.5% tmp22ccgp6_.zip |#####################--------------------------------| 39.95% tmp22ccgp6_.zip |#####################--------------------------------| 40.4% tmp22ccgp6_.zip |######################-------------------------------| 40.86% tmp22ccgp6_.zip |######################-------------------------------| 41.31% tmp22ccgp6_.zip |######################-------------------------------| 41.77% tmp22ccgp6_.zip |######################-------------------------------| 42.22% tmp22ccgp6_.zip |#######################------------------------------| 42.67% tmp22ccgp6_.zip |#######################------------------------------| 43.13% tmp22ccgp6_.zip |#######################------------------------------| 43.58% tmp22ccgp6_.zip |#######################------------------------------| 44.04% tmp22ccgp6_.zip |########################-----------------------------| 44.49% tmp22ccgp6_.zip |########################-----------------------------| 44.94% tmp22ccgp6_.zip |########################-----------------------------| 45.4% tmp22ccgp6_.zip |########################-----------------------------| 45.85% tmp22ccgp6_.zip |#########################----------------------------| 46.31% tmp22ccgp6_.zip |#########################----------------------------| 46.76% tmp22ccgp6_.zip |#########################----------------------------| 47.21% tmp22ccgp6_.zip |#########################----------------------------| 47.67% tmp22ccgp6_.zip |##########################---------------------------| 48.12% tmp22ccgp6_.zip |##########################---------------------------| 48.58% tmp22ccgp6_.zip |##########################---------------------------| 49.03% tmp22ccgp6_.zip |##########################---------------------------| 49.48% tmp22ccgp6_.zip |##########################---------------------------| 49.94% tmp22ccgp6_.zip |###########################--------------------------| 50.39% tmp22ccgp6_.zip |###########################--------------------------| 50.85% tmp22ccgp6_.zip |###########################--------------------------| 51.3% tmp22ccgp6_.zip |###########################--------------------------| 51.75% tmp22ccgp6_.zip |############################-------------------------| 52.21% tmp22ccgp6_.zip |############################-------------------------| 52.66% tmp22ccgp6_.zip |############################-------------------------| 53.12% tmp22ccgp6_.zip |############################-------------------------| 53.57% tmp22ccgp6_.zip |#############################------------------------| 54.02% tmp22ccgp6_.zip |#############################------------------------| 54.48% tmp22ccgp6_.zip |#############################------------------------| 54.93% tmp22ccgp6_.zip |#############################------------------------| 55.39% tmp22ccgp6_.zip |##############################-----------------------| 55.84% tmp22ccgp6_.zip |##############################-----------------------| 56.29% tmp22ccgp6_.zip |##############################-----------------------| 56.75% tmp22ccgp6_.zip |##############################-----------------------| 57.2% tmp22ccgp6_.zip |###############################----------------------| 57.66% tmp22ccgp6_.zip |###############################----------------------| 58.11% tmp22ccgp6_.zip |###############################----------------------| 58.56% tmp22ccgp6_.zip |###############################----------------------| 59.02% tmp22ccgp6_.zip |################################---------------------| 59.47% tmp22ccgp6_.zip |################################---------------------| 59.93% tmp22ccgp6_.zip |################################---------------------| 60.38% tmp22ccgp6_.zip |################################---------------------| 60.83% tmp22ccgp6_.zip |################################---------------------| 61.29% tmp22ccgp6_.zip |#################################--------------------| 61.74% tmp22ccgp6_.zip |#################################--------------------| 62.2% tmp22ccgp6_.zip |#################################--------------------| 62.65% tmp22ccgp6_.zip |#################################--------------------| 63.1% tmp22ccgp6_.zip |##################################-------------------| 63.56% tmp22ccgp6_.zip |##################################-------------------| 64.01% tmp22ccgp6_.zip |##################################-------------------| 64.47% tmp22ccgp6_.zip |##################################-------------------| 64.92% tmp22ccgp6_.zip |###################################------------------| 65.37% tmp22ccgp6_.zip |###################################------------------| 65.83% tmp22ccgp6_.zip |###################################------------------| 66.28% tmp22ccgp6_.zip |###################################------------------| 66.74% tmp22ccgp6_.zip |####################################-----------------| 67.19% tmp22ccgp6_.zip |####################################-----------------| 67.64% tmp22ccgp6_.zip |####################################-----------------| 68.1% tmp22ccgp6_.zip |####################################-----------------| 68.55% tmp22ccgp6_.zip |#####################################----------------| 69.0% tmp22ccgp6_.zip |#####################################----------------| 69.46% tmp22ccgp6_.zip |#####################################----------------| 69.91% tmp22ccgp6_.zip |#####################################----------------| 70.37% tmp22ccgp6_.zip |######################################---------------| 70.82% tmp22ccgp6_.zip |######################################---------------| 71.27% tmp22ccgp6_.zip |######################################---------------| 71.73% tmp22ccgp6_.zip |######################################---------------| 72.18% tmp22ccgp6_.zip |######################################---------------| 72.64% tmp22ccgp6_.zip |#######################################--------------| 73.09% tmp22ccgp6_.zip |#######################################--------------| 73.54% tmp22ccgp6_.zip |#######################################--------------| 74.0% tmp22ccgp6_.zip |#######################################--------------| 74.45% tmp22ccgp6_.zip |########################################-------------| 74.91% tmp22ccgp6_.zip |########################################-------------| 75.36% tmp22ccgp6_.zip |########################################-------------| 75.81% tmp22ccgp6_.zip |########################################-------------| 76.27% tmp22ccgp6_.zip |#########################################------------| 76.72% tmp22ccgp6_.zip |#########################################------------| 77.18% tmp22ccgp6_.zip |#########################################------------| 77.63% tmp22ccgp6_.zip |#########################################------------| 78.08% tmp22ccgp6_.zip |##########################################-----------| 78.54% tmp22ccgp6_.zip |##########################################-----------| 78.99% tmp22ccgp6_.zip |##########################################-----------| 79.45% tmp22ccgp6_.zip |##########################################-----------| 79.9% tmp22ccgp6_.zip |###########################################----------| 80.35% tmp22ccgp6_.zip |###########################################----------| 80.81% tmp22ccgp6_.zip |###########################################----------| 81.26% tmp22ccgp6_.zip |###########################################----------| 81.72% tmp22ccgp6_.zip |############################################---------| 82.17% tmp22ccgp6_.zip |############################################---------| 82.62% tmp22ccgp6_.zip |############################################---------| 83.08% tmp22ccgp6_.zip |############################################---------| 83.53% tmp22ccgp6_.zip |#############################################--------| 83.99% tmp22ccgp6_.zip |#############################################--------| 84.44% tmp22ccgp6_.zip |#############################################--------| 84.89% tmp22ccgp6_.zip |#############################################--------| 85.35% tmp22ccgp6_.zip |#############################################--------| 85.8% tmp22ccgp6_.zip |##############################################-------| 86.26% tmp22ccgp6_.zip |##############################################-------| 86.71% tmp22ccgp6_.zip |##############################################-------| 87.16% tmp22ccgp6_.zip |##############################################-------| 87.62% tmp22ccgp6_.zip |###############################################------| 88.07% tmp22ccgp6_.zip |###############################################------| 88.53% tmp22ccgp6_.zip |###############################################------| 88.98% tmp22ccgp6_.zip |###############################################------| 89.43% tmp22ccgp6_.zip |################################################-----| 89.89% tmp22ccgp6_.zip |################################################-----| 90.34% tmp22ccgp6_.zip |################################################-----| 90.8% tmp22ccgp6_.zip |################################################-----| 91.25% tmp22ccgp6_.zip |#################################################----| 91.7% tmp22ccgp6_.zip |#################################################----| 92.16% tmp22ccgp6_.zip |#################################################----| 92.61% tmp22ccgp6_.zip |#################################################----| 93.07% tmp22ccgp6_.zip |##################################################---| 93.52% tmp22ccgp6_.zip |##################################################---| 93.97% tmp22ccgp6_.zip |##################################################---| 94.43% tmp22ccgp6_.zip |##################################################---| 94.88% tmp22ccgp6_.zip |###################################################--| 95.34% tmp22ccgp6_.zip |###################################################--| 95.79% tmp22ccgp6_.zip |###################################################--| 96.24% tmp22ccgp6_.zip |###################################################--| 96.7% tmp22ccgp6_.zip |###################################################--| 97.15% tmp22ccgp6_.zip |####################################################-| 97.61% tmp22ccgp6_.zip |####################################################-| 98.06% tmp22ccgp6_.zip |####################################################-| 98.51% tmp22ccgp6_.zip |####################################################-| 98.97% tmp22ccgp6_.zip |#####################################################| 99.42% tmp22ccgp6_.zip |#####################################################| 99.88% tmp22ccgp6_.zip |#####################################################| 100.0% Plugin uploaded. Plugin's id is 60ca35e3-89ce-4912-b1ae-35d30bd7507e + for p in '${PLUGIN_DIR}/*' + wagons=($p/*.wgn) + types=($p/*.yaml) + install_plugin /opt/plugins/plugin-sTpApmz/clamppolicyplugin-1.1.1-py36-none-linux_x86_64.wgn /opt/plugins/plugin-sTpApmz/clamppolicyplugin_types.yaml ++ basename /opt/plugins/plugin-sTpApmz/clamppolicyplugin-1.1.1-py36-none-linux_x86_64.wgn + ARCHIVE=clamppolicyplugin-1.1.1-py36-none-linux_x86_64.wgn + cm_hasany 'plugins?archive_name=clamppolicyplugin-1.1.1-py36-none-linux_x86_64.wgn' ++ /bin/jq .metadata.pagination.total ++ curl -Ss -H 'Tenant: default_tenant' --user admin:SU92FFB6 --cacert /opt/onap/certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/plugins?archive_name=clamppolicyplugin-1.1.1-py36-none-linux_x86_64.wgn&_include=id' + COUNT=0 + (( 0 > 0 )) + return 1 + cfy plugin upload -y /opt/plugins/plugin-sTpApmz/clamppolicyplugin_types.yaml /opt/plugins/plugin-sTpApmz/clamppolicyplugin-1.1.1-py36-none-linux_x86_64.wgn Creating plugin zip archive.. Uploading plugin archive (wagon + yaml).. tmpat0slvyb.zip |-----------------------------------------------------| 0.47% tmpat0slvyb.zip |-----------------------------------------------------| 0.93% tmpat0slvyb.zip |#----------------------------------------------------| 1.4% tmpat0slvyb.zip |#----------------------------------------------------| 1.86% tmpat0slvyb.zip |#----------------------------------------------------| 2.33% tmpat0slvyb.zip |#----------------------------------------------------| 2.79% tmpat0slvyb.zip |##---------------------------------------------------| 3.26% tmpat0slvyb.zip |##---------------------------------------------------| 3.73% tmpat0slvyb.zip |##---------------------------------------------------| 4.19% tmpat0slvyb.zip |##---------------------------------------------------| 4.66% tmpat0slvyb.zip |###--------------------------------------------------| 5.12% tmpat0slvyb.zip |###--------------------------------------------------| 5.59% tmpat0slvyb.zip |###--------------------------------------------------| 6.05% tmpat0slvyb.zip |###--------------------------------------------------| 6.52% tmpat0slvyb.zip |####-------------------------------------------------| 6.98% tmpat0slvyb.zip |####-------------------------------------------------| 7.45% tmpat0slvyb.zip |####-------------------------------------------------| 7.92% tmpat0slvyb.zip |####-------------------------------------------------| 8.38% tmpat0slvyb.zip |#####------------------------------------------------| 8.85% tmpat0slvyb.zip |#####------------------------------------------------| 9.31% tmpat0slvyb.zip |#####------------------------------------------------| 9.78% tmpat0slvyb.zip |#####------------------------------------------------| 10.24% tmpat0slvyb.zip |######-----------------------------------------------| 10.71% tmpat0slvyb.zip |######-----------------------------------------------| 11.18% tmpat0slvyb.zip |######-----------------------------------------------| 11.64% tmpat0slvyb.zip |######-----------------------------------------------| 12.11% tmpat0slvyb.zip |#######----------------------------------------------| 12.57% tmpat0slvyb.zip |#######----------------------------------------------| 13.04% tmpat0slvyb.zip |#######----------------------------------------------| 13.5% tmpat0slvyb.zip |#######----------------------------------------------| 13.97% tmpat0slvyb.zip |########---------------------------------------------| 14.44% tmpat0slvyb.zip |########---------------------------------------------| 14.9% tmpat0slvyb.zip |########---------------------------------------------| 15.37% tmpat0slvyb.zip |########---------------------------------------------| 15.83% tmpat0slvyb.zip |#########--------------------------------------------| 16.3% tmpat0slvyb.zip |#########--------------------------------------------| 16.76% tmpat0slvyb.zip |#########--------------------------------------------| 17.23% tmpat0slvyb.zip |#########--------------------------------------------| 17.7% tmpat0slvyb.zip |##########-------------------------------------------| 18.16% tmpat0slvyb.zip |##########-------------------------------------------| 18.63% tmpat0slvyb.zip |##########-------------------------------------------| 19.09% tmpat0slvyb.zip |##########-------------------------------------------| 19.56% tmpat0slvyb.zip |###########------------------------------------------| 20.02% tmpat0slvyb.zip |###########------------------------------------------| 20.49% tmpat0slvyb.zip |###########------------------------------------------| 20.95% tmpat0slvyb.zip |###########------------------------------------------| 21.42% tmpat0slvyb.zip |############-----------------------------------------| 21.89% tmpat0slvyb.zip |############-----------------------------------------| 22.35% tmpat0slvyb.zip |############-----------------------------------------| 22.82% tmpat0slvyb.zip |############-----------------------------------------| 23.28% tmpat0slvyb.zip |#############----------------------------------------| 23.75% tmpat0slvyb.zip |#############----------------------------------------| 24.21% tmpat0slvyb.zip |#############----------------------------------------| 24.68% tmpat0slvyb.zip |#############----------------------------------------| 25.15% tmpat0slvyb.zip |##############---------------------------------------| 25.61% tmpat0slvyb.zip |##############---------------------------------------| 26.08% tmpat0slvyb.zip |##############---------------------------------------| 26.54% tmpat0slvyb.zip |##############---------------------------------------| 27.01% tmpat0slvyb.zip |###############--------------------------------------| 27.47% tmpat0slvyb.zip |###############--------------------------------------| 27.94% tmpat0slvyb.zip |###############--------------------------------------| 28.41% tmpat0slvyb.zip |###############--------------------------------------| 28.87% tmpat0slvyb.zip |################-------------------------------------| 29.34% tmpat0slvyb.zip |################-------------------------------------| 29.8% tmpat0slvyb.zip |################-------------------------------------| 30.27% tmpat0slvyb.zip |################-------------------------------------| 30.73% tmpat0slvyb.zip |#################------------------------------------| 31.2% tmpat0slvyb.zip |#################------------------------------------| 31.67% tmpat0slvyb.zip |#################------------------------------------| 32.13% tmpat0slvyb.zip |#################------------------------------------| 32.6% tmpat0slvyb.zip |##################-----------------------------------| 33.06% tmpat0slvyb.zip |##################-----------------------------------| 33.53% tmpat0slvyb.zip |##################-----------------------------------| 33.99% tmpat0slvyb.zip |##################-----------------------------------| 34.46% tmpat0slvyb.zip |###################----------------------------------| 34.92% tmpat0slvyb.zip |###################----------------------------------| 35.39% tmpat0slvyb.zip |###################----------------------------------| 35.86% tmpat0slvyb.zip |###################----------------------------------| 36.32% tmpat0slvyb.zip |###################----------------------------------| 36.79% tmpat0slvyb.zip |####################---------------------------------| 37.25% tmpat0slvyb.zip |####################---------------------------------| 37.72% tmpat0slvyb.zip |####################---------------------------------| 38.18% tmpat0slvyb.zip |####################---------------------------------| 38.65% tmpat0slvyb.zip |#####################--------------------------------| 39.12% tmpat0slvyb.zip |#####################--------------------------------| 39.58% tmpat0slvyb.zip |#####################--------------------------------| 40.05% tmpat0slvyb.zip |#####################--------------------------------| 40.51% tmpat0slvyb.zip |######################-------------------------------| 40.98% tmpat0slvyb.zip |######################-------------------------------| 41.44% tmpat0slvyb.zip |######################-------------------------------| 41.91% tmpat0slvyb.zip |######################-------------------------------| 42.38% tmpat0slvyb.zip |#######################------------------------------| 42.84% tmpat0slvyb.zip |#######################------------------------------| 43.31% tmpat0slvyb.zip |#######################------------------------------| 43.77% tmpat0slvyb.zip |#######################------------------------------| 44.24% tmpat0slvyb.zip |########################-----------------------------| 44.7% tmpat0slvyb.zip |########################-----------------------------| 45.17% tmpat0slvyb.zip |########################-----------------------------| 45.63% tmpat0slvyb.zip |########################-----------------------------| 46.1% tmpat0slvyb.zip |#########################----------------------------| 46.57% tmpat0slvyb.zip |#########################----------------------------| 47.03% tmpat0slvyb.zip |#########################----------------------------| 47.5% tmpat0slvyb.zip |#########################----------------------------| 47.96% tmpat0slvyb.zip |##########################---------------------------| 48.43% tmpat0slvyb.zip |##########################---------------------------| 48.89% tmpat0slvyb.zip |##########################---------------------------| 49.36% tmpat0slvyb.zip |##########################---------------------------| 49.83% tmpat0slvyb.zip |###########################--------------------------| 50.29% tmpat0slvyb.zip |###########################--------------------------| 50.76% tmpat0slvyb.zip |###########################--------------------------| 51.22% tmpat0slvyb.zip |###########################--------------------------| 51.69% tmpat0slvyb.zip |############################-------------------------| 52.15% tmpat0slvyb.zip |############################-------------------------| 52.62% tmpat0slvyb.zip |############################-------------------------| 53.09% tmpat0slvyb.zip |############################-------------------------| 53.55% tmpat0slvyb.zip |#############################------------------------| 54.02% tmpat0slvyb.zip |#############################------------------------| 54.48% tmpat0slvyb.zip |#############################------------------------| 54.95% tmpat0slvyb.zip |#############################------------------------| 55.41% tmpat0slvyb.zip |##############################-----------------------| 55.88% tmpat0slvyb.zip |##############################-----------------------| 56.35% tmpat0slvyb.zip |##############################-----------------------| 56.81% tmpat0slvyb.zip |##############################-----------------------| 57.28% tmpat0slvyb.zip |###############################----------------------| 57.74% tmpat0slvyb.zip |###############################----------------------| 58.21% tmpat0slvyb.zip |###############################----------------------| 58.67% tmpat0slvyb.zip |###############################----------------------| 59.14% tmpat0slvyb.zip |################################---------------------| 59.6% tmpat0slvyb.zip |################################---------------------| 60.07% tmpat0slvyb.zip |################################---------------------| 60.54% tmpat0slvyb.zip |################################---------------------| 61.0% tmpat0slvyb.zip |#################################--------------------| 61.47% tmpat0slvyb.zip |#################################--------------------| 61.93% tmpat0slvyb.zip |#################################--------------------| 62.4% tmpat0slvyb.zip |#################################--------------------| 62.86% tmpat0slvyb.zip |##################################-------------------| 63.33% tmpat0slvyb.zip |##################################-------------------| 63.8% tmpat0slvyb.zip |##################################-------------------| 64.26% tmpat0slvyb.zip |##################################-------------------| 64.73% tmpat0slvyb.zip |###################################------------------| 65.19% tmpat0slvyb.zip |###################################------------------| 65.66% tmpat0slvyb.zip |###################################------------------| 66.12% tmpat0slvyb.zip |###################################------------------| 66.59% tmpat0slvyb.zip |####################################-----------------| 67.06% tmpat0slvyb.zip |####################################-----------------| 67.52% tmpat0slvyb.zip |####################################-----------------| 67.99% tmpat0slvyb.zip |####################################-----------------| 68.45% tmpat0slvyb.zip |#####################################----------------| 68.92% tmpat0slvyb.zip |#####################################----------------| 69.38% tmpat0slvyb.zip |#####################################----------------| 69.85% tmpat0slvyb.zip |#####################################----------------| 70.32% tmpat0slvyb.zip |######################################---------------| 70.78% tmpat0slvyb.zip |######################################---------------| 71.25% tmpat0slvyb.zip |######################################---------------| 71.71% tmpat0slvyb.zip |######################################---------------| 72.18% tmpat0slvyb.zip |#######################################--------------| 72.64% tmpat0slvyb.zip |#######################################--------------| 73.11% tmpat0slvyb.zip |#######################################--------------| 73.57% tmpat0slvyb.zip |#######################################--------------| 74.04% tmpat0slvyb.zip |#######################################--------------| 74.51% tmpat0slvyb.zip |########################################-------------| 74.97% tmpat0slvyb.zip |########################################-------------| 75.44% tmpat0slvyb.zip |########################################-------------| 75.9% tmpat0slvyb.zip |########################################-------------| 76.37% tmpat0slvyb.zip |#########################################------------| 76.83% tmpat0slvyb.zip |#########################################------------| 77.3% tmpat0slvyb.zip |#########################################------------| 77.77% tmpat0slvyb.zip |#########################################------------| 78.23% tmpat0slvyb.zip |##########################################-----------| 78.7% tmpat0slvyb.zip |##########################################-----------| 79.16% tmpat0slvyb.zip |##########################################-----------| 79.63% tmpat0slvyb.zip |##########################################-----------| 80.09% tmpat0slvyb.zip |###########################################----------| 80.56% tmpat0slvyb.zip |###########################################----------| 81.03% tmpat0slvyb.zip |###########################################----------| 81.49% tmpat0slvyb.zip |###########################################----------| 81.96% tmpat0slvyb.zip |############################################---------| 82.42% tmpat0slvyb.zip |############################################---------| 82.89% tmpat0slvyb.zip |############################################---------| 83.35% tmpat0slvyb.zip |############################################---------| 83.82% tmpat0slvyb.zip |#############################################--------| 84.29% tmpat0slvyb.zip |#############################################--------| 84.75% tmpat0slvyb.zip |#############################################--------| 85.22% tmpat0slvyb.zip |#############################################--------| 85.68% tmpat0slvyb.zip |##############################################-------| 86.15% tmpat0slvyb.zip |##############################################-------| 86.61% tmpat0slvyb.zip |##############################################-------| 87.08% tmpat0slvyb.zip |##############################################-------| 87.54% tmpat0slvyb.zip |###############################################------| 88.01% tmpat0slvyb.zip |###############################################------| 88.48% tmpat0slvyb.zip |###############################################------| 88.94% tmpat0slvyb.zip |###############################################------| 89.41% tmpat0slvyb.zip |################################################-----| 89.87% tmpat0slvyb.zip |################################################-----| 90.34% tmpat0slvyb.zip |################################################-----| 90.8% tmpat0slvyb.zip |################################################-----| 91.27% tmpat0slvyb.zip |#################################################----| 91.74% tmpat0slvyb.zip |#################################################----| 92.2% tmpat0slvyb.zip |#################################################----| 92.67% tmpat0slvyb.zip |#################################################----| 93.13% tmpat0slvyb.zip |##################################################---| 93.6% tmpat0slvyb.zip |##################################################---| 94.06% tmpat0slvyb.zip |##################################################---| 94.53% tmpat0slvyb.zip |##################################################---| 95.0% tmpat0slvyb.zip |###################################################--| 95.46% tmpat0slvyb.zip |###################################################--| 95.93% tmpat0slvyb.zip |###################################################--| 96.39% tmpat0slvyb.zip |###################################################--| 96.86% tmpat0slvyb.zip |####################################################-| 97.32% tmpat0slvyb.zip |####################################################-| 97.79% tmpat0slvyb.zip |####################################################-| 98.25% tmpat0slvyb.zip |####################################################-| 98.72% tmpat0slvyb.zip |#####################################################| 99.19% tmpat0slvyb.zip |#####################################################| 99.65% tmpat0slvyb.zip |#####################################################| 100.0% Plugin uploaded. Plugin's id is ec4e0a9f-a315-4424-a97b-78cdd3c1a4b2 + for p in '${PLUGIN_DIR}/*' + wagons=($p/*.wgn) + types=($p/*.yaml) + install_plugin /opt/plugins/plugin-uPg9spd/dcaepolicyplugin-2.4.0-py36-none-linux_x86_64.wgn /opt/plugins/plugin-uPg9spd/dcaepolicyplugin_types.yaml ++ basename /opt/plugins/plugin-uPg9spd/dcaepolicyplugin-2.4.0-py36-none-linux_x86_64.wgn + ARCHIVE=dcaepolicyplugin-2.4.0-py36-none-linux_x86_64.wgn + cm_hasany 'plugins?archive_name=dcaepolicyplugin-2.4.0-py36-none-linux_x86_64.wgn' ++ curl -Ss -H 'Tenant: default_tenant' --user admin:SU92FFB6 --cacert /opt/onap/certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/plugins?archive_name=dcaepolicyplugin-2.4.0-py36-none-linux_x86_64.wgn&_include=id' ++ /bin/jq .metadata.pagination.total + COUNT=0 + (( 0 > 0 )) + return 1 + cfy plugin upload -y /opt/plugins/plugin-uPg9spd/dcaepolicyplugin_types.yaml /opt/plugins/plugin-uPg9spd/dcaepolicyplugin-2.4.0-py36-none-linux_x86_64.wgn Creating plugin zip archive.. Uploading plugin archive (wagon + yaml).. tmph48icbnw.zip |-----------------------------------------------------| 0.46% tmph48icbnw.zip |-----------------------------------------------------| 0.93% tmph48icbnw.zip |#----------------------------------------------------| 1.39% tmph48icbnw.zip |#----------------------------------------------------| 1.86% tmph48icbnw.zip |#----------------------------------------------------| 2.32% tmph48icbnw.zip |#----------------------------------------------------| 2.79% tmph48icbnw.zip |##---------------------------------------------------| 3.25% tmph48icbnw.zip |##---------------------------------------------------| 3.72% tmph48icbnw.zip |##---------------------------------------------------| 4.18% tmph48icbnw.zip |##---------------------------------------------------| 4.64% tmph48icbnw.zip |###--------------------------------------------------| 5.11% tmph48icbnw.zip |###--------------------------------------------------| 5.57% tmph48icbnw.zip |###--------------------------------------------------| 6.04% tmph48icbnw.zip |###--------------------------------------------------| 6.5% tmph48icbnw.zip |####-------------------------------------------------| 6.97% tmph48icbnw.zip |####-------------------------------------------------| 7.43% tmph48icbnw.zip |####-------------------------------------------------| 7.9% tmph48icbnw.zip |####-------------------------------------------------| 8.36% tmph48icbnw.zip |#####------------------------------------------------| 8.82% tmph48icbnw.zip |#####------------------------------------------------| 9.29% tmph48icbnw.zip |#####------------------------------------------------| 9.75% tmph48icbnw.zip |#####------------------------------------------------| 10.22% tmph48icbnw.zip |######-----------------------------------------------| 10.68% tmph48icbnw.zip |######-----------------------------------------------| 11.15% tmph48icbnw.zip |######-----------------------------------------------| 11.61% tmph48icbnw.zip |######-----------------------------------------------| 12.08% tmph48icbnw.zip |#######----------------------------------------------| 12.54% tmph48icbnw.zip |#######----------------------------------------------| 13.0% tmph48icbnw.zip |#######----------------------------------------------| 13.47% tmph48icbnw.zip |#######----------------------------------------------| 13.93% tmph48icbnw.zip |########---------------------------------------------| 14.4% tmph48icbnw.zip |########---------------------------------------------| 14.86% tmph48icbnw.zip |########---------------------------------------------| 15.33% tmph48icbnw.zip |########---------------------------------------------| 15.79% tmph48icbnw.zip |#########--------------------------------------------| 16.26% tmph48icbnw.zip |#########--------------------------------------------| 16.72% tmph48icbnw.zip |#########--------------------------------------------| 17.18% tmph48icbnw.zip |#########--------------------------------------------| 17.65% tmph48icbnw.zip |##########-------------------------------------------| 18.11% tmph48icbnw.zip |##########-------------------------------------------| 18.58% tmph48icbnw.zip |##########-------------------------------------------| 19.04% tmph48icbnw.zip |##########-------------------------------------------| 19.51% tmph48icbnw.zip |###########------------------------------------------| 19.97% tmph48icbnw.zip |###########------------------------------------------| 20.43% tmph48icbnw.zip |###########------------------------------------------| 20.9% tmph48icbnw.zip |###########------------------------------------------| 21.36% tmph48icbnw.zip |############-----------------------------------------| 21.83% tmph48icbnw.zip |############-----------------------------------------| 22.29% tmph48icbnw.zip |############-----------------------------------------| 22.76% tmph48icbnw.zip |############-----------------------------------------| 23.22% tmph48icbnw.zip |#############----------------------------------------| 23.69% tmph48icbnw.zip |#############----------------------------------------| 24.15% tmph48icbnw.zip |#############----------------------------------------| 24.61% tmph48icbnw.zip |#############----------------------------------------| 25.08% tmph48icbnw.zip |##############---------------------------------------| 25.54% tmph48icbnw.zip |##############---------------------------------------| 26.01% tmph48icbnw.zip |##############---------------------------------------| 26.47% tmph48icbnw.zip |##############---------------------------------------| 26.94% tmph48icbnw.zip |###############--------------------------------------| 27.4% tmph48icbnw.zip |###############--------------------------------------| 27.87% tmph48icbnw.zip |###############--------------------------------------| 28.33% tmph48icbnw.zip |###############--------------------------------------| 28.79% tmph48icbnw.zip |################-------------------------------------| 29.26% tmph48icbnw.zip |################-------------------------------------| 29.72% tmph48icbnw.zip |################-------------------------------------| 30.19% tmph48icbnw.zip |################-------------------------------------| 30.65% tmph48icbnw.zip |################-------------------------------------| 31.12% tmph48icbnw.zip |#################------------------------------------| 31.58% tmph48icbnw.zip |#################------------------------------------| 32.05% tmph48icbnw.zip |#################------------------------------------| 32.51% tmph48icbnw.zip |#################------------------------------------| 32.97% tmph48icbnw.zip |##################-----------------------------------| 33.44% tmph48icbnw.zip |##################-----------------------------------| 33.9% tmph48icbnw.zip |##################-----------------------------------| 34.37% tmph48icbnw.zip |##################-----------------------------------| 34.83% tmph48icbnw.zip |###################----------------------------------| 35.3% tmph48icbnw.zip |###################----------------------------------| 35.76% tmph48icbnw.zip |###################----------------------------------| 36.23% tmph48icbnw.zip |###################----------------------------------| 36.69% tmph48icbnw.zip |####################---------------------------------| 37.15% tmph48icbnw.zip |####################---------------------------------| 37.62% tmph48icbnw.zip |####################---------------------------------| 38.08% tmph48icbnw.zip |####################---------------------------------| 38.55% tmph48icbnw.zip |#####################--------------------------------| 39.01% tmph48icbnw.zip |#####################--------------------------------| 39.48% tmph48icbnw.zip |#####################--------------------------------| 39.94% tmph48icbnw.zip |#####################--------------------------------| 40.41% tmph48icbnw.zip |######################-------------------------------| 40.87% tmph48icbnw.zip |######################-------------------------------| 41.33% tmph48icbnw.zip |######################-------------------------------| 41.8% tmph48icbnw.zip |######################-------------------------------| 42.26% tmph48icbnw.zip |#######################------------------------------| 42.73% tmph48icbnw.zip |#######################------------------------------| 43.19% tmph48icbnw.zip |#######################------------------------------| 43.66% tmph48icbnw.zip |#######################------------------------------| 44.12% tmph48icbnw.zip |########################-----------------------------| 44.59% tmph48icbnw.zip |########################-----------------------------| 45.05% tmph48icbnw.zip |########################-----------------------------| 45.51% tmph48icbnw.zip |########################-----------------------------| 45.98% tmph48icbnw.zip |#########################----------------------------| 46.44% tmph48icbnw.zip |#########################----------------------------| 46.91% tmph48icbnw.zip |#########################----------------------------| 47.37% tmph48icbnw.zip |#########################----------------------------| 47.84% tmph48icbnw.zip |##########################---------------------------| 48.3% tmph48icbnw.zip |##########################---------------------------| 48.77% tmph48icbnw.zip |##########################---------------------------| 49.23% tmph48icbnw.zip |##########################---------------------------| 49.69% tmph48icbnw.zip |###########################--------------------------| 50.16% tmph48icbnw.zip |###########################--------------------------| 50.62% tmph48icbnw.zip |###########################--------------------------| 51.09% tmph48icbnw.zip |###########################--------------------------| 51.55% tmph48icbnw.zip |############################-------------------------| 52.02% tmph48icbnw.zip |############################-------------------------| 52.48% tmph48icbnw.zip |############################-------------------------| 52.94% tmph48icbnw.zip |############################-------------------------| 53.41% tmph48icbnw.zip |#############################------------------------| 53.87% tmph48icbnw.zip |#############################------------------------| 54.34% tmph48icbnw.zip |#############################------------------------| 54.8% tmph48icbnw.zip |#############################------------------------| 55.27% tmph48icbnw.zip |##############################-----------------------| 55.73% tmph48icbnw.zip |##############################-----------------------| 56.2% tmph48icbnw.zip |##############################-----------------------| 56.66% tmph48icbnw.zip |##############################-----------------------| 57.12% tmph48icbnw.zip |###############################----------------------| 57.59% tmph48icbnw.zip |###############################----------------------| 58.05% tmph48icbnw.zip |###############################----------------------| 58.52% tmph48icbnw.zip |###############################----------------------| 58.98% tmph48icbnw.zip |################################---------------------| 59.45% tmph48icbnw.zip |################################---------------------| 59.91% tmph48icbnw.zip |################################---------------------| 60.38% tmph48icbnw.zip |################################---------------------| 60.84% tmph48icbnw.zip |################################---------------------| 61.3% tmph48icbnw.zip |#################################--------------------| 61.77% tmph48icbnw.zip |#################################--------------------| 62.23% tmph48icbnw.zip |#################################--------------------| 62.7% tmph48icbnw.zip |#################################--------------------| 63.16% tmph48icbnw.zip |##################################-------------------| 63.63% tmph48icbnw.zip |##################################-------------------| 64.09% tmph48icbnw.zip |##################################-------------------| 64.56% tmph48icbnw.zip |##################################-------------------| 65.02% tmph48icbnw.zip |###################################------------------| 65.48% tmph48icbnw.zip |###################################------------------| 65.95% tmph48icbnw.zip |###################################------------------| 66.41% tmph48icbnw.zip |###################################------------------| 66.88% tmph48icbnw.zip |####################################-----------------| 67.34% tmph48icbnw.zip |####################################-----------------| 67.81% tmph48icbnw.zip |####################################-----------------| 68.27% tmph48icbnw.zip |####################################-----------------| 68.74% tmph48icbnw.zip |#####################################----------------| 69.2% tmph48icbnw.zip |#####################################----------------| 69.66% tmph48icbnw.zip |#####################################----------------| 70.13% tmph48icbnw.zip |#####################################----------------| 70.59% tmph48icbnw.zip |######################################---------------| 71.06% tmph48icbnw.zip |######################################---------------| 71.52% tmph48icbnw.zip |######################################---------------| 71.99% tmph48icbnw.zip |######################################---------------| 72.45% tmph48icbnw.zip |#######################################--------------| 72.92% tmph48icbnw.zip |#######################################--------------| 73.38% tmph48icbnw.zip |#######################################--------------| 73.84% tmph48icbnw.zip |#######################################--------------| 74.31% tmph48icbnw.zip |########################################-------------| 74.77% tmph48icbnw.zip |########################################-------------| 75.24% tmph48icbnw.zip |########################################-------------| 75.7% tmph48icbnw.zip |########################################-------------| 76.17% tmph48icbnw.zip |#########################################------------| 76.63% tmph48icbnw.zip |#########################################------------| 77.1% tmph48icbnw.zip |#########################################------------| 77.56% tmph48icbnw.zip |#########################################------------| 78.02% tmph48icbnw.zip |##########################################-----------| 78.49% tmph48icbnw.zip |##########################################-----------| 78.95% tmph48icbnw.zip |##########################################-----------| 79.42% tmph48icbnw.zip |##########################################-----------| 79.88% tmph48icbnw.zip |###########################################----------| 80.35% tmph48icbnw.zip |###########################################----------| 80.81% tmph48icbnw.zip |###########################################----------| 81.28% tmph48icbnw.zip |###########################################----------| 81.74% tmph48icbnw.zip |############################################---------| 82.2% tmph48icbnw.zip |############################################---------| 82.67% tmph48icbnw.zip |############################################---------| 83.13% tmph48icbnw.zip |############################################---------| 83.6% tmph48icbnw.zip |#############################################--------| 84.06% tmph48icbnw.zip |#############################################--------| 84.53% tmph48icbnw.zip |#############################################--------| 84.99% tmph48icbnw.zip |#############################################--------| 85.45% tmph48icbnw.zip |##############################################-------| 85.92% tmph48icbnw.zip |##############################################-------| 86.38% tmph48icbnw.zip |##############################################-------| 86.85% tmph48icbnw.zip |##############################################-------| 87.31% tmph48icbnw.zip |###############################################------| 87.78% tmph48icbnw.zip |###############################################------| 88.24% tmph48icbnw.zip |###############################################------| 88.71% tmph48icbnw.zip |###############################################------| 89.17% tmph48icbnw.zip |################################################-----| 89.63% tmph48icbnw.zip |################################################-----| 90.1% tmph48icbnw.zip |################################################-----| 90.56% tmph48icbnw.zip |################################################-----| 91.03% tmph48icbnw.zip |################################################-----| 91.49% tmph48icbnw.zip |#################################################----| 91.96% tmph48icbnw.zip |#################################################----| 92.42% tmph48icbnw.zip |#################################################----| 92.89% tmph48icbnw.zip |#################################################----| 93.35% tmph48icbnw.zip |##################################################---| 93.81% tmph48icbnw.zip |##################################################---| 94.28% tmph48icbnw.zip |##################################################---| 94.74% tmph48icbnw.zip |##################################################---| 95.21% tmph48icbnw.zip |###################################################--| 95.67% tmph48icbnw.zip |###################################################--| 96.14% tmph48icbnw.zip |###################################################--| 96.6% tmph48icbnw.zip |###################################################--| 97.07% tmph48icbnw.zip |####################################################-| 97.53% tmph48icbnw.zip |####################################################-| 97.99% tmph48icbnw.zip |####################################################-| 98.46% tmph48icbnw.zip |####################################################-| 98.92% tmph48icbnw.zip |#####################################################| 99.39% tmph48icbnw.zip |#####################################################| 99.85% tmph48icbnw.zip |#####################################################| 100.0% Plugin uploaded. Plugin's id is 2b55bde7-531d-4d25-b89e-aeecd80312cc + cm_hasany 'executions?is_system_workflow=true&status=pending&status=started&status=queued&status=scheduled' ++ curl -Ss -H 'Tenant: default_tenant' --user admin:SU92FFB6 --cacert /opt/onap/certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/executions?is_system_workflow=true&status=pending&status=started&status=queued&status=scheduled&_include=id' ++ /bin/jq .metadata.pagination.total + COUNT=0 + (( 0 > 0 )) + return 1 + touch /opt/manager/plugins-loaded + set +x Cloudify ready