+ '[' -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. Waiting for CM to come up + echo 'Waiting for CM to come up' + sleep 15 + /scripts/cloudify-ready.sh Did not get a status response This command is only available when using a manager. Please use the `cfy profiles use` command to connect to a Cloudify Manager. Waiting for CM to come up + echo 'Waiting for CM to come up' + sleep 15 + /scripts/cloudify-ready.sh Did not get a status response This command is only available when using a manager. Please use the `cfy profiles use` command to connect to a Cloudify Manager. + echo 'Waiting for CM to come up' + sleep 15 Waiting for CM to come up + /scripts/cloudify-ready.sh 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).. tmph7jofbxk.zip |-----------------------------------------------------| 0.55% tmph7jofbxk.zip |#----------------------------------------------------| 1.1% tmph7jofbxk.zip |#----------------------------------------------------| 1.65% tmph7jofbxk.zip |#----------------------------------------------------| 2.21% tmph7jofbxk.zip |#----------------------------------------------------| 2.76% tmph7jofbxk.zip |##---------------------------------------------------| 3.31% tmph7jofbxk.zip |##---------------------------------------------------| 3.86% tmph7jofbxk.zip |##---------------------------------------------------| 4.41% tmph7jofbxk.zip |###--------------------------------------------------| 4.96% tmph7jofbxk.zip |###--------------------------------------------------| 5.51% tmph7jofbxk.zip |###--------------------------------------------------| 6.06% tmph7jofbxk.zip |####-------------------------------------------------| 6.62% tmph7jofbxk.zip |####-------------------------------------------------| 7.17% tmph7jofbxk.zip |####-------------------------------------------------| 7.72% tmph7jofbxk.zip |####-------------------------------------------------| 8.27% tmph7jofbxk.zip |#####------------------------------------------------| 8.82% tmph7jofbxk.zip |#####------------------------------------------------| 9.37% tmph7jofbxk.zip |#####------------------------------------------------| 9.92% tmph7jofbxk.zip |######-----------------------------------------------| 10.48% tmph7jofbxk.zip |######-----------------------------------------------| 11.03% tmph7jofbxk.zip |######-----------------------------------------------| 11.58% tmph7jofbxk.zip |######-----------------------------------------------| 12.13% tmph7jofbxk.zip |#######----------------------------------------------| 12.68% tmph7jofbxk.zip |#######----------------------------------------------| 13.23% tmph7jofbxk.zip |#######----------------------------------------------| 13.78% tmph7jofbxk.zip |########---------------------------------------------| 14.34% tmph7jofbxk.zip |########---------------------------------------------| 14.89% tmph7jofbxk.zip |########---------------------------------------------| 15.44% tmph7jofbxk.zip |########---------------------------------------------| 15.99% tmph7jofbxk.zip |#########--------------------------------------------| 16.54% tmph7jofbxk.zip |#########--------------------------------------------| 17.09% tmph7jofbxk.zip |#########--------------------------------------------| 17.64% tmph7jofbxk.zip |##########-------------------------------------------| 18.19% tmph7jofbxk.zip |##########-------------------------------------------| 18.75% tmph7jofbxk.zip |##########-------------------------------------------| 19.3% tmph7jofbxk.zip |###########------------------------------------------| 19.85% tmph7jofbxk.zip |###########------------------------------------------| 20.4% tmph7jofbxk.zip |###########------------------------------------------| 20.95% tmph7jofbxk.zip |###########------------------------------------------| 21.5% tmph7jofbxk.zip |############-----------------------------------------| 22.05% tmph7jofbxk.zip |############-----------------------------------------| 22.61% tmph7jofbxk.zip |############-----------------------------------------| 23.16% tmph7jofbxk.zip |#############----------------------------------------| 23.71% tmph7jofbxk.zip |#############----------------------------------------| 24.26% tmph7jofbxk.zip |#############----------------------------------------| 24.81% tmph7jofbxk.zip |#############----------------------------------------| 25.36% tmph7jofbxk.zip |##############---------------------------------------| 25.91% tmph7jofbxk.zip |##############---------------------------------------| 26.47% tmph7jofbxk.zip |##############---------------------------------------| 27.02% tmph7jofbxk.zip |###############--------------------------------------| 27.57% tmph7jofbxk.zip |###############--------------------------------------| 28.12% tmph7jofbxk.zip |###############--------------------------------------| 28.67% tmph7jofbxk.zip |###############--------------------------------------| 29.22% tmph7jofbxk.zip |################-------------------------------------| 29.77% tmph7jofbxk.zip |################-------------------------------------| 30.32% tmph7jofbxk.zip |################-------------------------------------| 30.88% tmph7jofbxk.zip |#################------------------------------------| 31.43% tmph7jofbxk.zip |#################------------------------------------| 31.98% tmph7jofbxk.zip |#################------------------------------------| 32.53% tmph7jofbxk.zip |##################-----------------------------------| 33.08% tmph7jofbxk.zip |##################-----------------------------------| 33.63% tmph7jofbxk.zip |##################-----------------------------------| 34.18% tmph7jofbxk.zip |##################-----------------------------------| 34.74% tmph7jofbxk.zip |###################----------------------------------| 35.29% tmph7jofbxk.zip |###################----------------------------------| 35.84% tmph7jofbxk.zip |###################----------------------------------| 36.39% tmph7jofbxk.zip |####################---------------------------------| 36.94% tmph7jofbxk.zip |####################---------------------------------| 37.49% tmph7jofbxk.zip |####################---------------------------------| 38.04% tmph7jofbxk.zip |####################---------------------------------| 38.6% tmph7jofbxk.zip |#####################--------------------------------| 39.15% tmph7jofbxk.zip |#####################--------------------------------| 39.7% tmph7jofbxk.zip |#####################--------------------------------| 40.25% tmph7jofbxk.zip |######################-------------------------------| 40.8% tmph7jofbxk.zip |######################-------------------------------| 41.35% tmph7jofbxk.zip |######################-------------------------------| 41.9% tmph7jofbxk.zip |#######################------------------------------| 42.45% tmph7jofbxk.zip |#######################------------------------------| 43.01% tmph7jofbxk.zip |#######################------------------------------| 43.56% tmph7jofbxk.zip |#######################------------------------------| 44.11% tmph7jofbxk.zip |########################-----------------------------| 44.66% tmph7jofbxk.zip |########################-----------------------------| 45.21% tmph7jofbxk.zip |########################-----------------------------| 45.76% tmph7jofbxk.zip |#########################----------------------------| 46.31% tmph7jofbxk.zip |#########################----------------------------| 46.87% tmph7jofbxk.zip |#########################----------------------------| 47.42% tmph7jofbxk.zip |#########################----------------------------| 47.97% tmph7jofbxk.zip |##########################---------------------------| 48.52% tmph7jofbxk.zip |##########################---------------------------| 49.07% tmph7jofbxk.zip |##########################---------------------------| 49.62% tmph7jofbxk.zip |###########################--------------------------| 50.17% tmph7jofbxk.zip |###########################--------------------------| 50.73% tmph7jofbxk.zip |###########################--------------------------| 51.28% tmph7jofbxk.zip |###########################--------------------------| 51.83% tmph7jofbxk.zip |############################-------------------------| 52.38% tmph7jofbxk.zip |############################-------------------------| 52.93% tmph7jofbxk.zip |############################-------------------------| 53.48% tmph7jofbxk.zip |#############################------------------------| 54.03% tmph7jofbxk.zip |#############################------------------------| 54.58% tmph7jofbxk.zip |#############################------------------------| 55.14% tmph7jofbxk.zip |##############################-----------------------| 55.69% tmph7jofbxk.zip |##############################-----------------------| 56.24% tmph7jofbxk.zip |##############################-----------------------| 56.79% tmph7jofbxk.zip |##############################-----------------------| 57.34% tmph7jofbxk.zip |###############################----------------------| 57.89% tmph7jofbxk.zip |###############################----------------------| 58.44% tmph7jofbxk.zip |###############################----------------------| 59.0% tmph7jofbxk.zip |################################---------------------| 59.55% tmph7jofbxk.zip |################################---------------------| 60.1% tmph7jofbxk.zip |################################---------------------| 60.65% tmph7jofbxk.zip |################################---------------------| 61.2% tmph7jofbxk.zip |#################################--------------------| 61.75% tmph7jofbxk.zip |#################################--------------------| 62.3% tmph7jofbxk.zip |#################################--------------------| 62.86% tmph7jofbxk.zip |##################################-------------------| 63.41% tmph7jofbxk.zip |##################################-------------------| 63.96% tmph7jofbxk.zip |##################################-------------------| 64.51% tmph7jofbxk.zip |##################################-------------------| 65.06% tmph7jofbxk.zip |###################################------------------| 65.61% tmph7jofbxk.zip |###################################------------------| 66.16% tmph7jofbxk.zip |###################################------------------| 66.71% tmph7jofbxk.zip |####################################-----------------| 67.27% tmph7jofbxk.zip |####################################-----------------| 67.82% tmph7jofbxk.zip |####################################-----------------| 68.37% tmph7jofbxk.zip |#####################################----------------| 68.92% tmph7jofbxk.zip |#####################################----------------| 69.47% tmph7jofbxk.zip |#####################################----------------| 70.02% tmph7jofbxk.zip |#####################################----------------| 70.57% tmph7jofbxk.zip |######################################---------------| 71.13% tmph7jofbxk.zip |######################################---------------| 71.68% tmph7jofbxk.zip |######################################---------------| 72.23% tmph7jofbxk.zip |#######################################--------------| 72.78% tmph7jofbxk.zip |#######################################--------------| 73.33% tmph7jofbxk.zip |#######################################--------------| 73.88% tmph7jofbxk.zip |#######################################--------------| 74.43% tmph7jofbxk.zip |########################################-------------| 74.99% tmph7jofbxk.zip |########################################-------------| 75.54% tmph7jofbxk.zip |########################################-------------| 76.09% tmph7jofbxk.zip |#########################################------------| 76.64% tmph7jofbxk.zip |#########################################------------| 77.19% tmph7jofbxk.zip |#########################################------------| 77.74% tmph7jofbxk.zip |#########################################------------| 78.29% tmph7jofbxk.zip |##########################################-----------| 78.84% tmph7jofbxk.zip |##########################################-----------| 79.4% tmph7jofbxk.zip |##########################################-----------| 79.95% tmph7jofbxk.zip |###########################################----------| 80.5% tmph7jofbxk.zip |###########################################----------| 81.05% tmph7jofbxk.zip |###########################################----------| 81.6% tmph7jofbxk.zip |############################################---------| 82.15% tmph7jofbxk.zip |############################################---------| 82.7% tmph7jofbxk.zip |############################################---------| 83.26% tmph7jofbxk.zip |############################################---------| 83.81% tmph7jofbxk.zip |#############################################--------| 84.36% tmph7jofbxk.zip |#############################################--------| 84.91% tmph7jofbxk.zip |#############################################--------| 85.46% tmph7jofbxk.zip |##############################################-------| 86.01% tmph7jofbxk.zip |##############################################-------| 86.56% tmph7jofbxk.zip |##############################################-------| 87.12% tmph7jofbxk.zip |##############################################-------| 87.67% tmph7jofbxk.zip |###############################################------| 88.22% tmph7jofbxk.zip |###############################################------| 88.77% tmph7jofbxk.zip |###############################################------| 89.32% tmph7jofbxk.zip |################################################-----| 89.87% tmph7jofbxk.zip |################################################-----| 90.42% tmph7jofbxk.zip |################################################-----| 90.97% tmph7jofbxk.zip |#################################################----| 91.53% tmph7jofbxk.zip |#################################################----| 92.08% tmph7jofbxk.zip |#################################################----| 92.63% tmph7jofbxk.zip |#################################################----| 93.18% tmph7jofbxk.zip |##################################################---| 93.73% tmph7jofbxk.zip |##################################################---| 94.28% tmph7jofbxk.zip |##################################################---| 94.83% tmph7jofbxk.zip |###################################################--| 95.39% tmph7jofbxk.zip |###################################################--| 95.94% tmph7jofbxk.zip |###################################################--| 96.49% tmph7jofbxk.zip |###################################################--| 97.04% tmph7jofbxk.zip |####################################################-| 97.59% tmph7jofbxk.zip |####################################################-| 98.14% tmph7jofbxk.zip |####################################################-| 98.69% tmph7jofbxk.zip |#####################################################| 99.25% tmph7jofbxk.zip |#####################################################| 99.8% tmph7jofbxk.zip |#####################################################| 100.0% Plugin uploaded. Plugin's id is f19d7509-1d47-4568-999f-f35f454e448f + 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).. tmpeh413dbc.zip |-----------------------------------------------------| 0.19% tmpeh413dbc.zip |-----------------------------------------------------| 0.37% tmpeh413dbc.zip |-----------------------------------------------------| 0.56% tmpeh413dbc.zip |-----------------------------------------------------| 0.75% tmpeh413dbc.zip |-----------------------------------------------------| 0.94% tmpeh413dbc.zip |#----------------------------------------------------| 1.12% tmpeh413dbc.zip |#----------------------------------------------------| 1.31% tmpeh413dbc.zip |#----------------------------------------------------| 1.5% tmpeh413dbc.zip |#----------------------------------------------------| 1.69% tmpeh413dbc.zip |#----------------------------------------------------| 1.87% tmpeh413dbc.zip |#----------------------------------------------------| 2.06% tmpeh413dbc.zip |#----------------------------------------------------| 2.25% tmpeh413dbc.zip |#----------------------------------------------------| 2.44% tmpeh413dbc.zip |#----------------------------------------------------| 2.62% tmpeh413dbc.zip |#----------------------------------------------------| 2.81% tmpeh413dbc.zip |##---------------------------------------------------| 3.0% tmpeh413dbc.zip |##---------------------------------------------------| 3.19% tmpeh413dbc.zip |##---------------------------------------------------| 3.37% tmpeh413dbc.zip |##---------------------------------------------------| 3.56% tmpeh413dbc.zip |##---------------------------------------------------| 3.75% tmpeh413dbc.zip |##---------------------------------------------------| 3.94% tmpeh413dbc.zip |##---------------------------------------------------| 4.12% tmpeh413dbc.zip |##---------------------------------------------------| 4.31% tmpeh413dbc.zip |##---------------------------------------------------| 4.5% tmpeh413dbc.zip |##---------------------------------------------------| 4.69% tmpeh413dbc.zip |###--------------------------------------------------| 4.87% tmpeh413dbc.zip |###--------------------------------------------------| 5.06% tmpeh413dbc.zip |###--------------------------------------------------| 5.25% tmpeh413dbc.zip |###--------------------------------------------------| 5.43% tmpeh413dbc.zip |###--------------------------------------------------| 5.62% tmpeh413dbc.zip |###--------------------------------------------------| 5.81% tmpeh413dbc.zip |###--------------------------------------------------| 6.0% tmpeh413dbc.zip |###--------------------------------------------------| 6.18% tmpeh413dbc.zip |###--------------------------------------------------| 6.37% tmpeh413dbc.zip |###--------------------------------------------------| 6.56% tmpeh413dbc.zip |####-------------------------------------------------| 6.75% tmpeh413dbc.zip |####-------------------------------------------------| 6.93% tmpeh413dbc.zip |####-------------------------------------------------| 7.12% tmpeh413dbc.zip |####-------------------------------------------------| 7.31% tmpeh413dbc.zip |####-------------------------------------------------| 7.5% tmpeh413dbc.zip |####-------------------------------------------------| 7.68% tmpeh413dbc.zip |####-------------------------------------------------| 7.87% tmpeh413dbc.zip |####-------------------------------------------------| 8.06% tmpeh413dbc.zip |####-------------------------------------------------| 8.25% tmpeh413dbc.zip |####-------------------------------------------------| 8.43% tmpeh413dbc.zip |#####------------------------------------------------| 8.62% tmpeh413dbc.zip |#####------------------------------------------------| 8.81% tmpeh413dbc.zip |#####------------------------------------------------| 9.0% tmpeh413dbc.zip |#####------------------------------------------------| 9.18% tmpeh413dbc.zip |#####------------------------------------------------| 9.37% tmpeh413dbc.zip |#####------------------------------------------------| 9.56% tmpeh413dbc.zip |#####------------------------------------------------| 9.75% tmpeh413dbc.zip |#####------------------------------------------------| 9.93% tmpeh413dbc.zip |#####------------------------------------------------| 10.12% tmpeh413dbc.zip |#####------------------------------------------------| 10.31% tmpeh413dbc.zip |######-----------------------------------------------| 10.49% tmpeh413dbc.zip |######-----------------------------------------------| 10.68% tmpeh413dbc.zip |######-----------------------------------------------| 10.87% tmpeh413dbc.zip |######-----------------------------------------------| 11.06% tmpeh413dbc.zip |######-----------------------------------------------| 11.24% tmpeh413dbc.zip |######-----------------------------------------------| 11.43% tmpeh413dbc.zip |######-----------------------------------------------| 11.62% tmpeh413dbc.zip |######-----------------------------------------------| 11.81% tmpeh413dbc.zip |######-----------------------------------------------| 11.99% tmpeh413dbc.zip |######-----------------------------------------------| 12.18% tmpeh413dbc.zip |#######----------------------------------------------| 12.37% tmpeh413dbc.zip |#######----------------------------------------------| 12.56% tmpeh413dbc.zip |#######----------------------------------------------| 12.74% tmpeh413dbc.zip |#######----------------------------------------------| 12.93% tmpeh413dbc.zip |#######----------------------------------------------| 13.12% tmpeh413dbc.zip |#######----------------------------------------------| 13.31% tmpeh413dbc.zip |#######----------------------------------------------| 13.49% tmpeh413dbc.zip |#######----------------------------------------------| 13.68% tmpeh413dbc.zip |#######----------------------------------------------| 13.87% tmpeh413dbc.zip |#######----------------------------------------------| 14.06% tmpeh413dbc.zip |########---------------------------------------------| 14.24% tmpeh413dbc.zip |########---------------------------------------------| 14.43% tmpeh413dbc.zip |########---------------------------------------------| 14.62% tmpeh413dbc.zip |########---------------------------------------------| 14.8% tmpeh413dbc.zip |########---------------------------------------------| 14.99% tmpeh413dbc.zip |########---------------------------------------------| 15.18% tmpeh413dbc.zip |########---------------------------------------------| 15.37% tmpeh413dbc.zip |########---------------------------------------------| 15.55% tmpeh413dbc.zip |########---------------------------------------------| 15.74% tmpeh413dbc.zip |########---------------------------------------------| 15.93% tmpeh413dbc.zip |#########--------------------------------------------| 16.12% tmpeh413dbc.zip |#########--------------------------------------------| 16.3% tmpeh413dbc.zip |#########--------------------------------------------| 16.49% tmpeh413dbc.zip |#########--------------------------------------------| 16.68% tmpeh413dbc.zip |#########--------------------------------------------| 16.87% tmpeh413dbc.zip |#########--------------------------------------------| 17.05% tmpeh413dbc.zip |#########--------------------------------------------| 17.24% tmpeh413dbc.zip |#########--------------------------------------------| 17.43% tmpeh413dbc.zip |#########--------------------------------------------| 17.62% tmpeh413dbc.zip |#########--------------------------------------------| 17.8% tmpeh413dbc.zip |##########-------------------------------------------| 17.99% tmpeh413dbc.zip |##########-------------------------------------------| 18.18% tmpeh413dbc.zip |##########-------------------------------------------| 18.37% tmpeh413dbc.zip |##########-------------------------------------------| 18.55% tmpeh413dbc.zip |##########-------------------------------------------| 18.74% tmpeh413dbc.zip |##########-------------------------------------------| 18.93% tmpeh413dbc.zip |##########-------------------------------------------| 19.12% tmpeh413dbc.zip |##########-------------------------------------------| 19.3% tmpeh413dbc.zip |##########-------------------------------------------| 19.49% tmpeh413dbc.zip |##########-------------------------------------------| 19.68% tmpeh413dbc.zip |###########------------------------------------------| 19.86% tmpeh413dbc.zip |###########------------------------------------------| 20.05% tmpeh413dbc.zip |###########------------------------------------------| 20.24% tmpeh413dbc.zip |###########------------------------------------------| 20.43% tmpeh413dbc.zip |###########------------------------------------------| 20.61% tmpeh413dbc.zip |###########------------------------------------------| 20.8% tmpeh413dbc.zip |###########------------------------------------------| 20.99% tmpeh413dbc.zip |###########------------------------------------------| 21.18% tmpeh413dbc.zip |###########------------------------------------------| 21.36% tmpeh413dbc.zip |###########------------------------------------------| 21.55% tmpeh413dbc.zip |############-----------------------------------------| 21.74% tmpeh413dbc.zip |############-----------------------------------------| 21.93% tmpeh413dbc.zip |############-----------------------------------------| 22.11% tmpeh413dbc.zip |############-----------------------------------------| 22.3% tmpeh413dbc.zip |############-----------------------------------------| 22.49% tmpeh413dbc.zip |############-----------------------------------------| 22.68% tmpeh413dbc.zip |############-----------------------------------------| 22.86% tmpeh413dbc.zip |############-----------------------------------------| 23.05% tmpeh413dbc.zip |############-----------------------------------------| 23.24% tmpeh413dbc.zip |############-----------------------------------------| 23.43% tmpeh413dbc.zip |#############----------------------------------------| 23.61% tmpeh413dbc.zip |#############----------------------------------------| 23.8% tmpeh413dbc.zip |#############----------------------------------------| 23.99% tmpeh413dbc.zip |#############----------------------------------------| 24.18% tmpeh413dbc.zip |#############----------------------------------------| 24.36% tmpeh413dbc.zip |#############----------------------------------------| 24.55% tmpeh413dbc.zip |#############----------------------------------------| 24.74% tmpeh413dbc.zip |#############----------------------------------------| 24.92% tmpeh413dbc.zip |#############----------------------------------------| 25.11% tmpeh413dbc.zip |#############----------------------------------------| 25.3% tmpeh413dbc.zip |##############---------------------------------------| 25.49% tmpeh413dbc.zip |##############---------------------------------------| 25.67% tmpeh413dbc.zip |##############---------------------------------------| 25.86% tmpeh413dbc.zip |##############---------------------------------------| 26.05% tmpeh413dbc.zip |##############---------------------------------------| 26.24% tmpeh413dbc.zip |##############---------------------------------------| 26.42% tmpeh413dbc.zip |##############---------------------------------------| 26.61% tmpeh413dbc.zip |##############---------------------------------------| 26.8% tmpeh413dbc.zip |##############---------------------------------------| 26.99% tmpeh413dbc.zip |##############---------------------------------------| 27.17% tmpeh413dbc.zip |###############--------------------------------------| 27.36% tmpeh413dbc.zip |###############--------------------------------------| 27.55% tmpeh413dbc.zip |###############--------------------------------------| 27.74% tmpeh413dbc.zip |###############--------------------------------------| 27.92% tmpeh413dbc.zip |###############--------------------------------------| 28.11% tmpeh413dbc.zip |###############--------------------------------------| 28.3% tmpeh413dbc.zip |###############--------------------------------------| 28.49% tmpeh413dbc.zip |###############--------------------------------------| 28.67% tmpeh413dbc.zip |###############--------------------------------------| 28.86% tmpeh413dbc.zip |###############--------------------------------------| 29.05% tmpeh413dbc.zip |###############--------------------------------------| 29.24% tmpeh413dbc.zip |################-------------------------------------| 29.42% tmpeh413dbc.zip |################-------------------------------------| 29.61% tmpeh413dbc.zip |################-------------------------------------| 29.8% tmpeh413dbc.zip |################-------------------------------------| 29.98% tmpeh413dbc.zip |################-------------------------------------| 30.17% tmpeh413dbc.zip |################-------------------------------------| 30.36% tmpeh413dbc.zip |################-------------------------------------| 30.55% tmpeh413dbc.zip |################-------------------------------------| 30.73% tmpeh413dbc.zip |################-------------------------------------| 30.92% tmpeh413dbc.zip |################-------------------------------------| 31.11% tmpeh413dbc.zip |#################------------------------------------| 31.3% tmpeh413dbc.zip |#################------------------------------------| 31.48% tmpeh413dbc.zip |#################------------------------------------| 31.67% tmpeh413dbc.zip |#################------------------------------------| 31.86% tmpeh413dbc.zip |#################------------------------------------| 32.05% tmpeh413dbc.zip |#################------------------------------------| 32.23% tmpeh413dbc.zip |#################------------------------------------| 32.42% tmpeh413dbc.zip |#################------------------------------------| 32.61% tmpeh413dbc.zip |#################------------------------------------| 32.8% tmpeh413dbc.zip |#################------------------------------------| 32.98% tmpeh413dbc.zip |##################-----------------------------------| 33.17% tmpeh413dbc.zip |##################-----------------------------------| 33.36% tmpeh413dbc.zip |##################-----------------------------------| 33.55% tmpeh413dbc.zip |##################-----------------------------------| 33.73% tmpeh413dbc.zip |##################-----------------------------------| 33.92% tmpeh413dbc.zip |##################-----------------------------------| 34.11% tmpeh413dbc.zip |##################-----------------------------------| 34.3% tmpeh413dbc.zip |##################-----------------------------------| 34.48% tmpeh413dbc.zip |##################-----------------------------------| 34.67% tmpeh413dbc.zip |##################-----------------------------------| 34.86% tmpeh413dbc.zip |###################----------------------------------| 35.04% tmpeh413dbc.zip |###################----------------------------------| 35.23% tmpeh413dbc.zip |###################----------------------------------| 35.42% tmpeh413dbc.zip |###################----------------------------------| 35.61% tmpeh413dbc.zip |###################----------------------------------| 35.79% tmpeh413dbc.zip |###################----------------------------------| 35.98% tmpeh413dbc.zip |###################----------------------------------| 36.17% tmpeh413dbc.zip |###################----------------------------------| 36.36% tmpeh413dbc.zip |###################----------------------------------| 36.54% tmpeh413dbc.zip |###################----------------------------------| 36.73% tmpeh413dbc.zip |####################---------------------------------| 36.92% tmpeh413dbc.zip |####################---------------------------------| 37.11% tmpeh413dbc.zip |####################---------------------------------| 37.29% tmpeh413dbc.zip |####################---------------------------------| 37.48% tmpeh413dbc.zip |####################---------------------------------| 37.67% tmpeh413dbc.zip |####################---------------------------------| 37.86% tmpeh413dbc.zip |####################---------------------------------| 38.04% tmpeh413dbc.zip |####################---------------------------------| 38.23% tmpeh413dbc.zip |####################---------------------------------| 38.42% tmpeh413dbc.zip |####################---------------------------------| 38.61% tmpeh413dbc.zip |#####################--------------------------------| 38.79% tmpeh413dbc.zip |#####################--------------------------------| 38.98% tmpeh413dbc.zip |#####################--------------------------------| 39.17% tmpeh413dbc.zip |#####################--------------------------------| 39.36% tmpeh413dbc.zip |#####################--------------------------------| 39.54% tmpeh413dbc.zip |#####################--------------------------------| 39.73% tmpeh413dbc.zip |#####################--------------------------------| 39.92% tmpeh413dbc.zip |#####################--------------------------------| 40.1% tmpeh413dbc.zip |#####################--------------------------------| 40.29% tmpeh413dbc.zip |#####################--------------------------------| 40.48% tmpeh413dbc.zip |######################-------------------------------| 40.67% tmpeh413dbc.zip |######################-------------------------------| 40.85% tmpeh413dbc.zip |######################-------------------------------| 41.04% tmpeh413dbc.zip |######################-------------------------------| 41.23% tmpeh413dbc.zip |######################-------------------------------| 41.42% tmpeh413dbc.zip |######################-------------------------------| 41.6% tmpeh413dbc.zip |######################-------------------------------| 41.79% tmpeh413dbc.zip |######################-------------------------------| 41.98% tmpeh413dbc.zip |######################-------------------------------| 42.17% tmpeh413dbc.zip |######################-------------------------------| 42.35% tmpeh413dbc.zip |#######################------------------------------| 42.54% tmpeh413dbc.zip |#######################------------------------------| 42.73% tmpeh413dbc.zip |#######################------------------------------| 42.92% tmpeh413dbc.zip |#######################------------------------------| 43.1% tmpeh413dbc.zip |#######################------------------------------| 43.29% tmpeh413dbc.zip |#######################------------------------------| 43.48% tmpeh413dbc.zip |#######################------------------------------| 43.67% tmpeh413dbc.zip |#######################------------------------------| 43.85% tmpeh413dbc.zip |#######################------------------------------| 44.04% tmpeh413dbc.zip |#######################------------------------------| 44.23% tmpeh413dbc.zip |########################-----------------------------| 44.41% tmpeh413dbc.zip |########################-----------------------------| 44.6% tmpeh413dbc.zip |########################-----------------------------| 44.79% tmpeh413dbc.zip |########################-----------------------------| 44.98% tmpeh413dbc.zip |########################-----------------------------| 45.16% tmpeh413dbc.zip |########################-----------------------------| 45.35% tmpeh413dbc.zip |########################-----------------------------| 45.54% tmpeh413dbc.zip |########################-----------------------------| 45.73% tmpeh413dbc.zip |########################-----------------------------| 45.91% tmpeh413dbc.zip |########################-----------------------------| 46.1% tmpeh413dbc.zip |#########################----------------------------| 46.29% tmpeh413dbc.zip |#########################----------------------------| 46.48% tmpeh413dbc.zip |#########################----------------------------| 46.66% tmpeh413dbc.zip |#########################----------------------------| 46.85% tmpeh413dbc.zip |#########################----------------------------| 47.04% tmpeh413dbc.zip |#########################----------------------------| 47.23% tmpeh413dbc.zip |#########################----------------------------| 47.41% tmpeh413dbc.zip |#########################----------------------------| 47.6% tmpeh413dbc.zip |#########################----------------------------| 47.79% tmpeh413dbc.zip |#########################----------------------------| 47.98% tmpeh413dbc.zip |##########################---------------------------| 48.16% tmpeh413dbc.zip |##########################---------------------------| 48.35% tmpeh413dbc.zip |##########################---------------------------| 48.54% tmpeh413dbc.zip |##########################---------------------------| 48.73% tmpeh413dbc.zip |##########################---------------------------| 48.91% tmpeh413dbc.zip |##########################---------------------------| 49.1% tmpeh413dbc.zip |##########################---------------------------| 49.29% tmpeh413dbc.zip |##########################---------------------------| 49.47% tmpeh413dbc.zip |##########################---------------------------| 49.66% tmpeh413dbc.zip |##########################---------------------------| 49.85% tmpeh413dbc.zip |###########################--------------------------| 50.04% tmpeh413dbc.zip |###########################--------------------------| 50.22% tmpeh413dbc.zip |###########################--------------------------| 50.41% tmpeh413dbc.zip |###########################--------------------------| 50.6% tmpeh413dbc.zip |###########################--------------------------| 50.79% tmpeh413dbc.zip |###########################--------------------------| 50.97% tmpeh413dbc.zip |###########################--------------------------| 51.16% tmpeh413dbc.zip |###########################--------------------------| 51.35% tmpeh413dbc.zip |###########################--------------------------| 51.54% tmpeh413dbc.zip |###########################--------------------------| 51.72% tmpeh413dbc.zip |############################-------------------------| 51.91% tmpeh413dbc.zip |############################-------------------------| 52.1% tmpeh413dbc.zip |############################-------------------------| 52.29% tmpeh413dbc.zip |############################-------------------------| 52.47% tmpeh413dbc.zip |############################-------------------------| 52.66% tmpeh413dbc.zip |############################-------------------------| 52.85% tmpeh413dbc.zip |############################-------------------------| 53.04% tmpeh413dbc.zip |############################-------------------------| 53.22% tmpeh413dbc.zip |############################-------------------------| 53.41% tmpeh413dbc.zip |############################-------------------------| 53.6% tmpeh413dbc.zip |#############################------------------------| 53.79% tmpeh413dbc.zip |#############################------------------------| 53.97% tmpeh413dbc.zip |#############################------------------------| 54.16% tmpeh413dbc.zip |#############################------------------------| 54.35% tmpeh413dbc.zip |#############################------------------------| 54.53% tmpeh413dbc.zip |#############################------------------------| 54.72% tmpeh413dbc.zip |#############################------------------------| 54.91% tmpeh413dbc.zip |#############################------------------------| 55.1% tmpeh413dbc.zip |#############################------------------------| 55.28% tmpeh413dbc.zip |#############################------------------------| 55.47% tmpeh413dbc.zip |#############################------------------------| 55.66% tmpeh413dbc.zip |##############################-----------------------| 55.85% tmpeh413dbc.zip |##############################-----------------------| 56.03% tmpeh413dbc.zip |##############################-----------------------| 56.22% tmpeh413dbc.zip |##############################-----------------------| 56.41% tmpeh413dbc.zip |##############################-----------------------| 56.6% tmpeh413dbc.zip |##############################-----------------------| 56.78% tmpeh413dbc.zip |##############################-----------------------| 56.97% tmpeh413dbc.zip |##############################-----------------------| 57.16% tmpeh413dbc.zip |##############################-----------------------| 57.35% tmpeh413dbc.zip |##############################-----------------------| 57.53% tmpeh413dbc.zip |###############################----------------------| 57.72% tmpeh413dbc.zip |###############################----------------------| 57.91% tmpeh413dbc.zip |###############################----------------------| 58.1% tmpeh413dbc.zip |###############################----------------------| 58.28% tmpeh413dbc.zip |###############################----------------------| 58.47% tmpeh413dbc.zip |###############################----------------------| 58.66% tmpeh413dbc.zip |###############################----------------------| 58.85% tmpeh413dbc.zip |###############################----------------------| 59.03% tmpeh413dbc.zip |###############################----------------------| 59.22% tmpeh413dbc.zip |###############################----------------------| 59.41% tmpeh413dbc.zip |################################---------------------| 59.59% tmpeh413dbc.zip |################################---------------------| 59.78% tmpeh413dbc.zip |################################---------------------| 59.97% tmpeh413dbc.zip |################################---------------------| 60.16% tmpeh413dbc.zip |################################---------------------| 60.34% tmpeh413dbc.zip |################################---------------------| 60.53% tmpeh413dbc.zip |################################---------------------| 60.72% tmpeh413dbc.zip |################################---------------------| 60.91% tmpeh413dbc.zip |################################---------------------| 61.09% tmpeh413dbc.zip |################################---------------------| 61.28% tmpeh413dbc.zip |#################################--------------------| 61.47% tmpeh413dbc.zip |#################################--------------------| 61.66% tmpeh413dbc.zip |#################################--------------------| 61.84% tmpeh413dbc.zip |#################################--------------------| 62.03% tmpeh413dbc.zip |#################################--------------------| 62.22% tmpeh413dbc.zip |#################################--------------------| 62.41% tmpeh413dbc.zip |#################################--------------------| 62.59% tmpeh413dbc.zip |#################################--------------------| 62.78% tmpeh413dbc.zip |#################################--------------------| 62.97% tmpeh413dbc.zip |#################################--------------------| 63.16% tmpeh413dbc.zip |##################################-------------------| 63.34% tmpeh413dbc.zip |##################################-------------------| 63.53% tmpeh413dbc.zip |##################################-------------------| 63.72% tmpeh413dbc.zip |##################################-------------------| 63.91% tmpeh413dbc.zip |##################################-------------------| 64.09% tmpeh413dbc.zip |##################################-------------------| 64.28% tmpeh413dbc.zip |##################################-------------------| 64.47% tmpeh413dbc.zip |##################################-------------------| 64.65% tmpeh413dbc.zip |##################################-------------------| 64.84% tmpeh413dbc.zip |##################################-------------------| 65.03% tmpeh413dbc.zip |###################################------------------| 65.22% tmpeh413dbc.zip |###################################------------------| 65.4% tmpeh413dbc.zip |###################################------------------| 65.59% tmpeh413dbc.zip |###################################------------------| 65.78% tmpeh413dbc.zip |###################################------------------| 65.97% tmpeh413dbc.zip |###################################------------------| 66.15% tmpeh413dbc.zip |###################################------------------| 66.34% tmpeh413dbc.zip |###################################------------------| 66.53% tmpeh413dbc.zip |###################################------------------| 66.72% tmpeh413dbc.zip |###################################------------------| 66.9% tmpeh413dbc.zip |####################################-----------------| 67.09% tmpeh413dbc.zip |####################################-----------------| 67.28% tmpeh413dbc.zip |####################################-----------------| 67.47% tmpeh413dbc.zip |####################################-----------------| 67.65% tmpeh413dbc.zip |####################################-----------------| 67.84% tmpeh413dbc.zip |####################################-----------------| 68.03% tmpeh413dbc.zip |####################################-----------------| 68.22% tmpeh413dbc.zip |####################################-----------------| 68.4% tmpeh413dbc.zip |####################################-----------------| 68.59% tmpeh413dbc.zip |####################################-----------------| 68.78% tmpeh413dbc.zip |#####################################----------------| 68.97% tmpeh413dbc.zip |#####################################----------------| 69.15% tmpeh413dbc.zip |#####################################----------------| 69.34% tmpeh413dbc.zip |#####################################----------------| 69.53% tmpeh413dbc.zip |#####################################----------------| 69.71% tmpeh413dbc.zip |#####################################----------------| 69.9% tmpeh413dbc.zip |#####################################----------------| 70.09% tmpeh413dbc.zip |#####################################----------------| 70.28% tmpeh413dbc.zip |#####################################----------------| 70.46% tmpeh413dbc.zip |#####################################----------------| 70.65% tmpeh413dbc.zip |######################################---------------| 70.84% tmpeh413dbc.zip |######################################---------------| 71.03% tmpeh413dbc.zip |######################################---------------| 71.21% tmpeh413dbc.zip |######################################---------------| 71.4% tmpeh413dbc.zip |######################################---------------| 71.59% tmpeh413dbc.zip |######################################---------------| 71.78% tmpeh413dbc.zip |######################################---------------| 71.96% tmpeh413dbc.zip |######################################---------------| 72.15% tmpeh413dbc.zip |######################################---------------| 72.34% tmpeh413dbc.zip |######################################---------------| 72.53% tmpeh413dbc.zip |#######################################--------------| 72.71% tmpeh413dbc.zip |#######################################--------------| 72.9% tmpeh413dbc.zip |#######################################--------------| 73.09% tmpeh413dbc.zip |#######################################--------------| 73.28% tmpeh413dbc.zip |#######################################--------------| 73.46% tmpeh413dbc.zip |#######################################--------------| 73.65% tmpeh413dbc.zip |#######################################--------------| 73.84% tmpeh413dbc.zip |#######################################--------------| 74.02% tmpeh413dbc.zip |#######################################--------------| 74.21% tmpeh413dbc.zip |#######################################--------------| 74.4% tmpeh413dbc.zip |########################################-------------| 74.59% tmpeh413dbc.zip |########################################-------------| 74.77% tmpeh413dbc.zip |########################################-------------| 74.96% tmpeh413dbc.zip |########################################-------------| 75.15% tmpeh413dbc.zip |########################################-------------| 75.34% tmpeh413dbc.zip |########################################-------------| 75.52% tmpeh413dbc.zip |########################################-------------| 75.71% tmpeh413dbc.zip |########################################-------------| 75.9% tmpeh413dbc.zip |########################################-------------| 76.09% tmpeh413dbc.zip |########################################-------------| 76.27% tmpeh413dbc.zip |#########################################------------| 76.46% tmpeh413dbc.zip |#########################################------------| 76.65% tmpeh413dbc.zip |#########################################------------| 76.84% tmpeh413dbc.zip |#########################################------------| 77.02% tmpeh413dbc.zip |#########################################------------| 77.21% tmpeh413dbc.zip |#########################################------------| 77.4% tmpeh413dbc.zip |#########################################------------| 77.59% tmpeh413dbc.zip |#########################################------------| 77.77% tmpeh413dbc.zip |#########################################------------| 77.96% tmpeh413dbc.zip |#########################################------------| 78.15% tmpeh413dbc.zip |##########################################-----------| 78.34% tmpeh413dbc.zip |##########################################-----------| 78.52% tmpeh413dbc.zip |##########################################-----------| 78.71% tmpeh413dbc.zip |##########################################-----------| 78.9% tmpeh413dbc.zip |##########################################-----------| 79.08% tmpeh413dbc.zip |##########################################-----------| 79.27% tmpeh413dbc.zip |##########################################-----------| 79.46% tmpeh413dbc.zip |##########################################-----------| 79.65% tmpeh413dbc.zip |##########################################-----------| 79.83% tmpeh413dbc.zip |##########################################-----------| 80.02% tmpeh413dbc.zip |###########################################----------| 80.21% tmpeh413dbc.zip |###########################################----------| 80.4% tmpeh413dbc.zip |###########################################----------| 80.58% tmpeh413dbc.zip |###########################################----------| 80.77% tmpeh413dbc.zip |###########################################----------| 80.96% tmpeh413dbc.zip |###########################################----------| 81.15% tmpeh413dbc.zip |###########################################----------| 81.33% tmpeh413dbc.zip |###########################################----------| 81.52% tmpeh413dbc.zip |###########################################----------| 81.71% tmpeh413dbc.zip |###########################################----------| 81.9% tmpeh413dbc.zip |############################################---------| 82.08% tmpeh413dbc.zip |############################################---------| 82.27% tmpeh413dbc.zip |############################################---------| 82.46% tmpeh413dbc.zip |############################################---------| 82.65% tmpeh413dbc.zip |############################################---------| 82.83% tmpeh413dbc.zip |############################################---------| 83.02% tmpeh413dbc.zip |############################################---------| 83.21% tmpeh413dbc.zip |############################################---------| 83.4% tmpeh413dbc.zip |############################################---------| 83.58% tmpeh413dbc.zip |############################################---------| 83.77% tmpeh413dbc.zip |############################################---------| 83.96% tmpeh413dbc.zip |#############################################--------| 84.14% tmpeh413dbc.zip |#############################################--------| 84.33% tmpeh413dbc.zip |#############################################--------| 84.52% tmpeh413dbc.zip |#############################################--------| 84.71% tmpeh413dbc.zip |#############################################--------| 84.89% tmpeh413dbc.zip |#############################################--------| 85.08% tmpeh413dbc.zip |#############################################--------| 85.27% tmpeh413dbc.zip |#############################################--------| 85.46% tmpeh413dbc.zip |#############################################--------| 85.64% tmpeh413dbc.zip |#############################################--------| 85.83% tmpeh413dbc.zip |##############################################-------| 86.02% tmpeh413dbc.zip |##############################################-------| 86.21% tmpeh413dbc.zip |##############################################-------| 86.39% tmpeh413dbc.zip |##############################################-------| 86.58% tmpeh413dbc.zip |##############################################-------| 86.77% tmpeh413dbc.zip |##############################################-------| 86.96% tmpeh413dbc.zip |##############################################-------| 87.14% tmpeh413dbc.zip |##############################################-------| 87.33% tmpeh413dbc.zip |##############################################-------| 87.52% tmpeh413dbc.zip |##############################################-------| 87.71% tmpeh413dbc.zip |###############################################------| 87.89% tmpeh413dbc.zip |###############################################------| 88.08% tmpeh413dbc.zip |###############################################------| 88.27% tmpeh413dbc.zip |###############################################------| 88.46% tmpeh413dbc.zip |###############################################------| 88.64% tmpeh413dbc.zip |###############################################------| 88.83% tmpeh413dbc.zip |###############################################------| 89.02% tmpeh413dbc.zip |###############################################------| 89.2% tmpeh413dbc.zip |###############################################------| 89.39% tmpeh413dbc.zip |###############################################------| 89.58% tmpeh413dbc.zip |################################################-----| 89.77% tmpeh413dbc.zip |################################################-----| 89.95% tmpeh413dbc.zip |################################################-----| 90.14% tmpeh413dbc.zip |################################################-----| 90.33% tmpeh413dbc.zip |################################################-----| 90.52% tmpeh413dbc.zip |################################################-----| 90.7% tmpeh413dbc.zip |################################################-----| 90.89% tmpeh413dbc.zip |################################################-----| 91.08% tmpeh413dbc.zip |################################################-----| 91.27% tmpeh413dbc.zip |################################################-----| 91.45% tmpeh413dbc.zip |#################################################----| 91.64% tmpeh413dbc.zip |#################################################----| 91.83% tmpeh413dbc.zip |#################################################----| 92.02% tmpeh413dbc.zip |#################################################----| 92.2% tmpeh413dbc.zip |#################################################----| 92.39% tmpeh413dbc.zip |#################################################----| 92.58% tmpeh413dbc.zip |#################################################----| 92.77% tmpeh413dbc.zip |#################################################----| 92.95% tmpeh413dbc.zip |#################################################----| 93.14% tmpeh413dbc.zip |#################################################----| 93.33% tmpeh413dbc.zip |##################################################---| 93.52% tmpeh413dbc.zip |##################################################---| 93.7% tmpeh413dbc.zip |##################################################---| 93.89% tmpeh413dbc.zip |##################################################---| 94.08% tmpeh413dbc.zip |##################################################---| 94.26% tmpeh413dbc.zip |##################################################---| 94.45% tmpeh413dbc.zip |##################################################---| 94.64% tmpeh413dbc.zip |##################################################---| 94.83% tmpeh413dbc.zip |##################################################---| 95.01% tmpeh413dbc.zip |##################################################---| 95.2% tmpeh413dbc.zip |###################################################--| 95.39% tmpeh413dbc.zip |###################################################--| 95.58% tmpeh413dbc.zip |###################################################--| 95.76% tmpeh413dbc.zip |###################################################--| 95.95% tmpeh413dbc.zip |###################################################--| 96.14% tmpeh413dbc.zip |###################################################--| 96.33% tmpeh413dbc.zip |###################################################--| 96.51% tmpeh413dbc.zip |###################################################--| 96.7% tmpeh413dbc.zip |###################################################--| 96.89% tmpeh413dbc.zip |###################################################--| 97.08% tmpeh413dbc.zip |####################################################-| 97.26% tmpeh413dbc.zip |####################################################-| 97.45% tmpeh413dbc.zip |####################################################-| 97.64% tmpeh413dbc.zip |####################################################-| 97.83% tmpeh413dbc.zip |####################################################-| 98.01% tmpeh413dbc.zip |####################################################-| 98.2% tmpeh413dbc.zip |####################################################-| 98.39% tmpeh413dbc.zip |####################################################-| 98.58% tmpeh413dbc.zip |####################################################-| 98.76% tmpeh413dbc.zip |####################################################-| 98.95% tmpeh413dbc.zip |#####################################################| 99.14% tmpeh413dbc.zip |#####################################################| 99.32% tmpeh413dbc.zip |#####################################################| 99.51% tmpeh413dbc.zip |#####################################################| 99.7% tmpeh413dbc.zip |#####################################################| 99.89% tmpeh413dbc.zip |#####################################################| 100.0% Plugin uploaded. Plugin's id is 0a57bcfe-acb3-4d49-a6a4-ab2f0bcf4f86 + 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).. tmpdj011qaj.zip |-----------------------------------------------------| 0.57% tmpdj011qaj.zip |#----------------------------------------------------| 1.14% tmpdj011qaj.zip |#----------------------------------------------------| 1.71% tmpdj011qaj.zip |#----------------------------------------------------| 2.28% tmpdj011qaj.zip |##---------------------------------------------------| 2.85% tmpdj011qaj.zip |##---------------------------------------------------| 3.42% tmpdj011qaj.zip |##---------------------------------------------------| 3.98% tmpdj011qaj.zip |##---------------------------------------------------| 4.55% tmpdj011qaj.zip |###--------------------------------------------------| 5.12% tmpdj011qaj.zip |###--------------------------------------------------| 5.69% tmpdj011qaj.zip |###--------------------------------------------------| 6.26% tmpdj011qaj.zip |####-------------------------------------------------| 6.83% tmpdj011qaj.zip |####-------------------------------------------------| 7.4% tmpdj011qaj.zip |####-------------------------------------------------| 7.97% tmpdj011qaj.zip |#####------------------------------------------------| 8.54% tmpdj011qaj.zip |#####------------------------------------------------| 9.11% tmpdj011qaj.zip |#####------------------------------------------------| 9.68% tmpdj011qaj.zip |#####------------------------------------------------| 10.25% tmpdj011qaj.zip |######-----------------------------------------------| 10.81% tmpdj011qaj.zip |######-----------------------------------------------| 11.38% tmpdj011qaj.zip |######-----------------------------------------------| 11.95% tmpdj011qaj.zip |#######----------------------------------------------| 12.52% tmpdj011qaj.zip |#######----------------------------------------------| 13.09% tmpdj011qaj.zip |#######----------------------------------------------| 13.66% tmpdj011qaj.zip |########---------------------------------------------| 14.23% tmpdj011qaj.zip |########---------------------------------------------| 14.8% tmpdj011qaj.zip |########---------------------------------------------| 15.37% tmpdj011qaj.zip |########---------------------------------------------| 15.94% tmpdj011qaj.zip |#########--------------------------------------------| 16.51% tmpdj011qaj.zip |#########--------------------------------------------| 17.08% tmpdj011qaj.zip |#########--------------------------------------------| 17.64% tmpdj011qaj.zip |##########-------------------------------------------| 18.21% tmpdj011qaj.zip |##########-------------------------------------------| 18.78% tmpdj011qaj.zip |##########-------------------------------------------| 19.35% tmpdj011qaj.zip |###########------------------------------------------| 19.92% tmpdj011qaj.zip |###########------------------------------------------| 20.49% tmpdj011qaj.zip |###########------------------------------------------| 21.06% tmpdj011qaj.zip |###########------------------------------------------| 21.63% tmpdj011qaj.zip |############-----------------------------------------| 22.2% tmpdj011qaj.zip |############-----------------------------------------| 22.77% tmpdj011qaj.zip |############-----------------------------------------| 23.34% tmpdj011qaj.zip |#############----------------------------------------| 23.91% tmpdj011qaj.zip |#############----------------------------------------| 24.47% tmpdj011qaj.zip |#############----------------------------------------| 25.04% tmpdj011qaj.zip |##############---------------------------------------| 25.61% tmpdj011qaj.zip |##############---------------------------------------| 26.18% tmpdj011qaj.zip |##############---------------------------------------| 26.75% tmpdj011qaj.zip |##############---------------------------------------| 27.32% tmpdj011qaj.zip |###############--------------------------------------| 27.89% tmpdj011qaj.zip |###############--------------------------------------| 28.46% tmpdj011qaj.zip |###############--------------------------------------| 29.03% tmpdj011qaj.zip |################-------------------------------------| 29.6% tmpdj011qaj.zip |################-------------------------------------| 30.17% tmpdj011qaj.zip |################-------------------------------------| 30.74% tmpdj011qaj.zip |#################------------------------------------| 31.3% tmpdj011qaj.zip |#################------------------------------------| 31.87% tmpdj011qaj.zip |#################------------------------------------| 32.44% tmpdj011qaj.zip |#################------------------------------------| 33.01% tmpdj011qaj.zip |##################-----------------------------------| 33.58% tmpdj011qaj.zip |##################-----------------------------------| 34.15% tmpdj011qaj.zip |##################-----------------------------------| 34.72% tmpdj011qaj.zip |###################----------------------------------| 35.29% tmpdj011qaj.zip |###################----------------------------------| 35.86% tmpdj011qaj.zip |###################----------------------------------| 36.43% tmpdj011qaj.zip |####################---------------------------------| 37.0% tmpdj011qaj.zip |####################---------------------------------| 37.57% tmpdj011qaj.zip |####################---------------------------------| 38.13% tmpdj011qaj.zip |#####################--------------------------------| 38.7% tmpdj011qaj.zip |#####################--------------------------------| 39.27% tmpdj011qaj.zip |#####################--------------------------------| 39.84% tmpdj011qaj.zip |#####################--------------------------------| 40.41% tmpdj011qaj.zip |######################-------------------------------| 40.98% tmpdj011qaj.zip |######################-------------------------------| 41.55% tmpdj011qaj.zip |######################-------------------------------| 42.12% tmpdj011qaj.zip |#######################------------------------------| 42.69% tmpdj011qaj.zip |#######################------------------------------| 43.26% tmpdj011qaj.zip |#######################------------------------------| 43.83% tmpdj011qaj.zip |########################-----------------------------| 44.4% tmpdj011qaj.zip |########################-----------------------------| 44.96% tmpdj011qaj.zip |########################-----------------------------| 45.53% tmpdj011qaj.zip |########################-----------------------------| 46.1% tmpdj011qaj.zip |#########################----------------------------| 46.67% tmpdj011qaj.zip |#########################----------------------------| 47.24% tmpdj011qaj.zip |#########################----------------------------| 47.81% tmpdj011qaj.zip |##########################---------------------------| 48.38% tmpdj011qaj.zip |##########################---------------------------| 48.95% tmpdj011qaj.zip |##########################---------------------------| 49.52% tmpdj011qaj.zip |###########################--------------------------| 50.09% tmpdj011qaj.zip |###########################--------------------------| 50.66% tmpdj011qaj.zip |###########################--------------------------| 51.23% tmpdj011qaj.zip |###########################--------------------------| 51.79% tmpdj011qaj.zip |############################-------------------------| 52.36% tmpdj011qaj.zip |############################-------------------------| 52.93% tmpdj011qaj.zip |############################-------------------------| 53.5% tmpdj011qaj.zip |#############################------------------------| 54.07% tmpdj011qaj.zip |#############################------------------------| 54.64% tmpdj011qaj.zip |#############################------------------------| 55.21% tmpdj011qaj.zip |##############################-----------------------| 55.78% tmpdj011qaj.zip |##############################-----------------------| 56.35% tmpdj011qaj.zip |##############################-----------------------| 56.92% tmpdj011qaj.zip |##############################-----------------------| 57.49% tmpdj011qaj.zip |###############################----------------------| 58.06% tmpdj011qaj.zip |###############################----------------------| 58.62% tmpdj011qaj.zip |###############################----------------------| 59.19% tmpdj011qaj.zip |################################---------------------| 59.76% tmpdj011qaj.zip |################################---------------------| 60.33% tmpdj011qaj.zip |################################---------------------| 60.9% tmpdj011qaj.zip |#################################--------------------| 61.47% tmpdj011qaj.zip |#################################--------------------| 62.04% tmpdj011qaj.zip |#################################--------------------| 62.61% tmpdj011qaj.zip |#################################--------------------| 63.18% tmpdj011qaj.zip |##################################-------------------| 63.75% tmpdj011qaj.zip |##################################-------------------| 64.32% tmpdj011qaj.zip |##################################-------------------| 64.89% tmpdj011qaj.zip |###################################------------------| 65.45% tmpdj011qaj.zip |###################################------------------| 66.02% tmpdj011qaj.zip |###################################------------------| 66.59% tmpdj011qaj.zip |####################################-----------------| 67.16% tmpdj011qaj.zip |####################################-----------------| 67.73% tmpdj011qaj.zip |####################################-----------------| 68.3% tmpdj011qaj.zip |#####################################----------------| 68.87% tmpdj011qaj.zip |#####################################----------------| 69.44% tmpdj011qaj.zip |#####################################----------------| 70.01% tmpdj011qaj.zip |#####################################----------------| 70.58% tmpdj011qaj.zip |######################################---------------| 71.15% tmpdj011qaj.zip |######################################---------------| 71.72% tmpdj011qaj.zip |######################################---------------| 72.28% tmpdj011qaj.zip |#######################################--------------| 72.85% tmpdj011qaj.zip |#######################################--------------| 73.42% tmpdj011qaj.zip |#######################################--------------| 73.99% tmpdj011qaj.zip |########################################-------------| 74.56% tmpdj011qaj.zip |########################################-------------| 75.13% tmpdj011qaj.zip |########################################-------------| 75.7% tmpdj011qaj.zip |########################################-------------| 76.27% tmpdj011qaj.zip |#########################################------------| 76.84% tmpdj011qaj.zip |#########################################------------| 77.41% tmpdj011qaj.zip |#########################################------------| 77.98% tmpdj011qaj.zip |##########################################-----------| 78.55% tmpdj011qaj.zip |##########################################-----------| 79.11% tmpdj011qaj.zip |##########################################-----------| 79.68% tmpdj011qaj.zip |###########################################----------| 80.25% tmpdj011qaj.zip |###########################################----------| 80.82% tmpdj011qaj.zip |###########################################----------| 81.39% tmpdj011qaj.zip |###########################################----------| 81.96% tmpdj011qaj.zip |############################################---------| 82.53% tmpdj011qaj.zip |############################################---------| 83.1% tmpdj011qaj.zip |############################################---------| 83.67% tmpdj011qaj.zip |#############################################--------| 84.24% tmpdj011qaj.zip |#############################################--------| 84.81% tmpdj011qaj.zip |#############################################--------| 85.38% tmpdj011qaj.zip |##############################################-------| 85.94% tmpdj011qaj.zip |##############################################-------| 86.51% tmpdj011qaj.zip |##############################################-------| 87.08% tmpdj011qaj.zip |##############################################-------| 87.65% tmpdj011qaj.zip |###############################################------| 88.22% tmpdj011qaj.zip |###############################################------| 88.79% tmpdj011qaj.zip |###############################################------| 89.36% tmpdj011qaj.zip |################################################-----| 89.93% tmpdj011qaj.zip |################################################-----| 90.5% tmpdj011qaj.zip |################################################-----| 91.07% tmpdj011qaj.zip |#################################################----| 91.64% tmpdj011qaj.zip |#################################################----| 92.21% tmpdj011qaj.zip |#################################################----| 92.77% tmpdj011qaj.zip |#################################################----| 93.34% tmpdj011qaj.zip |##################################################---| 93.91% tmpdj011qaj.zip |##################################################---| 94.48% tmpdj011qaj.zip |##################################################---| 95.05% tmpdj011qaj.zip |###################################################--| 95.62% tmpdj011qaj.zip |###################################################--| 96.19% tmpdj011qaj.zip |###################################################--| 96.76% tmpdj011qaj.zip |####################################################-| 97.33% tmpdj011qaj.zip |####################################################-| 97.9% tmpdj011qaj.zip |####################################################-| 98.47% tmpdj011qaj.zip |####################################################-| 99.04% tmpdj011qaj.zip |#####################################################| 99.6% tmpdj011qaj.zip |#####################################################| 100.0% Plugin uploaded. Plugin's id is 95692a92-5719-456f-aa20-d2eaf12d0736 + 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).. tmp75q7a15r.zip |-----------------------------------------------------| 0.14% tmp75q7a15r.zip |-----------------------------------------------------| 0.27% tmp75q7a15r.zip |-----------------------------------------------------| 0.41% tmp75q7a15r.zip |-----------------------------------------------------| 0.55% tmp75q7a15r.zip |-----------------------------------------------------| 0.68% tmp75q7a15r.zip |-----------------------------------------------------| 0.82% tmp75q7a15r.zip |#----------------------------------------------------| 0.95% tmp75q7a15r.zip |#----------------------------------------------------| 1.09% tmp75q7a15r.zip |#----------------------------------------------------| 1.23% tmp75q7a15r.zip |#----------------------------------------------------| 1.36% tmp75q7a15r.zip |#----------------------------------------------------| 1.5% tmp75q7a15r.zip |#----------------------------------------------------| 1.64% tmp75q7a15r.zip |#----------------------------------------------------| 1.77% tmp75q7a15r.zip |#----------------------------------------------------| 1.91% tmp75q7a15r.zip |#----------------------------------------------------| 2.05% tmp75q7a15r.zip |#----------------------------------------------------| 2.18% tmp75q7a15r.zip |#----------------------------------------------------| 2.32% tmp75q7a15r.zip |#----------------------------------------------------| 2.46% tmp75q7a15r.zip |#----------------------------------------------------| 2.59% tmp75q7a15r.zip |#----------------------------------------------------| 2.73% tmp75q7a15r.zip |##---------------------------------------------------| 2.86% tmp75q7a15r.zip |##---------------------------------------------------| 3.0% tmp75q7a15r.zip |##---------------------------------------------------| 3.14% tmp75q7a15r.zip |##---------------------------------------------------| 3.27% tmp75q7a15r.zip |##---------------------------------------------------| 3.41% tmp75q7a15r.zip |##---------------------------------------------------| 3.55% tmp75q7a15r.zip |##---------------------------------------------------| 3.68% tmp75q7a15r.zip |##---------------------------------------------------| 3.82% tmp75q7a15r.zip |##---------------------------------------------------| 3.96% tmp75q7a15r.zip |##---------------------------------------------------| 4.09% tmp75q7a15r.zip |##---------------------------------------------------| 4.23% tmp75q7a15r.zip |##---------------------------------------------------| 4.37% tmp75q7a15r.zip |##---------------------------------------------------| 4.5% tmp75q7a15r.zip |##---------------------------------------------------| 4.64% tmp75q7a15r.zip |###--------------------------------------------------| 4.77% tmp75q7a15r.zip |###--------------------------------------------------| 4.91% tmp75q7a15r.zip |###--------------------------------------------------| 5.05% tmp75q7a15r.zip |###--------------------------------------------------| 5.18% tmp75q7a15r.zip |###--------------------------------------------------| 5.32% tmp75q7a15r.zip |###--------------------------------------------------| 5.46% tmp75q7a15r.zip |###--------------------------------------------------| 5.59% tmp75q7a15r.zip |###--------------------------------------------------| 5.73% tmp75q7a15r.zip |###--------------------------------------------------| 5.87% tmp75q7a15r.zip |###--------------------------------------------------| 6.0% tmp75q7a15r.zip |###--------------------------------------------------| 6.14% tmp75q7a15r.zip |###--------------------------------------------------| 6.28% tmp75q7a15r.zip |###--------------------------------------------------| 6.41% tmp75q7a15r.zip |###--------------------------------------------------| 6.55% tmp75q7a15r.zip |####-------------------------------------------------| 6.68% tmp75q7a15r.zip |####-------------------------------------------------| 6.82% tmp75q7a15r.zip |####-------------------------------------------------| 6.96% tmp75q7a15r.zip |####-------------------------------------------------| 7.09% tmp75q7a15r.zip |####-------------------------------------------------| 7.23% tmp75q7a15r.zip |####-------------------------------------------------| 7.37% tmp75q7a15r.zip |####-------------------------------------------------| 7.5% tmp75q7a15r.zip |####-------------------------------------------------| 7.64% tmp75q7a15r.zip |####-------------------------------------------------| 7.78% tmp75q7a15r.zip |####-------------------------------------------------| 7.91% tmp75q7a15r.zip |####-------------------------------------------------| 8.05% tmp75q7a15r.zip |####-------------------------------------------------| 8.18% tmp75q7a15r.zip |####-------------------------------------------------| 8.32% tmp75q7a15r.zip |####-------------------------------------------------| 8.46% tmp75q7a15r.zip |#####------------------------------------------------| 8.59% tmp75q7a15r.zip |#####------------------------------------------------| 8.73% tmp75q7a15r.zip |#####------------------------------------------------| 8.87% tmp75q7a15r.zip |#####------------------------------------------------| 9.0% tmp75q7a15r.zip |#####------------------------------------------------| 9.14% tmp75q7a15r.zip |#####------------------------------------------------| 9.28% tmp75q7a15r.zip |#####------------------------------------------------| 9.41% tmp75q7a15r.zip |#####------------------------------------------------| 9.55% tmp75q7a15r.zip |#####------------------------------------------------| 9.69% tmp75q7a15r.zip |#####------------------------------------------------| 9.82% tmp75q7a15r.zip |#####------------------------------------------------| 9.96% tmp75q7a15r.zip |#####------------------------------------------------| 10.09% tmp75q7a15r.zip |#####------------------------------------------------| 10.23% tmp75q7a15r.zip |#####------------------------------------------------| 10.37% tmp75q7a15r.zip |######-----------------------------------------------| 10.5% tmp75q7a15r.zip |######-----------------------------------------------| 10.64% tmp75q7a15r.zip |######-----------------------------------------------| 10.78% tmp75q7a15r.zip |######-----------------------------------------------| 10.91% tmp75q7a15r.zip |######-----------------------------------------------| 11.05% tmp75q7a15r.zip |######-----------------------------------------------| 11.19% tmp75q7a15r.zip |######-----------------------------------------------| 11.32% tmp75q7a15r.zip |######-----------------------------------------------| 11.46% tmp75q7a15r.zip |######-----------------------------------------------| 11.6% tmp75q7a15r.zip |######-----------------------------------------------| 11.73% tmp75q7a15r.zip |######-----------------------------------------------| 11.87% tmp75q7a15r.zip |######-----------------------------------------------| 12.0% tmp75q7a15r.zip |######-----------------------------------------------| 12.14% tmp75q7a15r.zip |#######----------------------------------------------| 12.28% tmp75q7a15r.zip |#######----------------------------------------------| 12.41% tmp75q7a15r.zip |#######----------------------------------------------| 12.55% tmp75q7a15r.zip |#######----------------------------------------------| 12.69% tmp75q7a15r.zip |#######----------------------------------------------| 12.82% tmp75q7a15r.zip |#######----------------------------------------------| 12.96% tmp75q7a15r.zip |#######----------------------------------------------| 13.1% tmp75q7a15r.zip |#######----------------------------------------------| 13.23% tmp75q7a15r.zip |#######----------------------------------------------| 13.37% tmp75q7a15r.zip |#######----------------------------------------------| 13.51% tmp75q7a15r.zip |#######----------------------------------------------| 13.64% tmp75q7a15r.zip |#######----------------------------------------------| 13.78% tmp75q7a15r.zip |#######----------------------------------------------| 13.91% tmp75q7a15r.zip |#######----------------------------------------------| 14.05% tmp75q7a15r.zip |########---------------------------------------------| 14.19% tmp75q7a15r.zip |########---------------------------------------------| 14.32% tmp75q7a15r.zip |########---------------------------------------------| 14.46% tmp75q7a15r.zip |########---------------------------------------------| 14.6% tmp75q7a15r.zip |########---------------------------------------------| 14.73% tmp75q7a15r.zip |########---------------------------------------------| 14.87% tmp75q7a15r.zip |########---------------------------------------------| 15.01% tmp75q7a15r.zip |########---------------------------------------------| 15.14% tmp75q7a15r.zip |########---------------------------------------------| 15.28% tmp75q7a15r.zip |########---------------------------------------------| 15.42% tmp75q7a15r.zip |########---------------------------------------------| 15.55% tmp75q7a15r.zip |########---------------------------------------------| 15.69% tmp75q7a15r.zip |########---------------------------------------------| 15.82% tmp75q7a15r.zip |########---------------------------------------------| 15.96% tmp75q7a15r.zip |#########--------------------------------------------| 16.1% tmp75q7a15r.zip |#########--------------------------------------------| 16.23% tmp75q7a15r.zip |#########--------------------------------------------| 16.37% tmp75q7a15r.zip |#########--------------------------------------------| 16.51% tmp75q7a15r.zip |#########--------------------------------------------| 16.64% tmp75q7a15r.zip |#########--------------------------------------------| 16.78% tmp75q7a15r.zip |#########--------------------------------------------| 16.92% tmp75q7a15r.zip |#########--------------------------------------------| 17.05% tmp75q7a15r.zip |#########--------------------------------------------| 17.19% tmp75q7a15r.zip |#########--------------------------------------------| 17.32% tmp75q7a15r.zip |#########--------------------------------------------| 17.46% tmp75q7a15r.zip |#########--------------------------------------------| 17.6% tmp75q7a15r.zip |#########--------------------------------------------| 17.73% tmp75q7a15r.zip |#########--------------------------------------------| 17.87% tmp75q7a15r.zip |##########-------------------------------------------| 18.01% tmp75q7a15r.zip |##########-------------------------------------------| 18.14% tmp75q7a15r.zip |##########-------------------------------------------| 18.28% tmp75q7a15r.zip |##########-------------------------------------------| 18.42% tmp75q7a15r.zip |##########-------------------------------------------| 18.55% tmp75q7a15r.zip |##########-------------------------------------------| 18.69% tmp75q7a15r.zip |##########-------------------------------------------| 18.83% tmp75q7a15r.zip |##########-------------------------------------------| 18.96% tmp75q7a15r.zip |##########-------------------------------------------| 19.1% tmp75q7a15r.zip |##########-------------------------------------------| 19.23% tmp75q7a15r.zip |##########-------------------------------------------| 19.37% tmp75q7a15r.zip |##########-------------------------------------------| 19.51% tmp75q7a15r.zip |##########-------------------------------------------| 19.64% tmp75q7a15r.zip |##########-------------------------------------------| 19.78% tmp75q7a15r.zip |###########------------------------------------------| 19.92% tmp75q7a15r.zip |###########------------------------------------------| 20.05% tmp75q7a15r.zip |###########------------------------------------------| 20.19% tmp75q7a15r.zip |###########------------------------------------------| 20.33% tmp75q7a15r.zip |###########------------------------------------------| 20.46% tmp75q7a15r.zip |###########------------------------------------------| 20.6% tmp75q7a15r.zip |###########------------------------------------------| 20.74% tmp75q7a15r.zip |###########------------------------------------------| 20.87% tmp75q7a15r.zip |###########------------------------------------------| 21.01% tmp75q7a15r.zip |###########------------------------------------------| 21.14% tmp75q7a15r.zip |###########------------------------------------------| 21.28% tmp75q7a15r.zip |###########------------------------------------------| 21.42% tmp75q7a15r.zip |###########------------------------------------------| 21.55% tmp75q7a15r.zip |###########------------------------------------------| 21.69% tmp75q7a15r.zip |############-----------------------------------------| 21.83% tmp75q7a15r.zip |############-----------------------------------------| 21.96% tmp75q7a15r.zip |############-----------------------------------------| 22.1% tmp75q7a15r.zip |############-----------------------------------------| 22.24% tmp75q7a15r.zip |############-----------------------------------------| 22.37% tmp75q7a15r.zip |############-----------------------------------------| 22.51% tmp75q7a15r.zip |############-----------------------------------------| 22.65% tmp75q7a15r.zip |############-----------------------------------------| 22.78% tmp75q7a15r.zip |############-----------------------------------------| 22.92% tmp75q7a15r.zip |############-----------------------------------------| 23.05% tmp75q7a15r.zip |############-----------------------------------------| 23.19% tmp75q7a15r.zip |############-----------------------------------------| 23.33% tmp75q7a15r.zip |############-----------------------------------------| 23.46% tmp75q7a15r.zip |#############----------------------------------------| 23.6% tmp75q7a15r.zip |#############----------------------------------------| 23.74% tmp75q7a15r.zip |#############----------------------------------------| 23.87% tmp75q7a15r.zip |#############----------------------------------------| 24.01% tmp75q7a15r.zip |#############----------------------------------------| 24.15% tmp75q7a15r.zip |#############----------------------------------------| 24.28% tmp75q7a15r.zip |#############----------------------------------------| 24.42% tmp75q7a15r.zip |#############----------------------------------------| 24.55% tmp75q7a15r.zip |#############----------------------------------------| 24.69% tmp75q7a15r.zip |#############----------------------------------------| 24.83% tmp75q7a15r.zip |#############----------------------------------------| 24.96% tmp75q7a15r.zip |#############----------------------------------------| 25.1% tmp75q7a15r.zip |#############----------------------------------------| 25.24% tmp75q7a15r.zip |#############----------------------------------------| 25.37% tmp75q7a15r.zip |##############---------------------------------------| 25.51% tmp75q7a15r.zip |##############---------------------------------------| 25.65% tmp75q7a15r.zip |##############---------------------------------------| 25.78% tmp75q7a15r.zip |##############---------------------------------------| 25.92% tmp75q7a15r.zip |##############---------------------------------------| 26.06% tmp75q7a15r.zip |##############---------------------------------------| 26.19% tmp75q7a15r.zip |##############---------------------------------------| 26.33% tmp75q7a15r.zip |##############---------------------------------------| 26.46% tmp75q7a15r.zip |##############---------------------------------------| 26.6% tmp75q7a15r.zip |##############---------------------------------------| 26.74% tmp75q7a15r.zip |##############---------------------------------------| 26.87% tmp75q7a15r.zip |##############---------------------------------------| 27.01% tmp75q7a15r.zip |##############---------------------------------------| 27.15% tmp75q7a15r.zip |##############---------------------------------------| 27.28% tmp75q7a15r.zip |###############--------------------------------------| 27.42% tmp75q7a15r.zip |###############--------------------------------------| 27.56% tmp75q7a15r.zip |###############--------------------------------------| 27.69% tmp75q7a15r.zip |###############--------------------------------------| 27.83% tmp75q7a15r.zip |###############--------------------------------------| 27.97% tmp75q7a15r.zip |###############--------------------------------------| 28.1% tmp75q7a15r.zip |###############--------------------------------------| 28.24% tmp75q7a15r.zip |###############--------------------------------------| 28.37% tmp75q7a15r.zip |###############--------------------------------------| 28.51% tmp75q7a15r.zip |###############--------------------------------------| 28.65% tmp75q7a15r.zip |###############--------------------------------------| 28.78% tmp75q7a15r.zip |###############--------------------------------------| 28.92% tmp75q7a15r.zip |###############--------------------------------------| 29.06% tmp75q7a15r.zip |###############--------------------------------------| 29.19% tmp75q7a15r.zip |################-------------------------------------| 29.33% tmp75q7a15r.zip |################-------------------------------------| 29.47% tmp75q7a15r.zip |################-------------------------------------| 29.6% tmp75q7a15r.zip |################-------------------------------------| 29.74% tmp75q7a15r.zip |################-------------------------------------| 29.88% tmp75q7a15r.zip |################-------------------------------------| 30.01% tmp75q7a15r.zip |################-------------------------------------| 30.15% tmp75q7a15r.zip |################-------------------------------------| 30.28% tmp75q7a15r.zip |################-------------------------------------| 30.42% tmp75q7a15r.zip |################-------------------------------------| 30.56% tmp75q7a15r.zip |################-------------------------------------| 30.69% tmp75q7a15r.zip |################-------------------------------------| 30.83% tmp75q7a15r.zip |################-------------------------------------| 30.97% tmp75q7a15r.zip |################-------------------------------------| 31.1% tmp75q7a15r.zip |#################------------------------------------| 31.24% tmp75q7a15r.zip |#################------------------------------------| 31.38% tmp75q7a15r.zip |#################------------------------------------| 31.51% tmp75q7a15r.zip |#################------------------------------------| 31.65% tmp75q7a15r.zip |#################------------------------------------| 31.78% tmp75q7a15r.zip |#################------------------------------------| 31.92% tmp75q7a15r.zip |#################------------------------------------| 32.06% tmp75q7a15r.zip |#################------------------------------------| 32.19% tmp75q7a15r.zip |#################------------------------------------| 32.33% tmp75q7a15r.zip |#################------------------------------------| 32.47% tmp75q7a15r.zip |#################------------------------------------| 32.6% tmp75q7a15r.zip |#################------------------------------------| 32.74% tmp75q7a15r.zip |#################------------------------------------| 32.88% tmp75q7a15r.zip |#################------------------------------------| 33.01% tmp75q7a15r.zip |##################-----------------------------------| 33.15% tmp75q7a15r.zip |##################-----------------------------------| 33.29% tmp75q7a15r.zip |##################-----------------------------------| 33.42% tmp75q7a15r.zip |##################-----------------------------------| 33.56% tmp75q7a15r.zip |##################-----------------------------------| 33.69% tmp75q7a15r.zip |##################-----------------------------------| 33.83% tmp75q7a15r.zip |##################-----------------------------------| 33.97% tmp75q7a15r.zip |##################-----------------------------------| 34.1% tmp75q7a15r.zip |##################-----------------------------------| 34.24% tmp75q7a15r.zip |##################-----------------------------------| 34.38% tmp75q7a15r.zip |##################-----------------------------------| 34.51% tmp75q7a15r.zip |##################-----------------------------------| 34.65% tmp75q7a15r.zip |##################-----------------------------------| 34.79% tmp75q7a15r.zip |###################----------------------------------| 34.92% tmp75q7a15r.zip |###################----------------------------------| 35.06% tmp75q7a15r.zip |###################----------------------------------| 35.2% tmp75q7a15r.zip |###################----------------------------------| 35.33% tmp75q7a15r.zip |###################----------------------------------| 35.47% tmp75q7a15r.zip |###################----------------------------------| 35.6% tmp75q7a15r.zip |###################----------------------------------| 35.74% tmp75q7a15r.zip |###################----------------------------------| 35.88% tmp75q7a15r.zip |###################----------------------------------| 36.01% tmp75q7a15r.zip |###################----------------------------------| 36.15% tmp75q7a15r.zip |###################----------------------------------| 36.29% tmp75q7a15r.zip |###################----------------------------------| 36.42% tmp75q7a15r.zip |###################----------------------------------| 36.56% tmp75q7a15r.zip |###################----------------------------------| 36.7% tmp75q7a15r.zip |####################---------------------------------| 36.83% tmp75q7a15r.zip |####################---------------------------------| 36.97% tmp75q7a15r.zip |####################---------------------------------| 37.11% tmp75q7a15r.zip |####################---------------------------------| 37.24% tmp75q7a15r.zip |####################---------------------------------| 37.38% tmp75q7a15r.zip |####################---------------------------------| 37.51% tmp75q7a15r.zip |####################---------------------------------| 37.65% tmp75q7a15r.zip |####################---------------------------------| 37.79% tmp75q7a15r.zip |####################---------------------------------| 37.92% tmp75q7a15r.zip |####################---------------------------------| 38.06% tmp75q7a15r.zip |####################---------------------------------| 38.2% tmp75q7a15r.zip |####################---------------------------------| 38.33% tmp75q7a15r.zip |####################---------------------------------| 38.47% tmp75q7a15r.zip |####################---------------------------------| 38.61% tmp75q7a15r.zip |#####################--------------------------------| 38.74% tmp75q7a15r.zip |#####################--------------------------------| 38.88% tmp75q7a15r.zip |#####################--------------------------------| 39.01% tmp75q7a15r.zip |#####################--------------------------------| 39.15% tmp75q7a15r.zip |#####################--------------------------------| 39.29% tmp75q7a15r.zip |#####################--------------------------------| 39.42% tmp75q7a15r.zip |#####################--------------------------------| 39.56% tmp75q7a15r.zip |#####################--------------------------------| 39.7% tmp75q7a15r.zip |#####################--------------------------------| 39.83% tmp75q7a15r.zip |#####################--------------------------------| 39.97% tmp75q7a15r.zip |#####################--------------------------------| 40.11% tmp75q7a15r.zip |#####################--------------------------------| 40.24% tmp75q7a15r.zip |#####################--------------------------------| 40.38% tmp75q7a15r.zip |#####################--------------------------------| 40.52% tmp75q7a15r.zip |######################-------------------------------| 40.65% tmp75q7a15r.zip |######################-------------------------------| 40.79% tmp75q7a15r.zip |######################-------------------------------| 40.92% tmp75q7a15r.zip |######################-------------------------------| 41.06% tmp75q7a15r.zip |######################-------------------------------| 41.2% tmp75q7a15r.zip |######################-------------------------------| 41.33% tmp75q7a15r.zip |######################-------------------------------| 41.47% tmp75q7a15r.zip |######################-------------------------------| 41.61% tmp75q7a15r.zip |######################-------------------------------| 41.74% tmp75q7a15r.zip |######################-------------------------------| 41.88% tmp75q7a15r.zip |######################-------------------------------| 42.02% tmp75q7a15r.zip |######################-------------------------------| 42.15% tmp75q7a15r.zip |######################-------------------------------| 42.29% tmp75q7a15r.zip |######################-------------------------------| 42.43% tmp75q7a15r.zip |#######################------------------------------| 42.56% tmp75q7a15r.zip |#######################------------------------------| 42.7% tmp75q7a15r.zip |#######################------------------------------| 42.83% tmp75q7a15r.zip |#######################------------------------------| 42.97% tmp75q7a15r.zip |#######################------------------------------| 43.11% tmp75q7a15r.zip |#######################------------------------------| 43.24% tmp75q7a15r.zip |#######################------------------------------| 43.38% tmp75q7a15r.zip |#######################------------------------------| 43.52% tmp75q7a15r.zip |#######################------------------------------| 43.65% tmp75q7a15r.zip |#######################------------------------------| 43.79% tmp75q7a15r.zip |#######################------------------------------| 43.93% tmp75q7a15r.zip |#######################------------------------------| 44.06% tmp75q7a15r.zip |#######################------------------------------| 44.2% tmp75q7a15r.zip |#######################------------------------------| 44.34% tmp75q7a15r.zip |########################-----------------------------| 44.47% tmp75q7a15r.zip |########################-----------------------------| 44.61% tmp75q7a15r.zip |########################-----------------------------| 44.74% tmp75q7a15r.zip |########################-----------------------------| 44.88% tmp75q7a15r.zip |########################-----------------------------| 45.02% tmp75q7a15r.zip |########################-----------------------------| 45.15% tmp75q7a15r.zip |########################-----------------------------| 45.29% tmp75q7a15r.zip |########################-----------------------------| 45.43% tmp75q7a15r.zip |########################-----------------------------| 45.56% tmp75q7a15r.zip |########################-----------------------------| 45.7% tmp75q7a15r.zip |########################-----------------------------| 45.84% tmp75q7a15r.zip |########################-----------------------------| 45.97% tmp75q7a15r.zip |########################-----------------------------| 46.11% tmp75q7a15r.zip |#########################----------------------------| 46.25% tmp75q7a15r.zip |#########################----------------------------| 46.38% tmp75q7a15r.zip |#########################----------------------------| 46.52% tmp75q7a15r.zip |#########################----------------------------| 46.65% tmp75q7a15r.zip |#########################----------------------------| 46.79% tmp75q7a15r.zip |#########################----------------------------| 46.93% tmp75q7a15r.zip |#########################----------------------------| 47.06% tmp75q7a15r.zip |#########################----------------------------| 47.2% tmp75q7a15r.zip |#########################----------------------------| 47.34% tmp75q7a15r.zip |#########################----------------------------| 47.47% tmp75q7a15r.zip |#########################----------------------------| 47.61% tmp75q7a15r.zip |#########################----------------------------| 47.75% tmp75q7a15r.zip |#########################----------------------------| 47.88% tmp75q7a15r.zip |#########################----------------------------| 48.02% tmp75q7a15r.zip |##########################---------------------------| 48.15% tmp75q7a15r.zip |##########################---------------------------| 48.29% tmp75q7a15r.zip |##########################---------------------------| 48.43% tmp75q7a15r.zip |##########################---------------------------| 48.56% tmp75q7a15r.zip |##########################---------------------------| 48.7% tmp75q7a15r.zip |##########################---------------------------| 48.84% tmp75q7a15r.zip |##########################---------------------------| 48.97% tmp75q7a15r.zip |##########################---------------------------| 49.11% tmp75q7a15r.zip |##########################---------------------------| 49.25% tmp75q7a15r.zip |##########################---------------------------| 49.38% tmp75q7a15r.zip |##########################---------------------------| 49.52% tmp75q7a15r.zip |##########################---------------------------| 49.66% tmp75q7a15r.zip |##########################---------------------------| 49.79% tmp75q7a15r.zip |##########################---------------------------| 49.93% tmp75q7a15r.zip |###########################--------------------------| 50.06% tmp75q7a15r.zip |###########################--------------------------| 50.2% tmp75q7a15r.zip |###########################--------------------------| 50.34% tmp75q7a15r.zip |###########################--------------------------| 50.47% tmp75q7a15r.zip |###########################--------------------------| 50.61% tmp75q7a15r.zip |###########################--------------------------| 50.75% tmp75q7a15r.zip |###########################--------------------------| 50.88% tmp75q7a15r.zip |###########################--------------------------| 51.02% tmp75q7a15r.zip |###########################--------------------------| 51.16% tmp75q7a15r.zip |###########################--------------------------| 51.29% tmp75q7a15r.zip |###########################--------------------------| 51.43% tmp75q7a15r.zip |###########################--------------------------| 51.57% tmp75q7a15r.zip |###########################--------------------------| 51.7% tmp75q7a15r.zip |###########################--------------------------| 51.84% tmp75q7a15r.zip |############################-------------------------| 51.97% tmp75q7a15r.zip |############################-------------------------| 52.11% tmp75q7a15r.zip |############################-------------------------| 52.25% tmp75q7a15r.zip |############################-------------------------| 52.38% tmp75q7a15r.zip |############################-------------------------| 52.52% tmp75q7a15r.zip |############################-------------------------| 52.66% tmp75q7a15r.zip |############################-------------------------| 52.79% tmp75q7a15r.zip |############################-------------------------| 52.93% tmp75q7a15r.zip |############################-------------------------| 53.07% tmp75q7a15r.zip |############################-------------------------| 53.2% tmp75q7a15r.zip |############################-------------------------| 53.34% tmp75q7a15r.zip |############################-------------------------| 53.48% tmp75q7a15r.zip |############################-------------------------| 53.61% tmp75q7a15r.zip |############################-------------------------| 53.75% tmp75q7a15r.zip |#############################------------------------| 53.88% tmp75q7a15r.zip |#############################------------------------| 54.02% tmp75q7a15r.zip |#############################------------------------| 54.16% tmp75q7a15r.zip |#############################------------------------| 54.29% tmp75q7a15r.zip |#############################------------------------| 54.43% tmp75q7a15r.zip |#############################------------------------| 54.57% tmp75q7a15r.zip |#############################------------------------| 54.7% tmp75q7a15r.zip |#############################------------------------| 54.84% tmp75q7a15r.zip |#############################------------------------| 54.98% tmp75q7a15r.zip |#############################------------------------| 55.11% tmp75q7a15r.zip |#############################------------------------| 55.25% tmp75q7a15r.zip |#############################------------------------| 55.38% tmp75q7a15r.zip |#############################------------------------| 55.52% tmp75q7a15r.zip |#############################------------------------| 55.66% tmp75q7a15r.zip |##############################-----------------------| 55.79% tmp75q7a15r.zip |##############################-----------------------| 55.93% tmp75q7a15r.zip |##############################-----------------------| 56.07% tmp75q7a15r.zip |##############################-----------------------| 56.2% tmp75q7a15r.zip |##############################-----------------------| 56.34% tmp75q7a15r.zip |##############################-----------------------| 56.48% tmp75q7a15r.zip |##############################-----------------------| 56.61% tmp75q7a15r.zip |##############################-----------------------| 56.75% tmp75q7a15r.zip |##############################-----------------------| 56.89% tmp75q7a15r.zip |##############################-----------------------| 57.02% tmp75q7a15r.zip |##############################-----------------------| 57.16% tmp75q7a15r.zip |##############################-----------------------| 57.29% tmp75q7a15r.zip |##############################-----------------------| 57.43% tmp75q7a15r.zip |###############################----------------------| 57.57% tmp75q7a15r.zip |###############################----------------------| 57.7% tmp75q7a15r.zip |###############################----------------------| 57.84% tmp75q7a15r.zip |###############################----------------------| 57.98% tmp75q7a15r.zip |###############################----------------------| 58.11% tmp75q7a15r.zip |###############################----------------------| 58.25% tmp75q7a15r.zip |###############################----------------------| 58.39% tmp75q7a15r.zip |###############################----------------------| 58.52% tmp75q7a15r.zip |###############################----------------------| 58.66% tmp75q7a15r.zip |###############################----------------------| 58.8% tmp75q7a15r.zip |###############################----------------------| 58.93% tmp75q7a15r.zip |###############################----------------------| 59.07% tmp75q7a15r.zip |###############################----------------------| 59.2% tmp75q7a15r.zip |###############################----------------------| 59.34% tmp75q7a15r.zip |################################---------------------| 59.48% tmp75q7a15r.zip |################################---------------------| 59.61% tmp75q7a15r.zip |################################---------------------| 59.75% tmp75q7a15r.zip |################################---------------------| 59.89% tmp75q7a15r.zip |################################---------------------| 60.02% tmp75q7a15r.zip |################################---------------------| 60.16% tmp75q7a15r.zip |################################---------------------| 60.3% tmp75q7a15r.zip |################################---------------------| 60.43% tmp75q7a15r.zip |################################---------------------| 60.57% tmp75q7a15r.zip |################################---------------------| 60.71% tmp75q7a15r.zip |################################---------------------| 60.84% tmp75q7a15r.zip |################################---------------------| 60.98% tmp75q7a15r.zip |################################---------------------| 61.11% tmp75q7a15r.zip |################################---------------------| 61.25% tmp75q7a15r.zip |#################################--------------------| 61.39% tmp75q7a15r.zip |#################################--------------------| 61.52% tmp75q7a15r.zip |#################################--------------------| 61.66% tmp75q7a15r.zip |#################################--------------------| 61.8% tmp75q7a15r.zip |#################################--------------------| 61.93% tmp75q7a15r.zip |#################################--------------------| 62.07% tmp75q7a15r.zip |#################################--------------------| 62.21% tmp75q7a15r.zip |#################################--------------------| 62.34% tmp75q7a15r.zip |#################################--------------------| 62.48% tmp75q7a15r.zip |#################################--------------------| 62.61% tmp75q7a15r.zip |#################################--------------------| 62.75% tmp75q7a15r.zip |#################################--------------------| 62.89% tmp75q7a15r.zip |#################################--------------------| 63.02% tmp75q7a15r.zip |#################################--------------------| 63.16% tmp75q7a15r.zip |##################################-------------------| 63.3% tmp75q7a15r.zip |##################################-------------------| 63.43% tmp75q7a15r.zip |##################################-------------------| 63.57% tmp75q7a15r.zip |##################################-------------------| 63.71% tmp75q7a15r.zip |##################################-------------------| 63.84% tmp75q7a15r.zip |##################################-------------------| 63.98% tmp75q7a15r.zip |##################################-------------------| 64.12% tmp75q7a15r.zip |##################################-------------------| 64.25% tmp75q7a15r.zip |##################################-------------------| 64.39% tmp75q7a15r.zip |##################################-------------------| 64.52% tmp75q7a15r.zip |##################################-------------------| 64.66% tmp75q7a15r.zip |##################################-------------------| 64.8% tmp75q7a15r.zip |##################################-------------------| 64.93% tmp75q7a15r.zip |##################################-------------------| 65.07% tmp75q7a15r.zip |###################################------------------| 65.21% tmp75q7a15r.zip |###################################------------------| 65.34% tmp75q7a15r.zip |###################################------------------| 65.48% tmp75q7a15r.zip |###################################------------------| 65.62% tmp75q7a15r.zip |###################################------------------| 65.75% tmp75q7a15r.zip |###################################------------------| 65.89% tmp75q7a15r.zip |###################################------------------| 66.03% tmp75q7a15r.zip |###################################------------------| 66.16% tmp75q7a15r.zip |###################################------------------| 66.3% tmp75q7a15r.zip |###################################------------------| 66.43% tmp75q7a15r.zip |###################################------------------| 66.57% tmp75q7a15r.zip |###################################------------------| 66.71% tmp75q7a15r.zip |###################################------------------| 66.84% tmp75q7a15r.zip |###################################------------------| 66.98% tmp75q7a15r.zip |####################################-----------------| 67.12% tmp75q7a15r.zip |####################################-----------------| 67.25% tmp75q7a15r.zip |####################################-----------------| 67.39% tmp75q7a15r.zip |####################################-----------------| 67.53% tmp75q7a15r.zip |####################################-----------------| 67.66% tmp75q7a15r.zip |####################################-----------------| 67.8% tmp75q7a15r.zip |####################################-----------------| 67.94% tmp75q7a15r.zip |####################################-----------------| 68.07% tmp75q7a15r.zip |####################################-----------------| 68.21% tmp75q7a15r.zip |####################################-----------------| 68.34% tmp75q7a15r.zip |####################################-----------------| 68.48% tmp75q7a15r.zip |####################################-----------------| 68.62% tmp75q7a15r.zip |####################################-----------------| 68.75% tmp75q7a15r.zip |#####################################----------------| 68.89% tmp75q7a15r.zip |#####################################----------------| 69.03% tmp75q7a15r.zip |#####################################----------------| 69.16% tmp75q7a15r.zip |#####################################----------------| 69.3% tmp75q7a15r.zip |#####################################----------------| 69.44% tmp75q7a15r.zip |#####################################----------------| 69.57% tmp75q7a15r.zip |#####################################----------------| 69.71% tmp75q7a15r.zip |#####################################----------------| 69.84% tmp75q7a15r.zip |#####################################----------------| 69.98% tmp75q7a15r.zip |#####################################----------------| 70.12% tmp75q7a15r.zip |#####################################----------------| 70.25% tmp75q7a15r.zip |#####################################----------------| 70.39% tmp75q7a15r.zip |#####################################----------------| 70.53% tmp75q7a15r.zip |#####################################----------------| 70.66% tmp75q7a15r.zip |######################################---------------| 70.8% tmp75q7a15r.zip |######################################---------------| 70.94% tmp75q7a15r.zip |######################################---------------| 71.07% tmp75q7a15r.zip |######################################---------------| 71.21% tmp75q7a15r.zip |######################################---------------| 71.35% tmp75q7a15r.zip |######################################---------------| 71.48% tmp75q7a15r.zip |######################################---------------| 71.62% tmp75q7a15r.zip |######################################---------------| 71.75% tmp75q7a15r.zip |######################################---------------| 71.89% tmp75q7a15r.zip |######################################---------------| 72.03% tmp75q7a15r.zip |######################################---------------| 72.16% tmp75q7a15r.zip |######################################---------------| 72.3% tmp75q7a15r.zip |######################################---------------| 72.44% tmp75q7a15r.zip |######################################---------------| 72.57% tmp75q7a15r.zip |#######################################--------------| 72.71% tmp75q7a15r.zip |#######################################--------------| 72.85% tmp75q7a15r.zip |#######################################--------------| 72.98% tmp75q7a15r.zip |#######################################--------------| 73.12% tmp75q7a15r.zip |#######################################--------------| 73.26% tmp75q7a15r.zip |#######################################--------------| 73.39% tmp75q7a15r.zip |#######################################--------------| 73.53% tmp75q7a15r.zip |#######################################--------------| 73.66% tmp75q7a15r.zip |#######################################--------------| 73.8% tmp75q7a15r.zip |#######################################--------------| 73.94% tmp75q7a15r.zip |#######################################--------------| 74.07% tmp75q7a15r.zip |#######################################--------------| 74.21% tmp75q7a15r.zip |#######################################--------------| 74.35% tmp75q7a15r.zip |#######################################--------------| 74.48% tmp75q7a15r.zip |########################################-------------| 74.62% tmp75q7a15r.zip |########################################-------------| 74.76% tmp75q7a15r.zip |########################################-------------| 74.89% tmp75q7a15r.zip |########################################-------------| 75.03% tmp75q7a15r.zip |########################################-------------| 75.17% tmp75q7a15r.zip |########################################-------------| 75.3% tmp75q7a15r.zip |########################################-------------| 75.44% tmp75q7a15r.zip |########################################-------------| 75.57% tmp75q7a15r.zip |########################################-------------| 75.71% tmp75q7a15r.zip |########################################-------------| 75.85% tmp75q7a15r.zip |########################################-------------| 75.98% tmp75q7a15r.zip |########################################-------------| 76.12% tmp75q7a15r.zip |########################################-------------| 76.26% tmp75q7a15r.zip |########################################-------------| 76.39% tmp75q7a15r.zip |#########################################------------| 76.53% tmp75q7a15r.zip |#########################################------------| 76.67% tmp75q7a15r.zip |#########################################------------| 76.8% tmp75q7a15r.zip |#########################################------------| 76.94% tmp75q7a15r.zip |#########################################------------| 77.08% tmp75q7a15r.zip |#########################################------------| 77.21% tmp75q7a15r.zip |#########################################------------| 77.35% tmp75q7a15r.zip |#########################################------------| 77.48% tmp75q7a15r.zip |#########################################------------| 77.62% tmp75q7a15r.zip |#########################################------------| 77.76% tmp75q7a15r.zip |#########################################------------| 77.89% tmp75q7a15r.zip |#########################################------------| 78.03% tmp75q7a15r.zip |#########################################------------| 78.17% tmp75q7a15r.zip |##########################################-----------| 78.3% tmp75q7a15r.zip |##########################################-----------| 78.44% tmp75q7a15r.zip |##########################################-----------| 78.58% tmp75q7a15r.zip |##########################################-----------| 78.71% tmp75q7a15r.zip |##########################################-----------| 78.85% tmp75q7a15r.zip |##########################################-----------| 78.98% tmp75q7a15r.zip |##########################################-----------| 79.12% tmp75q7a15r.zip |##########################################-----------| 79.26% tmp75q7a15r.zip |##########################################-----------| 79.39% tmp75q7a15r.zip |##########################################-----------| 79.53% tmp75q7a15r.zip |##########################################-----------| 79.67% tmp75q7a15r.zip |##########################################-----------| 79.8% tmp75q7a15r.zip |##########################################-----------| 79.94% tmp75q7a15r.zip |##########################################-----------| 80.08% tmp75q7a15r.zip |###########################################----------| 80.21% tmp75q7a15r.zip |###########################################----------| 80.35% tmp75q7a15r.zip |###########################################----------| 80.49% tmp75q7a15r.zip |###########################################----------| 80.62% tmp75q7a15r.zip |###########################################----------| 80.76% tmp75q7a15r.zip |###########################################----------| 80.89% tmp75q7a15r.zip |###########################################----------| 81.03% tmp75q7a15r.zip |###########################################----------| 81.17% tmp75q7a15r.zip |###########################################----------| 81.3% tmp75q7a15r.zip |###########################################----------| 81.44% tmp75q7a15r.zip |###########################################----------| 81.58% tmp75q7a15r.zip |###########################################----------| 81.71% tmp75q7a15r.zip |###########################################----------| 81.85% tmp75q7a15r.zip |###########################################----------| 81.99% tmp75q7a15r.zip |############################################---------| 82.12% tmp75q7a15r.zip |############################################---------| 82.26% tmp75q7a15r.zip |############################################---------| 82.4% tmp75q7a15r.zip |############################################---------| 82.53% tmp75q7a15r.zip |############################################---------| 82.67% tmp75q7a15r.zip |############################################---------| 82.8% tmp75q7a15r.zip |############################################---------| 82.94% tmp75q7a15r.zip |############################################---------| 83.08% tmp75q7a15r.zip |############################################---------| 83.21% tmp75q7a15r.zip |############################################---------| 83.35% tmp75q7a15r.zip |############################################---------| 83.49% tmp75q7a15r.zip |############################################---------| 83.62% tmp75q7a15r.zip |############################################---------| 83.76% tmp75q7a15r.zip |############################################---------| 83.9% tmp75q7a15r.zip |#############################################--------| 84.03% tmp75q7a15r.zip |#############################################--------| 84.17% tmp75q7a15r.zip |#############################################--------| 84.31% tmp75q7a15r.zip |#############################################--------| 84.44% tmp75q7a15r.zip |#############################################--------| 84.58% tmp75q7a15r.zip |#############################################--------| 84.71% tmp75q7a15r.zip |#############################################--------| 84.85% tmp75q7a15r.zip |#############################################--------| 84.99% tmp75q7a15r.zip |#############################################--------| 85.12% tmp75q7a15r.zip |#############################################--------| 85.26% tmp75q7a15r.zip |#############################################--------| 85.4% tmp75q7a15r.zip |#############################################--------| 85.53% tmp75q7a15r.zip |#############################################--------| 85.67% tmp75q7a15r.zip |#############################################--------| 85.81% tmp75q7a15r.zip |##############################################-------| 85.94% tmp75q7a15r.zip |##############################################-------| 86.08% tmp75q7a15r.zip |##############################################-------| 86.21% tmp75q7a15r.zip |##############################################-------| 86.35% tmp75q7a15r.zip |##############################################-------| 86.49% tmp75q7a15r.zip |##############################################-------| 86.62% tmp75q7a15r.zip |##############################################-------| 86.76% tmp75q7a15r.zip |##############################################-------| 86.9% tmp75q7a15r.zip |##############################################-------| 87.03% tmp75q7a15r.zip |##############################################-------| 87.17% tmp75q7a15r.zip |##############################################-------| 87.31% tmp75q7a15r.zip |##############################################-------| 87.44% tmp75q7a15r.zip |##############################################-------| 87.58% tmp75q7a15r.zip |##############################################-------| 87.72% tmp75q7a15r.zip |###############################################------| 87.85% tmp75q7a15r.zip |###############################################------| 87.99% tmp75q7a15r.zip |###############################################------| 88.12% tmp75q7a15r.zip |###############################################------| 88.26% tmp75q7a15r.zip |###############################################------| 88.4% tmp75q7a15r.zip |###############################################------| 88.53% tmp75q7a15r.zip |###############################################------| 88.67% tmp75q7a15r.zip |###############################################------| 88.81% tmp75q7a15r.zip |###############################################------| 88.94% tmp75q7a15r.zip |###############################################------| 89.08% tmp75q7a15r.zip |###############################################------| 89.22% tmp75q7a15r.zip |###############################################------| 89.35% tmp75q7a15r.zip |###############################################------| 89.49% tmp75q7a15r.zip |################################################-----| 89.63% tmp75q7a15r.zip |################################################-----| 89.76% tmp75q7a15r.zip |################################################-----| 89.9% tmp75q7a15r.zip |################################################-----| 90.03% tmp75q7a15r.zip |################################################-----| 90.17% tmp75q7a15r.zip |################################################-----| 90.31% tmp75q7a15r.zip |################################################-----| 90.44% tmp75q7a15r.zip |################################################-----| 90.58% tmp75q7a15r.zip |################################################-----| 90.72% tmp75q7a15r.zip |################################################-----| 90.85% tmp75q7a15r.zip |################################################-----| 90.99% tmp75q7a15r.zip |################################################-----| 91.13% tmp75q7a15r.zip |################################################-----| 91.26% tmp75q7a15r.zip |################################################-----| 91.4% tmp75q7a15r.zip |#################################################----| 91.54% tmp75q7a15r.zip |#################################################----| 91.67% tmp75q7a15r.zip |#################################################----| 91.81% tmp75q7a15r.zip |#################################################----| 91.94% tmp75q7a15r.zip |#################################################----| 92.08% tmp75q7a15r.zip |#################################################----| 92.22% tmp75q7a15r.zip |#################################################----| 92.35% tmp75q7a15r.zip |#################################################----| 92.49% tmp75q7a15r.zip |#################################################----| 92.63% tmp75q7a15r.zip |#################################################----| 92.76% tmp75q7a15r.zip |#################################################----| 92.9% tmp75q7a15r.zip |#################################################----| 93.04% tmp75q7a15r.zip |#################################################----| 93.17% tmp75q7a15r.zip |#################################################----| 93.31% tmp75q7a15r.zip |##################################################---| 93.44% tmp75q7a15r.zip |##################################################---| 93.58% tmp75q7a15r.zip |##################################################---| 93.72% tmp75q7a15r.zip |##################################################---| 93.85% tmp75q7a15r.zip |##################################################---| 93.99% tmp75q7a15r.zip |##################################################---| 94.13% tmp75q7a15r.zip |##################################################---| 94.26% tmp75q7a15r.zip |##################################################---| 94.4% tmp75q7a15r.zip |##################################################---| 94.54% tmp75q7a15r.zip |##################################################---| 94.67% tmp75q7a15r.zip |##################################################---| 94.81% tmp75q7a15r.zip |##################################################---| 94.95% tmp75q7a15r.zip |##################################################---| 95.08% tmp75q7a15r.zip |##################################################---| 95.22% tmp75q7a15r.zip |###################################################--| 95.35% tmp75q7a15r.zip |###################################################--| 95.49% tmp75q7a15r.zip |###################################################--| 95.63% tmp75q7a15r.zip |###################################################--| 95.76% tmp75q7a15r.zip |###################################################--| 95.9% tmp75q7a15r.zip |###################################################--| 96.04% tmp75q7a15r.zip |###################################################--| 96.17% tmp75q7a15r.zip |###################################################--| 96.31% tmp75q7a15r.zip |###################################################--| 96.45% tmp75q7a15r.zip |###################################################--| 96.58% tmp75q7a15r.zip |###################################################--| 96.72% tmp75q7a15r.zip |###################################################--| 96.86% tmp75q7a15r.zip |###################################################--| 96.99% tmp75q7a15r.zip |###################################################--| 97.13% tmp75q7a15r.zip |####################################################-| 97.26% tmp75q7a15r.zip |####################################################-| 97.4% tmp75q7a15r.zip |####################################################-| 97.54% tmp75q7a15r.zip |####################################################-| 97.67% tmp75q7a15r.zip |####################################################-| 97.81% tmp75q7a15r.zip |####################################################-| 97.95% tmp75q7a15r.zip |####################################################-| 98.08% tmp75q7a15r.zip |####################################################-| 98.22% tmp75q7a15r.zip |####################################################-| 98.36% tmp75q7a15r.zip |####################################################-| 98.49% tmp75q7a15r.zip |####################################################-| 98.63% tmp75q7a15r.zip |####################################################-| 98.77% tmp75q7a15r.zip |####################################################-| 98.9% tmp75q7a15r.zip |####################################################-| 99.04% tmp75q7a15r.zip |#####################################################| 99.17% tmp75q7a15r.zip |#####################################################| 99.31% tmp75q7a15r.zip |#####################################################| 99.45% tmp75q7a15r.zip |#####################################################| 99.58% tmp75q7a15r.zip |#####################################################| 99.72% tmp75q7a15r.zip |#####################################################| 99.86% tmp75q7a15r.zip |#####################################################| 99.99% tmp75q7a15r.zip |#####################################################| 100.0% Plugin uploaded. Plugin's id is f8a872cd-7281-4761-9289-d96006be4b69 + 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' ++ 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' ++ /bin/jq .metadata.pagination.total + 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).. tmp35teoob3.zip |-----------------------------------------------------| 0.57% tmp35teoob3.zip |#----------------------------------------------------| 1.13% tmp35teoob3.zip |#----------------------------------------------------| 1.7% tmp35teoob3.zip |#----------------------------------------------------| 2.27% tmp35teoob3.zip |##---------------------------------------------------| 2.83% tmp35teoob3.zip |##---------------------------------------------------| 3.4% tmp35teoob3.zip |##---------------------------------------------------| 3.97% tmp35teoob3.zip |##---------------------------------------------------| 4.53% tmp35teoob3.zip |###--------------------------------------------------| 5.1% tmp35teoob3.zip |###--------------------------------------------------| 5.67% tmp35teoob3.zip |###--------------------------------------------------| 6.24% tmp35teoob3.zip |####-------------------------------------------------| 6.8% tmp35teoob3.zip |####-------------------------------------------------| 7.37% tmp35teoob3.zip |####-------------------------------------------------| 7.94% tmp35teoob3.zip |#####------------------------------------------------| 8.5% tmp35teoob3.zip |#####------------------------------------------------| 9.07% tmp35teoob3.zip |#####------------------------------------------------| 9.64% tmp35teoob3.zip |#####------------------------------------------------| 10.2% tmp35teoob3.zip |######-----------------------------------------------| 10.77% tmp35teoob3.zip |######-----------------------------------------------| 11.34% tmp35teoob3.zip |######-----------------------------------------------| 11.9% tmp35teoob3.zip |#######----------------------------------------------| 12.47% tmp35teoob3.zip |#######----------------------------------------------| 13.04% tmp35teoob3.zip |#######----------------------------------------------| 13.6% tmp35teoob3.zip |########---------------------------------------------| 14.17% tmp35teoob3.zip |########---------------------------------------------| 14.74% tmp35teoob3.zip |########---------------------------------------------| 15.3% tmp35teoob3.zip |########---------------------------------------------| 15.87% tmp35teoob3.zip |#########--------------------------------------------| 16.44% tmp35teoob3.zip |#########--------------------------------------------| 17.0% tmp35teoob3.zip |#########--------------------------------------------| 17.57% tmp35teoob3.zip |##########-------------------------------------------| 18.14% tmp35teoob3.zip |##########-------------------------------------------| 18.71% tmp35teoob3.zip |##########-------------------------------------------| 19.27% tmp35teoob3.zip |###########------------------------------------------| 19.84% tmp35teoob3.zip |###########------------------------------------------| 20.41% tmp35teoob3.zip |###########------------------------------------------| 20.97% tmp35teoob3.zip |###########------------------------------------------| 21.54% tmp35teoob3.zip |############-----------------------------------------| 22.11% tmp35teoob3.zip |############-----------------------------------------| 22.67% tmp35teoob3.zip |############-----------------------------------------| 23.24% tmp35teoob3.zip |#############----------------------------------------| 23.81% tmp35teoob3.zip |#############----------------------------------------| 24.37% tmp35teoob3.zip |#############----------------------------------------| 24.94% tmp35teoob3.zip |##############---------------------------------------| 25.51% tmp35teoob3.zip |##############---------------------------------------| 26.07% tmp35teoob3.zip |##############---------------------------------------| 26.64% tmp35teoob3.zip |##############---------------------------------------| 27.21% tmp35teoob3.zip |###############--------------------------------------| 27.77% tmp35teoob3.zip |###############--------------------------------------| 28.34% tmp35teoob3.zip |###############--------------------------------------| 28.91% tmp35teoob3.zip |################-------------------------------------| 29.48% tmp35teoob3.zip |################-------------------------------------| 30.04% tmp35teoob3.zip |################-------------------------------------| 30.61% tmp35teoob3.zip |#################------------------------------------| 31.18% tmp35teoob3.zip |#################------------------------------------| 31.74% tmp35teoob3.zip |#################------------------------------------| 32.31% tmp35teoob3.zip |#################------------------------------------| 32.88% tmp35teoob3.zip |##################-----------------------------------| 33.44% tmp35teoob3.zip |##################-----------------------------------| 34.01% tmp35teoob3.zip |##################-----------------------------------| 34.58% tmp35teoob3.zip |###################----------------------------------| 35.14% tmp35teoob3.zip |###################----------------------------------| 35.71% tmp35teoob3.zip |###################----------------------------------| 36.28% tmp35teoob3.zip |####################---------------------------------| 36.84% tmp35teoob3.zip |####################---------------------------------| 37.41% tmp35teoob3.zip |####################---------------------------------| 37.98% tmp35teoob3.zip |####################---------------------------------| 38.54% tmp35teoob3.zip |#####################--------------------------------| 39.11% tmp35teoob3.zip |#####################--------------------------------| 39.68% tmp35teoob3.zip |#####################--------------------------------| 40.24% tmp35teoob3.zip |######################-------------------------------| 40.81% tmp35teoob3.zip |######################-------------------------------| 41.38% tmp35teoob3.zip |######################-------------------------------| 41.95% tmp35teoob3.zip |#######################------------------------------| 42.51% tmp35teoob3.zip |#######################------------------------------| 43.08% tmp35teoob3.zip |#######################------------------------------| 43.65% tmp35teoob3.zip |#######################------------------------------| 44.21% tmp35teoob3.zip |########################-----------------------------| 44.78% tmp35teoob3.zip |########################-----------------------------| 45.35% tmp35teoob3.zip |########################-----------------------------| 45.91% tmp35teoob3.zip |#########################----------------------------| 46.48% tmp35teoob3.zip |#########################----------------------------| 47.05% tmp35teoob3.zip |#########################----------------------------| 47.61% tmp35teoob3.zip |##########################---------------------------| 48.18% tmp35teoob3.zip |##########################---------------------------| 48.75% tmp35teoob3.zip |##########################---------------------------| 49.31% tmp35teoob3.zip |##########################---------------------------| 49.88% tmp35teoob3.zip |###########################--------------------------| 50.45% tmp35teoob3.zip |###########################--------------------------| 51.01% tmp35teoob3.zip |###########################--------------------------| 51.58% tmp35teoob3.zip |############################-------------------------| 52.15% tmp35teoob3.zip |############################-------------------------| 52.71% tmp35teoob3.zip |############################-------------------------| 53.28% tmp35teoob3.zip |#############################------------------------| 53.85% tmp35teoob3.zip |#############################------------------------| 54.42% tmp35teoob3.zip |#############################------------------------| 54.98% tmp35teoob3.zip |#############################------------------------| 55.55% tmp35teoob3.zip |##############################-----------------------| 56.12% tmp35teoob3.zip |##############################-----------------------| 56.68% tmp35teoob3.zip |##############################-----------------------| 57.25% tmp35teoob3.zip |###############################----------------------| 57.82% tmp35teoob3.zip |###############################----------------------| 58.38% tmp35teoob3.zip |###############################----------------------| 58.95% tmp35teoob3.zip |################################---------------------| 59.52% tmp35teoob3.zip |################################---------------------| 60.08% tmp35teoob3.zip |################################---------------------| 60.65% tmp35teoob3.zip |################################---------------------| 61.22% tmp35teoob3.zip |#################################--------------------| 61.78% tmp35teoob3.zip |#################################--------------------| 62.35% tmp35teoob3.zip |#################################--------------------| 62.92% tmp35teoob3.zip |##################################-------------------| 63.48% tmp35teoob3.zip |##################################-------------------| 64.05% tmp35teoob3.zip |##################################-------------------| 64.62% tmp35teoob3.zip |###################################------------------| 65.19% tmp35teoob3.zip |###################################------------------| 65.75% tmp35teoob3.zip |###################################------------------| 66.32% tmp35teoob3.zip |###################################------------------| 66.89% tmp35teoob3.zip |####################################-----------------| 67.45% tmp35teoob3.zip |####################################-----------------| 68.02% tmp35teoob3.zip |####################################-----------------| 68.59% tmp35teoob3.zip |#####################################----------------| 69.15% tmp35teoob3.zip |#####################################----------------| 69.72% tmp35teoob3.zip |#####################################----------------| 70.29% tmp35teoob3.zip |######################################---------------| 70.85% tmp35teoob3.zip |######################################---------------| 71.42% tmp35teoob3.zip |######################################---------------| 71.99% tmp35teoob3.zip |######################################---------------| 72.55% tmp35teoob3.zip |#######################################--------------| 73.12% tmp35teoob3.zip |#######################################--------------| 73.69% tmp35teoob3.zip |#######################################--------------| 74.25% tmp35teoob3.zip |########################################-------------| 74.82% tmp35teoob3.zip |########################################-------------| 75.39% tmp35teoob3.zip |########################################-------------| 75.95% tmp35teoob3.zip |#########################################------------| 76.52% tmp35teoob3.zip |#########################################------------| 77.09% tmp35teoob3.zip |#########################################------------| 77.66% tmp35teoob3.zip |#########################################------------| 78.22% tmp35teoob3.zip |##########################################-----------| 78.79% tmp35teoob3.zip |##########################################-----------| 79.36% tmp35teoob3.zip |##########################################-----------| 79.92% tmp35teoob3.zip |###########################################----------| 80.49% tmp35teoob3.zip |###########################################----------| 81.06% tmp35teoob3.zip |###########################################----------| 81.62% tmp35teoob3.zip |############################################---------| 82.19% tmp35teoob3.zip |############################################---------| 82.76% tmp35teoob3.zip |############################################---------| 83.32% tmp35teoob3.zip |############################################---------| 83.89% tmp35teoob3.zip |#############################################--------| 84.46% tmp35teoob3.zip |#############################################--------| 85.02% tmp35teoob3.zip |#############################################--------| 85.59% tmp35teoob3.zip |##############################################-------| 86.16% tmp35teoob3.zip |##############################################-------| 86.72% tmp35teoob3.zip |##############################################-------| 87.29% tmp35teoob3.zip |###############################################------| 87.86% tmp35teoob3.zip |###############################################------| 88.43% tmp35teoob3.zip |###############################################------| 88.99% tmp35teoob3.zip |###############################################------| 89.56% tmp35teoob3.zip |################################################-----| 90.13% tmp35teoob3.zip |################################################-----| 90.69% tmp35teoob3.zip |################################################-----| 91.26% tmp35teoob3.zip |#################################################----| 91.83% tmp35teoob3.zip |#################################################----| 92.39% tmp35teoob3.zip |#################################################----| 92.96% tmp35teoob3.zip |##################################################---| 93.53% tmp35teoob3.zip |##################################################---| 94.09% tmp35teoob3.zip |##################################################---| 94.66% tmp35teoob3.zip |##################################################---| 95.23% tmp35teoob3.zip |###################################################--| 95.79% tmp35teoob3.zip |###################################################--| 96.36% tmp35teoob3.zip |###################################################--| 96.93% tmp35teoob3.zip |####################################################-| 97.49% tmp35teoob3.zip |####################################################-| 98.06% tmp35teoob3.zip |####################################################-| 98.63% tmp35teoob3.zip |#####################################################| 99.19% tmp35teoob3.zip |#####################################################| 99.76% tmp35teoob3.zip |#####################################################| 100.0% Plugin uploaded. Plugin's id is 124a27e5-4094-48db-9d6b-2f73cb50f2ea + 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).. tmpuqh4bjbs.zip |-----------------------------------------------------| 0.57% tmpuqh4bjbs.zip |#----------------------------------------------------| 1.14% tmpuqh4bjbs.zip |#----------------------------------------------------| 1.71% tmpuqh4bjbs.zip |#----------------------------------------------------| 2.27% tmpuqh4bjbs.zip |##---------------------------------------------------| 2.84% tmpuqh4bjbs.zip |##---------------------------------------------------| 3.41% tmpuqh4bjbs.zip |##---------------------------------------------------| 3.98% tmpuqh4bjbs.zip |##---------------------------------------------------| 4.55% tmpuqh4bjbs.zip |###--------------------------------------------------| 5.12% tmpuqh4bjbs.zip |###--------------------------------------------------| 5.69% tmpuqh4bjbs.zip |###--------------------------------------------------| 6.25% tmpuqh4bjbs.zip |####-------------------------------------------------| 6.82% tmpuqh4bjbs.zip |####-------------------------------------------------| 7.39% tmpuqh4bjbs.zip |####-------------------------------------------------| 7.96% tmpuqh4bjbs.zip |#####------------------------------------------------| 8.53% tmpuqh4bjbs.zip |#####------------------------------------------------| 9.1% tmpuqh4bjbs.zip |#####------------------------------------------------| 9.67% tmpuqh4bjbs.zip |#####------------------------------------------------| 10.24% tmpuqh4bjbs.zip |######-----------------------------------------------| 10.8% tmpuqh4bjbs.zip |######-----------------------------------------------| 11.37% tmpuqh4bjbs.zip |######-----------------------------------------------| 11.94% tmpuqh4bjbs.zip |#######----------------------------------------------| 12.51% tmpuqh4bjbs.zip |#######----------------------------------------------| 13.08% tmpuqh4bjbs.zip |#######----------------------------------------------| 13.65% tmpuqh4bjbs.zip |########---------------------------------------------| 14.22% tmpuqh4bjbs.zip |########---------------------------------------------| 14.78% tmpuqh4bjbs.zip |########---------------------------------------------| 15.35% tmpuqh4bjbs.zip |########---------------------------------------------| 15.92% tmpuqh4bjbs.zip |#########--------------------------------------------| 16.49% tmpuqh4bjbs.zip |#########--------------------------------------------| 17.06% tmpuqh4bjbs.zip |#########--------------------------------------------| 17.63% tmpuqh4bjbs.zip |##########-------------------------------------------| 18.2% tmpuqh4bjbs.zip |##########-------------------------------------------| 18.76% tmpuqh4bjbs.zip |##########-------------------------------------------| 19.33% tmpuqh4bjbs.zip |###########------------------------------------------| 19.9% tmpuqh4bjbs.zip |###########------------------------------------------| 20.47% tmpuqh4bjbs.zip |###########------------------------------------------| 21.04% tmpuqh4bjbs.zip |###########------------------------------------------| 21.61% tmpuqh4bjbs.zip |############-----------------------------------------| 22.18% tmpuqh4bjbs.zip |############-----------------------------------------| 22.74% tmpuqh4bjbs.zip |############-----------------------------------------| 23.31% tmpuqh4bjbs.zip |#############----------------------------------------| 23.88% tmpuqh4bjbs.zip |#############----------------------------------------| 24.45% tmpuqh4bjbs.zip |#############----------------------------------------| 25.02% tmpuqh4bjbs.zip |##############---------------------------------------| 25.59% tmpuqh4bjbs.zip |##############---------------------------------------| 26.16% tmpuqh4bjbs.zip |##############---------------------------------------| 26.73% tmpuqh4bjbs.zip |##############---------------------------------------| 27.29% tmpuqh4bjbs.zip |###############--------------------------------------| 27.86% tmpuqh4bjbs.zip |###############--------------------------------------| 28.43% tmpuqh4bjbs.zip |###############--------------------------------------| 29.0% tmpuqh4bjbs.zip |################-------------------------------------| 29.57% tmpuqh4bjbs.zip |################-------------------------------------| 30.14% tmpuqh4bjbs.zip |################-------------------------------------| 30.71% tmpuqh4bjbs.zip |#################------------------------------------| 31.27% tmpuqh4bjbs.zip |#################------------------------------------| 31.84% tmpuqh4bjbs.zip |#################------------------------------------| 32.41% tmpuqh4bjbs.zip |#################------------------------------------| 32.98% tmpuqh4bjbs.zip |##################-----------------------------------| 33.55% tmpuqh4bjbs.zip |##################-----------------------------------| 34.12% tmpuqh4bjbs.zip |##################-----------------------------------| 34.69% tmpuqh4bjbs.zip |###################----------------------------------| 35.25% tmpuqh4bjbs.zip |###################----------------------------------| 35.82% tmpuqh4bjbs.zip |###################----------------------------------| 36.39% tmpuqh4bjbs.zip |####################---------------------------------| 36.96% tmpuqh4bjbs.zip |####################---------------------------------| 37.53% tmpuqh4bjbs.zip |####################---------------------------------| 38.1% tmpuqh4bjbs.zip |####################---------------------------------| 38.67% tmpuqh4bjbs.zip |#####################--------------------------------| 39.23% tmpuqh4bjbs.zip |#####################--------------------------------| 39.8% tmpuqh4bjbs.zip |#####################--------------------------------| 40.37% tmpuqh4bjbs.zip |######################-------------------------------| 40.94% tmpuqh4bjbs.zip |######################-------------------------------| 41.51% tmpuqh4bjbs.zip |######################-------------------------------| 42.08% tmpuqh4bjbs.zip |#######################------------------------------| 42.65% tmpuqh4bjbs.zip |#######################------------------------------| 43.22% tmpuqh4bjbs.zip |#######################------------------------------| 43.78% tmpuqh4bjbs.zip |########################-----------------------------| 44.35% tmpuqh4bjbs.zip |########################-----------------------------| 44.92% tmpuqh4bjbs.zip |########################-----------------------------| 45.49% tmpuqh4bjbs.zip |########################-----------------------------| 46.06% tmpuqh4bjbs.zip |#########################----------------------------| 46.63% tmpuqh4bjbs.zip |#########################----------------------------| 47.2% tmpuqh4bjbs.zip |#########################----------------------------| 47.76% tmpuqh4bjbs.zip |##########################---------------------------| 48.33% tmpuqh4bjbs.zip |##########################---------------------------| 48.9% tmpuqh4bjbs.zip |##########################---------------------------| 49.47% tmpuqh4bjbs.zip |###########################--------------------------| 50.04% tmpuqh4bjbs.zip |###########################--------------------------| 50.61% tmpuqh4bjbs.zip |###########################--------------------------| 51.18% tmpuqh4bjbs.zip |###########################--------------------------| 51.74% tmpuqh4bjbs.zip |############################-------------------------| 52.31% tmpuqh4bjbs.zip |############################-------------------------| 52.88% tmpuqh4bjbs.zip |############################-------------------------| 53.45% tmpuqh4bjbs.zip |#############################------------------------| 54.02% tmpuqh4bjbs.zip |#############################------------------------| 54.59% tmpuqh4bjbs.zip |#############################------------------------| 55.16% tmpuqh4bjbs.zip |##############################-----------------------| 55.73% tmpuqh4bjbs.zip |##############################-----------------------| 56.29% tmpuqh4bjbs.zip |##############################-----------------------| 56.86% tmpuqh4bjbs.zip |##############################-----------------------| 57.43% tmpuqh4bjbs.zip |###############################----------------------| 58.0% tmpuqh4bjbs.zip |###############################----------------------| 58.57% tmpuqh4bjbs.zip |###############################----------------------| 59.14% tmpuqh4bjbs.zip |################################---------------------| 59.71% tmpuqh4bjbs.zip |################################---------------------| 60.27% tmpuqh4bjbs.zip |################################---------------------| 60.84% tmpuqh4bjbs.zip |#################################--------------------| 61.41% tmpuqh4bjbs.zip |#################################--------------------| 61.98% tmpuqh4bjbs.zip |#################################--------------------| 62.55% tmpuqh4bjbs.zip |#################################--------------------| 63.12% tmpuqh4bjbs.zip |##################################-------------------| 63.69% tmpuqh4bjbs.zip |##################################-------------------| 64.25% tmpuqh4bjbs.zip |##################################-------------------| 64.82% tmpuqh4bjbs.zip |###################################------------------| 65.39% tmpuqh4bjbs.zip |###################################------------------| 65.96% tmpuqh4bjbs.zip |###################################------------------| 66.53% tmpuqh4bjbs.zip |####################################-----------------| 67.1% tmpuqh4bjbs.zip |####################################-----------------| 67.67% tmpuqh4bjbs.zip |####################################-----------------| 68.23% tmpuqh4bjbs.zip |####################################-----------------| 68.8% tmpuqh4bjbs.zip |#####################################----------------| 69.37% tmpuqh4bjbs.zip |#####################################----------------| 69.94% tmpuqh4bjbs.zip |#####################################----------------| 70.51% tmpuqh4bjbs.zip |######################################---------------| 71.08% tmpuqh4bjbs.zip |######################################---------------| 71.65% tmpuqh4bjbs.zip |######################################---------------| 72.22% tmpuqh4bjbs.zip |#######################################--------------| 72.78% tmpuqh4bjbs.zip |#######################################--------------| 73.35% tmpuqh4bjbs.zip |#######################################--------------| 73.92% tmpuqh4bjbs.zip |#######################################--------------| 74.49% tmpuqh4bjbs.zip |########################################-------------| 75.06% tmpuqh4bjbs.zip |########################################-------------| 75.63% tmpuqh4bjbs.zip |########################################-------------| 76.2% tmpuqh4bjbs.zip |#########################################------------| 76.76% tmpuqh4bjbs.zip |#########################################------------| 77.33% tmpuqh4bjbs.zip |#########################################------------| 77.9% tmpuqh4bjbs.zip |##########################################-----------| 78.47% tmpuqh4bjbs.zip |##########################################-----------| 79.04% tmpuqh4bjbs.zip |##########################################-----------| 79.61% tmpuqh4bjbs.zip |##########################################-----------| 80.18% tmpuqh4bjbs.zip |###########################################----------| 80.74% tmpuqh4bjbs.zip |###########################################----------| 81.31% tmpuqh4bjbs.zip |###########################################----------| 81.88% tmpuqh4bjbs.zip |############################################---------| 82.45% tmpuqh4bjbs.zip |############################################---------| 83.02% tmpuqh4bjbs.zip |############################################---------| 83.59% tmpuqh4bjbs.zip |#############################################--------| 84.16% tmpuqh4bjbs.zip |#############################################--------| 84.72% tmpuqh4bjbs.zip |#############################################--------| 85.29% tmpuqh4bjbs.zip |##############################################-------| 85.86% tmpuqh4bjbs.zip |##############################################-------| 86.43% tmpuqh4bjbs.zip |##############################################-------| 87.0% tmpuqh4bjbs.zip |##############################################-------| 87.57% tmpuqh4bjbs.zip |###############################################------| 88.14% tmpuqh4bjbs.zip |###############################################------| 88.71% tmpuqh4bjbs.zip |###############################################------| 89.27% tmpuqh4bjbs.zip |################################################-----| 89.84% tmpuqh4bjbs.zip |################################################-----| 90.41% tmpuqh4bjbs.zip |################################################-----| 90.98% tmpuqh4bjbs.zip |#################################################----| 91.55% tmpuqh4bjbs.zip |#################################################----| 92.12% tmpuqh4bjbs.zip |#################################################----| 92.69% tmpuqh4bjbs.zip |#################################################----| 93.25% tmpuqh4bjbs.zip |##################################################---| 93.82% tmpuqh4bjbs.zip |##################################################---| 94.39% tmpuqh4bjbs.zip |##################################################---| 94.96% tmpuqh4bjbs.zip |###################################################--| 95.53% tmpuqh4bjbs.zip |###################################################--| 96.1% tmpuqh4bjbs.zip |###################################################--| 96.67% tmpuqh4bjbs.zip |####################################################-| 97.23% tmpuqh4bjbs.zip |####################################################-| 97.8% tmpuqh4bjbs.zip |####################################################-| 98.37% tmpuqh4bjbs.zip |####################################################-| 98.94% tmpuqh4bjbs.zip |#####################################################| 99.51% tmpuqh4bjbs.zip |#####################################################| 100.0% Plugin uploaded. Plugin's id is 1ce93029-f7c6-44dd-9473-8e947d45c258 + 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).. tmpyy3x0y2o.zip |-----------------------------------------------------| 0.56% tmpyy3x0y2o.zip |#----------------------------------------------------| 1.12% tmpyy3x0y2o.zip |#----------------------------------------------------| 1.67% tmpyy3x0y2o.zip |#----------------------------------------------------| 2.23% tmpyy3x0y2o.zip |#----------------------------------------------------| 2.79% tmpyy3x0y2o.zip |##---------------------------------------------------| 3.35% tmpyy3x0y2o.zip |##---------------------------------------------------| 3.91% tmpyy3x0y2o.zip |##---------------------------------------------------| 4.46% tmpyy3x0y2o.zip |###--------------------------------------------------| 5.02% tmpyy3x0y2o.zip |###--------------------------------------------------| 5.58% tmpyy3x0y2o.zip |###--------------------------------------------------| 6.14% tmpyy3x0y2o.zip |####-------------------------------------------------| 6.7% tmpyy3x0y2o.zip |####-------------------------------------------------| 7.25% tmpyy3x0y2o.zip |####-------------------------------------------------| 7.81% tmpyy3x0y2o.zip |####-------------------------------------------------| 8.37% tmpyy3x0y2o.zip |#####------------------------------------------------| 8.93% tmpyy3x0y2o.zip |#####------------------------------------------------| 9.49% tmpyy3x0y2o.zip |#####------------------------------------------------| 10.04% tmpyy3x0y2o.zip |######-----------------------------------------------| 10.6% tmpyy3x0y2o.zip |######-----------------------------------------------| 11.16% tmpyy3x0y2o.zip |######-----------------------------------------------| 11.72% tmpyy3x0y2o.zip |#######----------------------------------------------| 12.28% tmpyy3x0y2o.zip |#######----------------------------------------------| 12.83% tmpyy3x0y2o.zip |#######----------------------------------------------| 13.39% tmpyy3x0y2o.zip |#######----------------------------------------------| 13.95% tmpyy3x0y2o.zip |########---------------------------------------------| 14.51% tmpyy3x0y2o.zip |########---------------------------------------------| 15.07% tmpyy3x0y2o.zip |########---------------------------------------------| 15.62% tmpyy3x0y2o.zip |#########--------------------------------------------| 16.18% tmpyy3x0y2o.zip |#########--------------------------------------------| 16.74% tmpyy3x0y2o.zip |#########--------------------------------------------| 17.3% tmpyy3x0y2o.zip |#########--------------------------------------------| 17.86% tmpyy3x0y2o.zip |##########-------------------------------------------| 18.41% tmpyy3x0y2o.zip |##########-------------------------------------------| 18.97% tmpyy3x0y2o.zip |##########-------------------------------------------| 19.53% tmpyy3x0y2o.zip |###########------------------------------------------| 20.09% tmpyy3x0y2o.zip |###########------------------------------------------| 20.64% tmpyy3x0y2o.zip |###########------------------------------------------| 21.2% tmpyy3x0y2o.zip |############-----------------------------------------| 21.76% tmpyy3x0y2o.zip |############-----------------------------------------| 22.32% tmpyy3x0y2o.zip |############-----------------------------------------| 22.88% tmpyy3x0y2o.zip |############-----------------------------------------| 23.43% tmpyy3x0y2o.zip |#############----------------------------------------| 23.99% tmpyy3x0y2o.zip |#############----------------------------------------| 24.55% tmpyy3x0y2o.zip |#############----------------------------------------| 25.11% tmpyy3x0y2o.zip |##############---------------------------------------| 25.67% tmpyy3x0y2o.zip |##############---------------------------------------| 26.22% tmpyy3x0y2o.zip |##############---------------------------------------| 26.78% tmpyy3x0y2o.zip |##############---------------------------------------| 27.34% tmpyy3x0y2o.zip |###############--------------------------------------| 27.9% tmpyy3x0y2o.zip |###############--------------------------------------| 28.46% tmpyy3x0y2o.zip |###############--------------------------------------| 29.01% tmpyy3x0y2o.zip |################-------------------------------------| 29.57% tmpyy3x0y2o.zip |################-------------------------------------| 30.13% tmpyy3x0y2o.zip |################-------------------------------------| 30.69% tmpyy3x0y2o.zip |#################------------------------------------| 31.25% tmpyy3x0y2o.zip |#################------------------------------------| 31.8% tmpyy3x0y2o.zip |#################------------------------------------| 32.36% tmpyy3x0y2o.zip |#################------------------------------------| 32.92% tmpyy3x0y2o.zip |##################-----------------------------------| 33.48% tmpyy3x0y2o.zip |##################-----------------------------------| 34.04% tmpyy3x0y2o.zip |##################-----------------------------------| 34.59% tmpyy3x0y2o.zip |###################----------------------------------| 35.15% tmpyy3x0y2o.zip |###################----------------------------------| 35.71% tmpyy3x0y2o.zip |###################----------------------------------| 36.27% tmpyy3x0y2o.zip |####################---------------------------------| 36.83% tmpyy3x0y2o.zip |####################---------------------------------| 37.38% tmpyy3x0y2o.zip |####################---------------------------------| 37.94% tmpyy3x0y2o.zip |####################---------------------------------| 38.5% tmpyy3x0y2o.zip |#####################--------------------------------| 39.06% tmpyy3x0y2o.zip |#####################--------------------------------| 39.62% tmpyy3x0y2o.zip |#####################--------------------------------| 40.17% tmpyy3x0y2o.zip |######################-------------------------------| 40.73% tmpyy3x0y2o.zip |######################-------------------------------| 41.29% tmpyy3x0y2o.zip |######################-------------------------------| 41.85% tmpyy3x0y2o.zip |######################-------------------------------| 42.41% tmpyy3x0y2o.zip |#######################------------------------------| 42.96% tmpyy3x0y2o.zip |#######################------------------------------| 43.52% tmpyy3x0y2o.zip |#######################------------------------------| 44.08% tmpyy3x0y2o.zip |########################-----------------------------| 44.64% tmpyy3x0y2o.zip |########################-----------------------------| 45.2% tmpyy3x0y2o.zip |########################-----------------------------| 45.75% tmpyy3x0y2o.zip |#########################----------------------------| 46.31% tmpyy3x0y2o.zip |#########################----------------------------| 46.87% tmpyy3x0y2o.zip |#########################----------------------------| 47.43% tmpyy3x0y2o.zip |#########################----------------------------| 47.99% tmpyy3x0y2o.zip |##########################---------------------------| 48.54% tmpyy3x0y2o.zip |##########################---------------------------| 49.1% tmpyy3x0y2o.zip |##########################---------------------------| 49.66% tmpyy3x0y2o.zip |###########################--------------------------| 50.22% tmpyy3x0y2o.zip |###########################--------------------------| 50.78% tmpyy3x0y2o.zip |###########################--------------------------| 51.33% tmpyy3x0y2o.zip |############################-------------------------| 51.89% tmpyy3x0y2o.zip |############################-------------------------| 52.45% tmpyy3x0y2o.zip |############################-------------------------| 53.01% tmpyy3x0y2o.zip |############################-------------------------| 53.57% tmpyy3x0y2o.zip |#############################------------------------| 54.12% tmpyy3x0y2o.zip |#############################------------------------| 54.68% tmpyy3x0y2o.zip |#############################------------------------| 55.24% tmpyy3x0y2o.zip |##############################-----------------------| 55.8% tmpyy3x0y2o.zip |##############################-----------------------| 56.35% tmpyy3x0y2o.zip |##############################-----------------------| 56.91% tmpyy3x0y2o.zip |##############################-----------------------| 57.47% tmpyy3x0y2o.zip |###############################----------------------| 58.03% tmpyy3x0y2o.zip |###############################----------------------| 58.59% tmpyy3x0y2o.zip |###############################----------------------| 59.14% tmpyy3x0y2o.zip |################################---------------------| 59.7% tmpyy3x0y2o.zip |################################---------------------| 60.26% tmpyy3x0y2o.zip |################################---------------------| 60.82% tmpyy3x0y2o.zip |#################################--------------------| 61.38% tmpyy3x0y2o.zip |#################################--------------------| 61.93% tmpyy3x0y2o.zip |#################################--------------------| 62.49% tmpyy3x0y2o.zip |#################################--------------------| 63.05% tmpyy3x0y2o.zip |##################################-------------------| 63.61% tmpyy3x0y2o.zip |##################################-------------------| 64.17% tmpyy3x0y2o.zip |##################################-------------------| 64.72% tmpyy3x0y2o.zip |###################################------------------| 65.28% tmpyy3x0y2o.zip |###################################------------------| 65.84% tmpyy3x0y2o.zip |###################################------------------| 66.4% tmpyy3x0y2o.zip |###################################------------------| 66.96% tmpyy3x0y2o.zip |####################################-----------------| 67.51% tmpyy3x0y2o.zip |####################################-----------------| 68.07% tmpyy3x0y2o.zip |####################################-----------------| 68.63% tmpyy3x0y2o.zip |#####################################----------------| 69.19% tmpyy3x0y2o.zip |#####################################----------------| 69.75% tmpyy3x0y2o.zip |#####################################----------------| 70.3% tmpyy3x0y2o.zip |######################################---------------| 70.86% tmpyy3x0y2o.zip |######################################---------------| 71.42% tmpyy3x0y2o.zip |######################################---------------| 71.98% tmpyy3x0y2o.zip |######################################---------------| 72.54% tmpyy3x0y2o.zip |#######################################--------------| 73.09% tmpyy3x0y2o.zip |#######################################--------------| 73.65% tmpyy3x0y2o.zip |#######################################--------------| 74.21% tmpyy3x0y2o.zip |########################################-------------| 74.77% tmpyy3x0y2o.zip |########################################-------------| 75.33% tmpyy3x0y2o.zip |########################################-------------| 75.88% tmpyy3x0y2o.zip |#########################################------------| 76.44% tmpyy3x0y2o.zip |#########################################------------| 77.0% tmpyy3x0y2o.zip |#########################################------------| 77.56% tmpyy3x0y2o.zip |#########################################------------| 78.12% tmpyy3x0y2o.zip |##########################################-----------| 78.67% tmpyy3x0y2o.zip |##########################################-----------| 79.23% tmpyy3x0y2o.zip |##########################################-----------| 79.79% tmpyy3x0y2o.zip |###########################################----------| 80.35% tmpyy3x0y2o.zip |###########################################----------| 80.91% tmpyy3x0y2o.zip |###########################################----------| 81.46% tmpyy3x0y2o.zip |###########################################----------| 82.02% tmpyy3x0y2o.zip |############################################---------| 82.58% tmpyy3x0y2o.zip |############################################---------| 83.14% tmpyy3x0y2o.zip |############################################---------| 83.7% tmpyy3x0y2o.zip |#############################################--------| 84.25% tmpyy3x0y2o.zip |#############################################--------| 84.81% tmpyy3x0y2o.zip |#############################################--------| 85.37% tmpyy3x0y2o.zip |##############################################-------| 85.93% tmpyy3x0y2o.zip |##############################################-------| 86.49% tmpyy3x0y2o.zip |##############################################-------| 87.04% tmpyy3x0y2o.zip |##############################################-------| 87.6% tmpyy3x0y2o.zip |###############################################------| 88.16% tmpyy3x0y2o.zip |###############################################------| 88.72% tmpyy3x0y2o.zip |###############################################------| 89.28% tmpyy3x0y2o.zip |################################################-----| 89.83% tmpyy3x0y2o.zip |################################################-----| 90.39% tmpyy3x0y2o.zip |################################################-----| 90.95% tmpyy3x0y2o.zip |################################################-----| 91.51% tmpyy3x0y2o.zip |#################################################----| 92.06% tmpyy3x0y2o.zip |#################################################----| 92.62% tmpyy3x0y2o.zip |#################################################----| 93.18% tmpyy3x0y2o.zip |##################################################---| 93.74% tmpyy3x0y2o.zip |##################################################---| 94.3% tmpyy3x0y2o.zip |##################################################---| 94.85% tmpyy3x0y2o.zip |###################################################--| 95.41% tmpyy3x0y2o.zip |###################################################--| 95.97% tmpyy3x0y2o.zip |###################################################--| 96.53% tmpyy3x0y2o.zip |###################################################--| 97.09% tmpyy3x0y2o.zip |####################################################-| 97.64% tmpyy3x0y2o.zip |####################################################-| 98.2% tmpyy3x0y2o.zip |####################################################-| 98.76% tmpyy3x0y2o.zip |#####################################################| 99.32% tmpyy3x0y2o.zip |#####################################################| 99.88% tmpyy3x0y2o.zip |#####################################################| 100.0% Plugin uploaded. Plugin's id is 67860fe2-e094-40ea-b82c-757754b6aef7 + 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