+ '[' -d /cfy-persist ']' ++ ls -A /cfy-persist + '[' -z '' ']' ++ cat /opt/onap/cm-secrets/password + CMPASS=UmH7vbj6 + CMPASS=UmH7vbj6 + sed -i -e 's|admin_password: .*$|admin_password: UmH7vbj6|' /etc/cloudify/config.yaml + for d in '$PDIRS' ++ dirname /var/lib + p=/var + mkdir -p /cfy-persist/var + cp -rp /var/lib /cfy-persist/var + for d in '$PDIRS' ++ dirname /etc/cloudify + p=/etc + mkdir -p /cfy-persist/etc + cp -rp /etc/cloudify /cfy-persist/etc + for d in '$PDIRS' ++ dirname /opt/cfy + p=/opt + mkdir -p /cfy-persist/opt + cp -rp /opt/cfy /cfy-persist/opt + for d in '$PDIRS' ++ dirname /opt/cloudify + p=/opt + mkdir -p /cfy-persist/opt + cp -rp /opt/cloudify /cfy-persist/opt + for d in '$PDIRS' ++ dirname /opt/cloudify-stage + p=/opt + mkdir -p /cfy-persist/opt + cp -rp /opt/cloudify-stage /cfy-persist/opt + for d in '$PDIRS' ++ dirname /opt/manager + p=/opt + mkdir -p /cfy-persist/opt + cp -rp /opt/manager /cfy-persist/opt + for d in '$PDIRS' ++ dirname /opt/mgmtworker + p=/opt + mkdir -p /cfy-persist/opt + cp -rp /opt/mgmtworker /cfy-persist/opt + for d in '$PDIRS' ++ dirname /opt/restservice + p=/opt + mkdir -p /cfy-persist/opt + cp -rp /opt/restservice /cfy-persist/opt + for d in '$PDIRS' + '[' -d /var/lib ']' + mv /var/lib /var/lib-initial ++ dirname /var/lib + ln -sf /cfy-persist//var/lib /var + for d in '$PDIRS' + '[' -d /etc/cloudify ']' + mv /etc/cloudify /etc/cloudify-initial ++ dirname /etc/cloudify + ln -sf /cfy-persist//etc/cloudify /etc + for d in '$PDIRS' + '[' -d /opt/cfy ']' + mv /opt/cfy /opt/cfy-initial ++ dirname /opt/cfy + ln -sf /cfy-persist//opt/cfy /opt + for d in '$PDIRS' + '[' -d /opt/cloudify ']' + mv /opt/cloudify /opt/cloudify-initial ++ dirname /opt/cloudify + ln -sf /cfy-persist//opt/cloudify /opt + for d in '$PDIRS' + '[' -d /opt/cloudify-stage ']' + mv /opt/cloudify-stage /opt/cloudify-stage-initial ++ dirname /opt/cloudify-stage + ln -sf /cfy-persist//opt/cloudify-stage /opt + for d in '$PDIRS' + '[' -d /opt/manager ']' + mv /opt/manager /opt/manager-initial ++ dirname /opt/manager + ln -sf /cfy-persist//opt/manager /opt + for d in '$PDIRS' + '[' -d /opt/mgmtworker ']' + mv /opt/mgmtworker /opt/mgmtworker-initial ++ dirname /opt/mgmtworker + ln -sf /cfy-persist//opt/mgmtworker /opt + for d in '$PDIRS' + '[' -d /opt/restservice ']' + mv /opt/restservice /opt/restservice-initial ++ dirname /opt/restservice + ln -sf /cfy-persist//opt/restservice /opt + exec /sbin/init --log-target=journal + /scripts/init-cloudify.sh + /scripts/setup-secret.sh + '[' '!' -d /var/run/secrets/kubernetes.io/serviceaccount ']' + mkdir -p /var/run/secrets/kubernetes.io/ + ln -s /secret/ /var/run/secrets/kubernetes.io/serviceaccount + /scripts/load-plugins.sh + /scripts/cloudify-ready.sh Did not get a status response This command is only available when using a manager. Please use the `cfy profiles use` command to connect to a Cloudify Manager. Waiting for CM to come up + echo 'Waiting for CM to come up' + sleep 15 + /scripts/cloudify-ready.sh Did not get a status response This command is only available when using a manager. Please use the `cfy profiles use` command to connect to a Cloudify Manager. + echo 'Waiting for CM to come up' + sleep 15 Waiting for CM to come up + /scripts/cloudify-ready.sh Did not get a status response This command is only available when using a manager. Please use the `cfy profiles use` command to connect to a Cloudify Manager. + echo 'Waiting for CM to come up' + sleep 15 Waiting for CM to come up + /scripts/cloudify-ready.sh Did not get a status response This command is only available when using a manager. Please use the `cfy profiles use` command to connect to a Cloudify Manager. + echo 'Waiting for CM to come up' Waiting for CM to come up + sleep 15 + /scripts/cloudify-ready.sh Did not get a status response This command is only available when using a manager. Please use the `cfy profiles use` command to connect to a Cloudify Manager. + echo 'Waiting for CM to come up' + sleep 15 Waiting for CM to come up + /scripts/cloudify-ready.sh Did not get a status response This command is only available when using a manager. Please use the `cfy profiles use` command to connect to a Cloudify Manager. + echo 'Waiting for CM to come up' + sleep 15 Waiting for CM to come up + /scripts/cloudify-ready.sh Did not get a status response This command is only available when using a manager. Please use the `cfy profiles use` command to connect to a Cloudify Manager. + echo 'Waiting for CM to come up' + sleep 15 Waiting for CM to come up + /scripts/cloudify-ready.sh 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-9ullhtt/dmaap-1.5.0-py36-none-linux_x86_64.wgn /opt/plugins/plugin-9ullhtt/dmaap_types.yaml ++ basename /opt/plugins/plugin-9ullhtt/dmaap-1.5.0-py36-none-linux_x86_64.wgn + ARCHIVE=dmaap-1.5.0-py36-none-linux_x86_64.wgn + cm_hasany 'plugins?archive_name=dmaap-1.5.0-py36-none-linux_x86_64.wgn' ++ curl -Ss -H 'Tenant: default_tenant' --user admin:UmH7vbj6 --cacert /opt/onap/certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/plugins?archive_name=dmaap-1.5.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-9ullhtt/dmaap_types.yaml /opt/plugins/plugin-9ullhtt/dmaap-1.5.0-py36-none-linux_x86_64.wgn Creating plugin zip archive.. Uploading plugin archive (wagon + yaml).. tmplaaacxfp.zip |-----------------------------------------------------| 0.55% tmplaaacxfp.zip |#----------------------------------------------------| 1.1% tmplaaacxfp.zip |#----------------------------------------------------| 1.65% tmplaaacxfp.zip |#----------------------------------------------------| 2.21% tmplaaacxfp.zip |#----------------------------------------------------| 2.76% tmplaaacxfp.zip |##---------------------------------------------------| 3.31% tmplaaacxfp.zip |##---------------------------------------------------| 3.86% tmplaaacxfp.zip |##---------------------------------------------------| 4.41% tmplaaacxfp.zip |###--------------------------------------------------| 4.96% tmplaaacxfp.zip |###--------------------------------------------------| 5.51% tmplaaacxfp.zip |###--------------------------------------------------| 6.06% tmplaaacxfp.zip |####-------------------------------------------------| 6.62% tmplaaacxfp.zip |####-------------------------------------------------| 7.17% tmplaaacxfp.zip |####-------------------------------------------------| 7.72% tmplaaacxfp.zip |####-------------------------------------------------| 8.27% tmplaaacxfp.zip |#####------------------------------------------------| 8.82% tmplaaacxfp.zip |#####------------------------------------------------| 9.37% tmplaaacxfp.zip |#####------------------------------------------------| 9.92% tmplaaacxfp.zip |######-----------------------------------------------| 10.48% tmplaaacxfp.zip |######-----------------------------------------------| 11.03% tmplaaacxfp.zip |######-----------------------------------------------| 11.58% tmplaaacxfp.zip |######-----------------------------------------------| 12.13% tmplaaacxfp.zip |#######----------------------------------------------| 12.68% tmplaaacxfp.zip |#######----------------------------------------------| 13.23% tmplaaacxfp.zip |#######----------------------------------------------| 13.78% tmplaaacxfp.zip |########---------------------------------------------| 14.34% tmplaaacxfp.zip |########---------------------------------------------| 14.89% tmplaaacxfp.zip |########---------------------------------------------| 15.44% tmplaaacxfp.zip |########---------------------------------------------| 15.99% tmplaaacxfp.zip |#########--------------------------------------------| 16.54% tmplaaacxfp.zip |#########--------------------------------------------| 17.09% tmplaaacxfp.zip |#########--------------------------------------------| 17.64% tmplaaacxfp.zip |##########-------------------------------------------| 18.19% tmplaaacxfp.zip |##########-------------------------------------------| 18.75% tmplaaacxfp.zip |##########-------------------------------------------| 19.3% tmplaaacxfp.zip |###########------------------------------------------| 19.85% tmplaaacxfp.zip |###########------------------------------------------| 20.4% tmplaaacxfp.zip |###########------------------------------------------| 20.95% tmplaaacxfp.zip |###########------------------------------------------| 21.5% tmplaaacxfp.zip |############-----------------------------------------| 22.05% tmplaaacxfp.zip |############-----------------------------------------| 22.61% tmplaaacxfp.zip |############-----------------------------------------| 23.16% tmplaaacxfp.zip |#############----------------------------------------| 23.71% tmplaaacxfp.zip |#############----------------------------------------| 24.26% tmplaaacxfp.zip |#############----------------------------------------| 24.81% tmplaaacxfp.zip |#############----------------------------------------| 25.36% tmplaaacxfp.zip |##############---------------------------------------| 25.91% tmplaaacxfp.zip |##############---------------------------------------| 26.47% tmplaaacxfp.zip |##############---------------------------------------| 27.02% tmplaaacxfp.zip |###############--------------------------------------| 27.57% tmplaaacxfp.zip |###############--------------------------------------| 28.12% tmplaaacxfp.zip |###############--------------------------------------| 28.67% tmplaaacxfp.zip |###############--------------------------------------| 29.22% tmplaaacxfp.zip |################-------------------------------------| 29.77% tmplaaacxfp.zip |################-------------------------------------| 30.32% tmplaaacxfp.zip |################-------------------------------------| 30.88% tmplaaacxfp.zip |#################------------------------------------| 31.43% tmplaaacxfp.zip |#################------------------------------------| 31.98% tmplaaacxfp.zip |#################------------------------------------| 32.53% tmplaaacxfp.zip |##################-----------------------------------| 33.08% tmplaaacxfp.zip |##################-----------------------------------| 33.63% tmplaaacxfp.zip |##################-----------------------------------| 34.18% tmplaaacxfp.zip |##################-----------------------------------| 34.74% tmplaaacxfp.zip |###################----------------------------------| 35.29% tmplaaacxfp.zip |###################----------------------------------| 35.84% tmplaaacxfp.zip |###################----------------------------------| 36.39% tmplaaacxfp.zip |####################---------------------------------| 36.94% tmplaaacxfp.zip |####################---------------------------------| 37.49% tmplaaacxfp.zip |####################---------------------------------| 38.04% tmplaaacxfp.zip |####################---------------------------------| 38.6% tmplaaacxfp.zip |#####################--------------------------------| 39.15% tmplaaacxfp.zip |#####################--------------------------------| 39.7% tmplaaacxfp.zip |#####################--------------------------------| 40.25% tmplaaacxfp.zip |######################-------------------------------| 40.8% tmplaaacxfp.zip |######################-------------------------------| 41.35% tmplaaacxfp.zip |######################-------------------------------| 41.9% tmplaaacxfp.zip |#######################------------------------------| 42.45% tmplaaacxfp.zip |#######################------------------------------| 43.01% tmplaaacxfp.zip |#######################------------------------------| 43.56% tmplaaacxfp.zip |#######################------------------------------| 44.11% tmplaaacxfp.zip |########################-----------------------------| 44.66% tmplaaacxfp.zip |########################-----------------------------| 45.21% tmplaaacxfp.zip |########################-----------------------------| 45.76% tmplaaacxfp.zip |#########################----------------------------| 46.31% tmplaaacxfp.zip |#########################----------------------------| 46.87% tmplaaacxfp.zip |#########################----------------------------| 47.42% tmplaaacxfp.zip |#########################----------------------------| 47.97% tmplaaacxfp.zip |##########################---------------------------| 48.52% tmplaaacxfp.zip |##########################---------------------------| 49.07% tmplaaacxfp.zip |##########################---------------------------| 49.62% tmplaaacxfp.zip |###########################--------------------------| 50.17% tmplaaacxfp.zip |###########################--------------------------| 50.73% tmplaaacxfp.zip |###########################--------------------------| 51.28% tmplaaacxfp.zip |###########################--------------------------| 51.83% tmplaaacxfp.zip |############################-------------------------| 52.38% tmplaaacxfp.zip |############################-------------------------| 52.93% tmplaaacxfp.zip |############################-------------------------| 53.48% tmplaaacxfp.zip |#############################------------------------| 54.03% tmplaaacxfp.zip |#############################------------------------| 54.58% tmplaaacxfp.zip |#############################------------------------| 55.14% tmplaaacxfp.zip |##############################-----------------------| 55.69% tmplaaacxfp.zip |##############################-----------------------| 56.24% tmplaaacxfp.zip |##############################-----------------------| 56.79% tmplaaacxfp.zip |##############################-----------------------| 57.34% tmplaaacxfp.zip |###############################----------------------| 57.89% tmplaaacxfp.zip |###############################----------------------| 58.44% tmplaaacxfp.zip |###############################----------------------| 59.0% tmplaaacxfp.zip |################################---------------------| 59.55% tmplaaacxfp.zip |################################---------------------| 60.1% tmplaaacxfp.zip |################################---------------------| 60.65% tmplaaacxfp.zip |################################---------------------| 61.2% tmplaaacxfp.zip |#################################--------------------| 61.75% tmplaaacxfp.zip |#################################--------------------| 62.3% tmplaaacxfp.zip |#################################--------------------| 62.86% tmplaaacxfp.zip |##################################-------------------| 63.41% tmplaaacxfp.zip |##################################-------------------| 63.96% tmplaaacxfp.zip |##################################-------------------| 64.51% tmplaaacxfp.zip |##################################-------------------| 65.06% tmplaaacxfp.zip |###################################------------------| 65.61% tmplaaacxfp.zip |###################################------------------| 66.16% tmplaaacxfp.zip |###################################------------------| 66.71% tmplaaacxfp.zip |####################################-----------------| 67.27% tmplaaacxfp.zip |####################################-----------------| 67.82% tmplaaacxfp.zip |####################################-----------------| 68.37% tmplaaacxfp.zip |#####################################----------------| 68.92% tmplaaacxfp.zip |#####################################----------------| 69.47% tmplaaacxfp.zip |#####################################----------------| 70.02% tmplaaacxfp.zip |#####################################----------------| 70.57% tmplaaacxfp.zip |######################################---------------| 71.13% tmplaaacxfp.zip |######################################---------------| 71.68% tmplaaacxfp.zip |######################################---------------| 72.23% tmplaaacxfp.zip |#######################################--------------| 72.78% tmplaaacxfp.zip |#######################################--------------| 73.33% tmplaaacxfp.zip |#######################################--------------| 73.88% tmplaaacxfp.zip |#######################################--------------| 74.43% tmplaaacxfp.zip |########################################-------------| 74.99% tmplaaacxfp.zip |########################################-------------| 75.54% tmplaaacxfp.zip |########################################-------------| 76.09% tmplaaacxfp.zip |#########################################------------| 76.64% tmplaaacxfp.zip |#########################################------------| 77.19% tmplaaacxfp.zip |#########################################------------| 77.74% tmplaaacxfp.zip |#########################################------------| 78.29% tmplaaacxfp.zip |##########################################-----------| 78.84% tmplaaacxfp.zip |##########################################-----------| 79.4% tmplaaacxfp.zip |##########################################-----------| 79.95% tmplaaacxfp.zip |###########################################----------| 80.5% tmplaaacxfp.zip |###########################################----------| 81.05% tmplaaacxfp.zip |###########################################----------| 81.6% tmplaaacxfp.zip |############################################---------| 82.15% tmplaaacxfp.zip |############################################---------| 82.7% tmplaaacxfp.zip |############################################---------| 83.26% tmplaaacxfp.zip |############################################---------| 83.81% tmplaaacxfp.zip |#############################################--------| 84.36% tmplaaacxfp.zip |#############################################--------| 84.91% tmplaaacxfp.zip |#############################################--------| 85.46% tmplaaacxfp.zip |##############################################-------| 86.01% tmplaaacxfp.zip |##############################################-------| 86.56% tmplaaacxfp.zip |##############################################-------| 87.12% tmplaaacxfp.zip |##############################################-------| 87.67% tmplaaacxfp.zip |###############################################------| 88.22% tmplaaacxfp.zip |###############################################------| 88.77% tmplaaacxfp.zip |###############################################------| 89.32% tmplaaacxfp.zip |################################################-----| 89.87% tmplaaacxfp.zip |################################################-----| 90.42% tmplaaacxfp.zip |################################################-----| 90.97% tmplaaacxfp.zip |#################################################----| 91.53% tmplaaacxfp.zip |#################################################----| 92.08% tmplaaacxfp.zip |#################################################----| 92.63% tmplaaacxfp.zip |#################################################----| 93.18% tmplaaacxfp.zip |##################################################---| 93.73% tmplaaacxfp.zip |##################################################---| 94.28% tmplaaacxfp.zip |##################################################---| 94.83% tmplaaacxfp.zip |###################################################--| 95.39% tmplaaacxfp.zip |###################################################--| 95.94% tmplaaacxfp.zip |###################################################--| 96.49% tmplaaacxfp.zip |###################################################--| 97.04% tmplaaacxfp.zip |####################################################-| 97.59% tmplaaacxfp.zip |####################################################-| 98.14% tmplaaacxfp.zip |####################################################-| 98.69% tmplaaacxfp.zip |#####################################################| 99.25% tmplaaacxfp.zip |#####################################################| 99.8% tmplaaacxfp.zip |#####################################################| 100.0% Plugin uploaded. Plugin's id is fa462ef9-e507-4725-aacb-91df95bc0f4e + for p in '${PLUGIN_DIR}/*' + wagons=($p/*.wgn) + types=($p/*.yaml) + install_plugin /opt/plugins/plugin-IHULxBY/pgaas-1.3.0-py36-none-linux_x86_64.wgn /opt/plugins/plugin-IHULxBY/pgaas_types.yaml ++ basename /opt/plugins/plugin-IHULxBY/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:UmH7vbj6 --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-IHULxBY/pgaas_types.yaml /opt/plugins/plugin-IHULxBY/pgaas-1.3.0-py36-none-linux_x86_64.wgn Creating plugin zip archive.. Uploading plugin archive (wagon + yaml).. tmp9cba4nny.zip |-----------------------------------------------------| 0.19% tmp9cba4nny.zip |-----------------------------------------------------| 0.37% tmp9cba4nny.zip |-----------------------------------------------------| 0.56% tmp9cba4nny.zip |-----------------------------------------------------| 0.75% tmp9cba4nny.zip |-----------------------------------------------------| 0.94% tmp9cba4nny.zip |#----------------------------------------------------| 1.12% tmp9cba4nny.zip |#----------------------------------------------------| 1.31% tmp9cba4nny.zip |#----------------------------------------------------| 1.5% tmp9cba4nny.zip |#----------------------------------------------------| 1.69% tmp9cba4nny.zip |#----------------------------------------------------| 1.87% tmp9cba4nny.zip |#----------------------------------------------------| 2.06% tmp9cba4nny.zip |#----------------------------------------------------| 2.25% tmp9cba4nny.zip |#----------------------------------------------------| 2.44% tmp9cba4nny.zip |#----------------------------------------------------| 2.62% tmp9cba4nny.zip |#----------------------------------------------------| 2.81% tmp9cba4nny.zip |##---------------------------------------------------| 3.0% tmp9cba4nny.zip |##---------------------------------------------------| 3.19% tmp9cba4nny.zip |##---------------------------------------------------| 3.37% tmp9cba4nny.zip |##---------------------------------------------------| 3.56% tmp9cba4nny.zip |##---------------------------------------------------| 3.75% tmp9cba4nny.zip |##---------------------------------------------------| 3.94% tmp9cba4nny.zip |##---------------------------------------------------| 4.12% tmp9cba4nny.zip |##---------------------------------------------------| 4.31% tmp9cba4nny.zip |##---------------------------------------------------| 4.5% tmp9cba4nny.zip |##---------------------------------------------------| 4.69% tmp9cba4nny.zip |###--------------------------------------------------| 4.87% tmp9cba4nny.zip |###--------------------------------------------------| 5.06% tmp9cba4nny.zip |###--------------------------------------------------| 5.25% tmp9cba4nny.zip |###--------------------------------------------------| 5.43% tmp9cba4nny.zip |###--------------------------------------------------| 5.62% tmp9cba4nny.zip |###--------------------------------------------------| 5.81% tmp9cba4nny.zip |###--------------------------------------------------| 6.0% tmp9cba4nny.zip |###--------------------------------------------------| 6.18% tmp9cba4nny.zip |###--------------------------------------------------| 6.37% tmp9cba4nny.zip |###--------------------------------------------------| 6.56% tmp9cba4nny.zip |####-------------------------------------------------| 6.75% tmp9cba4nny.zip |####-------------------------------------------------| 6.93% tmp9cba4nny.zip |####-------------------------------------------------| 7.12% tmp9cba4nny.zip |####-------------------------------------------------| 7.31% tmp9cba4nny.zip |####-------------------------------------------------| 7.5% tmp9cba4nny.zip |####-------------------------------------------------| 7.68% tmp9cba4nny.zip |####-------------------------------------------------| 7.87% tmp9cba4nny.zip |####-------------------------------------------------| 8.06% tmp9cba4nny.zip |####-------------------------------------------------| 8.25% tmp9cba4nny.zip |####-------------------------------------------------| 8.43% tmp9cba4nny.zip |#####------------------------------------------------| 8.62% tmp9cba4nny.zip |#####------------------------------------------------| 8.81% tmp9cba4nny.zip |#####------------------------------------------------| 9.0% tmp9cba4nny.zip |#####------------------------------------------------| 9.18% tmp9cba4nny.zip |#####------------------------------------------------| 9.37% tmp9cba4nny.zip |#####------------------------------------------------| 9.56% tmp9cba4nny.zip |#####------------------------------------------------| 9.75% tmp9cba4nny.zip |#####------------------------------------------------| 9.93% tmp9cba4nny.zip |#####------------------------------------------------| 10.12% tmp9cba4nny.zip |#####------------------------------------------------| 10.31% tmp9cba4nny.zip |######-----------------------------------------------| 10.49% tmp9cba4nny.zip |######-----------------------------------------------| 10.68% tmp9cba4nny.zip |######-----------------------------------------------| 10.87% tmp9cba4nny.zip |######-----------------------------------------------| 11.06% tmp9cba4nny.zip |######-----------------------------------------------| 11.24% tmp9cba4nny.zip |######-----------------------------------------------| 11.43% tmp9cba4nny.zip |######-----------------------------------------------| 11.62% tmp9cba4nny.zip |######-----------------------------------------------| 11.81% tmp9cba4nny.zip |######-----------------------------------------------| 11.99% tmp9cba4nny.zip |######-----------------------------------------------| 12.18% tmp9cba4nny.zip |#######----------------------------------------------| 12.37% tmp9cba4nny.zip |#######----------------------------------------------| 12.56% tmp9cba4nny.zip |#######----------------------------------------------| 12.74% tmp9cba4nny.zip |#######----------------------------------------------| 12.93% tmp9cba4nny.zip |#######----------------------------------------------| 13.12% tmp9cba4nny.zip |#######----------------------------------------------| 13.31% tmp9cba4nny.zip |#######----------------------------------------------| 13.49% tmp9cba4nny.zip |#######----------------------------------------------| 13.68% tmp9cba4nny.zip |#######----------------------------------------------| 13.87% tmp9cba4nny.zip |#######----------------------------------------------| 14.06% tmp9cba4nny.zip |########---------------------------------------------| 14.24% tmp9cba4nny.zip |########---------------------------------------------| 14.43% tmp9cba4nny.zip |########---------------------------------------------| 14.62% tmp9cba4nny.zip |########---------------------------------------------| 14.8% tmp9cba4nny.zip |########---------------------------------------------| 14.99% tmp9cba4nny.zip |########---------------------------------------------| 15.18% tmp9cba4nny.zip |########---------------------------------------------| 15.37% tmp9cba4nny.zip |########---------------------------------------------| 15.55% tmp9cba4nny.zip |########---------------------------------------------| 15.74% tmp9cba4nny.zip |########---------------------------------------------| 15.93% tmp9cba4nny.zip |#########--------------------------------------------| 16.12% tmp9cba4nny.zip |#########--------------------------------------------| 16.3% tmp9cba4nny.zip |#########--------------------------------------------| 16.49% tmp9cba4nny.zip |#########--------------------------------------------| 16.68% tmp9cba4nny.zip |#########--------------------------------------------| 16.87% tmp9cba4nny.zip |#########--------------------------------------------| 17.05% tmp9cba4nny.zip |#########--------------------------------------------| 17.24% tmp9cba4nny.zip |#########--------------------------------------------| 17.43% tmp9cba4nny.zip |#########--------------------------------------------| 17.62% tmp9cba4nny.zip |#########--------------------------------------------| 17.8% tmp9cba4nny.zip |##########-------------------------------------------| 17.99% tmp9cba4nny.zip |##########-------------------------------------------| 18.18% tmp9cba4nny.zip |##########-------------------------------------------| 18.37% tmp9cba4nny.zip |##########-------------------------------------------| 18.55% tmp9cba4nny.zip |##########-------------------------------------------| 18.74% tmp9cba4nny.zip |##########-------------------------------------------| 18.93% tmp9cba4nny.zip |##########-------------------------------------------| 19.12% tmp9cba4nny.zip |##########-------------------------------------------| 19.3% tmp9cba4nny.zip |##########-------------------------------------------| 19.49% tmp9cba4nny.zip |##########-------------------------------------------| 19.68% tmp9cba4nny.zip |###########------------------------------------------| 19.86% tmp9cba4nny.zip |###########------------------------------------------| 20.05% tmp9cba4nny.zip |###########------------------------------------------| 20.24% tmp9cba4nny.zip |###########------------------------------------------| 20.43% tmp9cba4nny.zip |###########------------------------------------------| 20.61% tmp9cba4nny.zip |###########------------------------------------------| 20.8% tmp9cba4nny.zip |###########------------------------------------------| 20.99% tmp9cba4nny.zip |###########------------------------------------------| 21.18% tmp9cba4nny.zip |###########------------------------------------------| 21.36% tmp9cba4nny.zip |###########------------------------------------------| 21.55% tmp9cba4nny.zip |############-----------------------------------------| 21.74% tmp9cba4nny.zip |############-----------------------------------------| 21.93% tmp9cba4nny.zip |############-----------------------------------------| 22.11% tmp9cba4nny.zip |############-----------------------------------------| 22.3% tmp9cba4nny.zip |############-----------------------------------------| 22.49% tmp9cba4nny.zip |############-----------------------------------------| 22.68% tmp9cba4nny.zip |############-----------------------------------------| 22.86% tmp9cba4nny.zip |############-----------------------------------------| 23.05% tmp9cba4nny.zip |############-----------------------------------------| 23.24% tmp9cba4nny.zip |############-----------------------------------------| 23.43% tmp9cba4nny.zip |#############----------------------------------------| 23.61% tmp9cba4nny.zip |#############----------------------------------------| 23.8% tmp9cba4nny.zip |#############----------------------------------------| 23.99% tmp9cba4nny.zip |#############----------------------------------------| 24.18% tmp9cba4nny.zip |#############----------------------------------------| 24.36% tmp9cba4nny.zip |#############----------------------------------------| 24.55% tmp9cba4nny.zip |#############----------------------------------------| 24.74% tmp9cba4nny.zip |#############----------------------------------------| 24.92% tmp9cba4nny.zip |#############----------------------------------------| 25.11% tmp9cba4nny.zip |#############----------------------------------------| 25.3% tmp9cba4nny.zip |##############---------------------------------------| 25.49% tmp9cba4nny.zip |##############---------------------------------------| 25.67% tmp9cba4nny.zip |##############---------------------------------------| 25.86% tmp9cba4nny.zip |##############---------------------------------------| 26.05% tmp9cba4nny.zip |##############---------------------------------------| 26.24% tmp9cba4nny.zip |##############---------------------------------------| 26.42% tmp9cba4nny.zip |##############---------------------------------------| 26.61% tmp9cba4nny.zip |##############---------------------------------------| 26.8% tmp9cba4nny.zip |##############---------------------------------------| 26.99% tmp9cba4nny.zip |##############---------------------------------------| 27.17% tmp9cba4nny.zip |###############--------------------------------------| 27.36% tmp9cba4nny.zip |###############--------------------------------------| 27.55% tmp9cba4nny.zip |###############--------------------------------------| 27.74% tmp9cba4nny.zip |###############--------------------------------------| 27.92% tmp9cba4nny.zip |###############--------------------------------------| 28.11% tmp9cba4nny.zip |###############--------------------------------------| 28.3% tmp9cba4nny.zip |###############--------------------------------------| 28.49% tmp9cba4nny.zip |###############--------------------------------------| 28.67% tmp9cba4nny.zip |###############--------------------------------------| 28.86% tmp9cba4nny.zip |###############--------------------------------------| 29.05% tmp9cba4nny.zip |###############--------------------------------------| 29.24% tmp9cba4nny.zip |################-------------------------------------| 29.42% tmp9cba4nny.zip |################-------------------------------------| 29.61% tmp9cba4nny.zip |################-------------------------------------| 29.8% tmp9cba4nny.zip |################-------------------------------------| 29.98% tmp9cba4nny.zip |################-------------------------------------| 30.17% tmp9cba4nny.zip |################-------------------------------------| 30.36% tmp9cba4nny.zip |################-------------------------------------| 30.55% tmp9cba4nny.zip |################-------------------------------------| 30.73% tmp9cba4nny.zip |################-------------------------------------| 30.92% tmp9cba4nny.zip |################-------------------------------------| 31.11% tmp9cba4nny.zip |#################------------------------------------| 31.3% tmp9cba4nny.zip |#################------------------------------------| 31.48% tmp9cba4nny.zip |#################------------------------------------| 31.67% tmp9cba4nny.zip |#################------------------------------------| 31.86% tmp9cba4nny.zip |#################------------------------------------| 32.05% tmp9cba4nny.zip |#################------------------------------------| 32.23% tmp9cba4nny.zip |#################------------------------------------| 32.42% tmp9cba4nny.zip |#################------------------------------------| 32.61% tmp9cba4nny.zip |#################------------------------------------| 32.8% tmp9cba4nny.zip |#################------------------------------------| 32.98% tmp9cba4nny.zip |##################-----------------------------------| 33.17% tmp9cba4nny.zip |##################-----------------------------------| 33.36% tmp9cba4nny.zip |##################-----------------------------------| 33.55% tmp9cba4nny.zip |##################-----------------------------------| 33.73% tmp9cba4nny.zip |##################-----------------------------------| 33.92% tmp9cba4nny.zip |##################-----------------------------------| 34.11% tmp9cba4nny.zip |##################-----------------------------------| 34.3% tmp9cba4nny.zip |##################-----------------------------------| 34.48% tmp9cba4nny.zip |##################-----------------------------------| 34.67% tmp9cba4nny.zip |##################-----------------------------------| 34.86% tmp9cba4nny.zip |###################----------------------------------| 35.04% tmp9cba4nny.zip |###################----------------------------------| 35.23% tmp9cba4nny.zip |###################----------------------------------| 35.42% tmp9cba4nny.zip |###################----------------------------------| 35.61% tmp9cba4nny.zip |###################----------------------------------| 35.79% tmp9cba4nny.zip |###################----------------------------------| 35.98% tmp9cba4nny.zip |###################----------------------------------| 36.17% tmp9cba4nny.zip |###################----------------------------------| 36.36% tmp9cba4nny.zip |###################----------------------------------| 36.54% tmp9cba4nny.zip |###################----------------------------------| 36.73% tmp9cba4nny.zip |####################---------------------------------| 36.92% tmp9cba4nny.zip |####################---------------------------------| 37.11% tmp9cba4nny.zip |####################---------------------------------| 37.29% tmp9cba4nny.zip |####################---------------------------------| 37.48% tmp9cba4nny.zip |####################---------------------------------| 37.67% tmp9cba4nny.zip |####################---------------------------------| 37.86% tmp9cba4nny.zip |####################---------------------------------| 38.04% tmp9cba4nny.zip |####################---------------------------------| 38.23% tmp9cba4nny.zip |####################---------------------------------| 38.42% tmp9cba4nny.zip |####################---------------------------------| 38.61% tmp9cba4nny.zip |#####################--------------------------------| 38.79% tmp9cba4nny.zip |#####################--------------------------------| 38.98% tmp9cba4nny.zip |#####################--------------------------------| 39.17% tmp9cba4nny.zip |#####################--------------------------------| 39.36% tmp9cba4nny.zip |#####################--------------------------------| 39.54% tmp9cba4nny.zip |#####################--------------------------------| 39.73% tmp9cba4nny.zip |#####################--------------------------------| 39.92% tmp9cba4nny.zip |#####################--------------------------------| 40.1% tmp9cba4nny.zip |#####################--------------------------------| 40.29% tmp9cba4nny.zip |#####################--------------------------------| 40.48% tmp9cba4nny.zip |######################-------------------------------| 40.67% tmp9cba4nny.zip |######################-------------------------------| 40.85% tmp9cba4nny.zip |######################-------------------------------| 41.04% tmp9cba4nny.zip |######################-------------------------------| 41.23% tmp9cba4nny.zip |######################-------------------------------| 41.42% tmp9cba4nny.zip |######################-------------------------------| 41.6% tmp9cba4nny.zip |######################-------------------------------| 41.79% tmp9cba4nny.zip |######################-------------------------------| 41.98% tmp9cba4nny.zip |######################-------------------------------| 42.17% tmp9cba4nny.zip |######################-------------------------------| 42.35% tmp9cba4nny.zip |#######################------------------------------| 42.54% tmp9cba4nny.zip |#######################------------------------------| 42.73% tmp9cba4nny.zip |#######################------------------------------| 42.92% tmp9cba4nny.zip |#######################------------------------------| 43.1% tmp9cba4nny.zip |#######################------------------------------| 43.29% tmp9cba4nny.zip |#######################------------------------------| 43.48% tmp9cba4nny.zip |#######################------------------------------| 43.67% tmp9cba4nny.zip |#######################------------------------------| 43.85% tmp9cba4nny.zip |#######################------------------------------| 44.04% tmp9cba4nny.zip |#######################------------------------------| 44.23% tmp9cba4nny.zip |########################-----------------------------| 44.41% tmp9cba4nny.zip |########################-----------------------------| 44.6% tmp9cba4nny.zip |########################-----------------------------| 44.79% tmp9cba4nny.zip |########################-----------------------------| 44.98% tmp9cba4nny.zip |########################-----------------------------| 45.16% tmp9cba4nny.zip |########################-----------------------------| 45.35% tmp9cba4nny.zip |########################-----------------------------| 45.54% tmp9cba4nny.zip |########################-----------------------------| 45.73% tmp9cba4nny.zip |########################-----------------------------| 45.91% tmp9cba4nny.zip |########################-----------------------------| 46.1% tmp9cba4nny.zip |#########################----------------------------| 46.29% tmp9cba4nny.zip |#########################----------------------------| 46.48% tmp9cba4nny.zip |#########################----------------------------| 46.66% tmp9cba4nny.zip |#########################----------------------------| 46.85% tmp9cba4nny.zip |#########################----------------------------| 47.04% tmp9cba4nny.zip |#########################----------------------------| 47.23% tmp9cba4nny.zip |#########################----------------------------| 47.41% tmp9cba4nny.zip |#########################----------------------------| 47.6% tmp9cba4nny.zip |#########################----------------------------| 47.79% tmp9cba4nny.zip |#########################----------------------------| 47.98% tmp9cba4nny.zip |##########################---------------------------| 48.16% tmp9cba4nny.zip |##########################---------------------------| 48.35% tmp9cba4nny.zip |##########################---------------------------| 48.54% tmp9cba4nny.zip |##########################---------------------------| 48.73% tmp9cba4nny.zip |##########################---------------------------| 48.91% tmp9cba4nny.zip |##########################---------------------------| 49.1% tmp9cba4nny.zip |##########################---------------------------| 49.29% tmp9cba4nny.zip |##########################---------------------------| 49.47% tmp9cba4nny.zip |##########################---------------------------| 49.66% tmp9cba4nny.zip |##########################---------------------------| 49.85% tmp9cba4nny.zip |###########################--------------------------| 50.04% tmp9cba4nny.zip |###########################--------------------------| 50.22% tmp9cba4nny.zip |###########################--------------------------| 50.41% tmp9cba4nny.zip |###########################--------------------------| 50.6% tmp9cba4nny.zip |###########################--------------------------| 50.79% tmp9cba4nny.zip |###########################--------------------------| 50.97% tmp9cba4nny.zip |###########################--------------------------| 51.16% tmp9cba4nny.zip |###########################--------------------------| 51.35% tmp9cba4nny.zip |###########################--------------------------| 51.54% tmp9cba4nny.zip |###########################--------------------------| 51.72% tmp9cba4nny.zip |############################-------------------------| 51.91% tmp9cba4nny.zip |############################-------------------------| 52.1% tmp9cba4nny.zip |############################-------------------------| 52.29% tmp9cba4nny.zip |############################-------------------------| 52.47% tmp9cba4nny.zip |############################-------------------------| 52.66% tmp9cba4nny.zip |############################-------------------------| 52.85% tmp9cba4nny.zip |############################-------------------------| 53.04% tmp9cba4nny.zip |############################-------------------------| 53.22% tmp9cba4nny.zip |############################-------------------------| 53.41% tmp9cba4nny.zip |############################-------------------------| 53.6% tmp9cba4nny.zip |#############################------------------------| 53.79% tmp9cba4nny.zip |#############################------------------------| 53.97% tmp9cba4nny.zip |#############################------------------------| 54.16% tmp9cba4nny.zip |#############################------------------------| 54.35% tmp9cba4nny.zip |#############################------------------------| 54.53% tmp9cba4nny.zip |#############################------------------------| 54.72% tmp9cba4nny.zip |#############################------------------------| 54.91% tmp9cba4nny.zip |#############################------------------------| 55.1% tmp9cba4nny.zip |#############################------------------------| 55.28% tmp9cba4nny.zip |#############################------------------------| 55.47% tmp9cba4nny.zip |#############################------------------------| 55.66% tmp9cba4nny.zip |##############################-----------------------| 55.85% tmp9cba4nny.zip |##############################-----------------------| 56.03% tmp9cba4nny.zip |##############################-----------------------| 56.22% tmp9cba4nny.zip |##############################-----------------------| 56.41% tmp9cba4nny.zip |##############################-----------------------| 56.6% tmp9cba4nny.zip |##############################-----------------------| 56.78% tmp9cba4nny.zip |##############################-----------------------| 56.97% tmp9cba4nny.zip |##############################-----------------------| 57.16% tmp9cba4nny.zip |##############################-----------------------| 57.35% tmp9cba4nny.zip |##############################-----------------------| 57.53% tmp9cba4nny.zip |###############################----------------------| 57.72% tmp9cba4nny.zip |###############################----------------------| 57.91% tmp9cba4nny.zip |###############################----------------------| 58.1% tmp9cba4nny.zip |###############################----------------------| 58.28% tmp9cba4nny.zip |###############################----------------------| 58.47% tmp9cba4nny.zip |###############################----------------------| 58.66% tmp9cba4nny.zip |###############################----------------------| 58.85% tmp9cba4nny.zip |###############################----------------------| 59.03% tmp9cba4nny.zip |###############################----------------------| 59.22% tmp9cba4nny.zip |###############################----------------------| 59.41% tmp9cba4nny.zip |################################---------------------| 59.59% tmp9cba4nny.zip |################################---------------------| 59.78% tmp9cba4nny.zip |################################---------------------| 59.97% tmp9cba4nny.zip |################################---------------------| 60.16% tmp9cba4nny.zip |################################---------------------| 60.34% tmp9cba4nny.zip |################################---------------------| 60.53% tmp9cba4nny.zip |################################---------------------| 60.72% tmp9cba4nny.zip |################################---------------------| 60.91% tmp9cba4nny.zip |################################---------------------| 61.09% tmp9cba4nny.zip |################################---------------------| 61.28% tmp9cba4nny.zip |#################################--------------------| 61.47% tmp9cba4nny.zip |#################################--------------------| 61.66% tmp9cba4nny.zip |#################################--------------------| 61.84% tmp9cba4nny.zip |#################################--------------------| 62.03% tmp9cba4nny.zip |#################################--------------------| 62.22% tmp9cba4nny.zip |#################################--------------------| 62.41% tmp9cba4nny.zip |#################################--------------------| 62.59% tmp9cba4nny.zip |#################################--------------------| 62.78% tmp9cba4nny.zip |#################################--------------------| 62.97% tmp9cba4nny.zip |#################################--------------------| 63.16% tmp9cba4nny.zip |##################################-------------------| 63.34% tmp9cba4nny.zip |##################################-------------------| 63.53% tmp9cba4nny.zip |##################################-------------------| 63.72% tmp9cba4nny.zip |##################################-------------------| 63.91% tmp9cba4nny.zip |##################################-------------------| 64.09% tmp9cba4nny.zip |##################################-------------------| 64.28% tmp9cba4nny.zip |##################################-------------------| 64.47% tmp9cba4nny.zip |##################################-------------------| 64.65% tmp9cba4nny.zip |##################################-------------------| 64.84% tmp9cba4nny.zip |##################################-------------------| 65.03% tmp9cba4nny.zip |###################################------------------| 65.22% tmp9cba4nny.zip |###################################------------------| 65.4% tmp9cba4nny.zip |###################################------------------| 65.59% tmp9cba4nny.zip |###################################------------------| 65.78% tmp9cba4nny.zip |###################################------------------| 65.97% tmp9cba4nny.zip |###################################------------------| 66.15% tmp9cba4nny.zip |###################################------------------| 66.34% tmp9cba4nny.zip |###################################------------------| 66.53% tmp9cba4nny.zip |###################################------------------| 66.72% tmp9cba4nny.zip |###################################------------------| 66.9% tmp9cba4nny.zip |####################################-----------------| 67.09% tmp9cba4nny.zip |####################################-----------------| 67.28% tmp9cba4nny.zip |####################################-----------------| 67.47% tmp9cba4nny.zip |####################################-----------------| 67.65% tmp9cba4nny.zip |####################################-----------------| 67.84% tmp9cba4nny.zip |####################################-----------------| 68.03% tmp9cba4nny.zip |####################################-----------------| 68.22% tmp9cba4nny.zip |####################################-----------------| 68.4% tmp9cba4nny.zip |####################################-----------------| 68.59% tmp9cba4nny.zip |####################################-----------------| 68.78% tmp9cba4nny.zip |#####################################----------------| 68.97% tmp9cba4nny.zip |#####################################----------------| 69.15% tmp9cba4nny.zip |#####################################----------------| 69.34% tmp9cba4nny.zip |#####################################----------------| 69.53% tmp9cba4nny.zip |#####################################----------------| 69.71% tmp9cba4nny.zip |#####################################----------------| 69.9% tmp9cba4nny.zip |#####################################----------------| 70.09% tmp9cba4nny.zip |#####################################----------------| 70.28% tmp9cba4nny.zip |#####################################----------------| 70.46% tmp9cba4nny.zip |#####################################----------------| 70.65% tmp9cba4nny.zip |######################################---------------| 70.84% tmp9cba4nny.zip |######################################---------------| 71.03% tmp9cba4nny.zip |######################################---------------| 71.21% tmp9cba4nny.zip |######################################---------------| 71.4% tmp9cba4nny.zip |######################################---------------| 71.59% tmp9cba4nny.zip |######################################---------------| 71.78% tmp9cba4nny.zip |######################################---------------| 71.96% tmp9cba4nny.zip |######################################---------------| 72.15% tmp9cba4nny.zip |######################################---------------| 72.34% tmp9cba4nny.zip |######################################---------------| 72.53% tmp9cba4nny.zip |#######################################--------------| 72.71% tmp9cba4nny.zip |#######################################--------------| 72.9% tmp9cba4nny.zip |#######################################--------------| 73.09% tmp9cba4nny.zip |#######################################--------------| 73.28% tmp9cba4nny.zip |#######################################--------------| 73.46% tmp9cba4nny.zip |#######################################--------------| 73.65% tmp9cba4nny.zip |#######################################--------------| 73.84% tmp9cba4nny.zip |#######################################--------------| 74.02% tmp9cba4nny.zip |#######################################--------------| 74.21% tmp9cba4nny.zip |#######################################--------------| 74.4% tmp9cba4nny.zip |########################################-------------| 74.59% tmp9cba4nny.zip |########################################-------------| 74.77% tmp9cba4nny.zip |########################################-------------| 74.96% tmp9cba4nny.zip |########################################-------------| 75.15% tmp9cba4nny.zip |########################################-------------| 75.34% tmp9cba4nny.zip |########################################-------------| 75.52% tmp9cba4nny.zip |########################################-------------| 75.71% tmp9cba4nny.zip |########################################-------------| 75.9% tmp9cba4nny.zip |########################################-------------| 76.09% tmp9cba4nny.zip |########################################-------------| 76.27% tmp9cba4nny.zip |#########################################------------| 76.46% tmp9cba4nny.zip |#########################################------------| 76.65% tmp9cba4nny.zip |#########################################------------| 76.84% tmp9cba4nny.zip |#########################################------------| 77.02% tmp9cba4nny.zip |#########################################------------| 77.21% tmp9cba4nny.zip |#########################################------------| 77.4% tmp9cba4nny.zip |#########################################------------| 77.59% tmp9cba4nny.zip |#########################################------------| 77.77% tmp9cba4nny.zip |#########################################------------| 77.96% tmp9cba4nny.zip |#########################################------------| 78.15% tmp9cba4nny.zip |##########################################-----------| 78.34% tmp9cba4nny.zip |##########################################-----------| 78.52% tmp9cba4nny.zip |##########################################-----------| 78.71% tmp9cba4nny.zip |##########################################-----------| 78.9% tmp9cba4nny.zip |##########################################-----------| 79.08% tmp9cba4nny.zip |##########################################-----------| 79.27% tmp9cba4nny.zip |##########################################-----------| 79.46% tmp9cba4nny.zip |##########################################-----------| 79.65% tmp9cba4nny.zip |##########################################-----------| 79.83% tmp9cba4nny.zip |##########################################-----------| 80.02% tmp9cba4nny.zip |###########################################----------| 80.21% tmp9cba4nny.zip |###########################################----------| 80.4% tmp9cba4nny.zip |###########################################----------| 80.58% tmp9cba4nny.zip |###########################################----------| 80.77% tmp9cba4nny.zip |###########################################----------| 80.96% tmp9cba4nny.zip |###########################################----------| 81.15% tmp9cba4nny.zip |###########################################----------| 81.33% tmp9cba4nny.zip |###########################################----------| 81.52% tmp9cba4nny.zip |###########################################----------| 81.71% tmp9cba4nny.zip |###########################################----------| 81.9% tmp9cba4nny.zip |############################################---------| 82.08% tmp9cba4nny.zip |############################################---------| 82.27% tmp9cba4nny.zip |############################################---------| 82.46% tmp9cba4nny.zip |############################################---------| 82.65% tmp9cba4nny.zip |############################################---------| 82.83% tmp9cba4nny.zip |############################################---------| 83.02% tmp9cba4nny.zip |############################################---------| 83.21% tmp9cba4nny.zip |############################################---------| 83.4% tmp9cba4nny.zip |############################################---------| 83.58% tmp9cba4nny.zip |############################################---------| 83.77% tmp9cba4nny.zip |############################################---------| 83.96% tmp9cba4nny.zip |#############################################--------| 84.14% tmp9cba4nny.zip |#############################################--------| 84.33% tmp9cba4nny.zip |#############################################--------| 84.52% tmp9cba4nny.zip |#############################################--------| 84.71% tmp9cba4nny.zip |#############################################--------| 84.89% tmp9cba4nny.zip |#############################################--------| 85.08% tmp9cba4nny.zip |#############################################--------| 85.27% tmp9cba4nny.zip |#############################################--------| 85.46% tmp9cba4nny.zip |#############################################--------| 85.64% tmp9cba4nny.zip |#############################################--------| 85.83% tmp9cba4nny.zip |##############################################-------| 86.02% tmp9cba4nny.zip |##############################################-------| 86.21% tmp9cba4nny.zip |##############################################-------| 86.39% tmp9cba4nny.zip |##############################################-------| 86.58% tmp9cba4nny.zip |##############################################-------| 86.77% tmp9cba4nny.zip |##############################################-------| 86.96% tmp9cba4nny.zip |##############################################-------| 87.14% tmp9cba4nny.zip |##############################################-------| 87.33% tmp9cba4nny.zip |##############################################-------| 87.52% tmp9cba4nny.zip |##############################################-------| 87.71% tmp9cba4nny.zip |###############################################------| 87.89% tmp9cba4nny.zip |###############################################------| 88.08% tmp9cba4nny.zip |###############################################------| 88.27% tmp9cba4nny.zip |###############################################------| 88.46% tmp9cba4nny.zip |###############################################------| 88.64% tmp9cba4nny.zip |###############################################------| 88.83% tmp9cba4nny.zip |###############################################------| 89.02% tmp9cba4nny.zip |###############################################------| 89.2% tmp9cba4nny.zip |###############################################------| 89.39% tmp9cba4nny.zip |###############################################------| 89.58% tmp9cba4nny.zip |################################################-----| 89.77% tmp9cba4nny.zip |################################################-----| 89.95% tmp9cba4nny.zip |################################################-----| 90.14% tmp9cba4nny.zip |################################################-----| 90.33% tmp9cba4nny.zip |################################################-----| 90.52% tmp9cba4nny.zip |################################################-----| 90.7% tmp9cba4nny.zip |################################################-----| 90.89% tmp9cba4nny.zip |################################################-----| 91.08% tmp9cba4nny.zip |################################################-----| 91.27% tmp9cba4nny.zip |################################################-----| 91.45% tmp9cba4nny.zip |#################################################----| 91.64% tmp9cba4nny.zip |#################################################----| 91.83% tmp9cba4nny.zip |#################################################----| 92.02% tmp9cba4nny.zip |#################################################----| 92.2% tmp9cba4nny.zip |#################################################----| 92.39% tmp9cba4nny.zip |#################################################----| 92.58% tmp9cba4nny.zip |#################################################----| 92.77% tmp9cba4nny.zip |#################################################----| 92.95% tmp9cba4nny.zip |#################################################----| 93.14% tmp9cba4nny.zip |#################################################----| 93.33% tmp9cba4nny.zip |##################################################---| 93.52% tmp9cba4nny.zip |##################################################---| 93.7% tmp9cba4nny.zip |##################################################---| 93.89% tmp9cba4nny.zip |##################################################---| 94.08% tmp9cba4nny.zip |##################################################---| 94.26% tmp9cba4nny.zip |##################################################---| 94.45% tmp9cba4nny.zip |##################################################---| 94.64% tmp9cba4nny.zip |##################################################---| 94.83% tmp9cba4nny.zip |##################################################---| 95.01% tmp9cba4nny.zip |##################################################---| 95.2% tmp9cba4nny.zip |###################################################--| 95.39% tmp9cba4nny.zip |###################################################--| 95.58% tmp9cba4nny.zip |###################################################--| 95.76% tmp9cba4nny.zip |###################################################--| 95.95% tmp9cba4nny.zip |###################################################--| 96.14% tmp9cba4nny.zip |###################################################--| 96.33% tmp9cba4nny.zip |###################################################--| 96.51% tmp9cba4nny.zip |###################################################--| 96.7% tmp9cba4nny.zip |###################################################--| 96.89% tmp9cba4nny.zip |###################################################--| 97.08% tmp9cba4nny.zip |####################################################-| 97.26% tmp9cba4nny.zip |####################################################-| 97.45% tmp9cba4nny.zip |####################################################-| 97.64% tmp9cba4nny.zip |####################################################-| 97.83% tmp9cba4nny.zip |####################################################-| 98.01% tmp9cba4nny.zip |####################################################-| 98.2% tmp9cba4nny.zip |####################################################-| 98.39% tmp9cba4nny.zip |####################################################-| 98.58% tmp9cba4nny.zip |####################################################-| 98.76% tmp9cba4nny.zip |####################################################-| 98.95% tmp9cba4nny.zip |#####################################################| 99.14% tmp9cba4nny.zip |#####################################################| 99.32% tmp9cba4nny.zip |#####################################################| 99.51% tmp9cba4nny.zip |#####################################################| 99.7% tmp9cba4nny.zip |#####################################################| 99.89% tmp9cba4nny.zip |#####################################################| 100.0% Plugin uploaded. Plugin's id is acf7306f-51bd-47b4-8267-bd510a9133b1 + for p in '${PLUGIN_DIR}/*' + wagons=($p/*.wgn) + types=($p/*.yaml) + install_plugin /opt/plugins/plugin-Is3EjK0/sshkeyshare-1.2.0-py36-none-linux_x86_64.wgn /opt/plugins/plugin-Is3EjK0/sshkeyshare_types.yaml ++ basename /opt/plugins/plugin-Is3EjK0/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:UmH7vbj6 --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-Is3EjK0/sshkeyshare_types.yaml /opt/plugins/plugin-Is3EjK0/sshkeyshare-1.2.0-py36-none-linux_x86_64.wgn Creating plugin zip archive.. Uploading plugin archive (wagon + yaml).. tmpf_rzpsgi.zip |-----------------------------------------------------| 0.57% tmpf_rzpsgi.zip |#----------------------------------------------------| 1.14% tmpf_rzpsgi.zip |#----------------------------------------------------| 1.71% tmpf_rzpsgi.zip |#----------------------------------------------------| 2.28% tmpf_rzpsgi.zip |##---------------------------------------------------| 2.85% tmpf_rzpsgi.zip |##---------------------------------------------------| 3.42% tmpf_rzpsgi.zip |##---------------------------------------------------| 3.98% tmpf_rzpsgi.zip |##---------------------------------------------------| 4.55% tmpf_rzpsgi.zip |###--------------------------------------------------| 5.12% tmpf_rzpsgi.zip |###--------------------------------------------------| 5.69% tmpf_rzpsgi.zip |###--------------------------------------------------| 6.26% tmpf_rzpsgi.zip |####-------------------------------------------------| 6.83% tmpf_rzpsgi.zip |####-------------------------------------------------| 7.4% tmpf_rzpsgi.zip |####-------------------------------------------------| 7.97% tmpf_rzpsgi.zip |#####------------------------------------------------| 8.54% tmpf_rzpsgi.zip |#####------------------------------------------------| 9.11% tmpf_rzpsgi.zip |#####------------------------------------------------| 9.68% tmpf_rzpsgi.zip |#####------------------------------------------------| 10.25% tmpf_rzpsgi.zip |######-----------------------------------------------| 10.81% tmpf_rzpsgi.zip |######-----------------------------------------------| 11.38% tmpf_rzpsgi.zip |######-----------------------------------------------| 11.95% tmpf_rzpsgi.zip |#######----------------------------------------------| 12.52% tmpf_rzpsgi.zip |#######----------------------------------------------| 13.09% tmpf_rzpsgi.zip |#######----------------------------------------------| 13.66% tmpf_rzpsgi.zip |########---------------------------------------------| 14.23% tmpf_rzpsgi.zip |########---------------------------------------------| 14.8% tmpf_rzpsgi.zip |########---------------------------------------------| 15.37% tmpf_rzpsgi.zip |########---------------------------------------------| 15.94% tmpf_rzpsgi.zip |#########--------------------------------------------| 16.51% tmpf_rzpsgi.zip |#########--------------------------------------------| 17.08% tmpf_rzpsgi.zip |#########--------------------------------------------| 17.64% tmpf_rzpsgi.zip |##########-------------------------------------------| 18.21% tmpf_rzpsgi.zip |##########-------------------------------------------| 18.78% tmpf_rzpsgi.zip |##########-------------------------------------------| 19.35% tmpf_rzpsgi.zip |###########------------------------------------------| 19.92% tmpf_rzpsgi.zip |###########------------------------------------------| 20.49% tmpf_rzpsgi.zip |###########------------------------------------------| 21.06% tmpf_rzpsgi.zip |###########------------------------------------------| 21.63% tmpf_rzpsgi.zip |############-----------------------------------------| 22.2% tmpf_rzpsgi.zip |############-----------------------------------------| 22.77% tmpf_rzpsgi.zip |############-----------------------------------------| 23.34% tmpf_rzpsgi.zip |#############----------------------------------------| 23.91% tmpf_rzpsgi.zip |#############----------------------------------------| 24.47% tmpf_rzpsgi.zip |#############----------------------------------------| 25.04% tmpf_rzpsgi.zip |##############---------------------------------------| 25.61% tmpf_rzpsgi.zip |##############---------------------------------------| 26.18% tmpf_rzpsgi.zip |##############---------------------------------------| 26.75% tmpf_rzpsgi.zip |##############---------------------------------------| 27.32% tmpf_rzpsgi.zip |###############--------------------------------------| 27.89% tmpf_rzpsgi.zip |###############--------------------------------------| 28.46% tmpf_rzpsgi.zip |###############--------------------------------------| 29.03% tmpf_rzpsgi.zip |################-------------------------------------| 29.6% tmpf_rzpsgi.zip |################-------------------------------------| 30.17% tmpf_rzpsgi.zip |################-------------------------------------| 30.74% tmpf_rzpsgi.zip |#################------------------------------------| 31.3% tmpf_rzpsgi.zip |#################------------------------------------| 31.87% tmpf_rzpsgi.zip |#################------------------------------------| 32.44% tmpf_rzpsgi.zip |#################------------------------------------| 33.01% tmpf_rzpsgi.zip |##################-----------------------------------| 33.58% tmpf_rzpsgi.zip |##################-----------------------------------| 34.15% tmpf_rzpsgi.zip |##################-----------------------------------| 34.72% tmpf_rzpsgi.zip |###################----------------------------------| 35.29% tmpf_rzpsgi.zip |###################----------------------------------| 35.86% tmpf_rzpsgi.zip |###################----------------------------------| 36.43% tmpf_rzpsgi.zip |####################---------------------------------| 37.0% tmpf_rzpsgi.zip |####################---------------------------------| 37.57% tmpf_rzpsgi.zip |####################---------------------------------| 38.13% tmpf_rzpsgi.zip |#####################--------------------------------| 38.7% tmpf_rzpsgi.zip |#####################--------------------------------| 39.27% tmpf_rzpsgi.zip |#####################--------------------------------| 39.84% tmpf_rzpsgi.zip |#####################--------------------------------| 40.41% tmpf_rzpsgi.zip |######################-------------------------------| 40.98% tmpf_rzpsgi.zip |######################-------------------------------| 41.55% tmpf_rzpsgi.zip |######################-------------------------------| 42.12% tmpf_rzpsgi.zip |#######################------------------------------| 42.69% tmpf_rzpsgi.zip |#######################------------------------------| 43.26% tmpf_rzpsgi.zip |#######################------------------------------| 43.83% tmpf_rzpsgi.zip |########################-----------------------------| 44.4% tmpf_rzpsgi.zip |########################-----------------------------| 44.96% tmpf_rzpsgi.zip |########################-----------------------------| 45.53% tmpf_rzpsgi.zip |########################-----------------------------| 46.1% tmpf_rzpsgi.zip |#########################----------------------------| 46.67% tmpf_rzpsgi.zip |#########################----------------------------| 47.24% tmpf_rzpsgi.zip |#########################----------------------------| 47.81% tmpf_rzpsgi.zip |##########################---------------------------| 48.38% tmpf_rzpsgi.zip |##########################---------------------------| 48.95% tmpf_rzpsgi.zip |##########################---------------------------| 49.52% tmpf_rzpsgi.zip |###########################--------------------------| 50.09% tmpf_rzpsgi.zip |###########################--------------------------| 50.66% tmpf_rzpsgi.zip |###########################--------------------------| 51.23% tmpf_rzpsgi.zip |###########################--------------------------| 51.79% tmpf_rzpsgi.zip |############################-------------------------| 52.36% tmpf_rzpsgi.zip |############################-------------------------| 52.93% tmpf_rzpsgi.zip |############################-------------------------| 53.5% tmpf_rzpsgi.zip |#############################------------------------| 54.07% tmpf_rzpsgi.zip |#############################------------------------| 54.64% tmpf_rzpsgi.zip |#############################------------------------| 55.21% tmpf_rzpsgi.zip |##############################-----------------------| 55.78% tmpf_rzpsgi.zip |##############################-----------------------| 56.35% tmpf_rzpsgi.zip |##############################-----------------------| 56.92% tmpf_rzpsgi.zip |##############################-----------------------| 57.49% tmpf_rzpsgi.zip |###############################----------------------| 58.06% tmpf_rzpsgi.zip |###############################----------------------| 58.62% tmpf_rzpsgi.zip |###############################----------------------| 59.19% tmpf_rzpsgi.zip |################################---------------------| 59.76% tmpf_rzpsgi.zip |################################---------------------| 60.33% tmpf_rzpsgi.zip |################################---------------------| 60.9% tmpf_rzpsgi.zip |#################################--------------------| 61.47% tmpf_rzpsgi.zip |#################################--------------------| 62.04% tmpf_rzpsgi.zip |#################################--------------------| 62.61% tmpf_rzpsgi.zip |#################################--------------------| 63.18% tmpf_rzpsgi.zip |##################################-------------------| 63.75% tmpf_rzpsgi.zip |##################################-------------------| 64.32% tmpf_rzpsgi.zip |##################################-------------------| 64.89% tmpf_rzpsgi.zip |###################################------------------| 65.45% tmpf_rzpsgi.zip |###################################------------------| 66.02% tmpf_rzpsgi.zip |###################################------------------| 66.59% tmpf_rzpsgi.zip |####################################-----------------| 67.16% tmpf_rzpsgi.zip |####################################-----------------| 67.73% tmpf_rzpsgi.zip |####################################-----------------| 68.3% tmpf_rzpsgi.zip |#####################################----------------| 68.87% tmpf_rzpsgi.zip |#####################################----------------| 69.44% tmpf_rzpsgi.zip |#####################################----------------| 70.01% tmpf_rzpsgi.zip |#####################################----------------| 70.58% tmpf_rzpsgi.zip |######################################---------------| 71.15% tmpf_rzpsgi.zip |######################################---------------| 71.72% tmpf_rzpsgi.zip |######################################---------------| 72.28% tmpf_rzpsgi.zip |#######################################--------------| 72.85% tmpf_rzpsgi.zip |#######################################--------------| 73.42% tmpf_rzpsgi.zip |#######################################--------------| 73.99% tmpf_rzpsgi.zip |########################################-------------| 74.56% tmpf_rzpsgi.zip |########################################-------------| 75.13% tmpf_rzpsgi.zip |########################################-------------| 75.7% tmpf_rzpsgi.zip |########################################-------------| 76.27% tmpf_rzpsgi.zip |#########################################------------| 76.84% tmpf_rzpsgi.zip |#########################################------------| 77.41% tmpf_rzpsgi.zip |#########################################------------| 77.98% tmpf_rzpsgi.zip |##########################################-----------| 78.55% tmpf_rzpsgi.zip |##########################################-----------| 79.11% tmpf_rzpsgi.zip |##########################################-----------| 79.68% tmpf_rzpsgi.zip |###########################################----------| 80.25% tmpf_rzpsgi.zip |###########################################----------| 80.82% tmpf_rzpsgi.zip |###########################################----------| 81.39% tmpf_rzpsgi.zip |###########################################----------| 81.96% tmpf_rzpsgi.zip |############################################---------| 82.53% tmpf_rzpsgi.zip |############################################---------| 83.1% tmpf_rzpsgi.zip |############################################---------| 83.67% tmpf_rzpsgi.zip |#############################################--------| 84.24% tmpf_rzpsgi.zip |#############################################--------| 84.81% tmpf_rzpsgi.zip |#############################################--------| 85.38% tmpf_rzpsgi.zip |##############################################-------| 85.94% tmpf_rzpsgi.zip |##############################################-------| 86.51% tmpf_rzpsgi.zip |##############################################-------| 87.08% tmpf_rzpsgi.zip |##############################################-------| 87.65% tmpf_rzpsgi.zip |###############################################------| 88.22% tmpf_rzpsgi.zip |###############################################------| 88.79% tmpf_rzpsgi.zip |###############################################------| 89.36% tmpf_rzpsgi.zip |################################################-----| 89.93% tmpf_rzpsgi.zip |################################################-----| 90.5% tmpf_rzpsgi.zip |################################################-----| 91.07% tmpf_rzpsgi.zip |#################################################----| 91.64% tmpf_rzpsgi.zip |#################################################----| 92.21% tmpf_rzpsgi.zip |#################################################----| 92.77% tmpf_rzpsgi.zip |#################################################----| 93.34% tmpf_rzpsgi.zip |##################################################---| 93.91% tmpf_rzpsgi.zip |##################################################---| 94.48% tmpf_rzpsgi.zip |##################################################---| 95.05% tmpf_rzpsgi.zip |###################################################--| 95.62% tmpf_rzpsgi.zip |###################################################--| 96.19% tmpf_rzpsgi.zip |###################################################--| 96.76% tmpf_rzpsgi.zip |####################################################-| 97.33% tmpf_rzpsgi.zip |####################################################-| 97.9% tmpf_rzpsgi.zip |####################################################-| 98.47% tmpf_rzpsgi.zip |####################################################-| 99.04% tmpf_rzpsgi.zip |#####################################################| 99.6% tmpf_rzpsgi.zip |#####################################################| 100.0% Plugin uploaded. Plugin's id is 9f27eaff-2c3a-4f63-8b26-cc5d736df3b5 + for p in '${PLUGIN_DIR}/*' + wagons=($p/*.wgn) + types=($p/*.yaml) + install_plugin /opt/plugins/plugin-QlcQQhx/k8splugin-3.8.0-py36-none-linux_x86_64.wgn /opt/plugins/plugin-QlcQQhx/k8splugin_types.yaml ++ basename /opt/plugins/plugin-QlcQQhx/k8splugin-3.8.0-py36-none-linux_x86_64.wgn + ARCHIVE=k8splugin-3.8.0-py36-none-linux_x86_64.wgn + cm_hasany 'plugins?archive_name=k8splugin-3.8.0-py36-none-linux_x86_64.wgn' ++ curl -Ss -H 'Tenant: default_tenant' --user admin:UmH7vbj6 --cacert /opt/onap/certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/plugins?archive_name=k8splugin-3.8.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-QlcQQhx/k8splugin_types.yaml /opt/plugins/plugin-QlcQQhx/k8splugin-3.8.0-py36-none-linux_x86_64.wgn Creating plugin zip archive.. Uploading plugin archive (wagon + yaml).. tmpsbmqw97l.zip |-----------------------------------------------------| 0.14% tmpsbmqw97l.zip |-----------------------------------------------------| 0.27% tmpsbmqw97l.zip |-----------------------------------------------------| 0.41% tmpsbmqw97l.zip |-----------------------------------------------------| 0.55% tmpsbmqw97l.zip |-----------------------------------------------------| 0.68% tmpsbmqw97l.zip |-----------------------------------------------------| 0.82% tmpsbmqw97l.zip |#----------------------------------------------------| 0.95% tmpsbmqw97l.zip |#----------------------------------------------------| 1.09% tmpsbmqw97l.zip |#----------------------------------------------------| 1.23% tmpsbmqw97l.zip |#----------------------------------------------------| 1.36% tmpsbmqw97l.zip |#----------------------------------------------------| 1.5% tmpsbmqw97l.zip |#----------------------------------------------------| 1.64% tmpsbmqw97l.zip |#----------------------------------------------------| 1.77% tmpsbmqw97l.zip |#----------------------------------------------------| 1.91% tmpsbmqw97l.zip |#----------------------------------------------------| 2.05% tmpsbmqw97l.zip |#----------------------------------------------------| 2.18% tmpsbmqw97l.zip |#----------------------------------------------------| 2.32% tmpsbmqw97l.zip |#----------------------------------------------------| 2.46% tmpsbmqw97l.zip |#----------------------------------------------------| 2.59% tmpsbmqw97l.zip |#----------------------------------------------------| 2.73% tmpsbmqw97l.zip |##---------------------------------------------------| 2.86% tmpsbmqw97l.zip |##---------------------------------------------------| 3.0% tmpsbmqw97l.zip |##---------------------------------------------------| 3.14% tmpsbmqw97l.zip |##---------------------------------------------------| 3.27% tmpsbmqw97l.zip |##---------------------------------------------------| 3.41% tmpsbmqw97l.zip |##---------------------------------------------------| 3.55% tmpsbmqw97l.zip |##---------------------------------------------------| 3.68% tmpsbmqw97l.zip |##---------------------------------------------------| 3.82% tmpsbmqw97l.zip |##---------------------------------------------------| 3.96% tmpsbmqw97l.zip |##---------------------------------------------------| 4.09% tmpsbmqw97l.zip |##---------------------------------------------------| 4.23% tmpsbmqw97l.zip |##---------------------------------------------------| 4.37% tmpsbmqw97l.zip |##---------------------------------------------------| 4.5% tmpsbmqw97l.zip |##---------------------------------------------------| 4.64% tmpsbmqw97l.zip |###--------------------------------------------------| 4.77% tmpsbmqw97l.zip |###--------------------------------------------------| 4.91% tmpsbmqw97l.zip |###--------------------------------------------------| 5.05% tmpsbmqw97l.zip |###--------------------------------------------------| 5.18% tmpsbmqw97l.zip |###--------------------------------------------------| 5.32% tmpsbmqw97l.zip |###--------------------------------------------------| 5.46% tmpsbmqw97l.zip |###--------------------------------------------------| 5.59% tmpsbmqw97l.zip |###--------------------------------------------------| 5.73% tmpsbmqw97l.zip |###--------------------------------------------------| 5.87% tmpsbmqw97l.zip |###--------------------------------------------------| 6.0% tmpsbmqw97l.zip |###--------------------------------------------------| 6.14% tmpsbmqw97l.zip |###--------------------------------------------------| 6.28% tmpsbmqw97l.zip |###--------------------------------------------------| 6.41% tmpsbmqw97l.zip |###--------------------------------------------------| 6.55% tmpsbmqw97l.zip |####-------------------------------------------------| 6.68% tmpsbmqw97l.zip |####-------------------------------------------------| 6.82% tmpsbmqw97l.zip |####-------------------------------------------------| 6.96% tmpsbmqw97l.zip |####-------------------------------------------------| 7.09% tmpsbmqw97l.zip |####-------------------------------------------------| 7.23% tmpsbmqw97l.zip |####-------------------------------------------------| 7.37% tmpsbmqw97l.zip |####-------------------------------------------------| 7.5% tmpsbmqw97l.zip |####-------------------------------------------------| 7.64% tmpsbmqw97l.zip |####-------------------------------------------------| 7.78% tmpsbmqw97l.zip |####-------------------------------------------------| 7.91% tmpsbmqw97l.zip |####-------------------------------------------------| 8.05% tmpsbmqw97l.zip |####-------------------------------------------------| 8.18% tmpsbmqw97l.zip |####-------------------------------------------------| 8.32% tmpsbmqw97l.zip |####-------------------------------------------------| 8.46% tmpsbmqw97l.zip |#####------------------------------------------------| 8.59% tmpsbmqw97l.zip |#####------------------------------------------------| 8.73% tmpsbmqw97l.zip |#####------------------------------------------------| 8.87% tmpsbmqw97l.zip |#####------------------------------------------------| 9.0% tmpsbmqw97l.zip |#####------------------------------------------------| 9.14% tmpsbmqw97l.zip |#####------------------------------------------------| 9.28% tmpsbmqw97l.zip |#####------------------------------------------------| 9.41% tmpsbmqw97l.zip |#####------------------------------------------------| 9.55% tmpsbmqw97l.zip |#####------------------------------------------------| 9.69% tmpsbmqw97l.zip |#####------------------------------------------------| 9.82% tmpsbmqw97l.zip |#####------------------------------------------------| 9.96% tmpsbmqw97l.zip |#####------------------------------------------------| 10.09% tmpsbmqw97l.zip |#####------------------------------------------------| 10.23% tmpsbmqw97l.zip |#####------------------------------------------------| 10.37% tmpsbmqw97l.zip |######-----------------------------------------------| 10.5% tmpsbmqw97l.zip |######-----------------------------------------------| 10.64% tmpsbmqw97l.zip |######-----------------------------------------------| 10.78% tmpsbmqw97l.zip |######-----------------------------------------------| 10.91% tmpsbmqw97l.zip |######-----------------------------------------------| 11.05% tmpsbmqw97l.zip |######-----------------------------------------------| 11.19% tmpsbmqw97l.zip |######-----------------------------------------------| 11.32% tmpsbmqw97l.zip |######-----------------------------------------------| 11.46% tmpsbmqw97l.zip |######-----------------------------------------------| 11.6% tmpsbmqw97l.zip |######-----------------------------------------------| 11.73% tmpsbmqw97l.zip |######-----------------------------------------------| 11.87% tmpsbmqw97l.zip |######-----------------------------------------------| 12.0% tmpsbmqw97l.zip |######-----------------------------------------------| 12.14% tmpsbmqw97l.zip |#######----------------------------------------------| 12.28% tmpsbmqw97l.zip |#######----------------------------------------------| 12.41% tmpsbmqw97l.zip |#######----------------------------------------------| 12.55% tmpsbmqw97l.zip |#######----------------------------------------------| 12.69% tmpsbmqw97l.zip |#######----------------------------------------------| 12.82% tmpsbmqw97l.zip |#######----------------------------------------------| 12.96% tmpsbmqw97l.zip |#######----------------------------------------------| 13.1% tmpsbmqw97l.zip |#######----------------------------------------------| 13.23% tmpsbmqw97l.zip |#######----------------------------------------------| 13.37% tmpsbmqw97l.zip |#######----------------------------------------------| 13.51% tmpsbmqw97l.zip |#######----------------------------------------------| 13.64% tmpsbmqw97l.zip |#######----------------------------------------------| 13.78% tmpsbmqw97l.zip |#######----------------------------------------------| 13.91% tmpsbmqw97l.zip |#######----------------------------------------------| 14.05% tmpsbmqw97l.zip |########---------------------------------------------| 14.19% tmpsbmqw97l.zip |########---------------------------------------------| 14.32% tmpsbmqw97l.zip |########---------------------------------------------| 14.46% tmpsbmqw97l.zip |########---------------------------------------------| 14.6% tmpsbmqw97l.zip |########---------------------------------------------| 14.73% tmpsbmqw97l.zip |########---------------------------------------------| 14.87% tmpsbmqw97l.zip |########---------------------------------------------| 15.01% tmpsbmqw97l.zip |########---------------------------------------------| 15.14% tmpsbmqw97l.zip |########---------------------------------------------| 15.28% tmpsbmqw97l.zip |########---------------------------------------------| 15.42% tmpsbmqw97l.zip |########---------------------------------------------| 15.55% tmpsbmqw97l.zip |########---------------------------------------------| 15.69% tmpsbmqw97l.zip |########---------------------------------------------| 15.82% tmpsbmqw97l.zip |########---------------------------------------------| 15.96% tmpsbmqw97l.zip |#########--------------------------------------------| 16.1% tmpsbmqw97l.zip |#########--------------------------------------------| 16.23% tmpsbmqw97l.zip |#########--------------------------------------------| 16.37% tmpsbmqw97l.zip |#########--------------------------------------------| 16.51% tmpsbmqw97l.zip |#########--------------------------------------------| 16.64% tmpsbmqw97l.zip |#########--------------------------------------------| 16.78% tmpsbmqw97l.zip |#########--------------------------------------------| 16.92% tmpsbmqw97l.zip |#########--------------------------------------------| 17.05% tmpsbmqw97l.zip |#########--------------------------------------------| 17.19% tmpsbmqw97l.zip |#########--------------------------------------------| 17.32% tmpsbmqw97l.zip |#########--------------------------------------------| 17.46% tmpsbmqw97l.zip |#########--------------------------------------------| 17.6% tmpsbmqw97l.zip |#########--------------------------------------------| 17.73% tmpsbmqw97l.zip |#########--------------------------------------------| 17.87% tmpsbmqw97l.zip |##########-------------------------------------------| 18.01% tmpsbmqw97l.zip |##########-------------------------------------------| 18.14% tmpsbmqw97l.zip |##########-------------------------------------------| 18.28% tmpsbmqw97l.zip |##########-------------------------------------------| 18.42% tmpsbmqw97l.zip |##########-------------------------------------------| 18.55% tmpsbmqw97l.zip |##########-------------------------------------------| 18.69% tmpsbmqw97l.zip |##########-------------------------------------------| 18.83% tmpsbmqw97l.zip |##########-------------------------------------------| 18.96% tmpsbmqw97l.zip |##########-------------------------------------------| 19.1% tmpsbmqw97l.zip |##########-------------------------------------------| 19.23% tmpsbmqw97l.zip |##########-------------------------------------------| 19.37% tmpsbmqw97l.zip |##########-------------------------------------------| 19.51% tmpsbmqw97l.zip |##########-------------------------------------------| 19.64% tmpsbmqw97l.zip |##########-------------------------------------------| 19.78% tmpsbmqw97l.zip |###########------------------------------------------| 19.92% tmpsbmqw97l.zip |###########------------------------------------------| 20.05% tmpsbmqw97l.zip |###########------------------------------------------| 20.19% tmpsbmqw97l.zip |###########------------------------------------------| 20.33% tmpsbmqw97l.zip |###########------------------------------------------| 20.46% tmpsbmqw97l.zip |###########------------------------------------------| 20.6% tmpsbmqw97l.zip |###########------------------------------------------| 20.74% tmpsbmqw97l.zip |###########------------------------------------------| 20.87% tmpsbmqw97l.zip |###########------------------------------------------| 21.01% tmpsbmqw97l.zip |###########------------------------------------------| 21.14% tmpsbmqw97l.zip |###########------------------------------------------| 21.28% tmpsbmqw97l.zip |###########------------------------------------------| 21.42% tmpsbmqw97l.zip |###########------------------------------------------| 21.55% tmpsbmqw97l.zip |###########------------------------------------------| 21.69% tmpsbmqw97l.zip |############-----------------------------------------| 21.83% tmpsbmqw97l.zip |############-----------------------------------------| 21.96% tmpsbmqw97l.zip |############-----------------------------------------| 22.1% tmpsbmqw97l.zip |############-----------------------------------------| 22.24% tmpsbmqw97l.zip |############-----------------------------------------| 22.37% tmpsbmqw97l.zip |############-----------------------------------------| 22.51% tmpsbmqw97l.zip |############-----------------------------------------| 22.65% tmpsbmqw97l.zip |############-----------------------------------------| 22.78% tmpsbmqw97l.zip |############-----------------------------------------| 22.92% tmpsbmqw97l.zip |############-----------------------------------------| 23.05% tmpsbmqw97l.zip |############-----------------------------------------| 23.19% tmpsbmqw97l.zip |############-----------------------------------------| 23.33% tmpsbmqw97l.zip |############-----------------------------------------| 23.46% tmpsbmqw97l.zip |#############----------------------------------------| 23.6% tmpsbmqw97l.zip |#############----------------------------------------| 23.74% tmpsbmqw97l.zip |#############----------------------------------------| 23.87% tmpsbmqw97l.zip |#############----------------------------------------| 24.01% tmpsbmqw97l.zip |#############----------------------------------------| 24.15% tmpsbmqw97l.zip |#############----------------------------------------| 24.28% tmpsbmqw97l.zip |#############----------------------------------------| 24.42% tmpsbmqw97l.zip |#############----------------------------------------| 24.55% tmpsbmqw97l.zip |#############----------------------------------------| 24.69% tmpsbmqw97l.zip |#############----------------------------------------| 24.83% tmpsbmqw97l.zip |#############----------------------------------------| 24.96% tmpsbmqw97l.zip |#############----------------------------------------| 25.1% tmpsbmqw97l.zip |#############----------------------------------------| 25.24% tmpsbmqw97l.zip |#############----------------------------------------| 25.37% tmpsbmqw97l.zip |##############---------------------------------------| 25.51% tmpsbmqw97l.zip |##############---------------------------------------| 25.65% tmpsbmqw97l.zip |##############---------------------------------------| 25.78% tmpsbmqw97l.zip |##############---------------------------------------| 25.92% tmpsbmqw97l.zip |##############---------------------------------------| 26.06% tmpsbmqw97l.zip |##############---------------------------------------| 26.19% tmpsbmqw97l.zip |##############---------------------------------------| 26.33% tmpsbmqw97l.zip |##############---------------------------------------| 26.46% tmpsbmqw97l.zip |##############---------------------------------------| 26.6% tmpsbmqw97l.zip |##############---------------------------------------| 26.74% tmpsbmqw97l.zip |##############---------------------------------------| 26.87% tmpsbmqw97l.zip |##############---------------------------------------| 27.01% tmpsbmqw97l.zip |##############---------------------------------------| 27.15% tmpsbmqw97l.zip |##############---------------------------------------| 27.28% tmpsbmqw97l.zip |###############--------------------------------------| 27.42% tmpsbmqw97l.zip |###############--------------------------------------| 27.56% tmpsbmqw97l.zip |###############--------------------------------------| 27.69% tmpsbmqw97l.zip |###############--------------------------------------| 27.83% tmpsbmqw97l.zip |###############--------------------------------------| 27.97% tmpsbmqw97l.zip |###############--------------------------------------| 28.1% tmpsbmqw97l.zip |###############--------------------------------------| 28.24% tmpsbmqw97l.zip |###############--------------------------------------| 28.37% tmpsbmqw97l.zip |###############--------------------------------------| 28.51% tmpsbmqw97l.zip |###############--------------------------------------| 28.65% tmpsbmqw97l.zip |###############--------------------------------------| 28.78% tmpsbmqw97l.zip |###############--------------------------------------| 28.92% tmpsbmqw97l.zip |###############--------------------------------------| 29.06% tmpsbmqw97l.zip |###############--------------------------------------| 29.19% tmpsbmqw97l.zip |################-------------------------------------| 29.33% tmpsbmqw97l.zip |################-------------------------------------| 29.47% tmpsbmqw97l.zip |################-------------------------------------| 29.6% tmpsbmqw97l.zip |################-------------------------------------| 29.74% tmpsbmqw97l.zip |################-------------------------------------| 29.88% tmpsbmqw97l.zip |################-------------------------------------| 30.01% tmpsbmqw97l.zip |################-------------------------------------| 30.15% tmpsbmqw97l.zip |################-------------------------------------| 30.28% tmpsbmqw97l.zip |################-------------------------------------| 30.42% tmpsbmqw97l.zip |################-------------------------------------| 30.56% tmpsbmqw97l.zip |################-------------------------------------| 30.69% tmpsbmqw97l.zip |################-------------------------------------| 30.83% tmpsbmqw97l.zip |################-------------------------------------| 30.97% tmpsbmqw97l.zip |################-------------------------------------| 31.1% tmpsbmqw97l.zip |#################------------------------------------| 31.24% tmpsbmqw97l.zip |#################------------------------------------| 31.38% tmpsbmqw97l.zip |#################------------------------------------| 31.51% tmpsbmqw97l.zip |#################------------------------------------| 31.65% tmpsbmqw97l.zip |#################------------------------------------| 31.78% tmpsbmqw97l.zip |#################------------------------------------| 31.92% tmpsbmqw97l.zip |#################------------------------------------| 32.06% tmpsbmqw97l.zip |#################------------------------------------| 32.19% tmpsbmqw97l.zip |#################------------------------------------| 32.33% tmpsbmqw97l.zip |#################------------------------------------| 32.47% tmpsbmqw97l.zip |#################------------------------------------| 32.6% tmpsbmqw97l.zip |#################------------------------------------| 32.74% tmpsbmqw97l.zip |#################------------------------------------| 32.88% tmpsbmqw97l.zip |#################------------------------------------| 33.01% tmpsbmqw97l.zip |##################-----------------------------------| 33.15% tmpsbmqw97l.zip |##################-----------------------------------| 33.29% tmpsbmqw97l.zip |##################-----------------------------------| 33.42% tmpsbmqw97l.zip |##################-----------------------------------| 33.56% tmpsbmqw97l.zip |##################-----------------------------------| 33.69% tmpsbmqw97l.zip |##################-----------------------------------| 33.83% tmpsbmqw97l.zip |##################-----------------------------------| 33.97% tmpsbmqw97l.zip |##################-----------------------------------| 34.1% tmpsbmqw97l.zip |##################-----------------------------------| 34.24% tmpsbmqw97l.zip |##################-----------------------------------| 34.38% tmpsbmqw97l.zip |##################-----------------------------------| 34.51% tmpsbmqw97l.zip |##################-----------------------------------| 34.65% tmpsbmqw97l.zip |##################-----------------------------------| 34.79% tmpsbmqw97l.zip |###################----------------------------------| 34.92% tmpsbmqw97l.zip |###################----------------------------------| 35.06% tmpsbmqw97l.zip |###################----------------------------------| 35.2% tmpsbmqw97l.zip |###################----------------------------------| 35.33% tmpsbmqw97l.zip |###################----------------------------------| 35.47% tmpsbmqw97l.zip |###################----------------------------------| 35.6% tmpsbmqw97l.zip |###################----------------------------------| 35.74% tmpsbmqw97l.zip |###################----------------------------------| 35.88% tmpsbmqw97l.zip |###################----------------------------------| 36.01% tmpsbmqw97l.zip |###################----------------------------------| 36.15% tmpsbmqw97l.zip |###################----------------------------------| 36.29% tmpsbmqw97l.zip |###################----------------------------------| 36.42% tmpsbmqw97l.zip |###################----------------------------------| 36.56% tmpsbmqw97l.zip |###################----------------------------------| 36.7% tmpsbmqw97l.zip |####################---------------------------------| 36.83% tmpsbmqw97l.zip |####################---------------------------------| 36.97% tmpsbmqw97l.zip |####################---------------------------------| 37.11% tmpsbmqw97l.zip |####################---------------------------------| 37.24% tmpsbmqw97l.zip |####################---------------------------------| 37.38% tmpsbmqw97l.zip |####################---------------------------------| 37.51% tmpsbmqw97l.zip |####################---------------------------------| 37.65% tmpsbmqw97l.zip |####################---------------------------------| 37.79% tmpsbmqw97l.zip |####################---------------------------------| 37.92% tmpsbmqw97l.zip |####################---------------------------------| 38.06% tmpsbmqw97l.zip |####################---------------------------------| 38.2% tmpsbmqw97l.zip |####################---------------------------------| 38.33% tmpsbmqw97l.zip |####################---------------------------------| 38.47% tmpsbmqw97l.zip |####################---------------------------------| 38.61% tmpsbmqw97l.zip |#####################--------------------------------| 38.74% tmpsbmqw97l.zip |#####################--------------------------------| 38.88% tmpsbmqw97l.zip |#####################--------------------------------| 39.01% tmpsbmqw97l.zip |#####################--------------------------------| 39.15% tmpsbmqw97l.zip |#####################--------------------------------| 39.29% tmpsbmqw97l.zip |#####################--------------------------------| 39.42% tmpsbmqw97l.zip |#####################--------------------------------| 39.56% tmpsbmqw97l.zip |#####################--------------------------------| 39.7% tmpsbmqw97l.zip |#####################--------------------------------| 39.83% tmpsbmqw97l.zip |#####################--------------------------------| 39.97% tmpsbmqw97l.zip |#####################--------------------------------| 40.11% tmpsbmqw97l.zip |#####################--------------------------------| 40.24% tmpsbmqw97l.zip |#####################--------------------------------| 40.38% tmpsbmqw97l.zip |#####################--------------------------------| 40.52% tmpsbmqw97l.zip |######################-------------------------------| 40.65% tmpsbmqw97l.zip |######################-------------------------------| 40.79% tmpsbmqw97l.zip |######################-------------------------------| 40.92% tmpsbmqw97l.zip |######################-------------------------------| 41.06% tmpsbmqw97l.zip |######################-------------------------------| 41.2% tmpsbmqw97l.zip |######################-------------------------------| 41.33% tmpsbmqw97l.zip |######################-------------------------------| 41.47% tmpsbmqw97l.zip |######################-------------------------------| 41.61% tmpsbmqw97l.zip |######################-------------------------------| 41.74% tmpsbmqw97l.zip |######################-------------------------------| 41.88% tmpsbmqw97l.zip |######################-------------------------------| 42.02% tmpsbmqw97l.zip |######################-------------------------------| 42.15% tmpsbmqw97l.zip |######################-------------------------------| 42.29% tmpsbmqw97l.zip |######################-------------------------------| 42.43% tmpsbmqw97l.zip |#######################------------------------------| 42.56% tmpsbmqw97l.zip |#######################------------------------------| 42.7% tmpsbmqw97l.zip |#######################------------------------------| 42.83% tmpsbmqw97l.zip |#######################------------------------------| 42.97% tmpsbmqw97l.zip |#######################------------------------------| 43.11% tmpsbmqw97l.zip |#######################------------------------------| 43.24% tmpsbmqw97l.zip |#######################------------------------------| 43.38% tmpsbmqw97l.zip |#######################------------------------------| 43.52% tmpsbmqw97l.zip |#######################------------------------------| 43.65% tmpsbmqw97l.zip |#######################------------------------------| 43.79% tmpsbmqw97l.zip |#######################------------------------------| 43.93% tmpsbmqw97l.zip |#######################------------------------------| 44.06% tmpsbmqw97l.zip |#######################------------------------------| 44.2% tmpsbmqw97l.zip |#######################------------------------------| 44.34% tmpsbmqw97l.zip |########################-----------------------------| 44.47% tmpsbmqw97l.zip |########################-----------------------------| 44.61% tmpsbmqw97l.zip |########################-----------------------------| 44.74% tmpsbmqw97l.zip |########################-----------------------------| 44.88% tmpsbmqw97l.zip |########################-----------------------------| 45.02% tmpsbmqw97l.zip |########################-----------------------------| 45.15% tmpsbmqw97l.zip |########################-----------------------------| 45.29% tmpsbmqw97l.zip |########################-----------------------------| 45.43% tmpsbmqw97l.zip |########################-----------------------------| 45.56% tmpsbmqw97l.zip |########################-----------------------------| 45.7% tmpsbmqw97l.zip |########################-----------------------------| 45.84% tmpsbmqw97l.zip |########################-----------------------------| 45.97% tmpsbmqw97l.zip |########################-----------------------------| 46.11% tmpsbmqw97l.zip |#########################----------------------------| 46.25% tmpsbmqw97l.zip |#########################----------------------------| 46.38% tmpsbmqw97l.zip |#########################----------------------------| 46.52% tmpsbmqw97l.zip |#########################----------------------------| 46.65% tmpsbmqw97l.zip |#########################----------------------------| 46.79% tmpsbmqw97l.zip |#########################----------------------------| 46.93% tmpsbmqw97l.zip |#########################----------------------------| 47.06% tmpsbmqw97l.zip |#########################----------------------------| 47.2% tmpsbmqw97l.zip |#########################----------------------------| 47.34% tmpsbmqw97l.zip |#########################----------------------------| 47.47% tmpsbmqw97l.zip |#########################----------------------------| 47.61% tmpsbmqw97l.zip |#########################----------------------------| 47.75% tmpsbmqw97l.zip |#########################----------------------------| 47.88% tmpsbmqw97l.zip |#########################----------------------------| 48.02% tmpsbmqw97l.zip |##########################---------------------------| 48.15% tmpsbmqw97l.zip |##########################---------------------------| 48.29% tmpsbmqw97l.zip |##########################---------------------------| 48.43% tmpsbmqw97l.zip |##########################---------------------------| 48.56% tmpsbmqw97l.zip |##########################---------------------------| 48.7% tmpsbmqw97l.zip |##########################---------------------------| 48.84% tmpsbmqw97l.zip |##########################---------------------------| 48.97% tmpsbmqw97l.zip |##########################---------------------------| 49.11% tmpsbmqw97l.zip |##########################---------------------------| 49.25% tmpsbmqw97l.zip |##########################---------------------------| 49.38% tmpsbmqw97l.zip |##########################---------------------------| 49.52% tmpsbmqw97l.zip |##########################---------------------------| 49.66% tmpsbmqw97l.zip |##########################---------------------------| 49.79% tmpsbmqw97l.zip |##########################---------------------------| 49.93% tmpsbmqw97l.zip |###########################--------------------------| 50.06% tmpsbmqw97l.zip |###########################--------------------------| 50.2% tmpsbmqw97l.zip |###########################--------------------------| 50.34% tmpsbmqw97l.zip |###########################--------------------------| 50.47% tmpsbmqw97l.zip |###########################--------------------------| 50.61% tmpsbmqw97l.zip |###########################--------------------------| 50.75% tmpsbmqw97l.zip |###########################--------------------------| 50.88% tmpsbmqw97l.zip |###########################--------------------------| 51.02% tmpsbmqw97l.zip |###########################--------------------------| 51.16% tmpsbmqw97l.zip |###########################--------------------------| 51.29% tmpsbmqw97l.zip |###########################--------------------------| 51.43% tmpsbmqw97l.zip |###########################--------------------------| 51.57% tmpsbmqw97l.zip |###########################--------------------------| 51.7% tmpsbmqw97l.zip |###########################--------------------------| 51.84% tmpsbmqw97l.zip |############################-------------------------| 51.97% tmpsbmqw97l.zip |############################-------------------------| 52.11% tmpsbmqw97l.zip |############################-------------------------| 52.25% tmpsbmqw97l.zip |############################-------------------------| 52.38% tmpsbmqw97l.zip |############################-------------------------| 52.52% tmpsbmqw97l.zip |############################-------------------------| 52.66% tmpsbmqw97l.zip |############################-------------------------| 52.79% tmpsbmqw97l.zip |############################-------------------------| 52.93% tmpsbmqw97l.zip |############################-------------------------| 53.07% tmpsbmqw97l.zip |############################-------------------------| 53.2% tmpsbmqw97l.zip |############################-------------------------| 53.34% tmpsbmqw97l.zip |############################-------------------------| 53.48% tmpsbmqw97l.zip |############################-------------------------| 53.61% tmpsbmqw97l.zip |############################-------------------------| 53.75% tmpsbmqw97l.zip |#############################------------------------| 53.88% tmpsbmqw97l.zip |#############################------------------------| 54.02% tmpsbmqw97l.zip |#############################------------------------| 54.16% tmpsbmqw97l.zip |#############################------------------------| 54.29% tmpsbmqw97l.zip |#############################------------------------| 54.43% tmpsbmqw97l.zip |#############################------------------------| 54.57% tmpsbmqw97l.zip |#############################------------------------| 54.7% tmpsbmqw97l.zip |#############################------------------------| 54.84% tmpsbmqw97l.zip |#############################------------------------| 54.98% tmpsbmqw97l.zip |#############################------------------------| 55.11% tmpsbmqw97l.zip |#############################------------------------| 55.25% tmpsbmqw97l.zip |#############################------------------------| 55.38% tmpsbmqw97l.zip |#############################------------------------| 55.52% tmpsbmqw97l.zip |#############################------------------------| 55.66% tmpsbmqw97l.zip |##############################-----------------------| 55.79% tmpsbmqw97l.zip |##############################-----------------------| 55.93% tmpsbmqw97l.zip |##############################-----------------------| 56.07% tmpsbmqw97l.zip |##############################-----------------------| 56.2% tmpsbmqw97l.zip |##############################-----------------------| 56.34% tmpsbmqw97l.zip |##############################-----------------------| 56.48% tmpsbmqw97l.zip |##############################-----------------------| 56.61% tmpsbmqw97l.zip |##############################-----------------------| 56.75% tmpsbmqw97l.zip |##############################-----------------------| 56.89% tmpsbmqw97l.zip |##############################-----------------------| 57.02% tmpsbmqw97l.zip |##############################-----------------------| 57.16% tmpsbmqw97l.zip |##############################-----------------------| 57.29% tmpsbmqw97l.zip |##############################-----------------------| 57.43% tmpsbmqw97l.zip |###############################----------------------| 57.57% tmpsbmqw97l.zip |###############################----------------------| 57.7% tmpsbmqw97l.zip |###############################----------------------| 57.84% tmpsbmqw97l.zip |###############################----------------------| 57.98% tmpsbmqw97l.zip |###############################----------------------| 58.11% tmpsbmqw97l.zip |###############################----------------------| 58.25% tmpsbmqw97l.zip |###############################----------------------| 58.39% tmpsbmqw97l.zip |###############################----------------------| 58.52% tmpsbmqw97l.zip |###############################----------------------| 58.66% tmpsbmqw97l.zip |###############################----------------------| 58.8% tmpsbmqw97l.zip |###############################----------------------| 58.93% tmpsbmqw97l.zip |###############################----------------------| 59.07% tmpsbmqw97l.zip |###############################----------------------| 59.2% tmpsbmqw97l.zip |###############################----------------------| 59.34% tmpsbmqw97l.zip |################################---------------------| 59.48% tmpsbmqw97l.zip |################################---------------------| 59.61% tmpsbmqw97l.zip |################################---------------------| 59.75% tmpsbmqw97l.zip |################################---------------------| 59.89% tmpsbmqw97l.zip |################################---------------------| 60.02% tmpsbmqw97l.zip |################################---------------------| 60.16% tmpsbmqw97l.zip |################################---------------------| 60.3% tmpsbmqw97l.zip |################################---------------------| 60.43% tmpsbmqw97l.zip |################################---------------------| 60.57% tmpsbmqw97l.zip |################################---------------------| 60.71% tmpsbmqw97l.zip |################################---------------------| 60.84% tmpsbmqw97l.zip |################################---------------------| 60.98% tmpsbmqw97l.zip |################################---------------------| 61.11% tmpsbmqw97l.zip |################################---------------------| 61.25% tmpsbmqw97l.zip |#################################--------------------| 61.39% tmpsbmqw97l.zip |#################################--------------------| 61.52% tmpsbmqw97l.zip |#################################--------------------| 61.66% tmpsbmqw97l.zip |#################################--------------------| 61.8% tmpsbmqw97l.zip |#################################--------------------| 61.93% tmpsbmqw97l.zip |#################################--------------------| 62.07% tmpsbmqw97l.zip |#################################--------------------| 62.21% tmpsbmqw97l.zip |#################################--------------------| 62.34% tmpsbmqw97l.zip |#################################--------------------| 62.48% tmpsbmqw97l.zip |#################################--------------------| 62.61% tmpsbmqw97l.zip |#################################--------------------| 62.75% tmpsbmqw97l.zip |#################################--------------------| 62.89% tmpsbmqw97l.zip |#################################--------------------| 63.02% tmpsbmqw97l.zip |#################################--------------------| 63.16% tmpsbmqw97l.zip |##################################-------------------| 63.3% tmpsbmqw97l.zip |##################################-------------------| 63.43% tmpsbmqw97l.zip |##################################-------------------| 63.57% tmpsbmqw97l.zip |##################################-------------------| 63.71% tmpsbmqw97l.zip |##################################-------------------| 63.84% tmpsbmqw97l.zip |##################################-------------------| 63.98% tmpsbmqw97l.zip |##################################-------------------| 64.12% tmpsbmqw97l.zip |##################################-------------------| 64.25% tmpsbmqw97l.zip |##################################-------------------| 64.39% tmpsbmqw97l.zip |##################################-------------------| 64.52% tmpsbmqw97l.zip |##################################-------------------| 64.66% tmpsbmqw97l.zip |##################################-------------------| 64.8% tmpsbmqw97l.zip |##################################-------------------| 64.93% tmpsbmqw97l.zip |##################################-------------------| 65.07% tmpsbmqw97l.zip |###################################------------------| 65.21% tmpsbmqw97l.zip |###################################------------------| 65.34% tmpsbmqw97l.zip |###################################------------------| 65.48% tmpsbmqw97l.zip |###################################------------------| 65.62% tmpsbmqw97l.zip |###################################------------------| 65.75% tmpsbmqw97l.zip |###################################------------------| 65.89% tmpsbmqw97l.zip |###################################------------------| 66.03% tmpsbmqw97l.zip |###################################------------------| 66.16% tmpsbmqw97l.zip |###################################------------------| 66.3% tmpsbmqw97l.zip |###################################------------------| 66.43% tmpsbmqw97l.zip |###################################------------------| 66.57% tmpsbmqw97l.zip |###################################------------------| 66.71% tmpsbmqw97l.zip |###################################------------------| 66.84% tmpsbmqw97l.zip |###################################------------------| 66.98% tmpsbmqw97l.zip |####################################-----------------| 67.12% tmpsbmqw97l.zip |####################################-----------------| 67.25% tmpsbmqw97l.zip |####################################-----------------| 67.39% tmpsbmqw97l.zip |####################################-----------------| 67.53% tmpsbmqw97l.zip |####################################-----------------| 67.66% tmpsbmqw97l.zip |####################################-----------------| 67.8% tmpsbmqw97l.zip |####################################-----------------| 67.94% tmpsbmqw97l.zip |####################################-----------------| 68.07% tmpsbmqw97l.zip |####################################-----------------| 68.21% tmpsbmqw97l.zip |####################################-----------------| 68.34% tmpsbmqw97l.zip |####################################-----------------| 68.48% tmpsbmqw97l.zip |####################################-----------------| 68.62% tmpsbmqw97l.zip |####################################-----------------| 68.75% tmpsbmqw97l.zip |#####################################----------------| 68.89% tmpsbmqw97l.zip |#####################################----------------| 69.03% tmpsbmqw97l.zip |#####################################----------------| 69.16% tmpsbmqw97l.zip |#####################################----------------| 69.3% tmpsbmqw97l.zip |#####################################----------------| 69.44% tmpsbmqw97l.zip |#####################################----------------| 69.57% tmpsbmqw97l.zip |#####################################----------------| 69.71% tmpsbmqw97l.zip |#####################################----------------| 69.84% tmpsbmqw97l.zip |#####################################----------------| 69.98% tmpsbmqw97l.zip |#####################################----------------| 70.12% tmpsbmqw97l.zip |#####################################----------------| 70.25% tmpsbmqw97l.zip |#####################################----------------| 70.39% tmpsbmqw97l.zip |#####################################----------------| 70.53% tmpsbmqw97l.zip |#####################################----------------| 70.66% tmpsbmqw97l.zip |######################################---------------| 70.8% tmpsbmqw97l.zip |######################################---------------| 70.94% tmpsbmqw97l.zip |######################################---------------| 71.07% tmpsbmqw97l.zip |######################################---------------| 71.21% tmpsbmqw97l.zip |######################################---------------| 71.35% tmpsbmqw97l.zip |######################################---------------| 71.48% tmpsbmqw97l.zip |######################################---------------| 71.62% tmpsbmqw97l.zip |######################################---------------| 71.75% tmpsbmqw97l.zip |######################################---------------| 71.89% tmpsbmqw97l.zip |######################################---------------| 72.03% tmpsbmqw97l.zip |######################################---------------| 72.16% tmpsbmqw97l.zip |######################################---------------| 72.3% tmpsbmqw97l.zip |######################################---------------| 72.44% tmpsbmqw97l.zip |######################################---------------| 72.57% tmpsbmqw97l.zip |#######################################--------------| 72.71% tmpsbmqw97l.zip |#######################################--------------| 72.85% tmpsbmqw97l.zip |#######################################--------------| 72.98% tmpsbmqw97l.zip |#######################################--------------| 73.12% tmpsbmqw97l.zip |#######################################--------------| 73.26% tmpsbmqw97l.zip |#######################################--------------| 73.39% tmpsbmqw97l.zip |#######################################--------------| 73.53% tmpsbmqw97l.zip |#######################################--------------| 73.66% tmpsbmqw97l.zip |#######################################--------------| 73.8% tmpsbmqw97l.zip |#######################################--------------| 73.94% tmpsbmqw97l.zip |#######################################--------------| 74.07% tmpsbmqw97l.zip |#######################################--------------| 74.21% tmpsbmqw97l.zip |#######################################--------------| 74.35% tmpsbmqw97l.zip |#######################################--------------| 74.48% tmpsbmqw97l.zip |########################################-------------| 74.62% tmpsbmqw97l.zip |########################################-------------| 74.76% tmpsbmqw97l.zip |########################################-------------| 74.89% tmpsbmqw97l.zip |########################################-------------| 75.03% tmpsbmqw97l.zip |########################################-------------| 75.17% tmpsbmqw97l.zip |########################################-------------| 75.3% tmpsbmqw97l.zip |########################################-------------| 75.44% tmpsbmqw97l.zip |########################################-------------| 75.57% tmpsbmqw97l.zip |########################################-------------| 75.71% tmpsbmqw97l.zip |########################################-------------| 75.85% tmpsbmqw97l.zip |########################################-------------| 75.98% tmpsbmqw97l.zip |########################################-------------| 76.12% tmpsbmqw97l.zip |########################################-------------| 76.26% tmpsbmqw97l.zip |########################################-------------| 76.39% tmpsbmqw97l.zip |#########################################------------| 76.53% tmpsbmqw97l.zip |#########################################------------| 76.67% tmpsbmqw97l.zip |#########################################------------| 76.8% tmpsbmqw97l.zip |#########################################------------| 76.94% tmpsbmqw97l.zip |#########################################------------| 77.08% tmpsbmqw97l.zip |#########################################------------| 77.21% tmpsbmqw97l.zip |#########################################------------| 77.35% tmpsbmqw97l.zip |#########################################------------| 77.48% tmpsbmqw97l.zip |#########################################------------| 77.62% tmpsbmqw97l.zip |#########################################------------| 77.76% tmpsbmqw97l.zip |#########################################------------| 77.89% tmpsbmqw97l.zip |#########################################------------| 78.03% tmpsbmqw97l.zip |#########################################------------| 78.17% tmpsbmqw97l.zip |##########################################-----------| 78.3% tmpsbmqw97l.zip |##########################################-----------| 78.44% tmpsbmqw97l.zip |##########################################-----------| 78.58% tmpsbmqw97l.zip |##########################################-----------| 78.71% tmpsbmqw97l.zip |##########################################-----------| 78.85% tmpsbmqw97l.zip |##########################################-----------| 78.98% tmpsbmqw97l.zip |##########################################-----------| 79.12% tmpsbmqw97l.zip |##########################################-----------| 79.26% tmpsbmqw97l.zip |##########################################-----------| 79.39% tmpsbmqw97l.zip |##########################################-----------| 79.53% tmpsbmqw97l.zip |##########################################-----------| 79.67% tmpsbmqw97l.zip |##########################################-----------| 79.8% tmpsbmqw97l.zip |##########################################-----------| 79.94% tmpsbmqw97l.zip |##########################################-----------| 80.08% tmpsbmqw97l.zip |###########################################----------| 80.21% tmpsbmqw97l.zip |###########################################----------| 80.35% tmpsbmqw97l.zip |###########################################----------| 80.49% tmpsbmqw97l.zip |###########################################----------| 80.62% tmpsbmqw97l.zip |###########################################----------| 80.76% tmpsbmqw97l.zip |###########################################----------| 80.89% tmpsbmqw97l.zip |###########################################----------| 81.03% tmpsbmqw97l.zip |###########################################----------| 81.17% tmpsbmqw97l.zip |###########################################----------| 81.3% tmpsbmqw97l.zip |###########################################----------| 81.44% tmpsbmqw97l.zip |###########################################----------| 81.58% tmpsbmqw97l.zip |###########################################----------| 81.71% tmpsbmqw97l.zip |###########################################----------| 81.85% tmpsbmqw97l.zip |###########################################----------| 81.99% tmpsbmqw97l.zip |############################################---------| 82.12% tmpsbmqw97l.zip |############################################---------| 82.26% tmpsbmqw97l.zip |############################################---------| 82.4% tmpsbmqw97l.zip |############################################---------| 82.53% tmpsbmqw97l.zip |############################################---------| 82.67% tmpsbmqw97l.zip |############################################---------| 82.8% tmpsbmqw97l.zip |############################################---------| 82.94% tmpsbmqw97l.zip |############################################---------| 83.08% tmpsbmqw97l.zip |############################################---------| 83.21% tmpsbmqw97l.zip |############################################---------| 83.35% tmpsbmqw97l.zip |############################################---------| 83.49% tmpsbmqw97l.zip |############################################---------| 83.62% tmpsbmqw97l.zip |############################################---------| 83.76% tmpsbmqw97l.zip |############################################---------| 83.9% tmpsbmqw97l.zip |#############################################--------| 84.03% tmpsbmqw97l.zip |#############################################--------| 84.17% tmpsbmqw97l.zip |#############################################--------| 84.31% tmpsbmqw97l.zip |#############################################--------| 84.44% tmpsbmqw97l.zip |#############################################--------| 84.58% tmpsbmqw97l.zip |#############################################--------| 84.71% tmpsbmqw97l.zip |#############################################--------| 84.85% tmpsbmqw97l.zip |#############################################--------| 84.99% tmpsbmqw97l.zip |#############################################--------| 85.12% tmpsbmqw97l.zip |#############################################--------| 85.26% tmpsbmqw97l.zip |#############################################--------| 85.4% tmpsbmqw97l.zip |#############################################--------| 85.53% tmpsbmqw97l.zip |#############################################--------| 85.67% tmpsbmqw97l.zip |#############################################--------| 85.81% tmpsbmqw97l.zip |##############################################-------| 85.94% tmpsbmqw97l.zip |##############################################-------| 86.08% tmpsbmqw97l.zip |##############################################-------| 86.21% tmpsbmqw97l.zip |##############################################-------| 86.35% tmpsbmqw97l.zip |##############################################-------| 86.49% tmpsbmqw97l.zip |##############################################-------| 86.62% tmpsbmqw97l.zip |##############################################-------| 86.76% tmpsbmqw97l.zip |##############################################-------| 86.9% tmpsbmqw97l.zip |##############################################-------| 87.03% tmpsbmqw97l.zip |##############################################-------| 87.17% tmpsbmqw97l.zip |##############################################-------| 87.31% tmpsbmqw97l.zip |##############################################-------| 87.44% tmpsbmqw97l.zip |##############################################-------| 87.58% tmpsbmqw97l.zip |##############################################-------| 87.72% tmpsbmqw97l.zip |###############################################------| 87.85% tmpsbmqw97l.zip |###############################################------| 87.99% tmpsbmqw97l.zip |###############################################------| 88.12% tmpsbmqw97l.zip |###############################################------| 88.26% tmpsbmqw97l.zip |###############################################------| 88.4% tmpsbmqw97l.zip |###############################################------| 88.53% tmpsbmqw97l.zip |###############################################------| 88.67% tmpsbmqw97l.zip |###############################################------| 88.81% tmpsbmqw97l.zip |###############################################------| 88.94% tmpsbmqw97l.zip |###############################################------| 89.08% tmpsbmqw97l.zip |###############################################------| 89.22% tmpsbmqw97l.zip |###############################################------| 89.35% tmpsbmqw97l.zip |###############################################------| 89.49% tmpsbmqw97l.zip |################################################-----| 89.63% tmpsbmqw97l.zip |################################################-----| 89.76% tmpsbmqw97l.zip |################################################-----| 89.9% tmpsbmqw97l.zip |################################################-----| 90.03% tmpsbmqw97l.zip |################################################-----| 90.17% tmpsbmqw97l.zip |################################################-----| 90.31% tmpsbmqw97l.zip |################################################-----| 90.44% tmpsbmqw97l.zip |################################################-----| 90.58% tmpsbmqw97l.zip |################################################-----| 90.72% tmpsbmqw97l.zip |################################################-----| 90.85% tmpsbmqw97l.zip |################################################-----| 90.99% tmpsbmqw97l.zip |################################################-----| 91.13% tmpsbmqw97l.zip |################################################-----| 91.26% tmpsbmqw97l.zip |################################################-----| 91.4% tmpsbmqw97l.zip |#################################################----| 91.54% tmpsbmqw97l.zip |#################################################----| 91.67% tmpsbmqw97l.zip |#################################################----| 91.81% tmpsbmqw97l.zip |#################################################----| 91.94% tmpsbmqw97l.zip |#################################################----| 92.08% tmpsbmqw97l.zip |#################################################----| 92.22% tmpsbmqw97l.zip |#################################################----| 92.35% tmpsbmqw97l.zip |#################################################----| 92.49% tmpsbmqw97l.zip |#################################################----| 92.63% tmpsbmqw97l.zip |#################################################----| 92.76% tmpsbmqw97l.zip |#################################################----| 92.9% tmpsbmqw97l.zip |#################################################----| 93.04% tmpsbmqw97l.zip |#################################################----| 93.17% tmpsbmqw97l.zip |#################################################----| 93.31% tmpsbmqw97l.zip |##################################################---| 93.44% tmpsbmqw97l.zip |##################################################---| 93.58% tmpsbmqw97l.zip |##################################################---| 93.72% tmpsbmqw97l.zip |##################################################---| 93.85% tmpsbmqw97l.zip |##################################################---| 93.99% tmpsbmqw97l.zip |##################################################---| 94.13% tmpsbmqw97l.zip |##################################################---| 94.26% tmpsbmqw97l.zip |##################################################---| 94.4% tmpsbmqw97l.zip |##################################################---| 94.54% tmpsbmqw97l.zip |##################################################---| 94.67% tmpsbmqw97l.zip |##################################################---| 94.81% tmpsbmqw97l.zip |##################################################---| 94.95% tmpsbmqw97l.zip |##################################################---| 95.08% tmpsbmqw97l.zip |##################################################---| 95.22% tmpsbmqw97l.zip |###################################################--| 95.35% tmpsbmqw97l.zip |###################################################--| 95.49% tmpsbmqw97l.zip |###################################################--| 95.63% tmpsbmqw97l.zip |###################################################--| 95.76% tmpsbmqw97l.zip |###################################################--| 95.9% tmpsbmqw97l.zip |###################################################--| 96.04% tmpsbmqw97l.zip |###################################################--| 96.17% tmpsbmqw97l.zip |###################################################--| 96.31% tmpsbmqw97l.zip |###################################################--| 96.45% tmpsbmqw97l.zip |###################################################--| 96.58% tmpsbmqw97l.zip |###################################################--| 96.72% tmpsbmqw97l.zip |###################################################--| 96.86% tmpsbmqw97l.zip |###################################################--| 96.99% tmpsbmqw97l.zip |###################################################--| 97.13% tmpsbmqw97l.zip |####################################################-| 97.26% tmpsbmqw97l.zip |####################################################-| 97.4% tmpsbmqw97l.zip |####################################################-| 97.54% tmpsbmqw97l.zip |####################################################-| 97.67% tmpsbmqw97l.zip |####################################################-| 97.81% tmpsbmqw97l.zip |####################################################-| 97.95% tmpsbmqw97l.zip |####################################################-| 98.08% tmpsbmqw97l.zip |####################################################-| 98.22% tmpsbmqw97l.zip |####################################################-| 98.36% tmpsbmqw97l.zip |####################################################-| 98.49% tmpsbmqw97l.zip |####################################################-| 98.63% tmpsbmqw97l.zip |####################################################-| 98.77% tmpsbmqw97l.zip |####################################################-| 98.9% tmpsbmqw97l.zip |####################################################-| 99.04% tmpsbmqw97l.zip |#####################################################| 99.17% tmpsbmqw97l.zip |#####################################################| 99.31% tmpsbmqw97l.zip |#####################################################| 99.45% tmpsbmqw97l.zip |#####################################################| 99.58% tmpsbmqw97l.zip |#####################################################| 99.72% tmpsbmqw97l.zip |#####################################################| 99.86% tmpsbmqw97l.zip |#####################################################| 99.99% tmpsbmqw97l.zip |#####################################################| 100.0% Plugin uploaded. Plugin's id is bc5f4e3d-ca8e-447c-85b5-6bca3cfede9e + for p in '${PLUGIN_DIR}/*' + wagons=($p/*.wgn) + types=($p/*.yaml) + install_plugin /opt/plugins/plugin-RgkOid1/dcaepolicyplugin-2.4.0-py36-none-linux_x86_64.wgn /opt/plugins/plugin-RgkOid1/dcaepolicyplugin_types.yaml ++ basename /opt/plugins/plugin-RgkOid1/dcaepolicyplugin-2.4.0-py36-none-linux_x86_64.wgn + ARCHIVE=dcaepolicyplugin-2.4.0-py36-none-linux_x86_64.wgn + cm_hasany 'plugins?archive_name=dcaepolicyplugin-2.4.0-py36-none-linux_x86_64.wgn' ++ /bin/jq .metadata.pagination.total ++ curl -Ss -H 'Tenant: default_tenant' --user admin:UmH7vbj6 --cacert /opt/onap/certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/plugins?archive_name=dcaepolicyplugin-2.4.0-py36-none-linux_x86_64.wgn&_include=id' + COUNT=0 + (( 0 > 0 )) + return 1 + cfy plugin upload -y /opt/plugins/plugin-RgkOid1/dcaepolicyplugin_types.yaml /opt/plugins/plugin-RgkOid1/dcaepolicyplugin-2.4.0-py36-none-linux_x86_64.wgn Creating plugin zip archive.. Uploading plugin archive (wagon + yaml).. tmp_93ysfw0.zip |-----------------------------------------------------| 0.57% tmp_93ysfw0.zip |#----------------------------------------------------| 1.13% tmp_93ysfw0.zip |#----------------------------------------------------| 1.7% tmp_93ysfw0.zip |#----------------------------------------------------| 2.27% tmp_93ysfw0.zip |##---------------------------------------------------| 2.83% tmp_93ysfw0.zip |##---------------------------------------------------| 3.4% tmp_93ysfw0.zip |##---------------------------------------------------| 3.97% tmp_93ysfw0.zip |##---------------------------------------------------| 4.53% tmp_93ysfw0.zip |###--------------------------------------------------| 5.1% tmp_93ysfw0.zip |###--------------------------------------------------| 5.67% tmp_93ysfw0.zip |###--------------------------------------------------| 6.24% tmp_93ysfw0.zip |####-------------------------------------------------| 6.8% tmp_93ysfw0.zip |####-------------------------------------------------| 7.37% tmp_93ysfw0.zip |####-------------------------------------------------| 7.94% tmp_93ysfw0.zip |#####------------------------------------------------| 8.5% tmp_93ysfw0.zip |#####------------------------------------------------| 9.07% tmp_93ysfw0.zip |#####------------------------------------------------| 9.64% tmp_93ysfw0.zip |#####------------------------------------------------| 10.2% tmp_93ysfw0.zip |######-----------------------------------------------| 10.77% tmp_93ysfw0.zip |######-----------------------------------------------| 11.34% tmp_93ysfw0.zip |######-----------------------------------------------| 11.9% tmp_93ysfw0.zip |#######----------------------------------------------| 12.47% tmp_93ysfw0.zip |#######----------------------------------------------| 13.04% tmp_93ysfw0.zip |#######----------------------------------------------| 13.6% tmp_93ysfw0.zip |########---------------------------------------------| 14.17% tmp_93ysfw0.zip |########---------------------------------------------| 14.74% tmp_93ysfw0.zip |########---------------------------------------------| 15.3% tmp_93ysfw0.zip |########---------------------------------------------| 15.87% tmp_93ysfw0.zip |#########--------------------------------------------| 16.44% tmp_93ysfw0.zip |#########--------------------------------------------| 17.0% tmp_93ysfw0.zip |#########--------------------------------------------| 17.57% tmp_93ysfw0.zip |##########-------------------------------------------| 18.14% tmp_93ysfw0.zip |##########-------------------------------------------| 18.71% tmp_93ysfw0.zip |##########-------------------------------------------| 19.27% tmp_93ysfw0.zip |###########------------------------------------------| 19.84% tmp_93ysfw0.zip |###########------------------------------------------| 20.41% tmp_93ysfw0.zip |###########------------------------------------------| 20.97% tmp_93ysfw0.zip |###########------------------------------------------| 21.54% tmp_93ysfw0.zip |############-----------------------------------------| 22.11% tmp_93ysfw0.zip |############-----------------------------------------| 22.67% tmp_93ysfw0.zip |############-----------------------------------------| 23.24% tmp_93ysfw0.zip |#############----------------------------------------| 23.81% tmp_93ysfw0.zip |#############----------------------------------------| 24.37% tmp_93ysfw0.zip |#############----------------------------------------| 24.94% tmp_93ysfw0.zip |##############---------------------------------------| 25.51% tmp_93ysfw0.zip |##############---------------------------------------| 26.07% tmp_93ysfw0.zip |##############---------------------------------------| 26.64% tmp_93ysfw0.zip |##############---------------------------------------| 27.21% tmp_93ysfw0.zip |###############--------------------------------------| 27.77% tmp_93ysfw0.zip |###############--------------------------------------| 28.34% tmp_93ysfw0.zip |###############--------------------------------------| 28.91% tmp_93ysfw0.zip |################-------------------------------------| 29.48% tmp_93ysfw0.zip |################-------------------------------------| 30.04% tmp_93ysfw0.zip |################-------------------------------------| 30.61% tmp_93ysfw0.zip |#################------------------------------------| 31.18% tmp_93ysfw0.zip |#################------------------------------------| 31.74% tmp_93ysfw0.zip |#################------------------------------------| 32.31% tmp_93ysfw0.zip |#################------------------------------------| 32.88% tmp_93ysfw0.zip |##################-----------------------------------| 33.44% tmp_93ysfw0.zip |##################-----------------------------------| 34.01% tmp_93ysfw0.zip |##################-----------------------------------| 34.58% tmp_93ysfw0.zip |###################----------------------------------| 35.14% tmp_93ysfw0.zip |###################----------------------------------| 35.71% tmp_93ysfw0.zip |###################----------------------------------| 36.28% tmp_93ysfw0.zip |####################---------------------------------| 36.84% tmp_93ysfw0.zip |####################---------------------------------| 37.41% tmp_93ysfw0.zip |####################---------------------------------| 37.98% tmp_93ysfw0.zip |####################---------------------------------| 38.54% tmp_93ysfw0.zip |#####################--------------------------------| 39.11% tmp_93ysfw0.zip |#####################--------------------------------| 39.68% tmp_93ysfw0.zip |#####################--------------------------------| 40.24% tmp_93ysfw0.zip |######################-------------------------------| 40.81% tmp_93ysfw0.zip |######################-------------------------------| 41.38% tmp_93ysfw0.zip |######################-------------------------------| 41.95% tmp_93ysfw0.zip |#######################------------------------------| 42.51% tmp_93ysfw0.zip |#######################------------------------------| 43.08% tmp_93ysfw0.zip |#######################------------------------------| 43.65% tmp_93ysfw0.zip |#######################------------------------------| 44.21% tmp_93ysfw0.zip |########################-----------------------------| 44.78% tmp_93ysfw0.zip |########################-----------------------------| 45.35% tmp_93ysfw0.zip |########################-----------------------------| 45.91% tmp_93ysfw0.zip |#########################----------------------------| 46.48% tmp_93ysfw0.zip |#########################----------------------------| 47.05% tmp_93ysfw0.zip |#########################----------------------------| 47.61% tmp_93ysfw0.zip |##########################---------------------------| 48.18% tmp_93ysfw0.zip |##########################---------------------------| 48.75% tmp_93ysfw0.zip |##########################---------------------------| 49.31% tmp_93ysfw0.zip |##########################---------------------------| 49.88% tmp_93ysfw0.zip |###########################--------------------------| 50.45% tmp_93ysfw0.zip |###########################--------------------------| 51.01% tmp_93ysfw0.zip |###########################--------------------------| 51.58% tmp_93ysfw0.zip |############################-------------------------| 52.15% tmp_93ysfw0.zip |############################-------------------------| 52.71% tmp_93ysfw0.zip |############################-------------------------| 53.28% tmp_93ysfw0.zip |#############################------------------------| 53.85% tmp_93ysfw0.zip |#############################------------------------| 54.42% tmp_93ysfw0.zip |#############################------------------------| 54.98% tmp_93ysfw0.zip |#############################------------------------| 55.55% tmp_93ysfw0.zip |##############################-----------------------| 56.12% tmp_93ysfw0.zip |##############################-----------------------| 56.68% tmp_93ysfw0.zip |##############################-----------------------| 57.25% tmp_93ysfw0.zip |###############################----------------------| 57.82% tmp_93ysfw0.zip |###############################----------------------| 58.38% tmp_93ysfw0.zip |###############################----------------------| 58.95% tmp_93ysfw0.zip |################################---------------------| 59.52% tmp_93ysfw0.zip |################################---------------------| 60.08% tmp_93ysfw0.zip |################################---------------------| 60.65% tmp_93ysfw0.zip |################################---------------------| 61.22% tmp_93ysfw0.zip |#################################--------------------| 61.78% tmp_93ysfw0.zip |#################################--------------------| 62.35% tmp_93ysfw0.zip |#################################--------------------| 62.92% tmp_93ysfw0.zip |##################################-------------------| 63.48% tmp_93ysfw0.zip |##################################-------------------| 64.05% tmp_93ysfw0.zip |##################################-------------------| 64.62% tmp_93ysfw0.zip |###################################------------------| 65.19% tmp_93ysfw0.zip |###################################------------------| 65.75% tmp_93ysfw0.zip |###################################------------------| 66.32% tmp_93ysfw0.zip |###################################------------------| 66.89% tmp_93ysfw0.zip |####################################-----------------| 67.45% tmp_93ysfw0.zip |####################################-----------------| 68.02% tmp_93ysfw0.zip |####################################-----------------| 68.59% tmp_93ysfw0.zip |#####################################----------------| 69.15% tmp_93ysfw0.zip |#####################################----------------| 69.72% tmp_93ysfw0.zip |#####################################----------------| 70.29% tmp_93ysfw0.zip |######################################---------------| 70.85% tmp_93ysfw0.zip |######################################---------------| 71.42% tmp_93ysfw0.zip |######################################---------------| 71.99% tmp_93ysfw0.zip |######################################---------------| 72.55% tmp_93ysfw0.zip |#######################################--------------| 73.12% tmp_93ysfw0.zip |#######################################--------------| 73.69% tmp_93ysfw0.zip |#######################################--------------| 74.25% tmp_93ysfw0.zip |########################################-------------| 74.82% tmp_93ysfw0.zip |########################################-------------| 75.39% tmp_93ysfw0.zip |########################################-------------| 75.95% tmp_93ysfw0.zip |#########################################------------| 76.52% tmp_93ysfw0.zip |#########################################------------| 77.09% tmp_93ysfw0.zip |#########################################------------| 77.66% tmp_93ysfw0.zip |#########################################------------| 78.22% tmp_93ysfw0.zip |##########################################-----------| 78.79% tmp_93ysfw0.zip |##########################################-----------| 79.36% tmp_93ysfw0.zip |##########################################-----------| 79.92% tmp_93ysfw0.zip |###########################################----------| 80.49% tmp_93ysfw0.zip |###########################################----------| 81.06% tmp_93ysfw0.zip |###########################################----------| 81.62% tmp_93ysfw0.zip |############################################---------| 82.19% tmp_93ysfw0.zip |############################################---------| 82.76% tmp_93ysfw0.zip |############################################---------| 83.32% tmp_93ysfw0.zip |############################################---------| 83.89% tmp_93ysfw0.zip |#############################################--------| 84.46% tmp_93ysfw0.zip |#############################################--------| 85.02% tmp_93ysfw0.zip |#############################################--------| 85.59% tmp_93ysfw0.zip |##############################################-------| 86.16% tmp_93ysfw0.zip |##############################################-------| 86.72% tmp_93ysfw0.zip |##############################################-------| 87.29% tmp_93ysfw0.zip |###############################################------| 87.86% tmp_93ysfw0.zip |###############################################------| 88.43% tmp_93ysfw0.zip |###############################################------| 88.99% tmp_93ysfw0.zip |###############################################------| 89.56% tmp_93ysfw0.zip |################################################-----| 90.13% tmp_93ysfw0.zip |################################################-----| 90.69% tmp_93ysfw0.zip |################################################-----| 91.26% tmp_93ysfw0.zip |#################################################----| 91.83% tmp_93ysfw0.zip |#################################################----| 92.39% tmp_93ysfw0.zip |#################################################----| 92.96% tmp_93ysfw0.zip |##################################################---| 93.53% tmp_93ysfw0.zip |##################################################---| 94.09% tmp_93ysfw0.zip |##################################################---| 94.66% tmp_93ysfw0.zip |##################################################---| 95.23% tmp_93ysfw0.zip |###################################################--| 95.79% tmp_93ysfw0.zip |###################################################--| 96.36% tmp_93ysfw0.zip |###################################################--| 96.93% tmp_93ysfw0.zip |####################################################-| 97.49% tmp_93ysfw0.zip |####################################################-| 98.06% tmp_93ysfw0.zip |####################################################-| 98.63% tmp_93ysfw0.zip |#####################################################| 99.19% tmp_93ysfw0.zip |#####################################################| 99.76% tmp_93ysfw0.zip |#####################################################| 100.0% Plugin uploaded. Plugin's id is 63985a40-0741-4036-bb74-123378904e4e + for p in '${PLUGIN_DIR}/*' + wagons=($p/*.wgn) + types=($p/*.yaml) + install_plugin /opt/plugins/plugin-pgtQXcq/clamppolicyplugin-1.1.0-py36-none-linux_x86_64.wgn /opt/plugins/plugin-pgtQXcq/clamppolicyplugin_types.yaml ++ basename /opt/plugins/plugin-pgtQXcq/clamppolicyplugin-1.1.0-py36-none-linux_x86_64.wgn + ARCHIVE=clamppolicyplugin-1.1.0-py36-none-linux_x86_64.wgn + cm_hasany 'plugins?archive_name=clamppolicyplugin-1.1.0-py36-none-linux_x86_64.wgn' ++ curl -Ss -H 'Tenant: default_tenant' --user admin:UmH7vbj6 --cacert /opt/onap/certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/plugins?archive_name=clamppolicyplugin-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-pgtQXcq/clamppolicyplugin_types.yaml /opt/plugins/plugin-pgtQXcq/clamppolicyplugin-1.1.0-py36-none-linux_x86_64.wgn Creating plugin zip archive.. Uploading plugin archive (wagon + yaml).. tmpwgi8lag5.zip |-----------------------------------------------------| 0.57% tmpwgi8lag5.zip |#----------------------------------------------------| 1.14% tmpwgi8lag5.zip |#----------------------------------------------------| 1.71% tmpwgi8lag5.zip |#----------------------------------------------------| 2.27% tmpwgi8lag5.zip |##---------------------------------------------------| 2.84% tmpwgi8lag5.zip |##---------------------------------------------------| 3.41% tmpwgi8lag5.zip |##---------------------------------------------------| 3.98% tmpwgi8lag5.zip |##---------------------------------------------------| 4.55% tmpwgi8lag5.zip |###--------------------------------------------------| 5.12% tmpwgi8lag5.zip |###--------------------------------------------------| 5.69% tmpwgi8lag5.zip |###--------------------------------------------------| 6.25% tmpwgi8lag5.zip |####-------------------------------------------------| 6.82% tmpwgi8lag5.zip |####-------------------------------------------------| 7.39% tmpwgi8lag5.zip |####-------------------------------------------------| 7.96% tmpwgi8lag5.zip |#####------------------------------------------------| 8.53% tmpwgi8lag5.zip |#####------------------------------------------------| 9.1% tmpwgi8lag5.zip |#####------------------------------------------------| 9.67% tmpwgi8lag5.zip |#####------------------------------------------------| 10.24% tmpwgi8lag5.zip |######-----------------------------------------------| 10.8% tmpwgi8lag5.zip |######-----------------------------------------------| 11.37% tmpwgi8lag5.zip |######-----------------------------------------------| 11.94% tmpwgi8lag5.zip |#######----------------------------------------------| 12.51% tmpwgi8lag5.zip |#######----------------------------------------------| 13.08% tmpwgi8lag5.zip |#######----------------------------------------------| 13.65% tmpwgi8lag5.zip |########---------------------------------------------| 14.22% tmpwgi8lag5.zip |########---------------------------------------------| 14.78% tmpwgi8lag5.zip |########---------------------------------------------| 15.35% tmpwgi8lag5.zip |########---------------------------------------------| 15.92% tmpwgi8lag5.zip |#########--------------------------------------------| 16.49% tmpwgi8lag5.zip |#########--------------------------------------------| 17.06% tmpwgi8lag5.zip |#########--------------------------------------------| 17.63% tmpwgi8lag5.zip |##########-------------------------------------------| 18.2% tmpwgi8lag5.zip |##########-------------------------------------------| 18.76% tmpwgi8lag5.zip |##########-------------------------------------------| 19.33% tmpwgi8lag5.zip |###########------------------------------------------| 19.9% tmpwgi8lag5.zip |###########------------------------------------------| 20.47% tmpwgi8lag5.zip |###########------------------------------------------| 21.04% tmpwgi8lag5.zip |###########------------------------------------------| 21.61% tmpwgi8lag5.zip |############-----------------------------------------| 22.18% tmpwgi8lag5.zip |############-----------------------------------------| 22.74% tmpwgi8lag5.zip |############-----------------------------------------| 23.31% tmpwgi8lag5.zip |#############----------------------------------------| 23.88% tmpwgi8lag5.zip |#############----------------------------------------| 24.45% tmpwgi8lag5.zip |#############----------------------------------------| 25.02% tmpwgi8lag5.zip |##############---------------------------------------| 25.59% tmpwgi8lag5.zip |##############---------------------------------------| 26.16% tmpwgi8lag5.zip |##############---------------------------------------| 26.73% tmpwgi8lag5.zip |##############---------------------------------------| 27.29% tmpwgi8lag5.zip |###############--------------------------------------| 27.86% tmpwgi8lag5.zip |###############--------------------------------------| 28.43% tmpwgi8lag5.zip |###############--------------------------------------| 29.0% tmpwgi8lag5.zip |################-------------------------------------| 29.57% tmpwgi8lag5.zip |################-------------------------------------| 30.14% tmpwgi8lag5.zip |################-------------------------------------| 30.71% tmpwgi8lag5.zip |#################------------------------------------| 31.27% tmpwgi8lag5.zip |#################------------------------------------| 31.84% tmpwgi8lag5.zip |#################------------------------------------| 32.41% tmpwgi8lag5.zip |#################------------------------------------| 32.98% tmpwgi8lag5.zip |##################-----------------------------------| 33.55% tmpwgi8lag5.zip |##################-----------------------------------| 34.12% tmpwgi8lag5.zip |##################-----------------------------------| 34.69% tmpwgi8lag5.zip |###################----------------------------------| 35.25% tmpwgi8lag5.zip |###################----------------------------------| 35.82% tmpwgi8lag5.zip |###################----------------------------------| 36.39% tmpwgi8lag5.zip |####################---------------------------------| 36.96% tmpwgi8lag5.zip |####################---------------------------------| 37.53% tmpwgi8lag5.zip |####################---------------------------------| 38.1% tmpwgi8lag5.zip |####################---------------------------------| 38.67% tmpwgi8lag5.zip |#####################--------------------------------| 39.23% tmpwgi8lag5.zip |#####################--------------------------------| 39.8% tmpwgi8lag5.zip |#####################--------------------------------| 40.37% tmpwgi8lag5.zip |######################-------------------------------| 40.94% tmpwgi8lag5.zip |######################-------------------------------| 41.51% tmpwgi8lag5.zip |######################-------------------------------| 42.08% tmpwgi8lag5.zip |#######################------------------------------| 42.65% tmpwgi8lag5.zip |#######################------------------------------| 43.22% tmpwgi8lag5.zip |#######################------------------------------| 43.78% tmpwgi8lag5.zip |########################-----------------------------| 44.35% tmpwgi8lag5.zip |########################-----------------------------| 44.92% tmpwgi8lag5.zip |########################-----------------------------| 45.49% tmpwgi8lag5.zip |########################-----------------------------| 46.06% tmpwgi8lag5.zip |#########################----------------------------| 46.63% tmpwgi8lag5.zip |#########################----------------------------| 47.2% tmpwgi8lag5.zip |#########################----------------------------| 47.76% tmpwgi8lag5.zip |##########################---------------------------| 48.33% tmpwgi8lag5.zip |##########################---------------------------| 48.9% tmpwgi8lag5.zip |##########################---------------------------| 49.47% tmpwgi8lag5.zip |###########################--------------------------| 50.04% tmpwgi8lag5.zip |###########################--------------------------| 50.61% tmpwgi8lag5.zip |###########################--------------------------| 51.18% tmpwgi8lag5.zip |###########################--------------------------| 51.74% tmpwgi8lag5.zip |############################-------------------------| 52.31% tmpwgi8lag5.zip |############################-------------------------| 52.88% tmpwgi8lag5.zip |############################-------------------------| 53.45% tmpwgi8lag5.zip |#############################------------------------| 54.02% tmpwgi8lag5.zip |#############################------------------------| 54.59% tmpwgi8lag5.zip |#############################------------------------| 55.16% tmpwgi8lag5.zip |##############################-----------------------| 55.73% tmpwgi8lag5.zip |##############################-----------------------| 56.29% tmpwgi8lag5.zip |##############################-----------------------| 56.86% tmpwgi8lag5.zip |##############################-----------------------| 57.43% tmpwgi8lag5.zip |###############################----------------------| 58.0% tmpwgi8lag5.zip |###############################----------------------| 58.57% tmpwgi8lag5.zip |###############################----------------------| 59.14% tmpwgi8lag5.zip |################################---------------------| 59.71% tmpwgi8lag5.zip |################################---------------------| 60.27% tmpwgi8lag5.zip |################################---------------------| 60.84% tmpwgi8lag5.zip |#################################--------------------| 61.41% tmpwgi8lag5.zip |#################################--------------------| 61.98% tmpwgi8lag5.zip |#################################--------------------| 62.55% tmpwgi8lag5.zip |#################################--------------------| 63.12% tmpwgi8lag5.zip |##################################-------------------| 63.69% tmpwgi8lag5.zip |##################################-------------------| 64.25% tmpwgi8lag5.zip |##################################-------------------| 64.82% tmpwgi8lag5.zip |###################################------------------| 65.39% tmpwgi8lag5.zip |###################################------------------| 65.96% tmpwgi8lag5.zip |###################################------------------| 66.53% tmpwgi8lag5.zip |####################################-----------------| 67.1% tmpwgi8lag5.zip |####################################-----------------| 67.67% tmpwgi8lag5.zip |####################################-----------------| 68.23% tmpwgi8lag5.zip |####################################-----------------| 68.8% tmpwgi8lag5.zip |#####################################----------------| 69.37% tmpwgi8lag5.zip |#####################################----------------| 69.94% tmpwgi8lag5.zip |#####################################----------------| 70.51% tmpwgi8lag5.zip |######################################---------------| 71.08% tmpwgi8lag5.zip |######################################---------------| 71.65% tmpwgi8lag5.zip |######################################---------------| 72.22% tmpwgi8lag5.zip |#######################################--------------| 72.78% tmpwgi8lag5.zip |#######################################--------------| 73.35% tmpwgi8lag5.zip |#######################################--------------| 73.92% tmpwgi8lag5.zip |#######################################--------------| 74.49% tmpwgi8lag5.zip |########################################-------------| 75.06% tmpwgi8lag5.zip |########################################-------------| 75.63% tmpwgi8lag5.zip |########################################-------------| 76.2% tmpwgi8lag5.zip |#########################################------------| 76.76% tmpwgi8lag5.zip |#########################################------------| 77.33% tmpwgi8lag5.zip |#########################################------------| 77.9% tmpwgi8lag5.zip |##########################################-----------| 78.47% tmpwgi8lag5.zip |##########################################-----------| 79.04% tmpwgi8lag5.zip |##########################################-----------| 79.61% tmpwgi8lag5.zip |##########################################-----------| 80.18% tmpwgi8lag5.zip |###########################################----------| 80.74% tmpwgi8lag5.zip |###########################################----------| 81.31% tmpwgi8lag5.zip |###########################################----------| 81.88% tmpwgi8lag5.zip |############################################---------| 82.45% tmpwgi8lag5.zip |############################################---------| 83.02% tmpwgi8lag5.zip |############################################---------| 83.59% tmpwgi8lag5.zip |#############################################--------| 84.16% tmpwgi8lag5.zip |#############################################--------| 84.72% tmpwgi8lag5.zip |#############################################--------| 85.29% tmpwgi8lag5.zip |##############################################-------| 85.86% tmpwgi8lag5.zip |##############################################-------| 86.43% tmpwgi8lag5.zip |##############################################-------| 87.0% tmpwgi8lag5.zip |##############################################-------| 87.57% tmpwgi8lag5.zip |###############################################------| 88.14% tmpwgi8lag5.zip |###############################################------| 88.71% tmpwgi8lag5.zip |###############################################------| 89.27% tmpwgi8lag5.zip |################################################-----| 89.84% tmpwgi8lag5.zip |################################################-----| 90.41% tmpwgi8lag5.zip |################################################-----| 90.98% tmpwgi8lag5.zip |#################################################----| 91.55% tmpwgi8lag5.zip |#################################################----| 92.12% tmpwgi8lag5.zip |#################################################----| 92.69% tmpwgi8lag5.zip |#################################################----| 93.25% tmpwgi8lag5.zip |##################################################---| 93.82% tmpwgi8lag5.zip |##################################################---| 94.39% tmpwgi8lag5.zip |##################################################---| 94.96% tmpwgi8lag5.zip |###################################################--| 95.53% tmpwgi8lag5.zip |###################################################--| 96.1% tmpwgi8lag5.zip |###################################################--| 96.67% tmpwgi8lag5.zip |####################################################-| 97.23% tmpwgi8lag5.zip |####################################################-| 97.8% tmpwgi8lag5.zip |####################################################-| 98.37% tmpwgi8lag5.zip |####################################################-| 98.94% tmpwgi8lag5.zip |#####################################################| 99.51% tmpwgi8lag5.zip |#####################################################| 100.0% Plugin uploaded. Plugin's id is 9cae1a73-9258-4af6-88a1-f83ab2a28350 + for p in '${PLUGIN_DIR}/*' + wagons=($p/*.wgn) + types=($p/*.yaml) + install_plugin /opt/plugins/plugin-sjmXhok/relationshipplugin-1.1.0-py36-none-linux_x86_64.wgn /opt/plugins/plugin-sjmXhok/relationshipplugin_types.yaml ++ basename /opt/plugins/plugin-sjmXhok/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:UmH7vbj6 --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-sjmXhok/relationshipplugin_types.yaml /opt/plugins/plugin-sjmXhok/relationshipplugin-1.1.0-py36-none-linux_x86_64.wgn Creating plugin zip archive.. Uploading plugin archive (wagon + yaml).. tmp4h_akr7e.zip |-----------------------------------------------------| 0.56% tmp4h_akr7e.zip |#----------------------------------------------------| 1.12% tmp4h_akr7e.zip |#----------------------------------------------------| 1.67% tmp4h_akr7e.zip |#----------------------------------------------------| 2.23% tmp4h_akr7e.zip |#----------------------------------------------------| 2.79% tmp4h_akr7e.zip |##---------------------------------------------------| 3.35% tmp4h_akr7e.zip |##---------------------------------------------------| 3.91% tmp4h_akr7e.zip |##---------------------------------------------------| 4.46% tmp4h_akr7e.zip |###--------------------------------------------------| 5.02% tmp4h_akr7e.zip |###--------------------------------------------------| 5.58% tmp4h_akr7e.zip |###--------------------------------------------------| 6.14% tmp4h_akr7e.zip |####-------------------------------------------------| 6.7% tmp4h_akr7e.zip |####-------------------------------------------------| 7.25% tmp4h_akr7e.zip |####-------------------------------------------------| 7.81% tmp4h_akr7e.zip |####-------------------------------------------------| 8.37% tmp4h_akr7e.zip |#####------------------------------------------------| 8.93% tmp4h_akr7e.zip |#####------------------------------------------------| 9.49% tmp4h_akr7e.zip |#####------------------------------------------------| 10.04% tmp4h_akr7e.zip |######-----------------------------------------------| 10.6% tmp4h_akr7e.zip |######-----------------------------------------------| 11.16% tmp4h_akr7e.zip |######-----------------------------------------------| 11.72% tmp4h_akr7e.zip |#######----------------------------------------------| 12.28% tmp4h_akr7e.zip |#######----------------------------------------------| 12.83% tmp4h_akr7e.zip |#######----------------------------------------------| 13.39% tmp4h_akr7e.zip |#######----------------------------------------------| 13.95% tmp4h_akr7e.zip |########---------------------------------------------| 14.51% tmp4h_akr7e.zip |########---------------------------------------------| 15.07% tmp4h_akr7e.zip |########---------------------------------------------| 15.62% tmp4h_akr7e.zip |#########--------------------------------------------| 16.18% tmp4h_akr7e.zip |#########--------------------------------------------| 16.74% tmp4h_akr7e.zip |#########--------------------------------------------| 17.3% tmp4h_akr7e.zip |#########--------------------------------------------| 17.86% tmp4h_akr7e.zip |##########-------------------------------------------| 18.41% tmp4h_akr7e.zip |##########-------------------------------------------| 18.97% tmp4h_akr7e.zip |##########-------------------------------------------| 19.53% tmp4h_akr7e.zip |###########------------------------------------------| 20.09% tmp4h_akr7e.zip |###########------------------------------------------| 20.64% tmp4h_akr7e.zip |###########------------------------------------------| 21.2% tmp4h_akr7e.zip |############-----------------------------------------| 21.76% tmp4h_akr7e.zip |############-----------------------------------------| 22.32% tmp4h_akr7e.zip |############-----------------------------------------| 22.88% tmp4h_akr7e.zip |############-----------------------------------------| 23.43% tmp4h_akr7e.zip |#############----------------------------------------| 23.99% tmp4h_akr7e.zip |#############----------------------------------------| 24.55% tmp4h_akr7e.zip |#############----------------------------------------| 25.11% tmp4h_akr7e.zip |##############---------------------------------------| 25.67% tmp4h_akr7e.zip |##############---------------------------------------| 26.22% tmp4h_akr7e.zip |##############---------------------------------------| 26.78% tmp4h_akr7e.zip |##############---------------------------------------| 27.34% tmp4h_akr7e.zip |###############--------------------------------------| 27.9% tmp4h_akr7e.zip |###############--------------------------------------| 28.46% tmp4h_akr7e.zip |###############--------------------------------------| 29.01% tmp4h_akr7e.zip |################-------------------------------------| 29.57% tmp4h_akr7e.zip |################-------------------------------------| 30.13% tmp4h_akr7e.zip |################-------------------------------------| 30.69% tmp4h_akr7e.zip |#################------------------------------------| 31.25% tmp4h_akr7e.zip |#################------------------------------------| 31.8% tmp4h_akr7e.zip |#################------------------------------------| 32.36% tmp4h_akr7e.zip |#################------------------------------------| 32.92% tmp4h_akr7e.zip |##################-----------------------------------| 33.48% tmp4h_akr7e.zip |##################-----------------------------------| 34.04% tmp4h_akr7e.zip |##################-----------------------------------| 34.59% tmp4h_akr7e.zip |###################----------------------------------| 35.15% tmp4h_akr7e.zip |###################----------------------------------| 35.71% tmp4h_akr7e.zip |###################----------------------------------| 36.27% tmp4h_akr7e.zip |####################---------------------------------| 36.83% tmp4h_akr7e.zip |####################---------------------------------| 37.38% tmp4h_akr7e.zip |####################---------------------------------| 37.94% tmp4h_akr7e.zip |####################---------------------------------| 38.5% tmp4h_akr7e.zip |#####################--------------------------------| 39.06% tmp4h_akr7e.zip |#####################--------------------------------| 39.62% tmp4h_akr7e.zip |#####################--------------------------------| 40.17% tmp4h_akr7e.zip |######################-------------------------------| 40.73% tmp4h_akr7e.zip |######################-------------------------------| 41.29% tmp4h_akr7e.zip |######################-------------------------------| 41.85% tmp4h_akr7e.zip |######################-------------------------------| 42.41% tmp4h_akr7e.zip |#######################------------------------------| 42.96% tmp4h_akr7e.zip |#######################------------------------------| 43.52% tmp4h_akr7e.zip |#######################------------------------------| 44.08% tmp4h_akr7e.zip |########################-----------------------------| 44.64% tmp4h_akr7e.zip |########################-----------------------------| 45.2% tmp4h_akr7e.zip |########################-----------------------------| 45.75% tmp4h_akr7e.zip |#########################----------------------------| 46.31% tmp4h_akr7e.zip |#########################----------------------------| 46.87% tmp4h_akr7e.zip |#########################----------------------------| 47.43% tmp4h_akr7e.zip |#########################----------------------------| 47.99% tmp4h_akr7e.zip |##########################---------------------------| 48.54% tmp4h_akr7e.zip |##########################---------------------------| 49.1% tmp4h_akr7e.zip |##########################---------------------------| 49.66% tmp4h_akr7e.zip |###########################--------------------------| 50.22% tmp4h_akr7e.zip |###########################--------------------------| 50.78% tmp4h_akr7e.zip |###########################--------------------------| 51.33% tmp4h_akr7e.zip |############################-------------------------| 51.89% tmp4h_akr7e.zip |############################-------------------------| 52.45% tmp4h_akr7e.zip |############################-------------------------| 53.01% tmp4h_akr7e.zip |############################-------------------------| 53.57% tmp4h_akr7e.zip |#############################------------------------| 54.12% tmp4h_akr7e.zip |#############################------------------------| 54.68% tmp4h_akr7e.zip |#############################------------------------| 55.24% tmp4h_akr7e.zip |##############################-----------------------| 55.8% tmp4h_akr7e.zip |##############################-----------------------| 56.35% tmp4h_akr7e.zip |##############################-----------------------| 56.91% tmp4h_akr7e.zip |##############################-----------------------| 57.47% tmp4h_akr7e.zip |###############################----------------------| 58.03% tmp4h_akr7e.zip |###############################----------------------| 58.59% tmp4h_akr7e.zip |###############################----------------------| 59.14% tmp4h_akr7e.zip |################################---------------------| 59.7% tmp4h_akr7e.zip |################################---------------------| 60.26% tmp4h_akr7e.zip |################################---------------------| 60.82% tmp4h_akr7e.zip |#################################--------------------| 61.38% tmp4h_akr7e.zip |#################################--------------------| 61.93% tmp4h_akr7e.zip |#################################--------------------| 62.49% tmp4h_akr7e.zip |#################################--------------------| 63.05% tmp4h_akr7e.zip |##################################-------------------| 63.61% tmp4h_akr7e.zip |##################################-------------------| 64.17% tmp4h_akr7e.zip |##################################-------------------| 64.72% tmp4h_akr7e.zip |###################################------------------| 65.28% tmp4h_akr7e.zip |###################################------------------| 65.84% tmp4h_akr7e.zip |###################################------------------| 66.4% tmp4h_akr7e.zip |###################################------------------| 66.96% tmp4h_akr7e.zip |####################################-----------------| 67.51% tmp4h_akr7e.zip |####################################-----------------| 68.07% tmp4h_akr7e.zip |####################################-----------------| 68.63% tmp4h_akr7e.zip |#####################################----------------| 69.19% tmp4h_akr7e.zip |#####################################----------------| 69.75% tmp4h_akr7e.zip |#####################################----------------| 70.3% tmp4h_akr7e.zip |######################################---------------| 70.86% tmp4h_akr7e.zip |######################################---------------| 71.42% tmp4h_akr7e.zip |######################################---------------| 71.98% tmp4h_akr7e.zip |######################################---------------| 72.54% tmp4h_akr7e.zip |#######################################--------------| 73.09% tmp4h_akr7e.zip |#######################################--------------| 73.65% tmp4h_akr7e.zip |#######################################--------------| 74.21% tmp4h_akr7e.zip |########################################-------------| 74.77% tmp4h_akr7e.zip |########################################-------------| 75.33% tmp4h_akr7e.zip |########################################-------------| 75.88% tmp4h_akr7e.zip |#########################################------------| 76.44% tmp4h_akr7e.zip |#########################################------------| 77.0% tmp4h_akr7e.zip |#########################################------------| 77.56% tmp4h_akr7e.zip |#########################################------------| 78.12% tmp4h_akr7e.zip |##########################################-----------| 78.67% tmp4h_akr7e.zip |##########################################-----------| 79.23% tmp4h_akr7e.zip |##########################################-----------| 79.79% tmp4h_akr7e.zip |###########################################----------| 80.35% tmp4h_akr7e.zip |###########################################----------| 80.91% tmp4h_akr7e.zip |###########################################----------| 81.46% tmp4h_akr7e.zip |###########################################----------| 82.02% tmp4h_akr7e.zip |############################################---------| 82.58% tmp4h_akr7e.zip |############################################---------| 83.14% tmp4h_akr7e.zip |############################################---------| 83.7% tmp4h_akr7e.zip |#############################################--------| 84.25% tmp4h_akr7e.zip |#############################################--------| 84.81% tmp4h_akr7e.zip |#############################################--------| 85.37% tmp4h_akr7e.zip |##############################################-------| 85.93% tmp4h_akr7e.zip |##############################################-------| 86.49% tmp4h_akr7e.zip |##############################################-------| 87.04% tmp4h_akr7e.zip |##############################################-------| 87.6% tmp4h_akr7e.zip |###############################################------| 88.16% tmp4h_akr7e.zip |###############################################------| 88.72% tmp4h_akr7e.zip |###############################################------| 89.28% tmp4h_akr7e.zip |################################################-----| 89.83% tmp4h_akr7e.zip |################################################-----| 90.39% tmp4h_akr7e.zip |################################################-----| 90.95% tmp4h_akr7e.zip |################################################-----| 91.51% tmp4h_akr7e.zip |#################################################----| 92.06% tmp4h_akr7e.zip |#################################################----| 92.62% tmp4h_akr7e.zip |#################################################----| 93.18% tmp4h_akr7e.zip |##################################################---| 93.74% tmp4h_akr7e.zip |##################################################---| 94.3% tmp4h_akr7e.zip |##################################################---| 94.85% tmp4h_akr7e.zip |###################################################--| 95.41% tmp4h_akr7e.zip |###################################################--| 95.97% tmp4h_akr7e.zip |###################################################--| 96.53% tmp4h_akr7e.zip |###################################################--| 97.09% tmp4h_akr7e.zip |####################################################-| 97.64% tmp4h_akr7e.zip |####################################################-| 98.2% tmp4h_akr7e.zip |####################################################-| 98.76% tmp4h_akr7e.zip |#####################################################| 99.32% tmp4h_akr7e.zip |#####################################################| 99.88% tmp4h_akr7e.zip |#####################################################| 100.0% Plugin uploaded. Plugin's id is 59058388-a23d-4870-87e9-4534fc3a3138 + cm_hasany 'executions?is_system_workflow=true&status=pending&status=started&status=queued&status=scheduled' ++ curl -Ss -H 'Tenant: default_tenant' --user admin:UmH7vbj6 --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