+ '[' -d /cfy-persist ']' ++ ls -A /cfy-persist + '[' -z '' ']' ++ cat /opt/onap/cm-secrets/password + CMPASS=SU92FFB6 + CMPASS=SU92FFB6 + sed -i -e 's|admin_password: .*$|admin_password: SU92FFB6|' /etc/cloudify/config.yaml + for d in '$PDIRS' ++ dirname /var/lib + p=/var + mkdir -p /cfy-persist/var + cp -rp /var/lib /cfy-persist/var + for d in '$PDIRS' ++ dirname /etc/cloudify + p=/etc + mkdir -p /cfy-persist/etc + cp -rp /etc/cloudify /cfy-persist/etc + for d in '$PDIRS' ++ dirname /opt/cfy + p=/opt + mkdir -p /cfy-persist/opt + cp -rp /opt/cfy /cfy-persist/opt + for d in '$PDIRS' ++ dirname /opt/cloudify + p=/opt + mkdir -p /cfy-persist/opt + cp -rp /opt/cloudify /cfy-persist/opt + for d in '$PDIRS' ++ dirname /opt/cloudify-stage + p=/opt + mkdir -p /cfy-persist/opt + cp -rp /opt/cloudify-stage /cfy-persist/opt + for d in '$PDIRS' ++ dirname /opt/manager + p=/opt + mkdir -p /cfy-persist/opt + cp -rp /opt/manager /cfy-persist/opt + for d in '$PDIRS' ++ dirname /opt/mgmtworker + p=/opt + mkdir -p /cfy-persist/opt + cp -rp /opt/mgmtworker /cfy-persist/opt + for d in '$PDIRS' ++ dirname /opt/restservice + p=/opt + mkdir -p /cfy-persist/opt + cp -rp /opt/restservice /cfy-persist/opt + for d in '$PDIRS' + '[' -d /var/lib ']' + mv /var/lib /var/lib-initial ++ dirname /var/lib + ln -sf /cfy-persist//var/lib /var + for d in '$PDIRS' + '[' -d /etc/cloudify ']' + mv /etc/cloudify /etc/cloudify-initial ++ dirname /etc/cloudify + ln -sf /cfy-persist//etc/cloudify /etc + for d in '$PDIRS' + '[' -d /opt/cfy ']' + mv /opt/cfy /opt/cfy-initial ++ dirname /opt/cfy + ln -sf /cfy-persist//opt/cfy /opt + for d in '$PDIRS' + '[' -d /opt/cloudify ']' + mv /opt/cloudify /opt/cloudify-initial ++ dirname /opt/cloudify + ln -sf /cfy-persist//opt/cloudify /opt + for d in '$PDIRS' + '[' -d /opt/cloudify-stage ']' + mv /opt/cloudify-stage /opt/cloudify-stage-initial ++ dirname /opt/cloudify-stage + ln -sf /cfy-persist//opt/cloudify-stage /opt + for d in '$PDIRS' + '[' -d /opt/manager ']' + mv /opt/manager /opt/manager-initial ++ dirname /opt/manager + ln -sf /cfy-persist//opt/manager /opt + for d in '$PDIRS' + '[' -d /opt/mgmtworker ']' + mv /opt/mgmtworker /opt/mgmtworker-initial ++ dirname /opt/mgmtworker + ln -sf /cfy-persist//opt/mgmtworker /opt + for d in '$PDIRS' + '[' -d /opt/restservice ']' + mv /opt/restservice /opt/restservice-initial ++ dirname /opt/restservice + ln -sf /cfy-persist//opt/restservice /opt + exec /sbin/init --log-target=journal + /scripts/init-cloudify.sh + /scripts/setup-secret.sh + '[' '!' -d /var/run/secrets/kubernetes.io/serviceaccount ']' + mkdir -p /var/run/secrets/kubernetes.io/ + ln -s /secret/ /var/run/secrets/kubernetes.io/serviceaccount + /scripts/load-plugins.sh + /scripts/cloudify-ready.sh Did not get a status response This command is only available when using a manager. Please use the `cfy profiles use` command to connect to a Cloudify Manager. Waiting for CM to come up + echo 'Waiting for CM to come up' + sleep 15 + /scripts/cloudify-ready.sh Did not get a status response This command is only available when using a manager. Please use the `cfy profiles use` command to connect to a Cloudify Manager. + 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. Waiting for CM to come up + echo 'Waiting for CM to come up' + sleep 15 + /scripts/cloudify-ready.sh Services: Got a status response | Cloudify Console | Inactive | | Management Worker | Inactive | Some service(s) not running Retrieving manager services status... [ip=dcae-cloudify-manager] Services: +--------------------------------+----------+ | service | status | +--------------------------------+----------+ | Webserver | Active | | Cloudify Console | Inactive | | AMQP-Postgres | Active | | Management Worker | Inactive | | Manager Rest-Service | Active | | PostgreSQL | Active | | RabbitMQ | Active | +--------------------------------+----------+ Waiting for CM to come up + echo 'Waiting for CM to come up' + sleep 15 + /scripts/cloudify-ready.sh Services: Got a status response | Monitoring Service | Inactive | Some service(s) not running Retrieving manager services status... [ip=dcae-cloudify-manager] Services: +--------------------------------+----------+ | service | status | +--------------------------------+----------+ | Webserver | Active | | Cloudify Console | Active | | AMQP-Postgres | Active | | Management Worker | Active | | Manager Rest-Service | Active | | PostgreSQL | Active | | RabbitMQ | Active | | Monitoring Service | Inactive | +--------------------------------+----------+ Waiting for CM to come up + echo 'Waiting for CM to come up' + sleep 15 + /scripts/cloudify-ready.sh Services: Got a status response All services running + shopt -s nullglob + [[ ! -f /opt/manager/plugins-loaded ]] + for p in '${PLUGIN_DIR}/*' + wagons=($p/*.wgn) + types=($p/*.yaml) + install_plugin /opt/plugins/plugin-5Dc9T1a/k8splugin-3.9.0-py36-none-linux_x86_64.wgn /opt/plugins/plugin-5Dc9T1a/k8splugin_types.yaml ++ basename /opt/plugins/plugin-5Dc9T1a/k8splugin-3.9.0-py36-none-linux_x86_64.wgn + ARCHIVE=k8splugin-3.9.0-py36-none-linux_x86_64.wgn + cm_hasany 'plugins?archive_name=k8splugin-3.9.0-py36-none-linux_x86_64.wgn' ++ curl -Ss -H 'Tenant: default_tenant' --user admin:SU92FFB6 --cacert /opt/onap/certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/plugins?archive_name=k8splugin-3.9.0-py36-none-linux_x86_64.wgn&_include=id' ++ /bin/jq .metadata.pagination.total + COUNT=0 + (( 0 > 0 )) + return 1 + cfy plugin upload -y /opt/plugins/plugin-5Dc9T1a/k8splugin_types.yaml /opt/plugins/plugin-5Dc9T1a/k8splugin-3.9.0-py36-none-linux_x86_64.wgn Creating plugin zip archive.. Uploading plugin archive (wagon + yaml).. tmpbgxaltez.zip |-----------------------------------------------------| 0.13% tmpbgxaltez.zip |-----------------------------------------------------| 0.26% tmpbgxaltez.zip |-----------------------------------------------------| 0.38% tmpbgxaltez.zip |-----------------------------------------------------| 0.51% tmpbgxaltez.zip |-----------------------------------------------------| 0.64% tmpbgxaltez.zip |-----------------------------------------------------| 0.77% tmpbgxaltez.zip |-----------------------------------------------------| 0.9% tmpbgxaltez.zip |#----------------------------------------------------| 1.03% tmpbgxaltez.zip |#----------------------------------------------------| 1.15% tmpbgxaltez.zip |#----------------------------------------------------| 1.28% tmpbgxaltez.zip |#----------------------------------------------------| 1.41% tmpbgxaltez.zip |#----------------------------------------------------| 1.54% tmpbgxaltez.zip |#----------------------------------------------------| 1.67% tmpbgxaltez.zip |#----------------------------------------------------| 1.79% tmpbgxaltez.zip |#----------------------------------------------------| 1.92% tmpbgxaltez.zip |#----------------------------------------------------| 2.05% tmpbgxaltez.zip |#----------------------------------------------------| 2.18% tmpbgxaltez.zip |#----------------------------------------------------| 2.31% tmpbgxaltez.zip |#----------------------------------------------------| 2.44% tmpbgxaltez.zip |#----------------------------------------------------| 2.56% tmpbgxaltez.zip |#----------------------------------------------------| 2.69% tmpbgxaltez.zip |#----------------------------------------------------| 2.82% tmpbgxaltez.zip |##---------------------------------------------------| 2.95% tmpbgxaltez.zip |##---------------------------------------------------| 3.08% tmpbgxaltez.zip |##---------------------------------------------------| 3.2% tmpbgxaltez.zip |##---------------------------------------------------| 3.33% tmpbgxaltez.zip |##---------------------------------------------------| 3.46% tmpbgxaltez.zip |##---------------------------------------------------| 3.59% tmpbgxaltez.zip |##---------------------------------------------------| 3.72% tmpbgxaltez.zip |##---------------------------------------------------| 3.85% tmpbgxaltez.zip |##---------------------------------------------------| 3.97% tmpbgxaltez.zip |##---------------------------------------------------| 4.1% tmpbgxaltez.zip |##---------------------------------------------------| 4.23% tmpbgxaltez.zip |##---------------------------------------------------| 4.36% tmpbgxaltez.zip |##---------------------------------------------------| 4.49% tmpbgxaltez.zip |##---------------------------------------------------| 4.61% tmpbgxaltez.zip |###--------------------------------------------------| 4.74% tmpbgxaltez.zip |###--------------------------------------------------| 4.87% tmpbgxaltez.zip |###--------------------------------------------------| 5.0% tmpbgxaltez.zip |###--------------------------------------------------| 5.13% tmpbgxaltez.zip |###--------------------------------------------------| 5.26% tmpbgxaltez.zip |###--------------------------------------------------| 5.38% tmpbgxaltez.zip |###--------------------------------------------------| 5.51% tmpbgxaltez.zip |###--------------------------------------------------| 5.64% tmpbgxaltez.zip |###--------------------------------------------------| 5.77% tmpbgxaltez.zip |###--------------------------------------------------| 5.9% tmpbgxaltez.zip |###--------------------------------------------------| 6.02% tmpbgxaltez.zip |###--------------------------------------------------| 6.15% tmpbgxaltez.zip |###--------------------------------------------------| 6.28% tmpbgxaltez.zip |###--------------------------------------------------| 6.41% tmpbgxaltez.zip |###--------------------------------------------------| 6.54% tmpbgxaltez.zip |####-------------------------------------------------| 6.67% tmpbgxaltez.zip |####-------------------------------------------------| 6.79% tmpbgxaltez.zip |####-------------------------------------------------| 6.92% tmpbgxaltez.zip |####-------------------------------------------------| 7.05% tmpbgxaltez.zip |####-------------------------------------------------| 7.18% tmpbgxaltez.zip |####-------------------------------------------------| 7.31% tmpbgxaltez.zip |####-------------------------------------------------| 7.43% tmpbgxaltez.zip |####-------------------------------------------------| 7.56% tmpbgxaltez.zip |####-------------------------------------------------| 7.69% tmpbgxaltez.zip |####-------------------------------------------------| 7.82% tmpbgxaltez.zip |####-------------------------------------------------| 7.95% tmpbgxaltez.zip |####-------------------------------------------------| 8.08% tmpbgxaltez.zip |####-------------------------------------------------| 8.2% tmpbgxaltez.zip |####-------------------------------------------------| 8.33% tmpbgxaltez.zip |####-------------------------------------------------| 8.46% tmpbgxaltez.zip |#####------------------------------------------------| 8.59% tmpbgxaltez.zip |#####------------------------------------------------| 8.72% tmpbgxaltez.zip |#####------------------------------------------------| 8.84% tmpbgxaltez.zip |#####------------------------------------------------| 8.97% tmpbgxaltez.zip |#####------------------------------------------------| 9.1% tmpbgxaltez.zip |#####------------------------------------------------| 9.23% tmpbgxaltez.zip |#####------------------------------------------------| 9.36% tmpbgxaltez.zip |#####------------------------------------------------| 9.48% tmpbgxaltez.zip |#####------------------------------------------------| 9.61% tmpbgxaltez.zip |#####------------------------------------------------| 9.74% tmpbgxaltez.zip |#####------------------------------------------------| 9.87% tmpbgxaltez.zip |#####------------------------------------------------| 10.0% tmpbgxaltez.zip |#####------------------------------------------------| 10.13% tmpbgxaltez.zip |#####------------------------------------------------| 10.25% tmpbgxaltez.zip |######-----------------------------------------------| 10.38% tmpbgxaltez.zip |######-----------------------------------------------| 10.51% tmpbgxaltez.zip |######-----------------------------------------------| 10.64% tmpbgxaltez.zip |######-----------------------------------------------| 10.77% tmpbgxaltez.zip |######-----------------------------------------------| 10.89% tmpbgxaltez.zip |######-----------------------------------------------| 11.02% tmpbgxaltez.zip |######-----------------------------------------------| 11.15% tmpbgxaltez.zip |######-----------------------------------------------| 11.28% tmpbgxaltez.zip |######-----------------------------------------------| 11.41% tmpbgxaltez.zip |######-----------------------------------------------| 11.54% tmpbgxaltez.zip |######-----------------------------------------------| 11.66% tmpbgxaltez.zip |######-----------------------------------------------| 11.79% tmpbgxaltez.zip |######-----------------------------------------------| 11.92% tmpbgxaltez.zip |######-----------------------------------------------| 12.05% tmpbgxaltez.zip |######-----------------------------------------------| 12.18% tmpbgxaltez.zip |#######----------------------------------------------| 12.3% tmpbgxaltez.zip |#######----------------------------------------------| 12.43% tmpbgxaltez.zip |#######----------------------------------------------| 12.56% tmpbgxaltez.zip |#######----------------------------------------------| 12.69% tmpbgxaltez.zip |#######----------------------------------------------| 12.82% tmpbgxaltez.zip |#######----------------------------------------------| 12.95% tmpbgxaltez.zip |#######----------------------------------------------| 13.07% tmpbgxaltez.zip |#######----------------------------------------------| 13.2% tmpbgxaltez.zip |#######----------------------------------------------| 13.33% tmpbgxaltez.zip |#######----------------------------------------------| 13.46% tmpbgxaltez.zip |#######----------------------------------------------| 13.59% tmpbgxaltez.zip |#######----------------------------------------------| 13.71% tmpbgxaltez.zip |#######----------------------------------------------| 13.84% tmpbgxaltez.zip |#######----------------------------------------------| 13.97% tmpbgxaltez.zip |#######----------------------------------------------| 14.1% tmpbgxaltez.zip |########---------------------------------------------| 14.23% tmpbgxaltez.zip |########---------------------------------------------| 14.36% tmpbgxaltez.zip |########---------------------------------------------| 14.48% tmpbgxaltez.zip |########---------------------------------------------| 14.61% tmpbgxaltez.zip |########---------------------------------------------| 14.74% tmpbgxaltez.zip |########---------------------------------------------| 14.87% tmpbgxaltez.zip |########---------------------------------------------| 15.0% tmpbgxaltez.zip |########---------------------------------------------| 15.12% tmpbgxaltez.zip |########---------------------------------------------| 15.25% tmpbgxaltez.zip |########---------------------------------------------| 15.38% tmpbgxaltez.zip |########---------------------------------------------| 15.51% tmpbgxaltez.zip |########---------------------------------------------| 15.64% tmpbgxaltez.zip |########---------------------------------------------| 15.77% tmpbgxaltez.zip |########---------------------------------------------| 15.89% tmpbgxaltez.zip |########---------------------------------------------| 16.02% tmpbgxaltez.zip |#########--------------------------------------------| 16.15% tmpbgxaltez.zip |#########--------------------------------------------| 16.28% tmpbgxaltez.zip |#########--------------------------------------------| 16.41% tmpbgxaltez.zip |#########--------------------------------------------| 16.53% tmpbgxaltez.zip |#########--------------------------------------------| 16.66% tmpbgxaltez.zip |#########--------------------------------------------| 16.79% tmpbgxaltez.zip |#########--------------------------------------------| 16.92% tmpbgxaltez.zip |#########--------------------------------------------| 17.05% tmpbgxaltez.zip |#########--------------------------------------------| 17.18% tmpbgxaltez.zip |#########--------------------------------------------| 17.3% tmpbgxaltez.zip |#########--------------------------------------------| 17.43% tmpbgxaltez.zip |#########--------------------------------------------| 17.56% tmpbgxaltez.zip |#########--------------------------------------------| 17.69% tmpbgxaltez.zip |#########--------------------------------------------| 17.82% tmpbgxaltez.zip |##########-------------------------------------------| 17.94% tmpbgxaltez.zip |##########-------------------------------------------| 18.07% tmpbgxaltez.zip |##########-------------------------------------------| 18.2% tmpbgxaltez.zip |##########-------------------------------------------| 18.33% tmpbgxaltez.zip |##########-------------------------------------------| 18.46% tmpbgxaltez.zip |##########-------------------------------------------| 18.59% tmpbgxaltez.zip |##########-------------------------------------------| 18.71% tmpbgxaltez.zip |##########-------------------------------------------| 18.84% tmpbgxaltez.zip |##########-------------------------------------------| 18.97% tmpbgxaltez.zip |##########-------------------------------------------| 19.1% tmpbgxaltez.zip |##########-------------------------------------------| 19.23% tmpbgxaltez.zip |##########-------------------------------------------| 19.35% tmpbgxaltez.zip |##########-------------------------------------------| 19.48% tmpbgxaltez.zip |##########-------------------------------------------| 19.61% tmpbgxaltez.zip |##########-------------------------------------------| 19.74% tmpbgxaltez.zip |###########------------------------------------------| 19.87% tmpbgxaltez.zip |###########------------------------------------------| 20.0% tmpbgxaltez.zip |###########------------------------------------------| 20.12% tmpbgxaltez.zip |###########------------------------------------------| 20.25% tmpbgxaltez.zip |###########------------------------------------------| 20.38% tmpbgxaltez.zip |###########------------------------------------------| 20.51% tmpbgxaltez.zip |###########------------------------------------------| 20.64% tmpbgxaltez.zip |###########------------------------------------------| 20.76% tmpbgxaltez.zip |###########------------------------------------------| 20.89% tmpbgxaltez.zip |###########------------------------------------------| 21.02% tmpbgxaltez.zip |###########------------------------------------------| 21.15% tmpbgxaltez.zip |###########------------------------------------------| 21.28% tmpbgxaltez.zip |###########------------------------------------------| 21.41% tmpbgxaltez.zip |###########------------------------------------------| 21.53% tmpbgxaltez.zip |###########------------------------------------------| 21.66% tmpbgxaltez.zip |############-----------------------------------------| 21.79% tmpbgxaltez.zip |############-----------------------------------------| 21.92% tmpbgxaltez.zip |############-----------------------------------------| 22.05% tmpbgxaltez.zip |############-----------------------------------------| 22.17% tmpbgxaltez.zip |############-----------------------------------------| 22.3% tmpbgxaltez.zip |############-----------------------------------------| 22.43% tmpbgxaltez.zip |############-----------------------------------------| 22.56% tmpbgxaltez.zip |############-----------------------------------------| 22.69% tmpbgxaltez.zip |############-----------------------------------------| 22.82% tmpbgxaltez.zip |############-----------------------------------------| 22.94% tmpbgxaltez.zip |############-----------------------------------------| 23.07% tmpbgxaltez.zip |############-----------------------------------------| 23.2% tmpbgxaltez.zip |############-----------------------------------------| 23.33% tmpbgxaltez.zip |############-----------------------------------------| 23.46% tmpbgxaltez.zip |############-----------------------------------------| 23.58% tmpbgxaltez.zip |#############----------------------------------------| 23.71% tmpbgxaltez.zip |#############----------------------------------------| 23.84% tmpbgxaltez.zip |#############----------------------------------------| 23.97% tmpbgxaltez.zip |#############----------------------------------------| 24.1% tmpbgxaltez.zip |#############----------------------------------------| 24.23% tmpbgxaltez.zip |#############----------------------------------------| 24.35% tmpbgxaltez.zip |#############----------------------------------------| 24.48% tmpbgxaltez.zip |#############----------------------------------------| 24.61% tmpbgxaltez.zip |#############----------------------------------------| 24.74% tmpbgxaltez.zip |#############----------------------------------------| 24.87% tmpbgxaltez.zip |#############----------------------------------------| 24.99% tmpbgxaltez.zip |#############----------------------------------------| 25.12% tmpbgxaltez.zip |#############----------------------------------------| 25.25% tmpbgxaltez.zip |#############----------------------------------------| 25.38% tmpbgxaltez.zip |##############---------------------------------------| 25.51% tmpbgxaltez.zip |##############---------------------------------------| 25.63% tmpbgxaltez.zip |##############---------------------------------------| 25.76% tmpbgxaltez.zip |##############---------------------------------------| 25.89% tmpbgxaltez.zip |##############---------------------------------------| 26.02% tmpbgxaltez.zip |##############---------------------------------------| 26.15% tmpbgxaltez.zip |##############---------------------------------------| 26.28% tmpbgxaltez.zip |##############---------------------------------------| 26.4% tmpbgxaltez.zip |##############---------------------------------------| 26.53% tmpbgxaltez.zip |##############---------------------------------------| 26.66% tmpbgxaltez.zip |##############---------------------------------------| 26.79% tmpbgxaltez.zip |##############---------------------------------------| 26.92% tmpbgxaltez.zip |##############---------------------------------------| 27.04% tmpbgxaltez.zip |##############---------------------------------------| 27.17% tmpbgxaltez.zip |##############---------------------------------------| 27.3% tmpbgxaltez.zip |###############--------------------------------------| 27.43% tmpbgxaltez.zip |###############--------------------------------------| 27.56% tmpbgxaltez.zip |###############--------------------------------------| 27.69% tmpbgxaltez.zip |###############--------------------------------------| 27.81% tmpbgxaltez.zip |###############--------------------------------------| 27.94% tmpbgxaltez.zip |###############--------------------------------------| 28.07% tmpbgxaltez.zip |###############--------------------------------------| 28.2% tmpbgxaltez.zip |###############--------------------------------------| 28.33% tmpbgxaltez.zip |###############--------------------------------------| 28.45% tmpbgxaltez.zip |###############--------------------------------------| 28.58% tmpbgxaltez.zip |###############--------------------------------------| 28.71% tmpbgxaltez.zip |###############--------------------------------------| 28.84% tmpbgxaltez.zip |###############--------------------------------------| 28.97% tmpbgxaltez.zip |###############--------------------------------------| 29.1% tmpbgxaltez.zip |###############--------------------------------------| 29.22% tmpbgxaltez.zip |################-------------------------------------| 29.35% tmpbgxaltez.zip |################-------------------------------------| 29.48% tmpbgxaltez.zip |################-------------------------------------| 29.61% tmpbgxaltez.zip |################-------------------------------------| 29.74% tmpbgxaltez.zip |################-------------------------------------| 29.86% tmpbgxaltez.zip |################-------------------------------------| 29.99% tmpbgxaltez.zip |################-------------------------------------| 30.12% tmpbgxaltez.zip |################-------------------------------------| 30.25% tmpbgxaltez.zip |################-------------------------------------| 30.38% tmpbgxaltez.zip |################-------------------------------------| 30.51% tmpbgxaltez.zip |################-------------------------------------| 30.63% tmpbgxaltez.zip |################-------------------------------------| 30.76% tmpbgxaltez.zip |################-------------------------------------| 30.89% tmpbgxaltez.zip |################-------------------------------------| 31.02% tmpbgxaltez.zip |#################------------------------------------| 31.15% tmpbgxaltez.zip |#################------------------------------------| 31.27% tmpbgxaltez.zip |#################------------------------------------| 31.4% tmpbgxaltez.zip |#################------------------------------------| 31.53% tmpbgxaltez.zip |#################------------------------------------| 31.66% tmpbgxaltez.zip |#################------------------------------------| 31.79% tmpbgxaltez.zip |#################------------------------------------| 31.92% tmpbgxaltez.zip |#################------------------------------------| 32.04% tmpbgxaltez.zip |#################------------------------------------| 32.17% tmpbgxaltez.zip |#################------------------------------------| 32.3% tmpbgxaltez.zip |#################------------------------------------| 32.43% tmpbgxaltez.zip |#################------------------------------------| 32.56% tmpbgxaltez.zip |#################------------------------------------| 32.68% tmpbgxaltez.zip |#################------------------------------------| 32.81% tmpbgxaltez.zip |#################------------------------------------| 32.94% tmpbgxaltez.zip |##################-----------------------------------| 33.07% tmpbgxaltez.zip |##################-----------------------------------| 33.2% tmpbgxaltez.zip |##################-----------------------------------| 33.33% tmpbgxaltez.zip |##################-----------------------------------| 33.45% tmpbgxaltez.zip |##################-----------------------------------| 33.58% tmpbgxaltez.zip |##################-----------------------------------| 33.71% tmpbgxaltez.zip |##################-----------------------------------| 33.84% tmpbgxaltez.zip |##################-----------------------------------| 33.97% tmpbgxaltez.zip |##################-----------------------------------| 34.09% tmpbgxaltez.zip |##################-----------------------------------| 34.22% tmpbgxaltez.zip |##################-----------------------------------| 34.35% tmpbgxaltez.zip |##################-----------------------------------| 34.48% tmpbgxaltez.zip |##################-----------------------------------| 34.61% tmpbgxaltez.zip |##################-----------------------------------| 34.74% tmpbgxaltez.zip |##################-----------------------------------| 34.86% tmpbgxaltez.zip |###################----------------------------------| 34.99% tmpbgxaltez.zip |###################----------------------------------| 35.12% tmpbgxaltez.zip |###################----------------------------------| 35.25% tmpbgxaltez.zip |###################----------------------------------| 35.38% tmpbgxaltez.zip |###################----------------------------------| 35.5% tmpbgxaltez.zip |###################----------------------------------| 35.63% tmpbgxaltez.zip |###################----------------------------------| 35.76% tmpbgxaltez.zip |###################----------------------------------| 35.89% tmpbgxaltez.zip |###################----------------------------------| 36.02% tmpbgxaltez.zip |###################----------------------------------| 36.15% tmpbgxaltez.zip |###################----------------------------------| 36.27% tmpbgxaltez.zip |###################----------------------------------| 36.4% tmpbgxaltez.zip |###################----------------------------------| 36.53% tmpbgxaltez.zip |###################----------------------------------| 36.66% tmpbgxaltez.zip |###################----------------------------------| 36.79% tmpbgxaltez.zip |####################---------------------------------| 36.91% tmpbgxaltez.zip |####################---------------------------------| 37.04% tmpbgxaltez.zip |####################---------------------------------| 37.17% tmpbgxaltez.zip |####################---------------------------------| 37.3% tmpbgxaltez.zip |####################---------------------------------| 37.43% tmpbgxaltez.zip |####################---------------------------------| 37.56% tmpbgxaltez.zip |####################---------------------------------| 37.68% tmpbgxaltez.zip |####################---------------------------------| 37.81% tmpbgxaltez.zip |####################---------------------------------| 37.94% tmpbgxaltez.zip |####################---------------------------------| 38.07% tmpbgxaltez.zip |####################---------------------------------| 38.2% tmpbgxaltez.zip |####################---------------------------------| 38.32% tmpbgxaltez.zip |####################---------------------------------| 38.45% tmpbgxaltez.zip |####################---------------------------------| 38.58% tmpbgxaltez.zip |#####################--------------------------------| 38.71% tmpbgxaltez.zip |#####################--------------------------------| 38.84% tmpbgxaltez.zip |#####################--------------------------------| 38.97% tmpbgxaltez.zip |#####################--------------------------------| 39.09% tmpbgxaltez.zip |#####################--------------------------------| 39.22% tmpbgxaltez.zip |#####################--------------------------------| 39.35% tmpbgxaltez.zip |#####################--------------------------------| 39.48% tmpbgxaltez.zip |#####################--------------------------------| 39.61% tmpbgxaltez.zip |#####################--------------------------------| 39.73% tmpbgxaltez.zip |#####################--------------------------------| 39.86% tmpbgxaltez.zip |#####################--------------------------------| 39.99% tmpbgxaltez.zip |#####################--------------------------------| 40.12% tmpbgxaltez.zip |#####################--------------------------------| 40.25% tmpbgxaltez.zip |#####################--------------------------------| 40.38% tmpbgxaltez.zip |#####################--------------------------------| 40.5% tmpbgxaltez.zip |######################-------------------------------| 40.63% tmpbgxaltez.zip |######################-------------------------------| 40.76% tmpbgxaltez.zip |######################-------------------------------| 40.89% tmpbgxaltez.zip |######################-------------------------------| 41.02% tmpbgxaltez.zip |######################-------------------------------| 41.14% tmpbgxaltez.zip |######################-------------------------------| 41.27% tmpbgxaltez.zip |######################-------------------------------| 41.4% tmpbgxaltez.zip |######################-------------------------------| 41.53% tmpbgxaltez.zip |######################-------------------------------| 41.66% tmpbgxaltez.zip |######################-------------------------------| 41.78% tmpbgxaltez.zip |######################-------------------------------| 41.91% tmpbgxaltez.zip |######################-------------------------------| 42.04% tmpbgxaltez.zip |######################-------------------------------| 42.17% tmpbgxaltez.zip |######################-------------------------------| 42.3% tmpbgxaltez.zip |######################-------------------------------| 42.43% tmpbgxaltez.zip |#######################------------------------------| 42.55% tmpbgxaltez.zip |#######################------------------------------| 42.68% tmpbgxaltez.zip |#######################------------------------------| 42.81% tmpbgxaltez.zip |#######################------------------------------| 42.94% tmpbgxaltez.zip |#######################------------------------------| 43.07% tmpbgxaltez.zip |#######################------------------------------| 43.19% tmpbgxaltez.zip |#######################------------------------------| 43.32% tmpbgxaltez.zip |#######################------------------------------| 43.45% tmpbgxaltez.zip |#######################------------------------------| 43.58% tmpbgxaltez.zip |#######################------------------------------| 43.71% tmpbgxaltez.zip |#######################------------------------------| 43.84% tmpbgxaltez.zip |#######################------------------------------| 43.96% tmpbgxaltez.zip |#######################------------------------------| 44.09% tmpbgxaltez.zip |#######################------------------------------| 44.22% tmpbgxaltez.zip |########################-----------------------------| 44.35% tmpbgxaltez.zip |########################-----------------------------| 44.48% tmpbgxaltez.zip |########################-----------------------------| 44.6% tmpbgxaltez.zip |########################-----------------------------| 44.73% tmpbgxaltez.zip |########################-----------------------------| 44.86% tmpbgxaltez.zip |########################-----------------------------| 44.99% tmpbgxaltez.zip |########################-----------------------------| 45.12% tmpbgxaltez.zip |########################-----------------------------| 45.25% tmpbgxaltez.zip |########################-----------------------------| 45.37% tmpbgxaltez.zip |########################-----------------------------| 45.5% tmpbgxaltez.zip |########################-----------------------------| 45.63% tmpbgxaltez.zip |########################-----------------------------| 45.76% tmpbgxaltez.zip |########################-----------------------------| 45.89% tmpbgxaltez.zip |########################-----------------------------| 46.01% tmpbgxaltez.zip |########################-----------------------------| 46.14% tmpbgxaltez.zip |#########################----------------------------| 46.27% tmpbgxaltez.zip |#########################----------------------------| 46.4% tmpbgxaltez.zip |#########################----------------------------| 46.53% tmpbgxaltez.zip |#########################----------------------------| 46.66% tmpbgxaltez.zip |#########################----------------------------| 46.78% tmpbgxaltez.zip |#########################----------------------------| 46.91% tmpbgxaltez.zip |#########################----------------------------| 47.04% tmpbgxaltez.zip |#########################----------------------------| 47.17% tmpbgxaltez.zip |#########################----------------------------| 47.3% tmpbgxaltez.zip |#########################----------------------------| 47.42% tmpbgxaltez.zip |#########################----------------------------| 47.55% tmpbgxaltez.zip |#########################----------------------------| 47.68% tmpbgxaltez.zip |#########################----------------------------| 47.81% tmpbgxaltez.zip |#########################----------------------------| 47.94% tmpbgxaltez.zip |#########################----------------------------| 48.07% tmpbgxaltez.zip |##########################---------------------------| 48.19% tmpbgxaltez.zip |##########################---------------------------| 48.32% tmpbgxaltez.zip |##########################---------------------------| 48.45% tmpbgxaltez.zip |##########################---------------------------| 48.58% tmpbgxaltez.zip |##########################---------------------------| 48.71% tmpbgxaltez.zip |##########################---------------------------| 48.83% tmpbgxaltez.zip |##########################---------------------------| 48.96% tmpbgxaltez.zip |##########################---------------------------| 49.09% tmpbgxaltez.zip |##########################---------------------------| 49.22% tmpbgxaltez.zip |##########################---------------------------| 49.35% tmpbgxaltez.zip |##########################---------------------------| 49.48% tmpbgxaltez.zip |##########################---------------------------| 49.6% tmpbgxaltez.zip |##########################---------------------------| 49.73% tmpbgxaltez.zip |##########################---------------------------| 49.86% tmpbgxaltez.zip |##########################---------------------------| 49.99% tmpbgxaltez.zip |###########################--------------------------| 50.12% tmpbgxaltez.zip |###########################--------------------------| 50.24% tmpbgxaltez.zip |###########################--------------------------| 50.37% tmpbgxaltez.zip |###########################--------------------------| 50.5% tmpbgxaltez.zip |###########################--------------------------| 50.63% tmpbgxaltez.zip |###########################--------------------------| 50.76% tmpbgxaltez.zip |###########################--------------------------| 50.89% tmpbgxaltez.zip |###########################--------------------------| 51.01% tmpbgxaltez.zip |###########################--------------------------| 51.14% tmpbgxaltez.zip |###########################--------------------------| 51.27% tmpbgxaltez.zip |###########################--------------------------| 51.4% tmpbgxaltez.zip |###########################--------------------------| 51.53% tmpbgxaltez.zip |###########################--------------------------| 51.65% tmpbgxaltez.zip |###########################--------------------------| 51.78% tmpbgxaltez.zip |############################-------------------------| 51.91% tmpbgxaltez.zip |############################-------------------------| 52.04% tmpbgxaltez.zip |############################-------------------------| 52.17% tmpbgxaltez.zip |############################-------------------------| 52.3% tmpbgxaltez.zip |############################-------------------------| 52.42% tmpbgxaltez.zip |############################-------------------------| 52.55% tmpbgxaltez.zip |############################-------------------------| 52.68% tmpbgxaltez.zip |############################-------------------------| 52.81% tmpbgxaltez.zip |############################-------------------------| 52.94% tmpbgxaltez.zip |############################-------------------------| 53.06% tmpbgxaltez.zip |############################-------------------------| 53.19% tmpbgxaltez.zip |############################-------------------------| 53.32% tmpbgxaltez.zip |############################-------------------------| 53.45% tmpbgxaltez.zip |############################-------------------------| 53.58% tmpbgxaltez.zip |############################-------------------------| 53.71% tmpbgxaltez.zip |#############################------------------------| 53.83% tmpbgxaltez.zip |#############################------------------------| 53.96% tmpbgxaltez.zip |#############################------------------------| 54.09% tmpbgxaltez.zip |#############################------------------------| 54.22% tmpbgxaltez.zip |#############################------------------------| 54.35% tmpbgxaltez.zip |#############################------------------------| 54.47% tmpbgxaltez.zip |#############################------------------------| 54.6% tmpbgxaltez.zip |#############################------------------------| 54.73% tmpbgxaltez.zip |#############################------------------------| 54.86% tmpbgxaltez.zip |#############################------------------------| 54.99% tmpbgxaltez.zip |#############################------------------------| 55.12% tmpbgxaltez.zip |#############################------------------------| 55.24% tmpbgxaltez.zip |#############################------------------------| 55.37% tmpbgxaltez.zip |#############################------------------------| 55.5% tmpbgxaltez.zip |#############################------------------------| 55.63% tmpbgxaltez.zip |##############################-----------------------| 55.76% tmpbgxaltez.zip |##############################-----------------------| 55.88% tmpbgxaltez.zip |##############################-----------------------| 56.01% tmpbgxaltez.zip |##############################-----------------------| 56.14% tmpbgxaltez.zip |##############################-----------------------| 56.27% tmpbgxaltez.zip |##############################-----------------------| 56.4% tmpbgxaltez.zip |##############################-----------------------| 56.53% tmpbgxaltez.zip |##############################-----------------------| 56.65% tmpbgxaltez.zip |##############################-----------------------| 56.78% tmpbgxaltez.zip |##############################-----------------------| 56.91% tmpbgxaltez.zip |##############################-----------------------| 57.04% tmpbgxaltez.zip |##############################-----------------------| 57.17% tmpbgxaltez.zip |##############################-----------------------| 57.29% tmpbgxaltez.zip |##############################-----------------------| 57.42% tmpbgxaltez.zip |###############################----------------------| 57.55% tmpbgxaltez.zip |###############################----------------------| 57.68% tmpbgxaltez.zip |###############################----------------------| 57.81% tmpbgxaltez.zip |###############################----------------------| 57.93% tmpbgxaltez.zip |###############################----------------------| 58.06% tmpbgxaltez.zip |###############################----------------------| 58.19% tmpbgxaltez.zip |###############################----------------------| 58.32% tmpbgxaltez.zip |###############################----------------------| 58.45% tmpbgxaltez.zip |###############################----------------------| 58.58% tmpbgxaltez.zip |###############################----------------------| 58.7% tmpbgxaltez.zip |###############################----------------------| 58.83% tmpbgxaltez.zip |###############################----------------------| 58.96% tmpbgxaltez.zip |###############################----------------------| 59.09% tmpbgxaltez.zip |###############################----------------------| 59.22% tmpbgxaltez.zip |###############################----------------------| 59.34% tmpbgxaltez.zip |################################---------------------| 59.47% tmpbgxaltez.zip |################################---------------------| 59.6% tmpbgxaltez.zip |################################---------------------| 59.73% tmpbgxaltez.zip |################################---------------------| 59.86% tmpbgxaltez.zip |################################---------------------| 59.99% tmpbgxaltez.zip |################################---------------------| 60.11% tmpbgxaltez.zip |################################---------------------| 60.24% tmpbgxaltez.zip |################################---------------------| 60.37% tmpbgxaltez.zip |################################---------------------| 60.5% tmpbgxaltez.zip |################################---------------------| 60.63% tmpbgxaltez.zip |################################---------------------| 60.75% tmpbgxaltez.zip |################################---------------------| 60.88% tmpbgxaltez.zip |################################---------------------| 61.01% tmpbgxaltez.zip |################################---------------------| 61.14% tmpbgxaltez.zip |################################---------------------| 61.27% tmpbgxaltez.zip |#################################--------------------| 61.4% tmpbgxaltez.zip |#################################--------------------| 61.52% tmpbgxaltez.zip |#################################--------------------| 61.65% tmpbgxaltez.zip |#################################--------------------| 61.78% tmpbgxaltez.zip |#################################--------------------| 61.91% tmpbgxaltez.zip |#################################--------------------| 62.04% tmpbgxaltez.zip |#################################--------------------| 62.16% tmpbgxaltez.zip |#################################--------------------| 62.29% tmpbgxaltez.zip |#################################--------------------| 62.42% tmpbgxaltez.zip |#################################--------------------| 62.55% tmpbgxaltez.zip |#################################--------------------| 62.68% tmpbgxaltez.zip |#################################--------------------| 62.81% tmpbgxaltez.zip |#################################--------------------| 62.93% tmpbgxaltez.zip |#################################--------------------| 63.06% tmpbgxaltez.zip |#################################--------------------| 63.19% tmpbgxaltez.zip |##################################-------------------| 63.32% tmpbgxaltez.zip |##################################-------------------| 63.45% tmpbgxaltez.zip |##################################-------------------| 63.57% tmpbgxaltez.zip |##################################-------------------| 63.7% tmpbgxaltez.zip |##################################-------------------| 63.83% tmpbgxaltez.zip |##################################-------------------| 63.96% tmpbgxaltez.zip |##################################-------------------| 64.09% tmpbgxaltez.zip |##################################-------------------| 64.22% tmpbgxaltez.zip |##################################-------------------| 64.34% tmpbgxaltez.zip |##################################-------------------| 64.47% tmpbgxaltez.zip |##################################-------------------| 64.6% tmpbgxaltez.zip |##################################-------------------| 64.73% tmpbgxaltez.zip |##################################-------------------| 64.86% tmpbgxaltez.zip |##################################-------------------| 64.98% tmpbgxaltez.zip |###################################------------------| 65.11% tmpbgxaltez.zip |###################################------------------| 65.24% tmpbgxaltez.zip |###################################------------------| 65.37% tmpbgxaltez.zip |###################################------------------| 65.5% tmpbgxaltez.zip |###################################------------------| 65.63% tmpbgxaltez.zip |###################################------------------| 65.75% tmpbgxaltez.zip |###################################------------------| 65.88% tmpbgxaltez.zip |###################################------------------| 66.01% tmpbgxaltez.zip |###################################------------------| 66.14% tmpbgxaltez.zip |###################################------------------| 66.27% tmpbgxaltez.zip |###################################------------------| 66.39% tmpbgxaltez.zip |###################################------------------| 66.52% tmpbgxaltez.zip |###################################------------------| 66.65% tmpbgxaltez.zip |###################################------------------| 66.78% tmpbgxaltez.zip |###################################------------------| 66.91% tmpbgxaltez.zip |####################################-----------------| 67.04% tmpbgxaltez.zip |####################################-----------------| 67.16% tmpbgxaltez.zip |####################################-----------------| 67.29% tmpbgxaltez.zip |####################################-----------------| 67.42% tmpbgxaltez.zip |####################################-----------------| 67.55% tmpbgxaltez.zip |####################################-----------------| 67.68% tmpbgxaltez.zip |####################################-----------------| 67.8% tmpbgxaltez.zip |####################################-----------------| 67.93% tmpbgxaltez.zip |####################################-----------------| 68.06% tmpbgxaltez.zip |####################################-----------------| 68.19% tmpbgxaltez.zip |####################################-----------------| 68.32% tmpbgxaltez.zip |####################################-----------------| 68.45% tmpbgxaltez.zip |####################################-----------------| 68.57% tmpbgxaltez.zip |####################################-----------------| 68.7% tmpbgxaltez.zip |####################################-----------------| 68.83% tmpbgxaltez.zip |#####################################----------------| 68.96% tmpbgxaltez.zip |#####################################----------------| 69.09% tmpbgxaltez.zip |#####################################----------------| 69.21% tmpbgxaltez.zip |#####################################----------------| 69.34% tmpbgxaltez.zip |#####################################----------------| 69.47% tmpbgxaltez.zip |#####################################----------------| 69.6% tmpbgxaltez.zip |#####################################----------------| 69.73% tmpbgxaltez.zip |#####################################----------------| 69.86% tmpbgxaltez.zip |#####################################----------------| 69.98% tmpbgxaltez.zip |#####################################----------------| 70.11% tmpbgxaltez.zip |#####################################----------------| 70.24% tmpbgxaltez.zip |#####################################----------------| 70.37% tmpbgxaltez.zip |#####################################----------------| 70.5% tmpbgxaltez.zip |#####################################----------------| 70.62% tmpbgxaltez.zip |#####################################----------------| 70.75% tmpbgxaltez.zip |######################################---------------| 70.88% tmpbgxaltez.zip |######################################---------------| 71.01% tmpbgxaltez.zip |######################################---------------| 71.14% tmpbgxaltez.zip |######################################---------------| 71.27% tmpbgxaltez.zip |######################################---------------| 71.39% tmpbgxaltez.zip |######################################---------------| 71.52% tmpbgxaltez.zip |######################################---------------| 71.65% tmpbgxaltez.zip |######################################---------------| 71.78% tmpbgxaltez.zip |######################################---------------| 71.91% tmpbgxaltez.zip |######################################---------------| 72.03% tmpbgxaltez.zip |######################################---------------| 72.16% tmpbgxaltez.zip |######################################---------------| 72.29% tmpbgxaltez.zip |######################################---------------| 72.42% tmpbgxaltez.zip |######################################---------------| 72.55% tmpbgxaltez.zip |#######################################--------------| 72.68% tmpbgxaltez.zip |#######################################--------------| 72.8% tmpbgxaltez.zip |#######################################--------------| 72.93% tmpbgxaltez.zip |#######################################--------------| 73.06% tmpbgxaltez.zip |#######################################--------------| 73.19% tmpbgxaltez.zip |#######################################--------------| 73.32% tmpbgxaltez.zip |#######################################--------------| 73.44% tmpbgxaltez.zip |#######################################--------------| 73.57% tmpbgxaltez.zip |#######################################--------------| 73.7% tmpbgxaltez.zip |#######################################--------------| 73.83% tmpbgxaltez.zip |#######################################--------------| 73.96% tmpbgxaltez.zip |#######################################--------------| 74.08% tmpbgxaltez.zip |#######################################--------------| 74.21% tmpbgxaltez.zip |#######################################--------------| 74.34% tmpbgxaltez.zip |#######################################--------------| 74.47% tmpbgxaltez.zip |########################################-------------| 74.6% tmpbgxaltez.zip |########################################-------------| 74.73% tmpbgxaltez.zip |########################################-------------| 74.85% tmpbgxaltez.zip |########################################-------------| 74.98% tmpbgxaltez.zip |########################################-------------| 75.11% tmpbgxaltez.zip |########################################-------------| 75.24% tmpbgxaltez.zip |########################################-------------| 75.37% tmpbgxaltez.zip |########################################-------------| 75.49% tmpbgxaltez.zip |########################################-------------| 75.62% tmpbgxaltez.zip |########################################-------------| 75.75% tmpbgxaltez.zip |########################################-------------| 75.88% tmpbgxaltez.zip |########################################-------------| 76.01% tmpbgxaltez.zip |########################################-------------| 76.14% tmpbgxaltez.zip |########################################-------------| 76.26% tmpbgxaltez.zip |########################################-------------| 76.39% tmpbgxaltez.zip |#########################################------------| 76.52% tmpbgxaltez.zip |#########################################------------| 76.65% tmpbgxaltez.zip |#########################################------------| 76.78% tmpbgxaltez.zip |#########################################------------| 76.9% tmpbgxaltez.zip |#########################################------------| 77.03% tmpbgxaltez.zip |#########################################------------| 77.16% tmpbgxaltez.zip |#########################################------------| 77.29% tmpbgxaltez.zip |#########################################------------| 77.42% tmpbgxaltez.zip |#########################################------------| 77.55% tmpbgxaltez.zip |#########################################------------| 77.67% tmpbgxaltez.zip |#########################################------------| 77.8% tmpbgxaltez.zip |#########################################------------| 77.93% tmpbgxaltez.zip |#########################################------------| 78.06% tmpbgxaltez.zip |#########################################------------| 78.19% tmpbgxaltez.zip |##########################################-----------| 78.31% tmpbgxaltez.zip |##########################################-----------| 78.44% tmpbgxaltez.zip |##########################################-----------| 78.57% tmpbgxaltez.zip |##########################################-----------| 78.7% tmpbgxaltez.zip |##########################################-----------| 78.83% tmpbgxaltez.zip |##########################################-----------| 78.96% tmpbgxaltez.zip |##########################################-----------| 79.08% tmpbgxaltez.zip |##########################################-----------| 79.21% tmpbgxaltez.zip |##########################################-----------| 79.34% tmpbgxaltez.zip |##########################################-----------| 79.47% tmpbgxaltez.zip |##########################################-----------| 79.6% tmpbgxaltez.zip |##########################################-----------| 79.72% tmpbgxaltez.zip |##########################################-----------| 79.85% tmpbgxaltez.zip |##########################################-----------| 79.98% tmpbgxaltez.zip |##########################################-----------| 80.11% tmpbgxaltez.zip |###########################################----------| 80.24% tmpbgxaltez.zip |###########################################----------| 80.37% tmpbgxaltez.zip |###########################################----------| 80.49% tmpbgxaltez.zip |###########################################----------| 80.62% tmpbgxaltez.zip |###########################################----------| 80.75% tmpbgxaltez.zip |###########################################----------| 80.88% tmpbgxaltez.zip |###########################################----------| 81.01% tmpbgxaltez.zip |###########################################----------| 81.13% tmpbgxaltez.zip |###########################################----------| 81.26% tmpbgxaltez.zip |###########################################----------| 81.39% tmpbgxaltez.zip |###########################################----------| 81.52% tmpbgxaltez.zip |###########################################----------| 81.65% tmpbgxaltez.zip |###########################################----------| 81.78% tmpbgxaltez.zip |###########################################----------| 81.9% tmpbgxaltez.zip |###########################################----------| 82.03% tmpbgxaltez.zip |############################################---------| 82.16% tmpbgxaltez.zip |############################################---------| 82.29% tmpbgxaltez.zip |############################################---------| 82.42% tmpbgxaltez.zip |############################################---------| 82.54% tmpbgxaltez.zip |############################################---------| 82.67% tmpbgxaltez.zip |############################################---------| 82.8% tmpbgxaltez.zip |############################################---------| 82.93% tmpbgxaltez.zip |############################################---------| 83.06% tmpbgxaltez.zip |############################################---------| 83.19% tmpbgxaltez.zip |############################################---------| 83.31% tmpbgxaltez.zip |############################################---------| 83.44% tmpbgxaltez.zip |############################################---------| 83.57% tmpbgxaltez.zip |############################################---------| 83.7% tmpbgxaltez.zip |############################################---------| 83.83% tmpbgxaltez.zip |############################################---------| 83.95% tmpbgxaltez.zip |#############################################--------| 84.08% tmpbgxaltez.zip |#############################################--------| 84.21% tmpbgxaltez.zip |#############################################--------| 84.34% tmpbgxaltez.zip |#############################################--------| 84.47% tmpbgxaltez.zip |#############################################--------| 84.6% tmpbgxaltez.zip |#############################################--------| 84.72% tmpbgxaltez.zip |#############################################--------| 84.85% tmpbgxaltez.zip |#############################################--------| 84.98% tmpbgxaltez.zip |#############################################--------| 85.11% tmpbgxaltez.zip |#############################################--------| 85.24% tmpbgxaltez.zip |#############################################--------| 85.36% tmpbgxaltez.zip |#############################################--------| 85.49% tmpbgxaltez.zip |#############################################--------| 85.62% tmpbgxaltez.zip |#############################################--------| 85.75% tmpbgxaltez.zip |##############################################-------| 85.88% tmpbgxaltez.zip |##############################################-------| 86.01% tmpbgxaltez.zip |##############################################-------| 86.13% tmpbgxaltez.zip |##############################################-------| 86.26% tmpbgxaltez.zip |##############################################-------| 86.39% tmpbgxaltez.zip |##############################################-------| 86.52% tmpbgxaltez.zip |##############################################-------| 86.65% tmpbgxaltez.zip |##############################################-------| 86.77% tmpbgxaltez.zip |##############################################-------| 86.9% tmpbgxaltez.zip |##############################################-------| 87.03% tmpbgxaltez.zip |##############################################-------| 87.16% tmpbgxaltez.zip |##############################################-------| 87.29% tmpbgxaltez.zip |##############################################-------| 87.42% tmpbgxaltez.zip |##############################################-------| 87.54% tmpbgxaltez.zip |##############################################-------| 87.67% tmpbgxaltez.zip |###############################################------| 87.8% tmpbgxaltez.zip |###############################################------| 87.93% tmpbgxaltez.zip |###############################################------| 88.06% tmpbgxaltez.zip |###############################################------| 88.18% tmpbgxaltez.zip |###############################################------| 88.31% tmpbgxaltez.zip |###############################################------| 88.44% tmpbgxaltez.zip |###############################################------| 88.57% tmpbgxaltez.zip |###############################################------| 88.7% tmpbgxaltez.zip |###############################################------| 88.83% tmpbgxaltez.zip |###############################################------| 88.95% tmpbgxaltez.zip |###############################################------| 89.08% tmpbgxaltez.zip |###############################################------| 89.21% tmpbgxaltez.zip |###############################################------| 89.34% tmpbgxaltez.zip |###############################################------| 89.47% tmpbgxaltez.zip |###############################################------| 89.59% tmpbgxaltez.zip |################################################-----| 89.72% tmpbgxaltez.zip |################################################-----| 89.85% tmpbgxaltez.zip |################################################-----| 89.98% tmpbgxaltez.zip |################################################-----| 90.11% tmpbgxaltez.zip |################################################-----| 90.23% tmpbgxaltez.zip |################################################-----| 90.36% tmpbgxaltez.zip |################################################-----| 90.49% tmpbgxaltez.zip |################################################-----| 90.62% tmpbgxaltez.zip |################################################-----| 90.75% tmpbgxaltez.zip |################################################-----| 90.88% tmpbgxaltez.zip |################################################-----| 91.0% tmpbgxaltez.zip |################################################-----| 91.13% tmpbgxaltez.zip |################################################-----| 91.26% tmpbgxaltez.zip |################################################-----| 91.39% tmpbgxaltez.zip |#################################################----| 91.52% tmpbgxaltez.zip |#################################################----| 91.64% tmpbgxaltez.zip |#################################################----| 91.77% tmpbgxaltez.zip |#################################################----| 91.9% tmpbgxaltez.zip |#################################################----| 92.03% tmpbgxaltez.zip |#################################################----| 92.16% tmpbgxaltez.zip |#################################################----| 92.29% tmpbgxaltez.zip |#################################################----| 92.41% tmpbgxaltez.zip |#################################################----| 92.54% tmpbgxaltez.zip |#################################################----| 92.67% tmpbgxaltez.zip |#################################################----| 92.8% tmpbgxaltez.zip |#################################################----| 92.93% tmpbgxaltez.zip |#################################################----| 93.05% tmpbgxaltez.zip |#################################################----| 93.18% tmpbgxaltez.zip |#################################################----| 93.31% tmpbgxaltez.zip |##################################################---| 93.44% tmpbgxaltez.zip |##################################################---| 93.57% tmpbgxaltez.zip |##################################################---| 93.7% tmpbgxaltez.zip |##################################################---| 93.82% tmpbgxaltez.zip |##################################################---| 93.95% tmpbgxaltez.zip |##################################################---| 94.08% tmpbgxaltez.zip |##################################################---| 94.21% tmpbgxaltez.zip |##################################################---| 94.34% tmpbgxaltez.zip |##################################################---| 94.46% tmpbgxaltez.zip |##################################################---| 94.59% tmpbgxaltez.zip |##################################################---| 94.72% tmpbgxaltez.zip |##################################################---| 94.85% tmpbgxaltez.zip |##################################################---| 94.98% tmpbgxaltez.zip |##################################################---| 95.11% tmpbgxaltez.zip |##################################################---| 95.23% tmpbgxaltez.zip |###################################################--| 95.36% tmpbgxaltez.zip |###################################################--| 95.49% tmpbgxaltez.zip |###################################################--| 95.62% tmpbgxaltez.zip |###################################################--| 95.75% tmpbgxaltez.zip |###################################################--| 95.87% tmpbgxaltez.zip |###################################################--| 96.0% tmpbgxaltez.zip |###################################################--| 96.13% tmpbgxaltez.zip |###################################################--| 96.26% tmpbgxaltez.zip |###################################################--| 96.39% tmpbgxaltez.zip |###################################################--| 96.52% tmpbgxaltez.zip |###################################################--| 96.64% tmpbgxaltez.zip |###################################################--| 96.77% tmpbgxaltez.zip |###################################################--| 96.9% tmpbgxaltez.zip |###################################################--| 97.03% tmpbgxaltez.zip |###################################################--| 97.16% tmpbgxaltez.zip |####################################################-| 97.28% tmpbgxaltez.zip |####################################################-| 97.41% tmpbgxaltez.zip |####################################################-| 97.54% tmpbgxaltez.zip |####################################################-| 97.67% tmpbgxaltez.zip |####################################################-| 97.8% tmpbgxaltez.zip |####################################################-| 97.93% tmpbgxaltez.zip |####################################################-| 98.05% tmpbgxaltez.zip |####################################################-| 98.18% tmpbgxaltez.zip |####################################################-| 98.31% tmpbgxaltez.zip |####################################################-| 98.44% tmpbgxaltez.zip |####################################################-| 98.57% tmpbgxaltez.zip |####################################################-| 98.69% tmpbgxaltez.zip |####################################################-| 98.82% tmpbgxaltez.zip |####################################################-| 98.95% tmpbgxaltez.zip |#####################################################| 99.08% tmpbgxaltez.zip |#####################################################| 99.21% tmpbgxaltez.zip |#####################################################| 99.34% tmpbgxaltez.zip |#####################################################| 99.46% tmpbgxaltez.zip |#####################################################| 99.59% tmpbgxaltez.zip |#####################################################| 99.72% tmpbgxaltez.zip |#####################################################| 99.85% tmpbgxaltez.zip |#####################################################| 99.98% tmpbgxaltez.zip |#####################################################| 100.0% Plugin uploaded. Plugin's id is 56108d87-5461-4ee7-b07b-dd37c8e0ca0f + for p in '${PLUGIN_DIR}/*' + wagons=($p/*.wgn) + types=($p/*.yaml) + install_plugin /opt/plugins/plugin-8LSLFbE/pgaas-1.3.0-py36-none-linux_x86_64.wgn /opt/plugins/plugin-8LSLFbE/pgaas_types.yaml ++ basename /opt/plugins/plugin-8LSLFbE/pgaas-1.3.0-py36-none-linux_x86_64.wgn + ARCHIVE=pgaas-1.3.0-py36-none-linux_x86_64.wgn + cm_hasany 'plugins?archive_name=pgaas-1.3.0-py36-none-linux_x86_64.wgn' ++ curl -Ss -H 'Tenant: default_tenant' --user admin:SU92FFB6 --cacert /opt/onap/certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/plugins?archive_name=pgaas-1.3.0-py36-none-linux_x86_64.wgn&_include=id' ++ /bin/jq .metadata.pagination.total + COUNT=0 + (( 0 > 0 )) + return 1 + cfy plugin upload -y /opt/plugins/plugin-8LSLFbE/pgaas_types.yaml /opt/plugins/plugin-8LSLFbE/pgaas-1.3.0-py36-none-linux_x86_64.wgn Creating plugin zip archive.. Uploading plugin archive (wagon + yaml).. tmpu83xty9i.zip |-----------------------------------------------------| 0.16% tmpu83xty9i.zip |-----------------------------------------------------| 0.32% tmpu83xty9i.zip |-----------------------------------------------------| 0.48% tmpu83xty9i.zip |-----------------------------------------------------| 0.64% tmpu83xty9i.zip |-----------------------------------------------------| 0.8% tmpu83xty9i.zip |#----------------------------------------------------| 0.97% tmpu83xty9i.zip |#----------------------------------------------------| 1.13% tmpu83xty9i.zip |#----------------------------------------------------| 1.29% tmpu83xty9i.zip |#----------------------------------------------------| 1.45% tmpu83xty9i.zip |#----------------------------------------------------| 1.61% tmpu83xty9i.zip |#----------------------------------------------------| 1.77% tmpu83xty9i.zip |#----------------------------------------------------| 1.93% tmpu83xty9i.zip |#----------------------------------------------------| 2.09% tmpu83xty9i.zip |#----------------------------------------------------| 2.25% tmpu83xty9i.zip |#----------------------------------------------------| 2.41% tmpu83xty9i.zip |#----------------------------------------------------| 2.57% tmpu83xty9i.zip |#----------------------------------------------------| 2.73% tmpu83xty9i.zip |##---------------------------------------------------| 2.9% tmpu83xty9i.zip |##---------------------------------------------------| 3.06% tmpu83xty9i.zip |##---------------------------------------------------| 3.22% tmpu83xty9i.zip |##---------------------------------------------------| 3.38% tmpu83xty9i.zip |##---------------------------------------------------| 3.54% tmpu83xty9i.zip |##---------------------------------------------------| 3.7% tmpu83xty9i.zip |##---------------------------------------------------| 3.86% tmpu83xty9i.zip |##---------------------------------------------------| 4.02% tmpu83xty9i.zip |##---------------------------------------------------| 4.18% tmpu83xty9i.zip |##---------------------------------------------------| 4.34% tmpu83xty9i.zip |##---------------------------------------------------| 4.5% tmpu83xty9i.zip |##---------------------------------------------------| 4.66% tmpu83xty9i.zip |###--------------------------------------------------| 4.83% tmpu83xty9i.zip |###--------------------------------------------------| 4.99% tmpu83xty9i.zip |###--------------------------------------------------| 5.15% tmpu83xty9i.zip |###--------------------------------------------------| 5.31% tmpu83xty9i.zip |###--------------------------------------------------| 5.47% tmpu83xty9i.zip |###--------------------------------------------------| 5.63% tmpu83xty9i.zip |###--------------------------------------------------| 5.79% tmpu83xty9i.zip |###--------------------------------------------------| 5.95% tmpu83xty9i.zip |###--------------------------------------------------| 6.11% tmpu83xty9i.zip |###--------------------------------------------------| 6.27% tmpu83xty9i.zip |###--------------------------------------------------| 6.43% tmpu83xty9i.zip |###--------------------------------------------------| 6.59% tmpu83xty9i.zip |####-------------------------------------------------| 6.76% tmpu83xty9i.zip |####-------------------------------------------------| 6.92% tmpu83xty9i.zip |####-------------------------------------------------| 7.08% tmpu83xty9i.zip |####-------------------------------------------------| 7.24% tmpu83xty9i.zip |####-------------------------------------------------| 7.4% tmpu83xty9i.zip |####-------------------------------------------------| 7.56% tmpu83xty9i.zip |####-------------------------------------------------| 7.72% tmpu83xty9i.zip |####-------------------------------------------------| 7.88% tmpu83xty9i.zip |####-------------------------------------------------| 8.04% tmpu83xty9i.zip |####-------------------------------------------------| 8.2% tmpu83xty9i.zip |####-------------------------------------------------| 8.36% tmpu83xty9i.zip |#####------------------------------------------------| 8.52% tmpu83xty9i.zip |#####------------------------------------------------| 8.69% tmpu83xty9i.zip |#####------------------------------------------------| 8.85% tmpu83xty9i.zip |#####------------------------------------------------| 9.01% tmpu83xty9i.zip |#####------------------------------------------------| 9.17% tmpu83xty9i.zip |#####------------------------------------------------| 9.33% tmpu83xty9i.zip |#####------------------------------------------------| 9.49% tmpu83xty9i.zip |#####------------------------------------------------| 9.65% tmpu83xty9i.zip |#####------------------------------------------------| 9.81% tmpu83xty9i.zip |#####------------------------------------------------| 9.97% tmpu83xty9i.zip |#####------------------------------------------------| 10.13% tmpu83xty9i.zip |#####------------------------------------------------| 10.29% tmpu83xty9i.zip |######-----------------------------------------------| 10.45% tmpu83xty9i.zip |######-----------------------------------------------| 10.62% tmpu83xty9i.zip |######-----------------------------------------------| 10.78% tmpu83xty9i.zip |######-----------------------------------------------| 10.94% tmpu83xty9i.zip |######-----------------------------------------------| 11.1% tmpu83xty9i.zip |######-----------------------------------------------| 11.26% tmpu83xty9i.zip |######-----------------------------------------------| 11.42% tmpu83xty9i.zip |######-----------------------------------------------| 11.58% tmpu83xty9i.zip |######-----------------------------------------------| 11.74% tmpu83xty9i.zip |######-----------------------------------------------| 11.9% tmpu83xty9i.zip |######-----------------------------------------------| 12.06% tmpu83xty9i.zip |######-----------------------------------------------| 12.22% tmpu83xty9i.zip |#######----------------------------------------------| 12.38% tmpu83xty9i.zip |#######----------------------------------------------| 12.55% tmpu83xty9i.zip |#######----------------------------------------------| 12.71% tmpu83xty9i.zip |#######----------------------------------------------| 12.87% tmpu83xty9i.zip |#######----------------------------------------------| 13.03% tmpu83xty9i.zip |#######----------------------------------------------| 13.19% tmpu83xty9i.zip |#######----------------------------------------------| 13.35% tmpu83xty9i.zip |#######----------------------------------------------| 13.51% tmpu83xty9i.zip |#######----------------------------------------------| 13.67% tmpu83xty9i.zip |#######----------------------------------------------| 13.83% tmpu83xty9i.zip |#######----------------------------------------------| 13.99% tmpu83xty9i.zip |########---------------------------------------------| 14.15% tmpu83xty9i.zip |########---------------------------------------------| 14.31% tmpu83xty9i.zip |########---------------------------------------------| 14.48% tmpu83xty9i.zip |########---------------------------------------------| 14.64% tmpu83xty9i.zip |########---------------------------------------------| 14.8% tmpu83xty9i.zip |########---------------------------------------------| 14.96% tmpu83xty9i.zip |########---------------------------------------------| 15.12% tmpu83xty9i.zip |########---------------------------------------------| 15.28% tmpu83xty9i.zip |########---------------------------------------------| 15.44% tmpu83xty9i.zip |########---------------------------------------------| 15.6% tmpu83xty9i.zip |########---------------------------------------------| 15.76% tmpu83xty9i.zip |########---------------------------------------------| 15.92% tmpu83xty9i.zip |#########--------------------------------------------| 16.08% tmpu83xty9i.zip |#########--------------------------------------------| 16.24% tmpu83xty9i.zip |#########--------------------------------------------| 16.41% tmpu83xty9i.zip |#########--------------------------------------------| 16.57% tmpu83xty9i.zip |#########--------------------------------------------| 16.73% tmpu83xty9i.zip |#########--------------------------------------------| 16.89% tmpu83xty9i.zip |#########--------------------------------------------| 17.05% tmpu83xty9i.zip |#########--------------------------------------------| 17.21% tmpu83xty9i.zip |#########--------------------------------------------| 17.37% tmpu83xty9i.zip |#########--------------------------------------------| 17.53% tmpu83xty9i.zip |#########--------------------------------------------| 17.69% tmpu83xty9i.zip |#########--------------------------------------------| 17.85% tmpu83xty9i.zip |##########-------------------------------------------| 18.01% tmpu83xty9i.zip |##########-------------------------------------------| 18.17% tmpu83xty9i.zip |##########-------------------------------------------| 18.34% tmpu83xty9i.zip |##########-------------------------------------------| 18.5% tmpu83xty9i.zip |##########-------------------------------------------| 18.66% tmpu83xty9i.zip |##########-------------------------------------------| 18.82% tmpu83xty9i.zip |##########-------------------------------------------| 18.98% tmpu83xty9i.zip |##########-------------------------------------------| 19.14% tmpu83xty9i.zip |##########-------------------------------------------| 19.3% tmpu83xty9i.zip |##########-------------------------------------------| 19.46% tmpu83xty9i.zip |##########-------------------------------------------| 19.62% tmpu83xty9i.zip |##########-------------------------------------------| 19.78% tmpu83xty9i.zip |###########------------------------------------------| 19.94% tmpu83xty9i.zip |###########------------------------------------------| 20.1% tmpu83xty9i.zip |###########------------------------------------------| 20.27% tmpu83xty9i.zip |###########------------------------------------------| 20.43% tmpu83xty9i.zip |###########------------------------------------------| 20.59% tmpu83xty9i.zip |###########------------------------------------------| 20.75% tmpu83xty9i.zip |###########------------------------------------------| 20.91% tmpu83xty9i.zip |###########------------------------------------------| 21.07% tmpu83xty9i.zip |###########------------------------------------------| 21.23% tmpu83xty9i.zip |###########------------------------------------------| 21.39% tmpu83xty9i.zip |###########------------------------------------------| 21.55% tmpu83xty9i.zip |############-----------------------------------------| 21.71% tmpu83xty9i.zip |############-----------------------------------------| 21.87% tmpu83xty9i.zip |############-----------------------------------------| 22.03% tmpu83xty9i.zip |############-----------------------------------------| 22.2% tmpu83xty9i.zip |############-----------------------------------------| 22.36% tmpu83xty9i.zip |############-----------------------------------------| 22.52% tmpu83xty9i.zip |############-----------------------------------------| 22.68% tmpu83xty9i.zip |############-----------------------------------------| 22.84% tmpu83xty9i.zip |############-----------------------------------------| 23.0% tmpu83xty9i.zip |############-----------------------------------------| 23.16% tmpu83xty9i.zip |############-----------------------------------------| 23.32% tmpu83xty9i.zip |############-----------------------------------------| 23.48% tmpu83xty9i.zip |#############----------------------------------------| 23.64% tmpu83xty9i.zip |#############----------------------------------------| 23.8% tmpu83xty9i.zip |#############----------------------------------------| 23.96% tmpu83xty9i.zip |#############----------------------------------------| 24.13% tmpu83xty9i.zip |#############----------------------------------------| 24.29% tmpu83xty9i.zip |#############----------------------------------------| 24.45% tmpu83xty9i.zip |#############----------------------------------------| 24.61% tmpu83xty9i.zip |#############----------------------------------------| 24.77% tmpu83xty9i.zip |#############----------------------------------------| 24.93% tmpu83xty9i.zip |#############----------------------------------------| 25.09% tmpu83xty9i.zip |#############----------------------------------------| 25.25% tmpu83xty9i.zip |#############----------------------------------------| 25.41% tmpu83xty9i.zip |##############---------------------------------------| 25.57% tmpu83xty9i.zip |##############---------------------------------------| 25.73% tmpu83xty9i.zip |##############---------------------------------------| 25.89% tmpu83xty9i.zip |##############---------------------------------------| 26.06% tmpu83xty9i.zip |##############---------------------------------------| 26.22% tmpu83xty9i.zip |##############---------------------------------------| 26.38% tmpu83xty9i.zip |##############---------------------------------------| 26.54% tmpu83xty9i.zip |##############---------------------------------------| 26.7% tmpu83xty9i.zip |##############---------------------------------------| 26.86% tmpu83xty9i.zip |##############---------------------------------------| 27.02% tmpu83xty9i.zip |##############---------------------------------------| 27.18% tmpu83xty9i.zip |##############---------------------------------------| 27.34% tmpu83xty9i.zip |###############--------------------------------------| 27.5% tmpu83xty9i.zip |###############--------------------------------------| 27.66% tmpu83xty9i.zip |###############--------------------------------------| 27.82% tmpu83xty9i.zip |###############--------------------------------------| 27.99% tmpu83xty9i.zip |###############--------------------------------------| 28.15% tmpu83xty9i.zip |###############--------------------------------------| 28.31% tmpu83xty9i.zip |###############--------------------------------------| 28.47% tmpu83xty9i.zip |###############--------------------------------------| 28.63% tmpu83xty9i.zip |###############--------------------------------------| 28.79% tmpu83xty9i.zip |###############--------------------------------------| 28.95% tmpu83xty9i.zip |###############--------------------------------------| 29.11% tmpu83xty9i.zip |################-------------------------------------| 29.27% tmpu83xty9i.zip |################-------------------------------------| 29.43% tmpu83xty9i.zip |################-------------------------------------| 29.59% tmpu83xty9i.zip |################-------------------------------------| 29.75% tmpu83xty9i.zip |################-------------------------------------| 29.92% tmpu83xty9i.zip |################-------------------------------------| 30.08% tmpu83xty9i.zip |################-------------------------------------| 30.24% tmpu83xty9i.zip |################-------------------------------------| 30.4% tmpu83xty9i.zip |################-------------------------------------| 30.56% tmpu83xty9i.zip |################-------------------------------------| 30.72% tmpu83xty9i.zip |################-------------------------------------| 30.88% tmpu83xty9i.zip |################-------------------------------------| 31.04% tmpu83xty9i.zip |#################------------------------------------| 31.2% tmpu83xty9i.zip |#################------------------------------------| 31.36% tmpu83xty9i.zip |#################------------------------------------| 31.52% tmpu83xty9i.zip |#################------------------------------------| 31.68% tmpu83xty9i.zip |#################------------------------------------| 31.85% tmpu83xty9i.zip |#################------------------------------------| 32.01% tmpu83xty9i.zip |#################------------------------------------| 32.17% tmpu83xty9i.zip |#################------------------------------------| 32.33% tmpu83xty9i.zip |#################------------------------------------| 32.49% tmpu83xty9i.zip |#################------------------------------------| 32.65% tmpu83xty9i.zip |#################------------------------------------| 32.81% tmpu83xty9i.zip |#################------------------------------------| 32.97% tmpu83xty9i.zip |##################-----------------------------------| 33.13% tmpu83xty9i.zip |##################-----------------------------------| 33.29% tmpu83xty9i.zip |##################-----------------------------------| 33.45% tmpu83xty9i.zip |##################-----------------------------------| 33.61% tmpu83xty9i.zip |##################-----------------------------------| 33.78% tmpu83xty9i.zip |##################-----------------------------------| 33.94% tmpu83xty9i.zip |##################-----------------------------------| 34.1% tmpu83xty9i.zip |##################-----------------------------------| 34.26% tmpu83xty9i.zip |##################-----------------------------------| 34.42% tmpu83xty9i.zip |##################-----------------------------------| 34.58% tmpu83xty9i.zip |##################-----------------------------------| 34.74% tmpu83xty9i.zip |##################-----------------------------------| 34.9% tmpu83xty9i.zip |###################----------------------------------| 35.06% tmpu83xty9i.zip |###################----------------------------------| 35.22% tmpu83xty9i.zip |###################----------------------------------| 35.38% tmpu83xty9i.zip |###################----------------------------------| 35.54% tmpu83xty9i.zip |###################----------------------------------| 35.71% tmpu83xty9i.zip |###################----------------------------------| 35.87% tmpu83xty9i.zip |###################----------------------------------| 36.03% tmpu83xty9i.zip |###################----------------------------------| 36.19% tmpu83xty9i.zip |###################----------------------------------| 36.35% tmpu83xty9i.zip |###################----------------------------------| 36.51% tmpu83xty9i.zip |###################----------------------------------| 36.67% tmpu83xty9i.zip |####################---------------------------------| 36.83% tmpu83xty9i.zip |####################---------------------------------| 36.99% tmpu83xty9i.zip |####################---------------------------------| 37.15% tmpu83xty9i.zip |####################---------------------------------| 37.31% tmpu83xty9i.zip |####################---------------------------------| 37.47% tmpu83xty9i.zip |####################---------------------------------| 37.64% tmpu83xty9i.zip |####################---------------------------------| 37.8% tmpu83xty9i.zip |####################---------------------------------| 37.96% tmpu83xty9i.zip |####################---------------------------------| 38.12% tmpu83xty9i.zip |####################---------------------------------| 38.28% tmpu83xty9i.zip |####################---------------------------------| 38.44% tmpu83xty9i.zip |####################---------------------------------| 38.6% tmpu83xty9i.zip |#####################--------------------------------| 38.76% tmpu83xty9i.zip |#####################--------------------------------| 38.92% tmpu83xty9i.zip |#####################--------------------------------| 39.08% tmpu83xty9i.zip |#####################--------------------------------| 39.24% tmpu83xty9i.zip |#####################--------------------------------| 39.4% tmpu83xty9i.zip |#####################--------------------------------| 39.57% tmpu83xty9i.zip |#####################--------------------------------| 39.73% tmpu83xty9i.zip |#####################--------------------------------| 39.89% tmpu83xty9i.zip |#####################--------------------------------| 40.05% tmpu83xty9i.zip |#####################--------------------------------| 40.21% tmpu83xty9i.zip |#####################--------------------------------| 40.37% tmpu83xty9i.zip |#####################--------------------------------| 40.53% tmpu83xty9i.zip |######################-------------------------------| 40.69% tmpu83xty9i.zip |######################-------------------------------| 40.85% tmpu83xty9i.zip |######################-------------------------------| 41.01% tmpu83xty9i.zip |######################-------------------------------| 41.17% tmpu83xty9i.zip |######################-------------------------------| 41.33% tmpu83xty9i.zip |######################-------------------------------| 41.5% tmpu83xty9i.zip |######################-------------------------------| 41.66% tmpu83xty9i.zip |######################-------------------------------| 41.82% tmpu83xty9i.zip |######################-------------------------------| 41.98% tmpu83xty9i.zip |######################-------------------------------| 42.14% tmpu83xty9i.zip |######################-------------------------------| 42.3% tmpu83xty9i.zip |#######################------------------------------| 42.46% tmpu83xty9i.zip |#######################------------------------------| 42.62% tmpu83xty9i.zip |#######################------------------------------| 42.78% tmpu83xty9i.zip |#######################------------------------------| 42.94% tmpu83xty9i.zip |#######################------------------------------| 43.1% tmpu83xty9i.zip |#######################------------------------------| 43.26% tmpu83xty9i.zip |#######################------------------------------| 43.43% tmpu83xty9i.zip |#######################------------------------------| 43.59% tmpu83xty9i.zip |#######################------------------------------| 43.75% tmpu83xty9i.zip |#######################------------------------------| 43.91% tmpu83xty9i.zip |#######################------------------------------| 44.07% tmpu83xty9i.zip |#######################------------------------------| 44.23% tmpu83xty9i.zip |########################-----------------------------| 44.39% tmpu83xty9i.zip |########################-----------------------------| 44.55% tmpu83xty9i.zip |########################-----------------------------| 44.71% tmpu83xty9i.zip |########################-----------------------------| 44.87% tmpu83xty9i.zip |########################-----------------------------| 45.03% tmpu83xty9i.zip |########################-----------------------------| 45.19% tmpu83xty9i.zip |########################-----------------------------| 45.36% tmpu83xty9i.zip |########################-----------------------------| 45.52% tmpu83xty9i.zip |########################-----------------------------| 45.68% tmpu83xty9i.zip |########################-----------------------------| 45.84% tmpu83xty9i.zip |########################-----------------------------| 46.0% tmpu83xty9i.zip |########################-----------------------------| 46.16% tmpu83xty9i.zip |#########################----------------------------| 46.32% tmpu83xty9i.zip |#########################----------------------------| 46.48% tmpu83xty9i.zip |#########################----------------------------| 46.64% tmpu83xty9i.zip |#########################----------------------------| 46.8% tmpu83xty9i.zip |#########################----------------------------| 46.96% tmpu83xty9i.zip |#########################----------------------------| 47.12% tmpu83xty9i.zip |#########################----------------------------| 47.29% tmpu83xty9i.zip |#########################----------------------------| 47.45% tmpu83xty9i.zip |#########################----------------------------| 47.61% tmpu83xty9i.zip |#########################----------------------------| 47.77% tmpu83xty9i.zip |#########################----------------------------| 47.93% tmpu83xty9i.zip |#########################----------------------------| 48.09% tmpu83xty9i.zip |##########################---------------------------| 48.25% tmpu83xty9i.zip |##########################---------------------------| 48.41% tmpu83xty9i.zip |##########################---------------------------| 48.57% tmpu83xty9i.zip |##########################---------------------------| 48.73% tmpu83xty9i.zip |##########################---------------------------| 48.89% tmpu83xty9i.zip |##########################---------------------------| 49.05% tmpu83xty9i.zip |##########################---------------------------| 49.22% tmpu83xty9i.zip |##########################---------------------------| 49.38% tmpu83xty9i.zip |##########################---------------------------| 49.54% tmpu83xty9i.zip |##########################---------------------------| 49.7% tmpu83xty9i.zip |##########################---------------------------| 49.86% tmpu83xty9i.zip |###########################--------------------------| 50.02% tmpu83xty9i.zip |###########################--------------------------| 50.18% tmpu83xty9i.zip |###########################--------------------------| 50.34% tmpu83xty9i.zip |###########################--------------------------| 50.5% tmpu83xty9i.zip |###########################--------------------------| 50.66% tmpu83xty9i.zip |###########################--------------------------| 50.82% tmpu83xty9i.zip |###########################--------------------------| 50.98% tmpu83xty9i.zip |###########################--------------------------| 51.15% tmpu83xty9i.zip |###########################--------------------------| 51.31% tmpu83xty9i.zip |###########################--------------------------| 51.47% tmpu83xty9i.zip |###########################--------------------------| 51.63% tmpu83xty9i.zip |###########################--------------------------| 51.79% tmpu83xty9i.zip |############################-------------------------| 51.95% tmpu83xty9i.zip |############################-------------------------| 52.11% tmpu83xty9i.zip |############################-------------------------| 52.27% tmpu83xty9i.zip |############################-------------------------| 52.43% tmpu83xty9i.zip |############################-------------------------| 52.59% tmpu83xty9i.zip |############################-------------------------| 52.75% tmpu83xty9i.zip |############################-------------------------| 52.91% tmpu83xty9i.zip |############################-------------------------| 53.08% tmpu83xty9i.zip |############################-------------------------| 53.24% tmpu83xty9i.zip |############################-------------------------| 53.4% tmpu83xty9i.zip |############################-------------------------| 53.56% tmpu83xty9i.zip |############################-------------------------| 53.72% tmpu83xty9i.zip |#############################------------------------| 53.88% tmpu83xty9i.zip |#############################------------------------| 54.04% tmpu83xty9i.zip |#############################------------------------| 54.2% tmpu83xty9i.zip |#############################------------------------| 54.36% tmpu83xty9i.zip |#############################------------------------| 54.52% tmpu83xty9i.zip |#############################------------------------| 54.68% tmpu83xty9i.zip |#############################------------------------| 54.84% tmpu83xty9i.zip |#############################------------------------| 55.01% tmpu83xty9i.zip |#############################------------------------| 55.17% tmpu83xty9i.zip |#############################------------------------| 55.33% tmpu83xty9i.zip |#############################------------------------| 55.49% tmpu83xty9i.zip |#############################------------------------| 55.65% tmpu83xty9i.zip |##############################-----------------------| 55.81% tmpu83xty9i.zip |##############################-----------------------| 55.97% tmpu83xty9i.zip |##############################-----------------------| 56.13% tmpu83xty9i.zip |##############################-----------------------| 56.29% tmpu83xty9i.zip |##############################-----------------------| 56.45% tmpu83xty9i.zip |##############################-----------------------| 56.61% tmpu83xty9i.zip |##############################-----------------------| 56.77% tmpu83xty9i.zip |##############################-----------------------| 56.94% tmpu83xty9i.zip |##############################-----------------------| 57.1% tmpu83xty9i.zip |##############################-----------------------| 57.26% tmpu83xty9i.zip |##############################-----------------------| 57.42% tmpu83xty9i.zip |###############################----------------------| 57.58% tmpu83xty9i.zip |###############################----------------------| 57.74% tmpu83xty9i.zip |###############################----------------------| 57.9% tmpu83xty9i.zip |###############################----------------------| 58.06% tmpu83xty9i.zip |###############################----------------------| 58.22% tmpu83xty9i.zip |###############################----------------------| 58.38% tmpu83xty9i.zip |###############################----------------------| 58.54% tmpu83xty9i.zip |###############################----------------------| 58.7% tmpu83xty9i.zip |###############################----------------------| 58.87% tmpu83xty9i.zip |###############################----------------------| 59.03% tmpu83xty9i.zip |###############################----------------------| 59.19% tmpu83xty9i.zip |###############################----------------------| 59.35% tmpu83xty9i.zip |################################---------------------| 59.51% tmpu83xty9i.zip |################################---------------------| 59.67% tmpu83xty9i.zip |################################---------------------| 59.83% tmpu83xty9i.zip |################################---------------------| 59.99% tmpu83xty9i.zip |################################---------------------| 60.15% tmpu83xty9i.zip |################################---------------------| 60.31% tmpu83xty9i.zip |################################---------------------| 60.47% tmpu83xty9i.zip |################################---------------------| 60.63% tmpu83xty9i.zip |################################---------------------| 60.8% tmpu83xty9i.zip |################################---------------------| 60.96% tmpu83xty9i.zip |################################---------------------| 61.12% tmpu83xty9i.zip |################################---------------------| 61.28% tmpu83xty9i.zip |#################################--------------------| 61.44% tmpu83xty9i.zip |#################################--------------------| 61.6% tmpu83xty9i.zip |#################################--------------------| 61.76% tmpu83xty9i.zip |#################################--------------------| 61.92% tmpu83xty9i.zip |#################################--------------------| 62.08% tmpu83xty9i.zip |#################################--------------------| 62.24% tmpu83xty9i.zip |#################################--------------------| 62.4% tmpu83xty9i.zip |#################################--------------------| 62.56% tmpu83xty9i.zip |#################################--------------------| 62.73% tmpu83xty9i.zip |#################################--------------------| 62.89% tmpu83xty9i.zip |#################################--------------------| 63.05% tmpu83xty9i.zip |##################################-------------------| 63.21% tmpu83xty9i.zip |##################################-------------------| 63.37% tmpu83xty9i.zip |##################################-------------------| 63.53% tmpu83xty9i.zip |##################################-------------------| 63.69% tmpu83xty9i.zip |##################################-------------------| 63.85% tmpu83xty9i.zip |##################################-------------------| 64.01% tmpu83xty9i.zip |##################################-------------------| 64.17% tmpu83xty9i.zip |##################################-------------------| 64.33% tmpu83xty9i.zip |##################################-------------------| 64.49% tmpu83xty9i.zip |##################################-------------------| 64.66% tmpu83xty9i.zip |##################################-------------------| 64.82% tmpu83xty9i.zip |##################################-------------------| 64.98% tmpu83xty9i.zip |###################################------------------| 65.14% tmpu83xty9i.zip |###################################------------------| 65.3% tmpu83xty9i.zip |###################################------------------| 65.46% tmpu83xty9i.zip |###################################------------------| 65.62% tmpu83xty9i.zip |###################################------------------| 65.78% tmpu83xty9i.zip |###################################------------------| 65.94% tmpu83xty9i.zip |###################################------------------| 66.1% tmpu83xty9i.zip |###################################------------------| 66.26% tmpu83xty9i.zip |###################################------------------| 66.42% tmpu83xty9i.zip |###################################------------------| 66.59% tmpu83xty9i.zip |###################################------------------| 66.75% tmpu83xty9i.zip |###################################------------------| 66.91% tmpu83xty9i.zip |####################################-----------------| 67.07% tmpu83xty9i.zip |####################################-----------------| 67.23% tmpu83xty9i.zip |####################################-----------------| 67.39% tmpu83xty9i.zip |####################################-----------------| 67.55% tmpu83xty9i.zip |####################################-----------------| 67.71% tmpu83xty9i.zip |####################################-----------------| 67.87% tmpu83xty9i.zip |####################################-----------------| 68.03% tmpu83xty9i.zip |####################################-----------------| 68.19% tmpu83xty9i.zip |####################################-----------------| 68.35% tmpu83xty9i.zip |####################################-----------------| 68.52% tmpu83xty9i.zip |####################################-----------------| 68.68% tmpu83xty9i.zip |####################################-----------------| 68.84% tmpu83xty9i.zip |#####################################----------------| 69.0% tmpu83xty9i.zip |#####################################----------------| 69.16% tmpu83xty9i.zip |#####################################----------------| 69.32% tmpu83xty9i.zip |#####################################----------------| 69.48% tmpu83xty9i.zip |#####################################----------------| 69.64% tmpu83xty9i.zip |#####################################----------------| 69.8% tmpu83xty9i.zip |#####################################----------------| 69.96% tmpu83xty9i.zip |#####################################----------------| 70.12% tmpu83xty9i.zip |#####################################----------------| 70.28% tmpu83xty9i.zip |#####################################----------------| 70.45% tmpu83xty9i.zip |#####################################----------------| 70.61% tmpu83xty9i.zip |######################################---------------| 70.77% tmpu83xty9i.zip |######################################---------------| 70.93% tmpu83xty9i.zip |######################################---------------| 71.09% tmpu83xty9i.zip |######################################---------------| 71.25% tmpu83xty9i.zip |######################################---------------| 71.41% tmpu83xty9i.zip |######################################---------------| 71.57% tmpu83xty9i.zip |######################################---------------| 71.73% tmpu83xty9i.zip |######################################---------------| 71.89% tmpu83xty9i.zip |######################################---------------| 72.05% tmpu83xty9i.zip |######################################---------------| 72.21% tmpu83xty9i.zip |######################################---------------| 72.38% tmpu83xty9i.zip |######################################---------------| 72.54% tmpu83xty9i.zip |#######################################--------------| 72.7% tmpu83xty9i.zip |#######################################--------------| 72.86% tmpu83xty9i.zip |#######################################--------------| 73.02% tmpu83xty9i.zip |#######################################--------------| 73.18% tmpu83xty9i.zip |#######################################--------------| 73.34% tmpu83xty9i.zip |#######################################--------------| 73.5% tmpu83xty9i.zip |#######################################--------------| 73.66% tmpu83xty9i.zip |#######################################--------------| 73.82% tmpu83xty9i.zip |#######################################--------------| 73.98% tmpu83xty9i.zip |#######################################--------------| 74.14% tmpu83xty9i.zip |#######################################--------------| 74.31% tmpu83xty9i.zip |#######################################--------------| 74.47% tmpu83xty9i.zip |########################################-------------| 74.63% tmpu83xty9i.zip |########################################-------------| 74.79% tmpu83xty9i.zip |########################################-------------| 74.95% tmpu83xty9i.zip |########################################-------------| 75.11% tmpu83xty9i.zip |########################################-------------| 75.27% tmpu83xty9i.zip |########################################-------------| 75.43% tmpu83xty9i.zip |########################################-------------| 75.59% tmpu83xty9i.zip |########################################-------------| 75.75% tmpu83xty9i.zip |########################################-------------| 75.91% tmpu83xty9i.zip |########################################-------------| 76.07% tmpu83xty9i.zip |########################################-------------| 76.24% tmpu83xty9i.zip |########################################-------------| 76.4% tmpu83xty9i.zip |#########################################------------| 76.56% tmpu83xty9i.zip |#########################################------------| 76.72% tmpu83xty9i.zip |#########################################------------| 76.88% tmpu83xty9i.zip |#########################################------------| 77.04% tmpu83xty9i.zip |#########################################------------| 77.2% tmpu83xty9i.zip |#########################################------------| 77.36% tmpu83xty9i.zip |#########################################------------| 77.52% tmpu83xty9i.zip |#########################################------------| 77.68% tmpu83xty9i.zip |#########################################------------| 77.84% tmpu83xty9i.zip |#########################################------------| 78.0% tmpu83xty9i.zip |#########################################------------| 78.17% tmpu83xty9i.zip |##########################################-----------| 78.33% tmpu83xty9i.zip |##########################################-----------| 78.49% tmpu83xty9i.zip |##########################################-----------| 78.65% tmpu83xty9i.zip |##########################################-----------| 78.81% tmpu83xty9i.zip |##########################################-----------| 78.97% tmpu83xty9i.zip |##########################################-----------| 79.13% tmpu83xty9i.zip |##########################################-----------| 79.29% tmpu83xty9i.zip |##########################################-----------| 79.45% tmpu83xty9i.zip |##########################################-----------| 79.61% tmpu83xty9i.zip |##########################################-----------| 79.77% tmpu83xty9i.zip |##########################################-----------| 79.93% tmpu83xty9i.zip |##########################################-----------| 80.1% tmpu83xty9i.zip |###########################################----------| 80.26% tmpu83xty9i.zip |###########################################----------| 80.42% tmpu83xty9i.zip |###########################################----------| 80.58% tmpu83xty9i.zip |###########################################----------| 80.74% tmpu83xty9i.zip |###########################################----------| 80.9% tmpu83xty9i.zip |###########################################----------| 81.06% tmpu83xty9i.zip |###########################################----------| 81.22% tmpu83xty9i.zip |###########################################----------| 81.38% tmpu83xty9i.zip |###########################################----------| 81.54% tmpu83xty9i.zip |###########################################----------| 81.7% tmpu83xty9i.zip |###########################################----------| 81.86% tmpu83xty9i.zip |###########################################----------| 82.03% tmpu83xty9i.zip |############################################---------| 82.19% tmpu83xty9i.zip |############################################---------| 82.35% tmpu83xty9i.zip |############################################---------| 82.51% tmpu83xty9i.zip |############################################---------| 82.67% tmpu83xty9i.zip |############################################---------| 82.83% tmpu83xty9i.zip |############################################---------| 82.99% tmpu83xty9i.zip |############################################---------| 83.15% tmpu83xty9i.zip |############################################---------| 83.31% tmpu83xty9i.zip |############################################---------| 83.47% tmpu83xty9i.zip |############################################---------| 83.63% tmpu83xty9i.zip |############################################---------| 83.79% tmpu83xty9i.zip |############################################---------| 83.96% tmpu83xty9i.zip |#############################################--------| 84.12% tmpu83xty9i.zip |#############################################--------| 84.28% tmpu83xty9i.zip |#############################################--------| 84.44% tmpu83xty9i.zip |#############################################--------| 84.6% tmpu83xty9i.zip |#############################################--------| 84.76% tmpu83xty9i.zip |#############################################--------| 84.92% tmpu83xty9i.zip |#############################################--------| 85.08% tmpu83xty9i.zip |#############################################--------| 85.24% tmpu83xty9i.zip |#############################################--------| 85.4% tmpu83xty9i.zip |#############################################--------| 85.56% tmpu83xty9i.zip |#############################################--------| 85.72% tmpu83xty9i.zip |##############################################-------| 85.89% tmpu83xty9i.zip |##############################################-------| 86.05% tmpu83xty9i.zip |##############################################-------| 86.21% tmpu83xty9i.zip |##############################################-------| 86.37% tmpu83xty9i.zip |##############################################-------| 86.53% tmpu83xty9i.zip |##############################################-------| 86.69% tmpu83xty9i.zip |##############################################-------| 86.85% tmpu83xty9i.zip |##############################################-------| 87.01% tmpu83xty9i.zip |##############################################-------| 87.17% tmpu83xty9i.zip |##############################################-------| 87.33% tmpu83xty9i.zip |##############################################-------| 87.49% tmpu83xty9i.zip |##############################################-------| 87.65% tmpu83xty9i.zip |###############################################------| 87.82% tmpu83xty9i.zip |###############################################------| 87.98% tmpu83xty9i.zip |###############################################------| 88.14% tmpu83xty9i.zip |###############################################------| 88.3% tmpu83xty9i.zip |###############################################------| 88.46% tmpu83xty9i.zip |###############################################------| 88.62% tmpu83xty9i.zip |###############################################------| 88.78% tmpu83xty9i.zip |###############################################------| 88.94% tmpu83xty9i.zip |###############################################------| 89.1% tmpu83xty9i.zip |###############################################------| 89.26% tmpu83xty9i.zip |###############################################------| 89.42% tmpu83xty9i.zip |###############################################------| 89.58% tmpu83xty9i.zip |################################################-----| 89.75% tmpu83xty9i.zip |################################################-----| 89.91% tmpu83xty9i.zip |################################################-----| 90.07% tmpu83xty9i.zip |################################################-----| 90.23% tmpu83xty9i.zip |################################################-----| 90.39% tmpu83xty9i.zip |################################################-----| 90.55% tmpu83xty9i.zip |################################################-----| 90.71% tmpu83xty9i.zip |################################################-----| 90.87% tmpu83xty9i.zip |################################################-----| 91.03% tmpu83xty9i.zip |################################################-----| 91.19% tmpu83xty9i.zip |################################################-----| 91.35% tmpu83xty9i.zip |#################################################----| 91.51% tmpu83xty9i.zip |#################################################----| 91.68% tmpu83xty9i.zip |#################################################----| 91.84% tmpu83xty9i.zip |#################################################----| 92.0% tmpu83xty9i.zip |#################################################----| 92.16% tmpu83xty9i.zip |#################################################----| 92.32% tmpu83xty9i.zip |#################################################----| 92.48% tmpu83xty9i.zip |#################################################----| 92.64% tmpu83xty9i.zip |#################################################----| 92.8% tmpu83xty9i.zip |#################################################----| 92.96% tmpu83xty9i.zip |#################################################----| 93.12% tmpu83xty9i.zip |#################################################----| 93.28% tmpu83xty9i.zip |##################################################---| 93.44% tmpu83xty9i.zip |##################################################---| 93.61% tmpu83xty9i.zip |##################################################---| 93.77% tmpu83xty9i.zip |##################################################---| 93.93% tmpu83xty9i.zip |##################################################---| 94.09% tmpu83xty9i.zip |##################################################---| 94.25% tmpu83xty9i.zip |##################################################---| 94.41% tmpu83xty9i.zip |##################################################---| 94.57% tmpu83xty9i.zip |##################################################---| 94.73% tmpu83xty9i.zip |##################################################---| 94.89% tmpu83xty9i.zip |##################################################---| 95.05% tmpu83xty9i.zip |##################################################---| 95.21% tmpu83xty9i.zip |###################################################--| 95.37% tmpu83xty9i.zip |###################################################--| 95.54% tmpu83xty9i.zip |###################################################--| 95.7% tmpu83xty9i.zip |###################################################--| 95.86% tmpu83xty9i.zip |###################################################--| 96.02% tmpu83xty9i.zip |###################################################--| 96.18% tmpu83xty9i.zip |###################################################--| 96.34% tmpu83xty9i.zip |###################################################--| 96.5% tmpu83xty9i.zip |###################################################--| 96.66% tmpu83xty9i.zip |###################################################--| 96.82% tmpu83xty9i.zip |###################################################--| 96.98% tmpu83xty9i.zip |###################################################--| 97.14% tmpu83xty9i.zip |####################################################-| 97.3% tmpu83xty9i.zip |####################################################-| 97.47% tmpu83xty9i.zip |####################################################-| 97.63% tmpu83xty9i.zip |####################################################-| 97.79% tmpu83xty9i.zip |####################################################-| 97.95% tmpu83xty9i.zip |####################################################-| 98.11% tmpu83xty9i.zip |####################################################-| 98.27% tmpu83xty9i.zip |####################################################-| 98.43% tmpu83xty9i.zip |####################################################-| 98.59% tmpu83xty9i.zip |####################################################-| 98.75% tmpu83xty9i.zip |####################################################-| 98.91% tmpu83xty9i.zip |#####################################################| 99.07% tmpu83xty9i.zip |#####################################################| 99.23% tmpu83xty9i.zip |#####################################################| 99.4% tmpu83xty9i.zip |#####################################################| 99.56% tmpu83xty9i.zip |#####################################################| 99.72% tmpu83xty9i.zip |#####################################################| 99.88% tmpu83xty9i.zip |#####################################################| 100.0% Plugin uploaded. Plugin's id is dc140810-e8a6-4c89-af44-3372982c0a26 + for p in '${PLUGIN_DIR}/*' + wagons=($p/*.wgn) + types=($p/*.yaml) + install_plugin /opt/plugins/plugin-NKjxmp0/sshkeyshare-1.2.0-py36-none-linux_x86_64.wgn /opt/plugins/plugin-NKjxmp0/sshkeyshare_types.yaml ++ basename /opt/plugins/plugin-NKjxmp0/sshkeyshare-1.2.0-py36-none-linux_x86_64.wgn + ARCHIVE=sshkeyshare-1.2.0-py36-none-linux_x86_64.wgn + cm_hasany 'plugins?archive_name=sshkeyshare-1.2.0-py36-none-linux_x86_64.wgn' ++ curl -Ss -H 'Tenant: default_tenant' --user admin:SU92FFB6 --cacert /opt/onap/certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/plugins?archive_name=sshkeyshare-1.2.0-py36-none-linux_x86_64.wgn&_include=id' ++ /bin/jq .metadata.pagination.total + COUNT=0 + (( 0 > 0 )) + return 1 + cfy plugin upload -y /opt/plugins/plugin-NKjxmp0/sshkeyshare_types.yaml /opt/plugins/plugin-NKjxmp0/sshkeyshare-1.2.0-py36-none-linux_x86_64.wgn Creating plugin zip archive.. Uploading plugin archive (wagon + yaml).. tmpv5r18u3m.zip |-----------------------------------------------------| 0.47% tmpv5r18u3m.zip |-----------------------------------------------------| 0.93% tmpv5r18u3m.zip |#----------------------------------------------------| 1.4% tmpv5r18u3m.zip |#----------------------------------------------------| 1.86% tmpv5r18u3m.zip |#----------------------------------------------------| 2.33% tmpv5r18u3m.zip |#----------------------------------------------------| 2.8% tmpv5r18u3m.zip |##---------------------------------------------------| 3.26% tmpv5r18u3m.zip |##---------------------------------------------------| 3.73% tmpv5r18u3m.zip |##---------------------------------------------------| 4.19% tmpv5r18u3m.zip |##---------------------------------------------------| 4.66% tmpv5r18u3m.zip |###--------------------------------------------------| 5.13% tmpv5r18u3m.zip |###--------------------------------------------------| 5.59% tmpv5r18u3m.zip |###--------------------------------------------------| 6.06% tmpv5r18u3m.zip |###--------------------------------------------------| 6.52% tmpv5r18u3m.zip |####-------------------------------------------------| 6.99% tmpv5r18u3m.zip |####-------------------------------------------------| 7.46% tmpv5r18u3m.zip |####-------------------------------------------------| 7.92% tmpv5r18u3m.zip |####-------------------------------------------------| 8.39% tmpv5r18u3m.zip |#####------------------------------------------------| 8.85% tmpv5r18u3m.zip |#####------------------------------------------------| 9.32% tmpv5r18u3m.zip |#####------------------------------------------------| 9.79% tmpv5r18u3m.zip |#####------------------------------------------------| 10.25% tmpv5r18u3m.zip |######-----------------------------------------------| 10.72% tmpv5r18u3m.zip |######-----------------------------------------------| 11.18% tmpv5r18u3m.zip |######-----------------------------------------------| 11.65% tmpv5r18u3m.zip |######-----------------------------------------------| 12.12% tmpv5r18u3m.zip |#######----------------------------------------------| 12.58% tmpv5r18u3m.zip |#######----------------------------------------------| 13.05% tmpv5r18u3m.zip |#######----------------------------------------------| 13.51% tmpv5r18u3m.zip |#######----------------------------------------------| 13.98% tmpv5r18u3m.zip |########---------------------------------------------| 14.45% tmpv5r18u3m.zip |########---------------------------------------------| 14.91% tmpv5r18u3m.zip |########---------------------------------------------| 15.38% tmpv5r18u3m.zip |########---------------------------------------------| 15.84% tmpv5r18u3m.zip |#########--------------------------------------------| 16.31% tmpv5r18u3m.zip |#########--------------------------------------------| 16.78% tmpv5r18u3m.zip |#########--------------------------------------------| 17.24% tmpv5r18u3m.zip |#########--------------------------------------------| 17.71% tmpv5r18u3m.zip |##########-------------------------------------------| 18.17% tmpv5r18u3m.zip |##########-------------------------------------------| 18.64% tmpv5r18u3m.zip |##########-------------------------------------------| 19.11% tmpv5r18u3m.zip |##########-------------------------------------------| 19.57% tmpv5r18u3m.zip |###########------------------------------------------| 20.04% tmpv5r18u3m.zip |###########------------------------------------------| 20.5% tmpv5r18u3m.zip |###########------------------------------------------| 20.97% tmpv5r18u3m.zip |###########------------------------------------------| 21.44% tmpv5r18u3m.zip |############-----------------------------------------| 21.9% tmpv5r18u3m.zip |############-----------------------------------------| 22.37% tmpv5r18u3m.zip |############-----------------------------------------| 22.83% tmpv5r18u3m.zip |############-----------------------------------------| 23.3% tmpv5r18u3m.zip |#############----------------------------------------| 23.77% tmpv5r18u3m.zip |#############----------------------------------------| 24.23% tmpv5r18u3m.zip |#############----------------------------------------| 24.7% tmpv5r18u3m.zip |#############----------------------------------------| 25.16% tmpv5r18u3m.zip |##############---------------------------------------| 25.63% tmpv5r18u3m.zip |##############---------------------------------------| 26.1% tmpv5r18u3m.zip |##############---------------------------------------| 26.56% tmpv5r18u3m.zip |##############---------------------------------------| 27.03% tmpv5r18u3m.zip |###############--------------------------------------| 27.49% tmpv5r18u3m.zip |###############--------------------------------------| 27.96% tmpv5r18u3m.zip |###############--------------------------------------| 28.43% tmpv5r18u3m.zip |###############--------------------------------------| 28.89% tmpv5r18u3m.zip |################-------------------------------------| 29.36% tmpv5r18u3m.zip |################-------------------------------------| 29.82% tmpv5r18u3m.zip |################-------------------------------------| 30.29% tmpv5r18u3m.zip |################-------------------------------------| 30.76% tmpv5r18u3m.zip |#################------------------------------------| 31.22% tmpv5r18u3m.zip |#################------------------------------------| 31.69% tmpv5r18u3m.zip |#################------------------------------------| 32.15% tmpv5r18u3m.zip |#################------------------------------------| 32.62% tmpv5r18u3m.zip |##################-----------------------------------| 33.09% tmpv5r18u3m.zip |##################-----------------------------------| 33.55% tmpv5r18u3m.zip |##################-----------------------------------| 34.02% tmpv5r18u3m.zip |##################-----------------------------------| 34.48% tmpv5r18u3m.zip |###################----------------------------------| 34.95% tmpv5r18u3m.zip |###################----------------------------------| 35.42% tmpv5r18u3m.zip |###################----------------------------------| 35.88% tmpv5r18u3m.zip |###################----------------------------------| 36.35% tmpv5r18u3m.zip |####################---------------------------------| 36.81% tmpv5r18u3m.zip |####################---------------------------------| 37.28% tmpv5r18u3m.zip |####################---------------------------------| 37.75% tmpv5r18u3m.zip |####################---------------------------------| 38.21% tmpv5r18u3m.zip |####################---------------------------------| 38.68% tmpv5r18u3m.zip |#####################--------------------------------| 39.15% tmpv5r18u3m.zip |#####################--------------------------------| 39.61% tmpv5r18u3m.zip |#####################--------------------------------| 40.08% tmpv5r18u3m.zip |#####################--------------------------------| 40.54% tmpv5r18u3m.zip |######################-------------------------------| 41.01% tmpv5r18u3m.zip |######################-------------------------------| 41.48% tmpv5r18u3m.zip |######################-------------------------------| 41.94% tmpv5r18u3m.zip |######################-------------------------------| 42.41% tmpv5r18u3m.zip |#######################------------------------------| 42.87% tmpv5r18u3m.zip |#######################------------------------------| 43.34% tmpv5r18u3m.zip |#######################------------------------------| 43.81% tmpv5r18u3m.zip |#######################------------------------------| 44.27% tmpv5r18u3m.zip |########################-----------------------------| 44.74% tmpv5r18u3m.zip |########################-----------------------------| 45.2% tmpv5r18u3m.zip |########################-----------------------------| 45.67% tmpv5r18u3m.zip |########################-----------------------------| 46.14% tmpv5r18u3m.zip |#########################----------------------------| 46.6% tmpv5r18u3m.zip |#########################----------------------------| 47.07% tmpv5r18u3m.zip |#########################----------------------------| 47.53% tmpv5r18u3m.zip |#########################----------------------------| 48.0% tmpv5r18u3m.zip |##########################---------------------------| 48.47% tmpv5r18u3m.zip |##########################---------------------------| 48.93% tmpv5r18u3m.zip |##########################---------------------------| 49.4% tmpv5r18u3m.zip |##########################---------------------------| 49.86% tmpv5r18u3m.zip |###########################--------------------------| 50.33% tmpv5r18u3m.zip |###########################--------------------------| 50.8% tmpv5r18u3m.zip |###########################--------------------------| 51.26% tmpv5r18u3m.zip |###########################--------------------------| 51.73% tmpv5r18u3m.zip |############################-------------------------| 52.19% tmpv5r18u3m.zip |############################-------------------------| 52.66% tmpv5r18u3m.zip |############################-------------------------| 53.13% tmpv5r18u3m.zip |############################-------------------------| 53.59% tmpv5r18u3m.zip |#############################------------------------| 54.06% tmpv5r18u3m.zip |#############################------------------------| 54.52% tmpv5r18u3m.zip |#############################------------------------| 54.99% tmpv5r18u3m.zip |#############################------------------------| 55.46% tmpv5r18u3m.zip |##############################-----------------------| 55.92% tmpv5r18u3m.zip |##############################-----------------------| 56.39% tmpv5r18u3m.zip |##############################-----------------------| 56.85% tmpv5r18u3m.zip |##############################-----------------------| 57.32% tmpv5r18u3m.zip |###############################----------------------| 57.79% tmpv5r18u3m.zip |###############################----------------------| 58.25% tmpv5r18u3m.zip |###############################----------------------| 58.72% tmpv5r18u3m.zip |###############################----------------------| 59.18% tmpv5r18u3m.zip |################################---------------------| 59.65% tmpv5r18u3m.zip |################################---------------------| 60.12% tmpv5r18u3m.zip |################################---------------------| 60.58% tmpv5r18u3m.zip |################################---------------------| 61.05% tmpv5r18u3m.zip |#################################--------------------| 61.51% tmpv5r18u3m.zip |#################################--------------------| 61.98% tmpv5r18u3m.zip |#################################--------------------| 62.45% tmpv5r18u3m.zip |#################################--------------------| 62.91% tmpv5r18u3m.zip |##################################-------------------| 63.38% tmpv5r18u3m.zip |##################################-------------------| 63.84% tmpv5r18u3m.zip |##################################-------------------| 64.31% tmpv5r18u3m.zip |##################################-------------------| 64.78% tmpv5r18u3m.zip |###################################------------------| 65.24% tmpv5r18u3m.zip |###################################------------------| 65.71% tmpv5r18u3m.zip |###################################------------------| 66.17% tmpv5r18u3m.zip |###################################------------------| 66.64% tmpv5r18u3m.zip |####################################-----------------| 67.11% tmpv5r18u3m.zip |####################################-----------------| 67.57% tmpv5r18u3m.zip |####################################-----------------| 68.04% tmpv5r18u3m.zip |####################################-----------------| 68.5% tmpv5r18u3m.zip |#####################################----------------| 68.97% tmpv5r18u3m.zip |#####################################----------------| 69.44% tmpv5r18u3m.zip |#####################################----------------| 69.9% tmpv5r18u3m.zip |#####################################----------------| 70.37% tmpv5r18u3m.zip |######################################---------------| 70.83% tmpv5r18u3m.zip |######################################---------------| 71.3% tmpv5r18u3m.zip |######################################---------------| 71.77% tmpv5r18u3m.zip |######################################---------------| 72.23% tmpv5r18u3m.zip |#######################################--------------| 72.7% tmpv5r18u3m.zip |#######################################--------------| 73.16% tmpv5r18u3m.zip |#######################################--------------| 73.63% tmpv5r18u3m.zip |#######################################--------------| 74.1% tmpv5r18u3m.zip |########################################-------------| 74.56% tmpv5r18u3m.zip |########################################-------------| 75.03% tmpv5r18u3m.zip |########################################-------------| 75.49% tmpv5r18u3m.zip |########################################-------------| 75.96% tmpv5r18u3m.zip |#########################################------------| 76.43% tmpv5r18u3m.zip |#########################################------------| 76.89% tmpv5r18u3m.zip |#########################################------------| 77.36% tmpv5r18u3m.zip |#########################################------------| 77.82% tmpv5r18u3m.zip |#########################################------------| 78.29% tmpv5r18u3m.zip |##########################################-----------| 78.76% tmpv5r18u3m.zip |##########################################-----------| 79.22% tmpv5r18u3m.zip |##########################################-----------| 79.69% tmpv5r18u3m.zip |##########################################-----------| 80.15% tmpv5r18u3m.zip |###########################################----------| 80.62% tmpv5r18u3m.zip |###########################################----------| 81.09% tmpv5r18u3m.zip |###########################################----------| 81.55% tmpv5r18u3m.zip |###########################################----------| 82.02% tmpv5r18u3m.zip |############################################---------| 82.48% tmpv5r18u3m.zip |############################################---------| 82.95% tmpv5r18u3m.zip |############################################---------| 83.42% tmpv5r18u3m.zip |############################################---------| 83.88% tmpv5r18u3m.zip |#############################################--------| 84.35% tmpv5r18u3m.zip |#############################################--------| 84.81% tmpv5r18u3m.zip |#############################################--------| 85.28% tmpv5r18u3m.zip |#############################################--------| 85.75% tmpv5r18u3m.zip |##############################################-------| 86.21% tmpv5r18u3m.zip |##############################################-------| 86.68% tmpv5r18u3m.zip |##############################################-------| 87.14% tmpv5r18u3m.zip |##############################################-------| 87.61% tmpv5r18u3m.zip |###############################################------| 88.08% tmpv5r18u3m.zip |###############################################------| 88.54% tmpv5r18u3m.zip |###############################################------| 89.01% tmpv5r18u3m.zip |###############################################------| 89.47% tmpv5r18u3m.zip |################################################-----| 89.94% tmpv5r18u3m.zip |################################################-----| 90.41% tmpv5r18u3m.zip |################################################-----| 90.87% tmpv5r18u3m.zip |################################################-----| 91.34% tmpv5r18u3m.zip |#################################################----| 91.8% tmpv5r18u3m.zip |#################################################----| 92.27% tmpv5r18u3m.zip |#################################################----| 92.74% tmpv5r18u3m.zip |#################################################----| 93.2% tmpv5r18u3m.zip |##################################################---| 93.67% tmpv5r18u3m.zip |##################################################---| 94.13% tmpv5r18u3m.zip |##################################################---| 94.6% tmpv5r18u3m.zip |##################################################---| 95.07% tmpv5r18u3m.zip |###################################################--| 95.53% tmpv5r18u3m.zip |###################################################--| 96.0% tmpv5r18u3m.zip |###################################################--| 96.46% tmpv5r18u3m.zip |###################################################--| 96.93% tmpv5r18u3m.zip |####################################################-| 97.4% tmpv5r18u3m.zip |####################################################-| 97.86% tmpv5r18u3m.zip |####################################################-| 98.33% tmpv5r18u3m.zip |####################################################-| 98.79% tmpv5r18u3m.zip |#####################################################| 99.26% tmpv5r18u3m.zip |#####################################################| 99.73% tmpv5r18u3m.zip |#####################################################| 100.0% Plugin uploaded. Plugin's id is 874f493a-9997-413c-b686-6a06cd303b93 + for p in '${PLUGIN_DIR}/*' + wagons=($p/*.wgn) + types=($p/*.yaml) + install_plugin /opt/plugins/plugin-dgcG9yy/relationshipplugin-1.1.0-py36-none-linux_x86_64.wgn /opt/plugins/plugin-dgcG9yy/relationshipplugin_types.yaml ++ basename /opt/plugins/plugin-dgcG9yy/relationshipplugin-1.1.0-py36-none-linux_x86_64.wgn + ARCHIVE=relationshipplugin-1.1.0-py36-none-linux_x86_64.wgn + cm_hasany 'plugins?archive_name=relationshipplugin-1.1.0-py36-none-linux_x86_64.wgn' ++ curl -Ss -H 'Tenant: default_tenant' --user admin:SU92FFB6 --cacert /opt/onap/certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/plugins?archive_name=relationshipplugin-1.1.0-py36-none-linux_x86_64.wgn&_include=id' ++ /bin/jq .metadata.pagination.total + COUNT=0 + (( 0 > 0 )) + return 1 + cfy plugin upload -y /opt/plugins/plugin-dgcG9yy/relationshipplugin_types.yaml /opt/plugins/plugin-dgcG9yy/relationshipplugin-1.1.0-py36-none-linux_x86_64.wgn Creating plugin zip archive.. Uploading plugin archive (wagon + yaml).. tmpnqg3zzjs.zip |-----------------------------------------------------| 0.46% tmpnqg3zzjs.zip |-----------------------------------------------------| 0.92% tmpnqg3zzjs.zip |#----------------------------------------------------| 1.38% tmpnqg3zzjs.zip |#----------------------------------------------------| 1.83% tmpnqg3zzjs.zip |#----------------------------------------------------| 2.29% tmpnqg3zzjs.zip |#----------------------------------------------------| 2.75% tmpnqg3zzjs.zip |##---------------------------------------------------| 3.21% tmpnqg3zzjs.zip |##---------------------------------------------------| 3.67% tmpnqg3zzjs.zip |##---------------------------------------------------| 4.13% tmpnqg3zzjs.zip |##---------------------------------------------------| 4.58% tmpnqg3zzjs.zip |###--------------------------------------------------| 5.04% tmpnqg3zzjs.zip |###--------------------------------------------------| 5.5% tmpnqg3zzjs.zip |###--------------------------------------------------| 5.96% tmpnqg3zzjs.zip |###--------------------------------------------------| 6.42% tmpnqg3zzjs.zip |####-------------------------------------------------| 6.88% tmpnqg3zzjs.zip |####-------------------------------------------------| 7.34% tmpnqg3zzjs.zip |####-------------------------------------------------| 7.79% tmpnqg3zzjs.zip |####-------------------------------------------------| 8.25% tmpnqg3zzjs.zip |#####------------------------------------------------| 8.71% tmpnqg3zzjs.zip |#####------------------------------------------------| 9.17% tmpnqg3zzjs.zip |#####------------------------------------------------| 9.63% tmpnqg3zzjs.zip |#####------------------------------------------------| 10.09% tmpnqg3zzjs.zip |######-----------------------------------------------| 10.54% tmpnqg3zzjs.zip |######-----------------------------------------------| 11.0% tmpnqg3zzjs.zip |######-----------------------------------------------| 11.46% tmpnqg3zzjs.zip |######-----------------------------------------------| 11.92% tmpnqg3zzjs.zip |#######----------------------------------------------| 12.38% tmpnqg3zzjs.zip |#######----------------------------------------------| 12.84% tmpnqg3zzjs.zip |#######----------------------------------------------| 13.3% tmpnqg3zzjs.zip |#######----------------------------------------------| 13.75% tmpnqg3zzjs.zip |########---------------------------------------------| 14.21% tmpnqg3zzjs.zip |########---------------------------------------------| 14.67% tmpnqg3zzjs.zip |########---------------------------------------------| 15.13% tmpnqg3zzjs.zip |########---------------------------------------------| 15.59% tmpnqg3zzjs.zip |#########--------------------------------------------| 16.05% tmpnqg3zzjs.zip |#########--------------------------------------------| 16.5% tmpnqg3zzjs.zip |#########--------------------------------------------| 16.96% tmpnqg3zzjs.zip |#########--------------------------------------------| 17.42% tmpnqg3zzjs.zip |#########--------------------------------------------| 17.88% tmpnqg3zzjs.zip |##########-------------------------------------------| 18.34% tmpnqg3zzjs.zip |##########-------------------------------------------| 18.8% tmpnqg3zzjs.zip |##########-------------------------------------------| 19.26% tmpnqg3zzjs.zip |##########-------------------------------------------| 19.71% tmpnqg3zzjs.zip |###########------------------------------------------| 20.17% tmpnqg3zzjs.zip |###########------------------------------------------| 20.63% tmpnqg3zzjs.zip |###########------------------------------------------| 21.09% tmpnqg3zzjs.zip |###########------------------------------------------| 21.55% tmpnqg3zzjs.zip |############-----------------------------------------| 22.01% tmpnqg3zzjs.zip |############-----------------------------------------| 22.46% tmpnqg3zzjs.zip |############-----------------------------------------| 22.92% tmpnqg3zzjs.zip |############-----------------------------------------| 23.38% tmpnqg3zzjs.zip |#############----------------------------------------| 23.84% tmpnqg3zzjs.zip |#############----------------------------------------| 24.3% tmpnqg3zzjs.zip |#############----------------------------------------| 24.76% tmpnqg3zzjs.zip |#############----------------------------------------| 25.22% tmpnqg3zzjs.zip |##############---------------------------------------| 25.67% tmpnqg3zzjs.zip |##############---------------------------------------| 26.13% tmpnqg3zzjs.zip |##############---------------------------------------| 26.59% tmpnqg3zzjs.zip |##############---------------------------------------| 27.05% tmpnqg3zzjs.zip |###############--------------------------------------| 27.51% tmpnqg3zzjs.zip |###############--------------------------------------| 27.97% tmpnqg3zzjs.zip |###############--------------------------------------| 28.42% tmpnqg3zzjs.zip |###############--------------------------------------| 28.88% tmpnqg3zzjs.zip |################-------------------------------------| 29.34% tmpnqg3zzjs.zip |################-------------------------------------| 29.8% tmpnqg3zzjs.zip |################-------------------------------------| 30.26% tmpnqg3zzjs.zip |################-------------------------------------| 30.72% tmpnqg3zzjs.zip |#################------------------------------------| 31.18% tmpnqg3zzjs.zip |#################------------------------------------| 31.63% tmpnqg3zzjs.zip |#################------------------------------------| 32.09% tmpnqg3zzjs.zip |#################------------------------------------| 32.55% tmpnqg3zzjs.zip |#################------------------------------------| 33.01% tmpnqg3zzjs.zip |##################-----------------------------------| 33.47% tmpnqg3zzjs.zip |##################-----------------------------------| 33.93% tmpnqg3zzjs.zip |##################-----------------------------------| 34.38% tmpnqg3zzjs.zip |##################-----------------------------------| 34.84% tmpnqg3zzjs.zip |###################----------------------------------| 35.3% tmpnqg3zzjs.zip |###################----------------------------------| 35.76% tmpnqg3zzjs.zip |###################----------------------------------| 36.22% tmpnqg3zzjs.zip |###################----------------------------------| 36.68% tmpnqg3zzjs.zip |####################---------------------------------| 37.13% tmpnqg3zzjs.zip |####################---------------------------------| 37.59% tmpnqg3zzjs.zip |####################---------------------------------| 38.05% tmpnqg3zzjs.zip |####################---------------------------------| 38.51% tmpnqg3zzjs.zip |#####################--------------------------------| 38.97% tmpnqg3zzjs.zip |#####################--------------------------------| 39.43% tmpnqg3zzjs.zip |#####################--------------------------------| 39.89% tmpnqg3zzjs.zip |#####################--------------------------------| 40.34% tmpnqg3zzjs.zip |######################-------------------------------| 40.8% tmpnqg3zzjs.zip |######################-------------------------------| 41.26% tmpnqg3zzjs.zip |######################-------------------------------| 41.72% tmpnqg3zzjs.zip |######################-------------------------------| 42.18% tmpnqg3zzjs.zip |#######################------------------------------| 42.64% tmpnqg3zzjs.zip |#######################------------------------------| 43.09% tmpnqg3zzjs.zip |#######################------------------------------| 43.55% tmpnqg3zzjs.zip |#######################------------------------------| 44.01% tmpnqg3zzjs.zip |########################-----------------------------| 44.47% tmpnqg3zzjs.zip |########################-----------------------------| 44.93% tmpnqg3zzjs.zip |########################-----------------------------| 45.39% tmpnqg3zzjs.zip |########################-----------------------------| 45.85% tmpnqg3zzjs.zip |#########################----------------------------| 46.3% tmpnqg3zzjs.zip |#########################----------------------------| 46.76% tmpnqg3zzjs.zip |#########################----------------------------| 47.22% tmpnqg3zzjs.zip |#########################----------------------------| 47.68% tmpnqg3zzjs.zip |##########################---------------------------| 48.14% tmpnqg3zzjs.zip |##########################---------------------------| 48.6% tmpnqg3zzjs.zip |##########################---------------------------| 49.05% tmpnqg3zzjs.zip |##########################---------------------------| 49.51% tmpnqg3zzjs.zip |##########################---------------------------| 49.97% tmpnqg3zzjs.zip |###########################--------------------------| 50.43% tmpnqg3zzjs.zip |###########################--------------------------| 50.89% tmpnqg3zzjs.zip |###########################--------------------------| 51.35% tmpnqg3zzjs.zip |###########################--------------------------| 51.81% tmpnqg3zzjs.zip |############################-------------------------| 52.26% tmpnqg3zzjs.zip |############################-------------------------| 52.72% tmpnqg3zzjs.zip |############################-------------------------| 53.18% tmpnqg3zzjs.zip |############################-------------------------| 53.64% tmpnqg3zzjs.zip |#############################------------------------| 54.1% tmpnqg3zzjs.zip |#############################------------------------| 54.56% tmpnqg3zzjs.zip |#############################------------------------| 55.01% tmpnqg3zzjs.zip |#############################------------------------| 55.47% tmpnqg3zzjs.zip |##############################-----------------------| 55.93% tmpnqg3zzjs.zip |##############################-----------------------| 56.39% tmpnqg3zzjs.zip |##############################-----------------------| 56.85% tmpnqg3zzjs.zip |##############################-----------------------| 57.31% tmpnqg3zzjs.zip |###############################----------------------| 57.77% tmpnqg3zzjs.zip |###############################----------------------| 58.22% tmpnqg3zzjs.zip |###############################----------------------| 58.68% tmpnqg3zzjs.zip |###############################----------------------| 59.14% tmpnqg3zzjs.zip |################################---------------------| 59.6% tmpnqg3zzjs.zip |################################---------------------| 60.06% tmpnqg3zzjs.zip |################################---------------------| 60.52% tmpnqg3zzjs.zip |################################---------------------| 60.97% tmpnqg3zzjs.zip |#################################--------------------| 61.43% tmpnqg3zzjs.zip |#################################--------------------| 61.89% tmpnqg3zzjs.zip |#################################--------------------| 62.35% tmpnqg3zzjs.zip |#################################--------------------| 62.81% tmpnqg3zzjs.zip |##################################-------------------| 63.27% tmpnqg3zzjs.zip |##################################-------------------| 63.73% tmpnqg3zzjs.zip |##################################-------------------| 64.18% tmpnqg3zzjs.zip |##################################-------------------| 64.64% tmpnqg3zzjs.zip |###################################------------------| 65.1% tmpnqg3zzjs.zip |###################################------------------| 65.56% tmpnqg3zzjs.zip |###################################------------------| 66.02% tmpnqg3zzjs.zip |###################################------------------| 66.48% tmpnqg3zzjs.zip |###################################------------------| 66.93% tmpnqg3zzjs.zip |####################################-----------------| 67.39% tmpnqg3zzjs.zip |####################################-----------------| 67.85% tmpnqg3zzjs.zip |####################################-----------------| 68.31% tmpnqg3zzjs.zip |####################################-----------------| 68.77% tmpnqg3zzjs.zip |#####################################----------------| 69.23% tmpnqg3zzjs.zip |#####################################----------------| 69.69% tmpnqg3zzjs.zip |#####################################----------------| 70.14% tmpnqg3zzjs.zip |#####################################----------------| 70.6% tmpnqg3zzjs.zip |######################################---------------| 71.06% tmpnqg3zzjs.zip |######################################---------------| 71.52% tmpnqg3zzjs.zip |######################################---------------| 71.98% tmpnqg3zzjs.zip |######################################---------------| 72.44% tmpnqg3zzjs.zip |#######################################--------------| 72.89% tmpnqg3zzjs.zip |#######################################--------------| 73.35% tmpnqg3zzjs.zip |#######################################--------------| 73.81% tmpnqg3zzjs.zip |#######################################--------------| 74.27% tmpnqg3zzjs.zip |########################################-------------| 74.73% tmpnqg3zzjs.zip |########################################-------------| 75.19% tmpnqg3zzjs.zip |########################################-------------| 75.65% tmpnqg3zzjs.zip |########################################-------------| 76.1% tmpnqg3zzjs.zip |#########################################------------| 76.56% tmpnqg3zzjs.zip |#########################################------------| 77.02% tmpnqg3zzjs.zip |#########################################------------| 77.48% tmpnqg3zzjs.zip |#########################################------------| 77.94% tmpnqg3zzjs.zip |##########################################-----------| 78.4% tmpnqg3zzjs.zip |##########################################-----------| 78.85% tmpnqg3zzjs.zip |##########################################-----------| 79.31% tmpnqg3zzjs.zip |##########################################-----------| 79.77% tmpnqg3zzjs.zip |###########################################----------| 80.23% tmpnqg3zzjs.zip |###########################################----------| 80.69% tmpnqg3zzjs.zip |###########################################----------| 81.15% tmpnqg3zzjs.zip |###########################################----------| 81.61% tmpnqg3zzjs.zip |###########################################----------| 82.06% tmpnqg3zzjs.zip |############################################---------| 82.52% tmpnqg3zzjs.zip |############################################---------| 82.98% tmpnqg3zzjs.zip |############################################---------| 83.44% tmpnqg3zzjs.zip |############################################---------| 83.9% tmpnqg3zzjs.zip |#############################################--------| 84.36% tmpnqg3zzjs.zip |#############################################--------| 84.81% tmpnqg3zzjs.zip |#############################################--------| 85.27% tmpnqg3zzjs.zip |#############################################--------| 85.73% tmpnqg3zzjs.zip |##############################################-------| 86.19% tmpnqg3zzjs.zip |##############################################-------| 86.65% tmpnqg3zzjs.zip |##############################################-------| 87.11% tmpnqg3zzjs.zip |##############################################-------| 87.57% tmpnqg3zzjs.zip |###############################################------| 88.02% tmpnqg3zzjs.zip |###############################################------| 88.48% tmpnqg3zzjs.zip |###############################################------| 88.94% tmpnqg3zzjs.zip |###############################################------| 89.4% tmpnqg3zzjs.zip |################################################-----| 89.86% tmpnqg3zzjs.zip |################################################-----| 90.32% tmpnqg3zzjs.zip |################################################-----| 90.77% tmpnqg3zzjs.zip |################################################-----| 91.23% tmpnqg3zzjs.zip |#################################################----| 91.69% tmpnqg3zzjs.zip |#################################################----| 92.15% tmpnqg3zzjs.zip |#################################################----| 92.61% tmpnqg3zzjs.zip |#################################################----| 93.07% tmpnqg3zzjs.zip |##################################################---| 93.53% tmpnqg3zzjs.zip |##################################################---| 93.98% tmpnqg3zzjs.zip |##################################################---| 94.44% tmpnqg3zzjs.zip |##################################################---| 94.9% tmpnqg3zzjs.zip |###################################################--| 95.36% tmpnqg3zzjs.zip |###################################################--| 95.82% tmpnqg3zzjs.zip |###################################################--| 96.28% tmpnqg3zzjs.zip |###################################################--| 96.73% tmpnqg3zzjs.zip |####################################################-| 97.19% tmpnqg3zzjs.zip |####################################################-| 97.65% tmpnqg3zzjs.zip |####################################################-| 98.11% tmpnqg3zzjs.zip |####################################################-| 98.57% tmpnqg3zzjs.zip |####################################################-| 99.03% tmpnqg3zzjs.zip |#####################################################| 99.48% tmpnqg3zzjs.zip |#####################################################| 99.94% tmpnqg3zzjs.zip |#####################################################| 100.0% Plugin uploaded. Plugin's id is 3708e33d-5777-4338-a668-a23c167f3594 + for p in '${PLUGIN_DIR}/*' + wagons=($p/*.wgn) + types=($p/*.yaml) + install_plugin /opt/plugins/plugin-mI0hvFG/dmaap-1.5.1-py36-none-linux_x86_64.wgn /opt/plugins/plugin-mI0hvFG/dmaap_types.yaml ++ basename /opt/plugins/plugin-mI0hvFG/dmaap-1.5.1-py36-none-linux_x86_64.wgn + ARCHIVE=dmaap-1.5.1-py36-none-linux_x86_64.wgn + cm_hasany 'plugins?archive_name=dmaap-1.5.1-py36-none-linux_x86_64.wgn' ++ curl -Ss -H 'Tenant: default_tenant' --user admin:SU92FFB6 --cacert /opt/onap/certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/plugins?archive_name=dmaap-1.5.1-py36-none-linux_x86_64.wgn&_include=id' ++ /bin/jq .metadata.pagination.total + COUNT=0 + (( 0 > 0 )) + return 1 + cfy plugin upload -y /opt/plugins/plugin-mI0hvFG/dmaap_types.yaml /opt/plugins/plugin-mI0hvFG/dmaap-1.5.1-py36-none-linux_x86_64.wgn Creating plugin zip archive.. Uploading plugin archive (wagon + yaml).. tmpf_ijwcgr.zip |-----------------------------------------------------| 0.45% tmpf_ijwcgr.zip |-----------------------------------------------------| 0.91% tmpf_ijwcgr.zip |#----------------------------------------------------| 1.36% tmpf_ijwcgr.zip |#----------------------------------------------------| 1.82% tmpf_ijwcgr.zip |#----------------------------------------------------| 2.27% tmpf_ijwcgr.zip |#----------------------------------------------------| 2.72% tmpf_ijwcgr.zip |##---------------------------------------------------| 3.18% tmpf_ijwcgr.zip |##---------------------------------------------------| 3.63% tmpf_ijwcgr.zip |##---------------------------------------------------| 4.09% tmpf_ijwcgr.zip |##---------------------------------------------------| 4.54% tmpf_ijwcgr.zip |###--------------------------------------------------| 4.99% tmpf_ijwcgr.zip |###--------------------------------------------------| 5.45% tmpf_ijwcgr.zip |###--------------------------------------------------| 5.9% tmpf_ijwcgr.zip |###--------------------------------------------------| 6.36% tmpf_ijwcgr.zip |####-------------------------------------------------| 6.81% tmpf_ijwcgr.zip |####-------------------------------------------------| 7.26% tmpf_ijwcgr.zip |####-------------------------------------------------| 7.72% tmpf_ijwcgr.zip |####-------------------------------------------------| 8.17% tmpf_ijwcgr.zip |#####------------------------------------------------| 8.63% tmpf_ijwcgr.zip |#####------------------------------------------------| 9.08% tmpf_ijwcgr.zip |#####------------------------------------------------| 9.53% tmpf_ijwcgr.zip |#####------------------------------------------------| 9.99% tmpf_ijwcgr.zip |######-----------------------------------------------| 10.44% tmpf_ijwcgr.zip |######-----------------------------------------------| 10.9% tmpf_ijwcgr.zip |######-----------------------------------------------| 11.35% tmpf_ijwcgr.zip |######-----------------------------------------------| 11.8% tmpf_ijwcgr.zip |######-----------------------------------------------| 12.26% tmpf_ijwcgr.zip |#######----------------------------------------------| 12.71% tmpf_ijwcgr.zip |#######----------------------------------------------| 13.17% tmpf_ijwcgr.zip |#######----------------------------------------------| 13.62% tmpf_ijwcgr.zip |#######----------------------------------------------| 14.07% tmpf_ijwcgr.zip |########---------------------------------------------| 14.53% tmpf_ijwcgr.zip |########---------------------------------------------| 14.98% tmpf_ijwcgr.zip |########---------------------------------------------| 15.44% tmpf_ijwcgr.zip |########---------------------------------------------| 15.89% tmpf_ijwcgr.zip |#########--------------------------------------------| 16.34% tmpf_ijwcgr.zip |#########--------------------------------------------| 16.8% tmpf_ijwcgr.zip |#########--------------------------------------------| 17.25% tmpf_ijwcgr.zip |#########--------------------------------------------| 17.71% tmpf_ijwcgr.zip |##########-------------------------------------------| 18.16% tmpf_ijwcgr.zip |##########-------------------------------------------| 18.61% tmpf_ijwcgr.zip |##########-------------------------------------------| 19.07% tmpf_ijwcgr.zip |##########-------------------------------------------| 19.52% tmpf_ijwcgr.zip |###########------------------------------------------| 19.98% tmpf_ijwcgr.zip |###########------------------------------------------| 20.43% tmpf_ijwcgr.zip |###########------------------------------------------| 20.88% tmpf_ijwcgr.zip |###########------------------------------------------| 21.34% tmpf_ijwcgr.zip |############-----------------------------------------| 21.79% tmpf_ijwcgr.zip |############-----------------------------------------| 22.25% tmpf_ijwcgr.zip |############-----------------------------------------| 22.7% tmpf_ijwcgr.zip |############-----------------------------------------| 23.15% tmpf_ijwcgr.zip |#############----------------------------------------| 23.61% tmpf_ijwcgr.zip |#############----------------------------------------| 24.06% tmpf_ijwcgr.zip |#############----------------------------------------| 24.51% tmpf_ijwcgr.zip |#############----------------------------------------| 24.97% tmpf_ijwcgr.zip |#############----------------------------------------| 25.42% tmpf_ijwcgr.zip |##############---------------------------------------| 25.88% tmpf_ijwcgr.zip |##############---------------------------------------| 26.33% tmpf_ijwcgr.zip |##############---------------------------------------| 26.78% tmpf_ijwcgr.zip |##############---------------------------------------| 27.24% tmpf_ijwcgr.zip |###############--------------------------------------| 27.69% tmpf_ijwcgr.zip |###############--------------------------------------| 28.15% tmpf_ijwcgr.zip |###############--------------------------------------| 28.6% tmpf_ijwcgr.zip |###############--------------------------------------| 29.05% tmpf_ijwcgr.zip |################-------------------------------------| 29.51% tmpf_ijwcgr.zip |################-------------------------------------| 29.96% tmpf_ijwcgr.zip |################-------------------------------------| 30.42% tmpf_ijwcgr.zip |################-------------------------------------| 30.87% tmpf_ijwcgr.zip |#################------------------------------------| 31.32% tmpf_ijwcgr.zip |#################------------------------------------| 31.78% tmpf_ijwcgr.zip |#################------------------------------------| 32.23% tmpf_ijwcgr.zip |#################------------------------------------| 32.69% tmpf_ijwcgr.zip |##################-----------------------------------| 33.14% tmpf_ijwcgr.zip |##################-----------------------------------| 33.59% tmpf_ijwcgr.zip |##################-----------------------------------| 34.05% tmpf_ijwcgr.zip |##################-----------------------------------| 34.5% tmpf_ijwcgr.zip |###################----------------------------------| 34.96% tmpf_ijwcgr.zip |###################----------------------------------| 35.41% tmpf_ijwcgr.zip |###################----------------------------------| 35.86% tmpf_ijwcgr.zip |###################----------------------------------| 36.32% tmpf_ijwcgr.zip |###################----------------------------------| 36.77% tmpf_ijwcgr.zip |####################---------------------------------| 37.23% tmpf_ijwcgr.zip |####################---------------------------------| 37.68% tmpf_ijwcgr.zip |####################---------------------------------| 38.13% tmpf_ijwcgr.zip |####################---------------------------------| 38.59% tmpf_ijwcgr.zip |#####################--------------------------------| 39.04% tmpf_ijwcgr.zip |#####################--------------------------------| 39.5% tmpf_ijwcgr.zip |#####################--------------------------------| 39.95% tmpf_ijwcgr.zip |#####################--------------------------------| 40.4% tmpf_ijwcgr.zip |######################-------------------------------| 40.86% tmpf_ijwcgr.zip |######################-------------------------------| 41.31% tmpf_ijwcgr.zip |######################-------------------------------| 41.77% tmpf_ijwcgr.zip |######################-------------------------------| 42.22% tmpf_ijwcgr.zip |#######################------------------------------| 42.67% tmpf_ijwcgr.zip |#######################------------------------------| 43.13% tmpf_ijwcgr.zip |#######################------------------------------| 43.58% tmpf_ijwcgr.zip |#######################------------------------------| 44.04% tmpf_ijwcgr.zip |########################-----------------------------| 44.49% tmpf_ijwcgr.zip |########################-----------------------------| 44.94% tmpf_ijwcgr.zip |########################-----------------------------| 45.4% tmpf_ijwcgr.zip |########################-----------------------------| 45.85% tmpf_ijwcgr.zip |#########################----------------------------| 46.31% tmpf_ijwcgr.zip |#########################----------------------------| 46.76% tmpf_ijwcgr.zip |#########################----------------------------| 47.21% tmpf_ijwcgr.zip |#########################----------------------------| 47.67% tmpf_ijwcgr.zip |##########################---------------------------| 48.12% tmpf_ijwcgr.zip |##########################---------------------------| 48.58% tmpf_ijwcgr.zip |##########################---------------------------| 49.03% tmpf_ijwcgr.zip |##########################---------------------------| 49.48% tmpf_ijwcgr.zip |##########################---------------------------| 49.94% tmpf_ijwcgr.zip |###########################--------------------------| 50.39% tmpf_ijwcgr.zip |###########################--------------------------| 50.85% tmpf_ijwcgr.zip |###########################--------------------------| 51.3% tmpf_ijwcgr.zip |###########################--------------------------| 51.75% tmpf_ijwcgr.zip |############################-------------------------| 52.21% tmpf_ijwcgr.zip |############################-------------------------| 52.66% tmpf_ijwcgr.zip |############################-------------------------| 53.12% tmpf_ijwcgr.zip |############################-------------------------| 53.57% tmpf_ijwcgr.zip |#############################------------------------| 54.02% tmpf_ijwcgr.zip |#############################------------------------| 54.48% tmpf_ijwcgr.zip |#############################------------------------| 54.93% tmpf_ijwcgr.zip |#############################------------------------| 55.39% tmpf_ijwcgr.zip |##############################-----------------------| 55.84% tmpf_ijwcgr.zip |##############################-----------------------| 56.29% tmpf_ijwcgr.zip |##############################-----------------------| 56.75% tmpf_ijwcgr.zip |##############################-----------------------| 57.2% tmpf_ijwcgr.zip |###############################----------------------| 57.66% tmpf_ijwcgr.zip |###############################----------------------| 58.11% tmpf_ijwcgr.zip |###############################----------------------| 58.56% tmpf_ijwcgr.zip |###############################----------------------| 59.02% tmpf_ijwcgr.zip |################################---------------------| 59.47% tmpf_ijwcgr.zip |################################---------------------| 59.93% tmpf_ijwcgr.zip |################################---------------------| 60.38% tmpf_ijwcgr.zip |################################---------------------| 60.83% tmpf_ijwcgr.zip |################################---------------------| 61.29% tmpf_ijwcgr.zip |#################################--------------------| 61.74% tmpf_ijwcgr.zip |#################################--------------------| 62.2% tmpf_ijwcgr.zip |#################################--------------------| 62.65% tmpf_ijwcgr.zip |#################################--------------------| 63.1% tmpf_ijwcgr.zip |##################################-------------------| 63.56% tmpf_ijwcgr.zip |##################################-------------------| 64.01% tmpf_ijwcgr.zip |##################################-------------------| 64.47% tmpf_ijwcgr.zip |##################################-------------------| 64.92% tmpf_ijwcgr.zip |###################################------------------| 65.37% tmpf_ijwcgr.zip |###################################------------------| 65.83% tmpf_ijwcgr.zip |###################################------------------| 66.28% tmpf_ijwcgr.zip |###################################------------------| 66.74% tmpf_ijwcgr.zip |####################################-----------------| 67.19% tmpf_ijwcgr.zip |####################################-----------------| 67.64% tmpf_ijwcgr.zip |####################################-----------------| 68.1% tmpf_ijwcgr.zip |####################################-----------------| 68.55% tmpf_ijwcgr.zip |#####################################----------------| 69.0% tmpf_ijwcgr.zip |#####################################----------------| 69.46% tmpf_ijwcgr.zip |#####################################----------------| 69.91% tmpf_ijwcgr.zip |#####################################----------------| 70.37% tmpf_ijwcgr.zip |######################################---------------| 70.82% tmpf_ijwcgr.zip |######################################---------------| 71.27% tmpf_ijwcgr.zip |######################################---------------| 71.73% tmpf_ijwcgr.zip |######################################---------------| 72.18% tmpf_ijwcgr.zip |######################################---------------| 72.64% tmpf_ijwcgr.zip |#######################################--------------| 73.09% tmpf_ijwcgr.zip |#######################################--------------| 73.54% tmpf_ijwcgr.zip |#######################################--------------| 74.0% tmpf_ijwcgr.zip |#######################################--------------| 74.45% tmpf_ijwcgr.zip |########################################-------------| 74.91% tmpf_ijwcgr.zip |########################################-------------| 75.36% tmpf_ijwcgr.zip |########################################-------------| 75.81% tmpf_ijwcgr.zip |########################################-------------| 76.27% tmpf_ijwcgr.zip |#########################################------------| 76.72% tmpf_ijwcgr.zip |#########################################------------| 77.18% tmpf_ijwcgr.zip |#########################################------------| 77.63% tmpf_ijwcgr.zip |#########################################------------| 78.08% tmpf_ijwcgr.zip |##########################################-----------| 78.54% tmpf_ijwcgr.zip |##########################################-----------| 78.99% tmpf_ijwcgr.zip |##########################################-----------| 79.45% tmpf_ijwcgr.zip |##########################################-----------| 79.9% tmpf_ijwcgr.zip |###########################################----------| 80.35% tmpf_ijwcgr.zip |###########################################----------| 80.81% tmpf_ijwcgr.zip |###########################################----------| 81.26% tmpf_ijwcgr.zip |###########################################----------| 81.72% tmpf_ijwcgr.zip |############################################---------| 82.17% tmpf_ijwcgr.zip |############################################---------| 82.62% tmpf_ijwcgr.zip |############################################---------| 83.08% tmpf_ijwcgr.zip |############################################---------| 83.53% tmpf_ijwcgr.zip |#############################################--------| 83.99% tmpf_ijwcgr.zip |#############################################--------| 84.44% tmpf_ijwcgr.zip |#############################################--------| 84.89% tmpf_ijwcgr.zip |#############################################--------| 85.35% tmpf_ijwcgr.zip |#############################################--------| 85.8% tmpf_ijwcgr.zip |##############################################-------| 86.26% tmpf_ijwcgr.zip |##############################################-------| 86.71% tmpf_ijwcgr.zip |##############################################-------| 87.16% tmpf_ijwcgr.zip |##############################################-------| 87.62% tmpf_ijwcgr.zip |###############################################------| 88.07% tmpf_ijwcgr.zip |###############################################------| 88.53% tmpf_ijwcgr.zip |###############################################------| 88.98% tmpf_ijwcgr.zip |###############################################------| 89.43% tmpf_ijwcgr.zip |################################################-----| 89.89% tmpf_ijwcgr.zip |################################################-----| 90.34% tmpf_ijwcgr.zip |################################################-----| 90.8% tmpf_ijwcgr.zip |################################################-----| 91.25% tmpf_ijwcgr.zip |#################################################----| 91.7% tmpf_ijwcgr.zip |#################################################----| 92.16% tmpf_ijwcgr.zip |#################################################----| 92.61% tmpf_ijwcgr.zip |#################################################----| 93.07% tmpf_ijwcgr.zip |##################################################---| 93.52% tmpf_ijwcgr.zip |##################################################---| 93.97% tmpf_ijwcgr.zip |##################################################---| 94.43% tmpf_ijwcgr.zip |##################################################---| 94.88% tmpf_ijwcgr.zip |###################################################--| 95.34% tmpf_ijwcgr.zip |###################################################--| 95.79% tmpf_ijwcgr.zip |###################################################--| 96.24% tmpf_ijwcgr.zip |###################################################--| 96.7% tmpf_ijwcgr.zip |###################################################--| 97.15% tmpf_ijwcgr.zip |####################################################-| 97.61% tmpf_ijwcgr.zip |####################################################-| 98.06% tmpf_ijwcgr.zip |####################################################-| 98.51% tmpf_ijwcgr.zip |####################################################-| 98.97% tmpf_ijwcgr.zip |#####################################################| 99.42% tmpf_ijwcgr.zip |#####################################################| 99.88% tmpf_ijwcgr.zip |#####################################################| 100.0% Plugin uploaded. Plugin's id is c2d9749c-8e6f-44f2-a4ab-37943e1dc1bc + for p in '${PLUGIN_DIR}/*' + wagons=($p/*.wgn) + types=($p/*.yaml) + install_plugin /opt/plugins/plugin-sTpApmz/clamppolicyplugin-1.1.1-py36-none-linux_x86_64.wgn /opt/plugins/plugin-sTpApmz/clamppolicyplugin_types.yaml ++ basename /opt/plugins/plugin-sTpApmz/clamppolicyplugin-1.1.1-py36-none-linux_x86_64.wgn + ARCHIVE=clamppolicyplugin-1.1.1-py36-none-linux_x86_64.wgn + cm_hasany 'plugins?archive_name=clamppolicyplugin-1.1.1-py36-none-linux_x86_64.wgn' ++ curl -Ss -H 'Tenant: default_tenant' --user admin:SU92FFB6 --cacert /opt/onap/certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/plugins?archive_name=clamppolicyplugin-1.1.1-py36-none-linux_x86_64.wgn&_include=id' ++ /bin/jq .metadata.pagination.total + COUNT=0 + (( 0 > 0 )) + return 1 + cfy plugin upload -y /opt/plugins/plugin-sTpApmz/clamppolicyplugin_types.yaml /opt/plugins/plugin-sTpApmz/clamppolicyplugin-1.1.1-py36-none-linux_x86_64.wgn Creating plugin zip archive.. Uploading plugin archive (wagon + yaml).. tmptyxs7ikh.zip |-----------------------------------------------------| 0.47% tmptyxs7ikh.zip |-----------------------------------------------------| 0.93% tmptyxs7ikh.zip |#----------------------------------------------------| 1.4% tmptyxs7ikh.zip |#----------------------------------------------------| 1.86% tmptyxs7ikh.zip |#----------------------------------------------------| 2.33% tmptyxs7ikh.zip |#----------------------------------------------------| 2.79% tmptyxs7ikh.zip |##---------------------------------------------------| 3.26% tmptyxs7ikh.zip |##---------------------------------------------------| 3.73% tmptyxs7ikh.zip |##---------------------------------------------------| 4.19% tmptyxs7ikh.zip |##---------------------------------------------------| 4.66% tmptyxs7ikh.zip |###--------------------------------------------------| 5.12% tmptyxs7ikh.zip |###--------------------------------------------------| 5.59% tmptyxs7ikh.zip |###--------------------------------------------------| 6.05% tmptyxs7ikh.zip |###--------------------------------------------------| 6.52% tmptyxs7ikh.zip |####-------------------------------------------------| 6.98% tmptyxs7ikh.zip |####-------------------------------------------------| 7.45% tmptyxs7ikh.zip |####-------------------------------------------------| 7.92% tmptyxs7ikh.zip |####-------------------------------------------------| 8.38% tmptyxs7ikh.zip |#####------------------------------------------------| 8.85% tmptyxs7ikh.zip |#####------------------------------------------------| 9.31% tmptyxs7ikh.zip |#####------------------------------------------------| 9.78% tmptyxs7ikh.zip |#####------------------------------------------------| 10.24% tmptyxs7ikh.zip |######-----------------------------------------------| 10.71% tmptyxs7ikh.zip |######-----------------------------------------------| 11.18% tmptyxs7ikh.zip |######-----------------------------------------------| 11.64% tmptyxs7ikh.zip |######-----------------------------------------------| 12.11% tmptyxs7ikh.zip |#######----------------------------------------------| 12.57% tmptyxs7ikh.zip |#######----------------------------------------------| 13.04% tmptyxs7ikh.zip |#######----------------------------------------------| 13.5% tmptyxs7ikh.zip |#######----------------------------------------------| 13.97% tmptyxs7ikh.zip |########---------------------------------------------| 14.44% tmptyxs7ikh.zip |########---------------------------------------------| 14.9% tmptyxs7ikh.zip |########---------------------------------------------| 15.37% tmptyxs7ikh.zip |########---------------------------------------------| 15.83% tmptyxs7ikh.zip |#########--------------------------------------------| 16.3% tmptyxs7ikh.zip |#########--------------------------------------------| 16.76% tmptyxs7ikh.zip |#########--------------------------------------------| 17.23% tmptyxs7ikh.zip |#########--------------------------------------------| 17.7% tmptyxs7ikh.zip |##########-------------------------------------------| 18.16% tmptyxs7ikh.zip |##########-------------------------------------------| 18.63% tmptyxs7ikh.zip |##########-------------------------------------------| 19.09% tmptyxs7ikh.zip |##########-------------------------------------------| 19.56% tmptyxs7ikh.zip |###########------------------------------------------| 20.02% tmptyxs7ikh.zip |###########------------------------------------------| 20.49% tmptyxs7ikh.zip |###########------------------------------------------| 20.95% tmptyxs7ikh.zip |###########------------------------------------------| 21.42% tmptyxs7ikh.zip |############-----------------------------------------| 21.89% tmptyxs7ikh.zip |############-----------------------------------------| 22.35% tmptyxs7ikh.zip |############-----------------------------------------| 22.82% tmptyxs7ikh.zip |############-----------------------------------------| 23.28% tmptyxs7ikh.zip |#############----------------------------------------| 23.75% tmptyxs7ikh.zip |#############----------------------------------------| 24.21% tmptyxs7ikh.zip |#############----------------------------------------| 24.68% tmptyxs7ikh.zip |#############----------------------------------------| 25.15% tmptyxs7ikh.zip |##############---------------------------------------| 25.61% tmptyxs7ikh.zip |##############---------------------------------------| 26.08% tmptyxs7ikh.zip |##############---------------------------------------| 26.54% tmptyxs7ikh.zip |##############---------------------------------------| 27.01% tmptyxs7ikh.zip |###############--------------------------------------| 27.47% tmptyxs7ikh.zip |###############--------------------------------------| 27.94% tmptyxs7ikh.zip |###############--------------------------------------| 28.41% tmptyxs7ikh.zip |###############--------------------------------------| 28.87% tmptyxs7ikh.zip |################-------------------------------------| 29.34% tmptyxs7ikh.zip |################-------------------------------------| 29.8% tmptyxs7ikh.zip |################-------------------------------------| 30.27% tmptyxs7ikh.zip |################-------------------------------------| 30.73% tmptyxs7ikh.zip |#################------------------------------------| 31.2% tmptyxs7ikh.zip |#################------------------------------------| 31.67% tmptyxs7ikh.zip |#################------------------------------------| 32.13% tmptyxs7ikh.zip |#################------------------------------------| 32.6% tmptyxs7ikh.zip |##################-----------------------------------| 33.06% tmptyxs7ikh.zip |##################-----------------------------------| 33.53% tmptyxs7ikh.zip |##################-----------------------------------| 33.99% tmptyxs7ikh.zip |##################-----------------------------------| 34.46% tmptyxs7ikh.zip |###################----------------------------------| 34.92% tmptyxs7ikh.zip |###################----------------------------------| 35.39% tmptyxs7ikh.zip |###################----------------------------------| 35.86% tmptyxs7ikh.zip |###################----------------------------------| 36.32% tmptyxs7ikh.zip |###################----------------------------------| 36.79% tmptyxs7ikh.zip |####################---------------------------------| 37.25% tmptyxs7ikh.zip |####################---------------------------------| 37.72% tmptyxs7ikh.zip |####################---------------------------------| 38.18% tmptyxs7ikh.zip |####################---------------------------------| 38.65% tmptyxs7ikh.zip |#####################--------------------------------| 39.12% tmptyxs7ikh.zip |#####################--------------------------------| 39.58% tmptyxs7ikh.zip |#####################--------------------------------| 40.05% tmptyxs7ikh.zip |#####################--------------------------------| 40.51% tmptyxs7ikh.zip |######################-------------------------------| 40.98% tmptyxs7ikh.zip |######################-------------------------------| 41.44% tmptyxs7ikh.zip |######################-------------------------------| 41.91% tmptyxs7ikh.zip |######################-------------------------------| 42.38% tmptyxs7ikh.zip |#######################------------------------------| 42.84% tmptyxs7ikh.zip |#######################------------------------------| 43.31% tmptyxs7ikh.zip |#######################------------------------------| 43.77% tmptyxs7ikh.zip |#######################------------------------------| 44.24% tmptyxs7ikh.zip |########################-----------------------------| 44.7% tmptyxs7ikh.zip |########################-----------------------------| 45.17% tmptyxs7ikh.zip |########################-----------------------------| 45.63% tmptyxs7ikh.zip |########################-----------------------------| 46.1% tmptyxs7ikh.zip |#########################----------------------------| 46.57% tmptyxs7ikh.zip |#########################----------------------------| 47.03% tmptyxs7ikh.zip |#########################----------------------------| 47.5% tmptyxs7ikh.zip |#########################----------------------------| 47.96% tmptyxs7ikh.zip |##########################---------------------------| 48.43% tmptyxs7ikh.zip |##########################---------------------------| 48.89% tmptyxs7ikh.zip |##########################---------------------------| 49.36% tmptyxs7ikh.zip |##########################---------------------------| 49.83% tmptyxs7ikh.zip |###########################--------------------------| 50.29% tmptyxs7ikh.zip |###########################--------------------------| 50.76% tmptyxs7ikh.zip |###########################--------------------------| 51.22% tmptyxs7ikh.zip |###########################--------------------------| 51.69% tmptyxs7ikh.zip |############################-------------------------| 52.15% tmptyxs7ikh.zip |############################-------------------------| 52.62% tmptyxs7ikh.zip |############################-------------------------| 53.09% tmptyxs7ikh.zip |############################-------------------------| 53.55% tmptyxs7ikh.zip |#############################------------------------| 54.02% tmptyxs7ikh.zip |#############################------------------------| 54.48% tmptyxs7ikh.zip |#############################------------------------| 54.95% tmptyxs7ikh.zip |#############################------------------------| 55.41% tmptyxs7ikh.zip |##############################-----------------------| 55.88% tmptyxs7ikh.zip |##############################-----------------------| 56.35% tmptyxs7ikh.zip |##############################-----------------------| 56.81% tmptyxs7ikh.zip |##############################-----------------------| 57.28% tmptyxs7ikh.zip |###############################----------------------| 57.74% tmptyxs7ikh.zip |###############################----------------------| 58.21% tmptyxs7ikh.zip |###############################----------------------| 58.67% tmptyxs7ikh.zip |###############################----------------------| 59.14% tmptyxs7ikh.zip |################################---------------------| 59.6% tmptyxs7ikh.zip |################################---------------------| 60.07% tmptyxs7ikh.zip |################################---------------------| 60.54% tmptyxs7ikh.zip |################################---------------------| 61.0% tmptyxs7ikh.zip |#################################--------------------| 61.47% tmptyxs7ikh.zip |#################################--------------------| 61.93% tmptyxs7ikh.zip |#################################--------------------| 62.4% tmptyxs7ikh.zip |#################################--------------------| 62.86% tmptyxs7ikh.zip |##################################-------------------| 63.33% tmptyxs7ikh.zip |##################################-------------------| 63.8% tmptyxs7ikh.zip |##################################-------------------| 64.26% tmptyxs7ikh.zip |##################################-------------------| 64.73% tmptyxs7ikh.zip |###################################------------------| 65.19% tmptyxs7ikh.zip |###################################------------------| 65.66% tmptyxs7ikh.zip |###################################------------------| 66.12% tmptyxs7ikh.zip |###################################------------------| 66.59% tmptyxs7ikh.zip |####################################-----------------| 67.06% tmptyxs7ikh.zip |####################################-----------------| 67.52% tmptyxs7ikh.zip |####################################-----------------| 67.99% tmptyxs7ikh.zip |####################################-----------------| 68.45% tmptyxs7ikh.zip |#####################################----------------| 68.92% tmptyxs7ikh.zip |#####################################----------------| 69.38% tmptyxs7ikh.zip |#####################################----------------| 69.85% tmptyxs7ikh.zip |#####################################----------------| 70.32% tmptyxs7ikh.zip |######################################---------------| 70.78% tmptyxs7ikh.zip |######################################---------------| 71.25% tmptyxs7ikh.zip |######################################---------------| 71.71% tmptyxs7ikh.zip |######################################---------------| 72.18% tmptyxs7ikh.zip |#######################################--------------| 72.64% tmptyxs7ikh.zip |#######################################--------------| 73.11% tmptyxs7ikh.zip |#######################################--------------| 73.57% tmptyxs7ikh.zip |#######################################--------------| 74.04% tmptyxs7ikh.zip |#######################################--------------| 74.51% tmptyxs7ikh.zip |########################################-------------| 74.97% tmptyxs7ikh.zip |########################################-------------| 75.44% tmptyxs7ikh.zip |########################################-------------| 75.9% tmptyxs7ikh.zip |########################################-------------| 76.37% tmptyxs7ikh.zip |#########################################------------| 76.83% tmptyxs7ikh.zip |#########################################------------| 77.3% tmptyxs7ikh.zip |#########################################------------| 77.77% tmptyxs7ikh.zip |#########################################------------| 78.23% tmptyxs7ikh.zip |##########################################-----------| 78.7% tmptyxs7ikh.zip |##########################################-----------| 79.16% tmptyxs7ikh.zip |##########################################-----------| 79.63% tmptyxs7ikh.zip |##########################################-----------| 80.09% tmptyxs7ikh.zip |###########################################----------| 80.56% tmptyxs7ikh.zip |###########################################----------| 81.03% tmptyxs7ikh.zip |###########################################----------| 81.49% tmptyxs7ikh.zip |###########################################----------| 81.96% tmptyxs7ikh.zip |############################################---------| 82.42% tmptyxs7ikh.zip |############################################---------| 82.89% tmptyxs7ikh.zip |############################################---------| 83.35% tmptyxs7ikh.zip |############################################---------| 83.82% tmptyxs7ikh.zip |#############################################--------| 84.29% tmptyxs7ikh.zip |#############################################--------| 84.75% tmptyxs7ikh.zip |#############################################--------| 85.22% tmptyxs7ikh.zip |#############################################--------| 85.68% tmptyxs7ikh.zip |##############################################-------| 86.15% tmptyxs7ikh.zip |##############################################-------| 86.61% tmptyxs7ikh.zip |##############################################-------| 87.08% tmptyxs7ikh.zip |##############################################-------| 87.54% tmptyxs7ikh.zip |###############################################------| 88.01% tmptyxs7ikh.zip |###############################################------| 88.48% tmptyxs7ikh.zip |###############################################------| 88.94% tmptyxs7ikh.zip |###############################################------| 89.41% tmptyxs7ikh.zip |################################################-----| 89.87% tmptyxs7ikh.zip |################################################-----| 90.34% tmptyxs7ikh.zip |################################################-----| 90.8% tmptyxs7ikh.zip |################################################-----| 91.27% tmptyxs7ikh.zip |#################################################----| 91.74% tmptyxs7ikh.zip |#################################################----| 92.2% tmptyxs7ikh.zip |#################################################----| 92.67% tmptyxs7ikh.zip |#################################################----| 93.13% tmptyxs7ikh.zip |##################################################---| 93.6% tmptyxs7ikh.zip |##################################################---| 94.06% tmptyxs7ikh.zip |##################################################---| 94.53% tmptyxs7ikh.zip |##################################################---| 95.0% tmptyxs7ikh.zip |###################################################--| 95.46% tmptyxs7ikh.zip |###################################################--| 95.93% tmptyxs7ikh.zip |###################################################--| 96.39% tmptyxs7ikh.zip |###################################################--| 96.86% tmptyxs7ikh.zip |####################################################-| 97.32% tmptyxs7ikh.zip |####################################################-| 97.79% tmptyxs7ikh.zip |####################################################-| 98.25% tmptyxs7ikh.zip |####################################################-| 98.72% tmptyxs7ikh.zip |#####################################################| 99.19% tmptyxs7ikh.zip |#####################################################| 99.65% tmptyxs7ikh.zip |#####################################################| 100.0% Plugin uploaded. Plugin's id is e24661b8-d9a4-4155-b691-fd99a09efa70 + for p in '${PLUGIN_DIR}/*' + wagons=($p/*.wgn) + types=($p/*.yaml) + install_plugin /opt/plugins/plugin-uPg9spd/dcaepolicyplugin-2.4.0-py36-none-linux_x86_64.wgn /opt/plugins/plugin-uPg9spd/dcaepolicyplugin_types.yaml ++ basename /opt/plugins/plugin-uPg9spd/dcaepolicyplugin-2.4.0-py36-none-linux_x86_64.wgn + ARCHIVE=dcaepolicyplugin-2.4.0-py36-none-linux_x86_64.wgn + cm_hasany 'plugins?archive_name=dcaepolicyplugin-2.4.0-py36-none-linux_x86_64.wgn' ++ curl -Ss -H 'Tenant: default_tenant' --user admin:SU92FFB6 --cacert /opt/onap/certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/plugins?archive_name=dcaepolicyplugin-2.4.0-py36-none-linux_x86_64.wgn&_include=id' ++ /bin/jq .metadata.pagination.total + COUNT=0 + (( 0 > 0 )) + return 1 + cfy plugin upload -y /opt/plugins/plugin-uPg9spd/dcaepolicyplugin_types.yaml /opt/plugins/plugin-uPg9spd/dcaepolicyplugin-2.4.0-py36-none-linux_x86_64.wgn Creating plugin zip archive.. Uploading plugin archive (wagon + yaml).. tmpycovpntp.zip |-----------------------------------------------------| 0.46% tmpycovpntp.zip |-----------------------------------------------------| 0.93% tmpycovpntp.zip |#----------------------------------------------------| 1.39% tmpycovpntp.zip |#----------------------------------------------------| 1.86% tmpycovpntp.zip |#----------------------------------------------------| 2.32% tmpycovpntp.zip |#----------------------------------------------------| 2.79% tmpycovpntp.zip |##---------------------------------------------------| 3.25% tmpycovpntp.zip |##---------------------------------------------------| 3.72% tmpycovpntp.zip |##---------------------------------------------------| 4.18% tmpycovpntp.zip |##---------------------------------------------------| 4.64% tmpycovpntp.zip |###--------------------------------------------------| 5.11% tmpycovpntp.zip |###--------------------------------------------------| 5.57% tmpycovpntp.zip |###--------------------------------------------------| 6.04% tmpycovpntp.zip |###--------------------------------------------------| 6.5% tmpycovpntp.zip |####-------------------------------------------------| 6.97% tmpycovpntp.zip |####-------------------------------------------------| 7.43% tmpycovpntp.zip |####-------------------------------------------------| 7.9% tmpycovpntp.zip |####-------------------------------------------------| 8.36% tmpycovpntp.zip |#####------------------------------------------------| 8.82% tmpycovpntp.zip |#####------------------------------------------------| 9.29% tmpycovpntp.zip |#####------------------------------------------------| 9.75% tmpycovpntp.zip |#####------------------------------------------------| 10.22% tmpycovpntp.zip |######-----------------------------------------------| 10.68% tmpycovpntp.zip |######-----------------------------------------------| 11.15% tmpycovpntp.zip |######-----------------------------------------------| 11.61% tmpycovpntp.zip |######-----------------------------------------------| 12.08% tmpycovpntp.zip |#######----------------------------------------------| 12.54% tmpycovpntp.zip |#######----------------------------------------------| 13.0% tmpycovpntp.zip |#######----------------------------------------------| 13.47% tmpycovpntp.zip |#######----------------------------------------------| 13.93% tmpycovpntp.zip |########---------------------------------------------| 14.4% tmpycovpntp.zip |########---------------------------------------------| 14.86% tmpycovpntp.zip |########---------------------------------------------| 15.33% tmpycovpntp.zip |########---------------------------------------------| 15.79% tmpycovpntp.zip |#########--------------------------------------------| 16.26% tmpycovpntp.zip |#########--------------------------------------------| 16.72% tmpycovpntp.zip |#########--------------------------------------------| 17.18% tmpycovpntp.zip |#########--------------------------------------------| 17.65% tmpycovpntp.zip |##########-------------------------------------------| 18.11% tmpycovpntp.zip |##########-------------------------------------------| 18.58% tmpycovpntp.zip |##########-------------------------------------------| 19.04% tmpycovpntp.zip |##########-------------------------------------------| 19.51% tmpycovpntp.zip |###########------------------------------------------| 19.97% tmpycovpntp.zip |###########------------------------------------------| 20.43% tmpycovpntp.zip |###########------------------------------------------| 20.9% tmpycovpntp.zip |###########------------------------------------------| 21.36% tmpycovpntp.zip |############-----------------------------------------| 21.83% tmpycovpntp.zip |############-----------------------------------------| 22.29% tmpycovpntp.zip |############-----------------------------------------| 22.76% tmpycovpntp.zip |############-----------------------------------------| 23.22% tmpycovpntp.zip |#############----------------------------------------| 23.69% tmpycovpntp.zip |#############----------------------------------------| 24.15% tmpycovpntp.zip |#############----------------------------------------| 24.61% tmpycovpntp.zip |#############----------------------------------------| 25.08% tmpycovpntp.zip |##############---------------------------------------| 25.54% tmpycovpntp.zip |##############---------------------------------------| 26.01% tmpycovpntp.zip |##############---------------------------------------| 26.47% tmpycovpntp.zip |##############---------------------------------------| 26.94% tmpycovpntp.zip |###############--------------------------------------| 27.4% tmpycovpntp.zip |###############--------------------------------------| 27.87% tmpycovpntp.zip |###############--------------------------------------| 28.33% tmpycovpntp.zip |###############--------------------------------------| 28.79% tmpycovpntp.zip |################-------------------------------------| 29.26% tmpycovpntp.zip |################-------------------------------------| 29.72% tmpycovpntp.zip |################-------------------------------------| 30.19% tmpycovpntp.zip |################-------------------------------------| 30.65% tmpycovpntp.zip |################-------------------------------------| 31.12% tmpycovpntp.zip |#################------------------------------------| 31.58% tmpycovpntp.zip |#################------------------------------------| 32.05% tmpycovpntp.zip |#################------------------------------------| 32.51% tmpycovpntp.zip |#################------------------------------------| 32.97% tmpycovpntp.zip |##################-----------------------------------| 33.44% tmpycovpntp.zip |##################-----------------------------------| 33.9% tmpycovpntp.zip |##################-----------------------------------| 34.37% tmpycovpntp.zip |##################-----------------------------------| 34.83% tmpycovpntp.zip |###################----------------------------------| 35.3% tmpycovpntp.zip |###################----------------------------------| 35.76% tmpycovpntp.zip |###################----------------------------------| 36.23% tmpycovpntp.zip |###################----------------------------------| 36.69% tmpycovpntp.zip |####################---------------------------------| 37.15% tmpycovpntp.zip |####################---------------------------------| 37.62% tmpycovpntp.zip |####################---------------------------------| 38.08% tmpycovpntp.zip |####################---------------------------------| 38.55% tmpycovpntp.zip |#####################--------------------------------| 39.01% tmpycovpntp.zip |#####################--------------------------------| 39.48% tmpycovpntp.zip |#####################--------------------------------| 39.94% tmpycovpntp.zip |#####################--------------------------------| 40.41% tmpycovpntp.zip |######################-------------------------------| 40.87% tmpycovpntp.zip |######################-------------------------------| 41.33% tmpycovpntp.zip |######################-------------------------------| 41.8% tmpycovpntp.zip |######################-------------------------------| 42.26% tmpycovpntp.zip |#######################------------------------------| 42.73% tmpycovpntp.zip |#######################------------------------------| 43.19% tmpycovpntp.zip |#######################------------------------------| 43.66% tmpycovpntp.zip |#######################------------------------------| 44.12% tmpycovpntp.zip |########################-----------------------------| 44.59% tmpycovpntp.zip |########################-----------------------------| 45.05% tmpycovpntp.zip |########################-----------------------------| 45.51% tmpycovpntp.zip |########################-----------------------------| 45.98% tmpycovpntp.zip |#########################----------------------------| 46.44% tmpycovpntp.zip |#########################----------------------------| 46.91% tmpycovpntp.zip |#########################----------------------------| 47.37% tmpycovpntp.zip |#########################----------------------------| 47.84% tmpycovpntp.zip |##########################---------------------------| 48.3% tmpycovpntp.zip |##########################---------------------------| 48.77% tmpycovpntp.zip |##########################---------------------------| 49.23% tmpycovpntp.zip |##########################---------------------------| 49.69% tmpycovpntp.zip |###########################--------------------------| 50.16% tmpycovpntp.zip |###########################--------------------------| 50.62% tmpycovpntp.zip |###########################--------------------------| 51.09% tmpycovpntp.zip |###########################--------------------------| 51.55% tmpycovpntp.zip |############################-------------------------| 52.02% tmpycovpntp.zip |############################-------------------------| 52.48% tmpycovpntp.zip |############################-------------------------| 52.94% tmpycovpntp.zip |############################-------------------------| 53.41% tmpycovpntp.zip |#############################------------------------| 53.87% tmpycovpntp.zip |#############################------------------------| 54.34% tmpycovpntp.zip |#############################------------------------| 54.8% tmpycovpntp.zip |#############################------------------------| 55.27% tmpycovpntp.zip |##############################-----------------------| 55.73% tmpycovpntp.zip |##############################-----------------------| 56.2% tmpycovpntp.zip |##############################-----------------------| 56.66% tmpycovpntp.zip |##############################-----------------------| 57.12% tmpycovpntp.zip |###############################----------------------| 57.59% tmpycovpntp.zip |###############################----------------------| 58.05% tmpycovpntp.zip |###############################----------------------| 58.52% tmpycovpntp.zip |###############################----------------------| 58.98% tmpycovpntp.zip |################################---------------------| 59.45% tmpycovpntp.zip |################################---------------------| 59.91% tmpycovpntp.zip |################################---------------------| 60.38% tmpycovpntp.zip |################################---------------------| 60.84% tmpycovpntp.zip |################################---------------------| 61.3% tmpycovpntp.zip |#################################--------------------| 61.77% tmpycovpntp.zip |#################################--------------------| 62.23% tmpycovpntp.zip |#################################--------------------| 62.7% tmpycovpntp.zip |#################################--------------------| 63.16% tmpycovpntp.zip |##################################-------------------| 63.63% tmpycovpntp.zip |##################################-------------------| 64.09% tmpycovpntp.zip |##################################-------------------| 64.56% tmpycovpntp.zip |##################################-------------------| 65.02% tmpycovpntp.zip |###################################------------------| 65.48% tmpycovpntp.zip |###################################------------------| 65.95% tmpycovpntp.zip |###################################------------------| 66.41% tmpycovpntp.zip |###################################------------------| 66.88% tmpycovpntp.zip |####################################-----------------| 67.34% tmpycovpntp.zip |####################################-----------------| 67.81% tmpycovpntp.zip |####################################-----------------| 68.27% tmpycovpntp.zip |####################################-----------------| 68.74% tmpycovpntp.zip |#####################################----------------| 69.2% tmpycovpntp.zip |#####################################----------------| 69.66% tmpycovpntp.zip |#####################################----------------| 70.13% tmpycovpntp.zip |#####################################----------------| 70.59% tmpycovpntp.zip |######################################---------------| 71.06% tmpycovpntp.zip |######################################---------------| 71.52% tmpycovpntp.zip |######################################---------------| 71.99% tmpycovpntp.zip |######################################---------------| 72.45% tmpycovpntp.zip |#######################################--------------| 72.92% tmpycovpntp.zip |#######################################--------------| 73.38% tmpycovpntp.zip |#######################################--------------| 73.84% tmpycovpntp.zip |#######################################--------------| 74.31% tmpycovpntp.zip |########################################-------------| 74.77% tmpycovpntp.zip |########################################-------------| 75.24% tmpycovpntp.zip |########################################-------------| 75.7% tmpycovpntp.zip |########################################-------------| 76.17% tmpycovpntp.zip |#########################################------------| 76.63% tmpycovpntp.zip |#########################################------------| 77.1% tmpycovpntp.zip |#########################################------------| 77.56% tmpycovpntp.zip |#########################################------------| 78.02% tmpycovpntp.zip |##########################################-----------| 78.49% tmpycovpntp.zip |##########################################-----------| 78.95% tmpycovpntp.zip |##########################################-----------| 79.42% tmpycovpntp.zip |##########################################-----------| 79.88% tmpycovpntp.zip |###########################################----------| 80.35% tmpycovpntp.zip |###########################################----------| 80.81% tmpycovpntp.zip |###########################################----------| 81.28% tmpycovpntp.zip |###########################################----------| 81.74% tmpycovpntp.zip |############################################---------| 82.2% tmpycovpntp.zip |############################################---------| 82.67% tmpycovpntp.zip |############################################---------| 83.13% tmpycovpntp.zip |############################################---------| 83.6% tmpycovpntp.zip |#############################################--------| 84.06% tmpycovpntp.zip |#############################################--------| 84.53% tmpycovpntp.zip |#############################################--------| 84.99% tmpycovpntp.zip |#############################################--------| 85.45% tmpycovpntp.zip |##############################################-------| 85.92% tmpycovpntp.zip |##############################################-------| 86.38% tmpycovpntp.zip |##############################################-------| 86.85% tmpycovpntp.zip |##############################################-------| 87.31% tmpycovpntp.zip |###############################################------| 87.78% tmpycovpntp.zip |###############################################------| 88.24% tmpycovpntp.zip |###############################################------| 88.71% tmpycovpntp.zip |###############################################------| 89.17% tmpycovpntp.zip |################################################-----| 89.63% tmpycovpntp.zip |################################################-----| 90.1% tmpycovpntp.zip |################################################-----| 90.56% tmpycovpntp.zip |################################################-----| 91.03% tmpycovpntp.zip |################################################-----| 91.49% tmpycovpntp.zip |#################################################----| 91.96% tmpycovpntp.zip |#################################################----| 92.42% tmpycovpntp.zip |#################################################----| 92.89% tmpycovpntp.zip |#################################################----| 93.35% tmpycovpntp.zip |##################################################---| 93.81% tmpycovpntp.zip |##################################################---| 94.28% tmpycovpntp.zip |##################################################---| 94.74% tmpycovpntp.zip |##################################################---| 95.21% tmpycovpntp.zip |###################################################--| 95.67% tmpycovpntp.zip |###################################################--| 96.14% tmpycovpntp.zip |###################################################--| 96.6% tmpycovpntp.zip |###################################################--| 97.07% tmpycovpntp.zip |####################################################-| 97.53% tmpycovpntp.zip |####################################################-| 97.99% tmpycovpntp.zip |####################################################-| 98.46% tmpycovpntp.zip |####################################################-| 98.92% tmpycovpntp.zip |#####################################################| 99.39% tmpycovpntp.zip |#####################################################| 99.85% tmpycovpntp.zip |#####################################################| 100.0% Plugin uploaded. Plugin's id is dae0224d-6b36-4ea1-9bc1-10dc0aa23429 + cm_hasany 'executions?is_system_workflow=true&status=pending&status=started&status=queued&status=scheduled' ++ curl -Ss -H 'Tenant: default_tenant' --user admin:SU92FFB6 --cacert /opt/onap/certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/executions?is_system_workflow=true&status=pending&status=started&status=queued&status=scheduled&_include=id' ++ /bin/jq .metadata.pagination.total + COUNT=0 + (( 0 > 0 )) + return 1 + touch /opt/manager/plugins-loaded Cloudify ready + set +x