By type
+ trap keep_running ERR
+ set -e
+ cfy profiles use -u admin -t default_tenant -p UmH7vbj6 --rest-certificate /certs/cacert.pem --ssl dcae-cloudify-manager
/usr/lib/python2.7/site-packages/paramiko/transport.py:33: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
from cryptography.hazmat.backends import default_backend
Initializing local profile ...
Initialization completed successfully
Attempting to connect to dcae-cloudify-manager through port 443, using https (SSL mode: True)...
Initializing profile dcae-cloudify-manager...
Initialization completed successfully
Using manager dcae-cloudify-manager with port 443
+ cfy status
/usr/lib/python2.7/site-packages/paramiko/transport.py:33: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
from cryptography.hazmat.backends import default_backend
Retrieving manager services status... [ip=dcae-cloudify-manager]
Services:
+--------------------------------+--------+
| service | status |
+--------------------------------+--------+
| Cloudify Console | Active |
| PostgreSQL | Active |
| AMQP-Postgres | Active |
| Manager Rest-Service | Active |
| RabbitMQ | Active |
| Webserver | Active |
| Management Worker | Active |
+--------------------------------+--------+
+ cfy secret create -s UmH7vbj6 cmpass
/usr/lib/python2.7/site-packages/paramiko/transport.py:33: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
from cryptography.hazmat.backends import default_backend
Secret `cmpass` created
+ for config in '/dcae-configs/*.json'
++ basename /dcae-configs/dmaap-plugin.json .json
+ key=dmaap-plugin
+ egrep -v '^#|^$' /dcae-configs/dmaap-plugin.json
+ curl -v -X PUT -H 'Content-Type: application/json' --data-binary @/tmp/dcae-upload consul-server:8500/v1/kv/dmaap-plugin
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* About to connect() to consul-server port 8500 (#0)
* Trying 10.233.75.207...
* Connected to consul-server (10.233.75.207) port 8500 (#0)
> PUT /v1/kv/dmaap-plugin HTTP/1.1
> User-Agent: curl/7.29.0
> Host: consul-server:8500
> Accept: */*
> Content-Type: application/json
> Content-Length: 120
>
} [data not shown]
* upload completely sent off: 120 out of 120 bytes
< HTTP/1.1 200 OK
< Content-Type: application/json
< Date: Thu, 20 May 2021 02:27:52 GMT
< Content-Length: 4
<
{ [data not shown]
100 124 100 4 100 120 16 492 --:--:-- --:--:-- --:--:-- 493
* Connection #0 to host consul-server left intact
+ for config in '/dcae-configs/*.json'
++ basename /dcae-configs/k8s-plugin.json .json
+ key=k8s-plugin
+ egrep -v '^#|^$' /dcae-configs/k8s-plugin.json
+ curl -v -X PUT -H 'Content-Type: application/json' --data-binary @/tmp/dcae-upload consul-server:8500/v1/kv/k8s-plugin
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* About to connect() to consul-server port 8500 (#0)
* Trying 10.233.75.207...
* Connected to consul-server (10.233.75.207) port 8500 (#0)
> PUT /v1/kv/k8s-plugin HTTP/1.1
> User-Agent: curl/7.29.0
> Host: consul-server:8500
> Accept: */*
> Content-Type: application/json
> Content-Length: 1514
> Expect: 100-continue
>
< HTTP/1.1 100 Continue
} [data not shown]
< HTTP/1.1 200 OK
< Content-Type: application/json
< Date: Thu, 20 May 2021 02:27:53 GMT
< Content-Length: 4
<
{ [data not shown]
100 1518 100 4 100 1514 9 3501 --:--:-- --:--:-- --:--:-- 3496
100 1518 100 4 100 1514 9 3500 --:--:-- --:--:-- --:--:-- 3496
* Connection #0 to host consul-server left intact
+ trap - ERR
+ set +e
+ deploy pgaas_initdb k8s-pgaas-initdb.yaml k8s-pgaas-initdb-inputs.yaml
+ set +e
+ cm_hasany 'blueprints?id=pgaas_initdb'
++ curl -Ss -H 'Tenant: default_tenant' --user admin:UmH7vbj6 --cacert /certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/blueprints?id=pgaas_initdb&_include=id'
++ /bin/jq .metadata.pagination.total
+ COUNT=0
+ (( 0 > 0 ))
+ return 1
+ cfy blueprints upload -b pgaas_initdb /blueprints/k8s-pgaas-initdb.yaml
/usr/lib/python2.7/site-packages/paramiko/transport.py:33: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
from cryptography.hazmat.backends import default_backend
truetrueUploading blueprint /blueprints/k8s-pgaas-initdb.yaml...
k8s-pgaas-initdb.... |####################----------------------------| 41.42%
k8s-pgaas-initdb.... |########################################--------| 82.84%
k8s-pgaas-initdb.... |################################################| 100.0%
Blueprint uploaded. The blueprint's id is pgaas_initdb
+ cm_hasany 'deployments?id=pgaas_initdb'
++ curl -Ss -H 'Tenant: default_tenant' --user admin:UmH7vbj6 --cacert /certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/deployments?id=pgaas_initdb&_include=id'
++ /bin/jq .metadata.pagination.total
+ COUNT=0
+ (( 0 > 0 ))
+ return 1
+ INPUTS=
+ '[' -n k8s-pgaas-initdb-inputs.yaml ']'
+ INPUTS=-i/inputs/k8s-pgaas-initdb-inputs.yaml
+ cfy deployments create -b pgaas_initdb -i/inputs/k8s-pgaas-initdb-inputs.yaml pgaas_initdb
/usr/lib/python2.7/site-packages/paramiko/transport.py:33: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
from cryptography.hazmat.backends import default_backend
Creating new deployment from blueprint pgaas_initdb...
Deployment created. The deployment's id is pgaas_initdb
+ cm_hasany 'node-instances?deployment_id=pgaas_initdb&state=uninitialized&state=deleted'
++ curl -Ss -H 'Tenant: default_tenant' --user admin:UmH7vbj6 --cacert /certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/node-instances?deployment_id=pgaas_initdb&state=uninitialized&state=deleted&_include=id'
++ /bin/jq .metadata.pagination.total
+ COUNT=2
+ (( 2 > 0 ))
+ return 0
+ cfy executions start -d pgaas_initdb install
/usr/lib/python2.7/site-packages/paramiko/transport.py:33: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
from cryptography.hazmat.backends import default_backend
Executing workflow `install` on deployment `pgaas_initdb` [timeout=900 seconds]
Deployment environment creation is pending...
2021-05-20 02:27:59.187 CFY Starting 'create_deployment_environment' workflow execution
2021-05-20 02:27:59.194 CFY Installing deployment and workflow plugins
2021-05-20 02:27:59.293 CFY Sending task 'cloudify_agent.operations.install_plugins'
2021-05-20 02:27:59.308 CFY Task started 'cloudify_agent.operations.install_plugins'
2021-05-20 02:28:00.286 LOG INFO: Installing plugin: pgaas
2021-05-20 02:28:00.983 LOG INFO: Using existing installation of managed plugin: 5972e546-6567-49f9-85b3-b4ee8090c213 [package_name: pgaas, package_version: 1.3.0, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-05-20 02:28:00.984 LOG INFO: Installing plugin: ssh_keyshare
2021-05-20 02:28:01.637 LOG INFO: Using existing installation of managed plugin: c071b9e2-6a02-4d35-b283-54a451e3582f [package_name: sshkeyshare, package_version: 1.2.0, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-05-20 02:28:01.638 CFY Task succeeded 'cloudify_agent.operations.install_plugins'
2021-05-20 02:28:01.752 CFY Creating deployment work directory
2021-05-20 02:28:01.979 CFY 'create_deployment_environment' workflow execution succeeded
2021-05-20 02:28:07.696 CFY Starting 'install' workflow execution
2021-05-20 02:28:08.240 CFY [sharedsshkey_pgrs_n7gej7] Validating node instance before creation: nothing to do
2021-05-20 02:28:08.305 CFY [sharedsshkey_pgrs_n7gej7] Precreating node instance: nothing to do
2021-05-20 02:28:08.561 CFY [sharedsshkey_pgrs_n7gej7] Creating node instance
2021-05-20 02:28:08.672 CFY [sharedsshkey_pgrs_n7gej7.create] Sending task 'sshkeyshare.keyshare_plugin.generate'
2021-05-20 02:28:12.191 CFY [sharedsshkey_pgrs_n7gej7.create] Task succeeded 'sshkeyshare.keyshare_plugin.generate'
2021-05-20 02:28:12.461 CFY [sharedsshkey_pgrs_n7gej7] Node instance created
2021-05-20 02:28:12.620 CFY [sharedsshkey_pgrs_n7gej7] Configuring node instance: nothing to do
2021-05-20 02:28:12.694 CFY [sharedsshkey_pgrs_n7gej7] Starting node instance: nothing to do
2021-05-20 02:28:12.805 CFY [sharedsshkey_pgrs_n7gej7] Poststarting node instance: nothing to do
2021-05-20 02:28:13.035 CFY [sharedsshkey_pgrs_n7gej7] Node instance started
2021-05-20 02:28:13.382 CFY [pgaas_cluster_rw2e9r] Validating node instance before creation: nothing to do
2021-05-20 02:28:13.488 CFY [pgaas_cluster_rw2e9r] Precreating node instance: nothing to do
2021-05-20 02:28:13.715 CFY [pgaas_cluster_rw2e9r] Creating node instance
2021-05-20 02:28:13.837 CFY [pgaas_cluster_rw2e9r.create] Sending task 'pgaas.pgaas_plugin.add_pgaas_cluster'
2021-05-20 02:28:17.502 LOG [pgaas_cluster_rw2e9r.create] WARNING: add_pgaas_cluster() invoked
2021-05-20 02:28:17.745 LOG [pgaas_cluster_rw2e9r.create] WARNING: All done
2021-05-20 02:28:19.220 CFY [pgaas_cluster_rw2e9r.create] Task succeeded 'pgaas.pgaas_plugin.add_pgaas_cluster'
2021-05-20 02:28:19.471 CFY [pgaas_cluster_rw2e9r] Node instance created
2021-05-20 02:28:19.631 CFY [pgaas_cluster_rw2e9r] Configuring node instance: nothing to do
2021-05-20 02:28:19.709 CFY [pgaas_cluster_rw2e9r] Starting node instance: nothing to do
2021-05-20 02:28:19.824 CFY [pgaas_cluster_rw2e9r] Poststarting node instance: nothing to do
2021-05-20 02:28:19.935 CFY [pgaas_cluster_rw2e9r] Node instance started
2021-05-20 02:28:20.336 CFY 'install' workflow execution succeeded
Finished executing workflow install on deployment pgaas_initdb
* Run 'cfy events list 90418819-369f-4b14-9c4b-d817b47b177c' to retrieve the execution's events/logs
+ deploy tcagen2 k8s-tcagen2.yaml k8s-tcagen2-inputs.yaml
+ set +e
+ cm_hasany 'blueprints?id=tcagen2'
+ deploy ves-tls k8s-ves.yaml k8s-ves-inputs-tls.yaml
+ set +e
+ cm_hasany 'blueprints?id=ves-tls'
+ deploy prh k8s-prh.yaml k8s-prh-inputs.yaml
+ set +e
+ cm_hasany 'blueprints?id=prh'
+ deploy holmes_rules k8s-holmes-rules.yaml k8s-holmes_rules-inputs.yaml
+ deploy hv-ves k8s-hv-ves.yaml k8s-hv_ves-inputs.yaml
+ set +e
+ set +e
+ cm_hasany 'blueprints?id=holmes_rules'
+ cm_hasany 'blueprints?id=hv-ves'
++ curl -Ss -H 'Tenant: default_tenant' --user admin:UmH7vbj6 --cacert /certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/blueprints?id=tcagen2&_include=id'
++ /bin/jq .metadata.pagination.total
++ curl -Ss -H 'Tenant: default_tenant' --user admin:UmH7vbj6 --cacert /certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/blueprints?id=holmes_rules&_include=id'
++ /bin/jq .metadata.pagination.total
++ curl -Ss -H 'Tenant: default_tenant' --user admin:UmH7vbj6 --cacert /certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/blueprints?id=prh&_include=id'
++ /bin/jq .metadata.pagination.total
++ curl -Ss -H 'Tenant: default_tenant' --user admin:UmH7vbj6 --cacert /certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/blueprints?id=ves-tls&_include=id'
++ /bin/jq .metadata.pagination.total
++ curl -Ss -H 'Tenant: default_tenant' --user admin:UmH7vbj6 --cacert /certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/blueprints?id=hv-ves&_include=id'
++ /bin/jq .metadata.pagination.total
+ COUNT=0
+ (( 0 > 0 ))
+ return 1
+ cfy blueprints upload -b prh /blueprints/k8s-prh.yaml
+ COUNT=0
+ (( 0 > 0 ))
+ return 1
+ cfy blueprints upload -b tcagen2 /blueprints/k8s-tcagen2.yaml
+ COUNT=0
+ COUNT=0
+ (( 0 > 0 ))
+ (( 0 > 0 ))
+ return 1
+ return 1
+ cfy blueprints upload -b ves-tls /blueprints/k8s-ves.yaml
+ cfy blueprints upload -b holmes_rules /blueprints/k8s-holmes-rules.yaml
+ COUNT=0
+ (( 0 > 0 ))
+ return 1
+ cfy blueprints upload -b hv-ves /blueprints/k8s-hv-ves.yaml
/usr/lib/python2.7/site-packages/paramiko/transport.py:33: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
from cryptography.hazmat.backends import default_backend
/usr/lib/python2.7/site-packages/paramiko/transport.py:33: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
from cryptography.hazmat.backends import default_backend
/usr/lib/python2.7/site-packages/paramiko/transport.py:33: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
from cryptography.hazmat.backends import default_backend
/usr/lib/python2.7/site-packages/paramiko/transport.py:33: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
from cryptography.hazmat.backends import default_backend
/usr/lib/python2.7/site-packages/paramiko/transport.py:33: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
from cryptography.hazmat.backends import default_backend
Uploading blueprint /blueprints/k8s-hv-ves.yaml...
Uploading blueprint /blueprints/k8s-ves.yaml...
Uploading blueprint /blueprints/k8s-holmes-rules.yaml...
k8s-ves.yaml |#######################---------------------------------| 41.44%
k8s-hv-ves.yaml |######################-------------------------------| 41.43%
k8s-ves.yaml |##############################################----------| 82.88%
k8s-hv-ves.yaml |############################################---------| 82.85%
k8s-hv-ves.yaml |#####################################################| 100.0%
k8s-ves.yaml |########################################################| 100.0%Uploading blueprint /blueprints/k8s-prh.yaml...
k8s-holmes-rules.... |####################----------------------------| 41.41%
k8s-holmes-rules.... |########################################--------| 82.83%
k8s-holmes-rules.... |################################################| 100.0%Uploading blueprint /blueprints/k8s-tcagen2.yaml...
k8s-prh.yaml |#######################---------------------------------| 41.44%
k8s-prh.yaml |##############################################----------| 82.87%
k8s-prh.yaml |########################################################| 100.0%
k8s-tcagen2.yaml |######################------------------------------| 41.42%
k8s-tcagen2.yaml |###########################################---------| 82.85%
k8s-tcagen2.yaml |####################################################| 100.0%
Blueprint uploaded. The blueprint's id is hv-ves
+ cm_hasany 'deployments?id=hv-ves'
++ curl -Ss -H 'Tenant: default_tenant' --user admin:UmH7vbj6 --cacert /certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/deployments?id=hv-ves&_include=id'
++ /bin/jq .metadata.pagination.total
Blueprint uploaded. The blueprint's id is prh
Blueprint uploaded. The blueprint's id is tcagen2
+ cm_hasany 'deployments?id=prh'
++ curl -Ss -H 'Tenant: default_tenant' --user admin:UmH7vbj6 --cacert /certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/deployments?id=prh&_include=id'
++ /bin/jq .metadata.pagination.total
+ cm_hasany 'deployments?id=tcagen2'
++ curl -Ss -H 'Tenant: default_tenant' --user admin:UmH7vbj6 --cacert /certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/deployments?id=tcagen2&_include=id'
++ /bin/jq .metadata.pagination.total
Blueprint uploaded. The blueprint's id is ves-tls
Blueprint uploaded. The blueprint's id is holmes_rules
+ COUNT=0
+ (( 0 > 0 ))
+ return 1
+ INPUTS=
+ '[' -n k8s-hv_ves-inputs.yaml ']'
+ INPUTS=-i/inputs/k8s-hv_ves-inputs.yaml
+ cfy deployments create -b hv-ves -i/inputs/k8s-hv_ves-inputs.yaml hv-ves
+ cm_hasany 'deployments?id=holmes_rules'
+ cm_hasany 'deployments?id=ves-tls'
++ curl -Ss -H 'Tenant: default_tenant' --user admin:UmH7vbj6 --cacert /certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/deployments?id=ves-tls&_include=id'
++ curl -Ss -H 'Tenant: default_tenant' --user admin:UmH7vbj6 --cacert /certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/deployments?id=holmes_rules&_include=id'
++ /bin/jq .metadata.pagination.total
++ /bin/jq .metadata.pagination.total
+ COUNT=0
+ (( 0 > 0 ))
+ return 1
+ INPUTS=
+ '[' -n k8s-tcagen2-inputs.yaml ']'
+ INPUTS=-i/inputs/k8s-tcagen2-inputs.yaml
+ cfy deployments create -b tcagen2 -i/inputs/k8s-tcagen2-inputs.yaml tcagen2
+ COUNT=0
+ (( 0 > 0 ))
+ return 1
+ INPUTS=
+ '[' -n k8s-prh-inputs.yaml ']'
+ INPUTS=-i/inputs/k8s-prh-inputs.yaml
+ cfy deployments create -b prh -i/inputs/k8s-prh-inputs.yaml prh
+ COUNT=0
+ (( 0 > 0 ))
+ return 1
+ INPUTS=
+ '[' -n k8s-ves-inputs-tls.yaml ']'
+ INPUTS=-i/inputs/k8s-ves-inputs-tls.yaml
+ cfy deployments create -b ves-tls -i/inputs/k8s-ves-inputs-tls.yaml ves-tls
+ COUNT=0
+ (( 0 > 0 ))
+ return 1
+ INPUTS=
+ '[' -n k8s-holmes_rules-inputs.yaml ']'
+ INPUTS=-i/inputs/k8s-holmes_rules-inputs.yaml
+ cfy deployments create -b holmes_rules -i/inputs/k8s-holmes_rules-inputs.yaml holmes_rules
/usr/lib/python2.7/site-packages/paramiko/transport.py:33: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
from cryptography.hazmat.backends import default_backend
/usr/lib/python2.7/site-packages/paramiko/transport.py:33: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
from cryptography.hazmat.backends import default_backend
/usr/lib/python2.7/site-packages/paramiko/transport.py:33: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
from cryptography.hazmat.backends import default_backend
/usr/lib/python2.7/site-packages/paramiko/transport.py:33: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
from cryptography.hazmat.backends import default_backend
/usr/lib/python2.7/site-packages/paramiko/transport.py:33: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
from cryptography.hazmat.backends import default_backend
Creating new deployment from blueprint hv-ves...
Creating new deployment from blueprint tcagen2...
Creating new deployment from blueprint prh...
Creating new deployment from blueprint ves-tls...
Creating new deployment from blueprint holmes_rules...
Deployment created. The deployment's id is hv-ves
+ cm_hasany 'node-instances?deployment_id=hv-ves&state=uninitialized&state=deleted'
++ curl -Ss -H 'Tenant: default_tenant' --user admin:UmH7vbj6 --cacert /certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/node-instances?deployment_id=hv-ves&state=uninitialized&state=deleted&_include=id'
++ /bin/jq .metadata.pagination.total
Deployment created. The deployment's id is prh
Deployment created. The deployment's id is tcagen2
+ cm_hasany 'node-instances?deployment_id=prh&state=uninitialized&state=deleted'
++ curl -Ss -H 'Tenant: default_tenant' --user admin:UmH7vbj6 --cacert /certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/node-instances?deployment_id=prh&state=uninitialized&state=deleted&_include=id'
++ /bin/jq .metadata.pagination.total
+ cm_hasany 'node-instances?deployment_id=tcagen2&state=uninitialized&state=deleted'
++ curl -Ss -H 'Tenant: default_tenant' --user admin:UmH7vbj6 --cacert /certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/node-instances?deployment_id=tcagen2&state=uninitialized&state=deleted&_include=id'
++ /bin/jq .metadata.pagination.total
+ COUNT=1
+ (( 1 > 0 ))
+ return 0
+ cfy executions start -d hv-ves install
Deployment created. The deployment's id is ves-tls
+ cm_hasany 'node-instances?deployment_id=ves-tls&state=uninitialized&state=deleted'
++ curl -Ss -H 'Tenant: default_tenant' --user admin:UmH7vbj6 --cacert /certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/node-instances?deployment_id=ves-tls&state=uninitialized&state=deleted&_include=id'
++ /bin/jq .metadata.pagination.total
+ COUNT=1
+ (( 1 > 0 ))
+ return 0
+ cfy executions start -d prh install
+ COUNT=1
+ (( 1 > 0 ))
+ return 0
+ cfy executions start -d tcagen2 install
/usr/lib/python2.7/site-packages/paramiko/transport.py:33: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
from cryptography.hazmat.backends import default_backend
Deployment created. The deployment's id is holmes_rules
+ cm_hasany 'node-instances?deployment_id=holmes_rules&state=uninitialized&state=deleted'
++ curl -Ss -H 'Tenant: default_tenant' --user admin:UmH7vbj6 --cacert /certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/node-instances?deployment_id=holmes_rules&state=uninitialized&state=deleted&_include=id'
++ /bin/jq .metadata.pagination.total
+ COUNT=1
+ (( 1 > 0 ))
+ return 0
+ cfy executions start -d ves-tls install
/usr/lib/python2.7/site-packages/paramiko/transport.py:33: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
from cryptography.hazmat.backends import default_backend
+ COUNT=2
+ (( 2 > 0 ))
+ return 0
+ cfy executions start -d holmes_rules install
/usr/lib/python2.7/site-packages/paramiko/transport.py:33: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
from cryptography.hazmat.backends import default_backend
Executing workflow `install` on deployment `hv-ves` [timeout=900 seconds]
Deployment environment creation is pending...
/usr/lib/python2.7/site-packages/paramiko/transport.py:33: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
from cryptography.hazmat.backends import default_backend
Executing workflow `install` on deployment `prh` [timeout=900 seconds]
Executing workflow `install` on deployment `tcagen2` [timeout=900 seconds]
/usr/lib/python2.7/site-packages/paramiko/transport.py:33: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
from cryptography.hazmat.backends import default_backend
Executing workflow `install` on deployment `ves-tls` [timeout=900 seconds]
Deployment environment creation is pending...
Executing workflow `install` on deployment `holmes_rules` [timeout=900 seconds]
Deployment environment creation is pending...
Deployment environment creation is pending...
Deployment environment creation is pending...
2021-05-20 02:28:36.421 CFY Starting 'create_deployment_environment' workflow execution
2021-05-20 02:28:36.428 CFY Installing deployment and workflow plugins
2021-05-20 02:28:36.528 CFY Sending task 'cloudify_agent.operations.install_plugins'
2021-05-20 02:28:36.442 CFY Starting 'create_deployment_environment' workflow execution
2021-05-20 02:28:36.449 CFY Installing deployment and workflow plugins
2021-05-20 02:28:36.548 CFY Sending task 'cloudify_agent.operations.install_plugins'
2021-05-20 02:28:36.563 CFY Task started 'cloudify_agent.operations.install_plugins'
2021-05-20 02:28:36.538 CFY Starting 'create_deployment_environment' workflow execution
2021-05-20 02:28:36.545 CFY Installing deployment and workflow plugins
2021-05-20 02:28:36.644 CFY Sending task 'cloudify_agent.operations.install_plugins'
2021-05-20 02:28:36.659 CFY Task started 'cloudify_agent.operations.install_plugins'
2021-05-20 02:28:36.752 CFY Starting 'create_deployment_environment' workflow execution
2021-05-20 02:28:36.820 CFY Installing deployment and workflow plugins
2021-05-20 02:28:36.920 CFY Sending task 'cloudify_agent.operations.install_plugins'
2021-05-20 02:28:36.964 CFY Task started 'cloudify_agent.operations.install_plugins'
2021-05-20 02:28:38.120 CFY Starting 'create_deployment_environment' workflow execution
2021-05-20 02:28:38.126 CFY Installing deployment and workflow plugins
2021-05-20 02:28:36.544 CFY Task started 'cloudify_agent.operations.install_plugins'
2021-05-20 02:28:40.044 LOG INFO: Installing plugin: k8s
2021-05-20 02:28:40.329 LOG INFO: Installing plugin: k8s
2021-05-20 02:28:40.652 LOG INFO: Installing plugin: k8s
2021-05-20 02:28:38.226 CFY Sending task 'cloudify_agent.operations.install_plugins'
2021-05-20 02:28:38.240 CFY Task started 'cloudify_agent.operations.install_plugins'
2021-05-20 02:28:41.919 LOG INFO: Installing plugin: pgaas
2021-05-20 02:28:40.943 LOG INFO: Installing plugin: k8s
2021-05-20 02:28:43.015 LOG INFO: Using existing installation of managed plugin: 4a0e611a-f712-46d8-ae5a-3bafedd7ece8 [package_name: k8splugin, package_version: 3.4.2, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-05-20 02:28:43.016 CFY Task succeeded 'cloudify_agent.operations.install_plugins'
2021-05-20 02:28:43.020 CFY Creating deployment work directory
2021-05-20 02:28:43.364 CFY 'create_deployment_environment' workflow execution succeeded
2021-05-20 02:28:43.118 LOG INFO: Using existing installation of managed plugin: 4a0e611a-f712-46d8-ae5a-3bafedd7ece8 [package_name: k8splugin, package_version: 3.4.2, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-05-20 02:28:43.120 CFY Task succeeded 'cloudify_agent.operations.install_plugins'
2021-05-20 02:28:43.264 CFY Creating deployment work directory
2021-05-20 02:28:43.547 CFY 'create_deployment_environment' workflow execution succeeded
2021-05-20 02:28:43.155 LOG INFO: Using existing installation of managed plugin: 4a0e611a-f712-46d8-ae5a-3bafedd7ece8 [package_name: k8splugin, package_version: 3.4.2, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-05-20 02:28:43.156 CFY Task succeeded 'cloudify_agent.operations.install_plugins'
2021-05-20 02:28:43.220 CFY Creating deployment work directory
2021-05-20 02:28:43.521 CFY 'create_deployment_environment' workflow execution succeeded
2021-05-20 02:28:43.645 LOG INFO: Using existing installation of managed plugin: 5972e546-6567-49f9-85b3-b4ee8090c213 [package_name: pgaas, package_version: 1.3.0, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-05-20 02:28:43.646 LOG INFO: Installing plugin: k8s
2021-05-20 02:28:44.299 LOG INFO: Using existing installation of managed plugin: 4a0e611a-f712-46d8-ae5a-3bafedd7ece8 [package_name: k8splugin, package_version: 3.4.2, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-05-20 02:28:44.300 CFY Task succeeded 'cloudify_agent.operations.install_plugins'
2021-05-20 02:28:44.332 CFY Creating deployment work directory
2021-05-20 02:28:43.355 LOG INFO: Using existing installation of managed plugin: 4a0e611a-f712-46d8-ae5a-3bafedd7ece8 [package_name: k8splugin, package_version: 3.4.2, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-05-20 02:28:43.357 CFY Task succeeded 'cloudify_agent.operations.install_plugins'
2021-05-20 02:28:43.420 CFY Creating deployment work directory
2021-05-20 02:28:43.731 CFY 'create_deployment_environment' workflow execution succeeded
2021-05-20 02:28:44.590 CFY 'create_deployment_environment' workflow execution succeeded
2021-05-20 02:28:49.428 CFY Starting 'install' workflow execution
2021-05-20 02:28:50.845 CFY [hv-ves_plstbv] Validating node instance before creation: nothing to do
2021-05-20 02:28:51.114 CFY [hv-ves_plstbv] Precreating node instance: nothing to do
2021-05-20 02:28:51.861 CFY [hv-ves_plstbv] Creating node instance
2021-05-20 02:28:52.163 CFY [hv-ves_plstbv.create] Sending task 'k8splugin.create_for_components'
2021-05-20 02:28:51.929 CFY Starting 'install' workflow execution
2021-05-20 02:28:52.945 CFY [docker.tca_sl1v4i] Validating node instance before creation: nothing to do
2021-05-20 02:28:53.048 CFY [docker.tca_sl1v4i] Precreating node instance: nothing to do
2021-05-20 02:28:53.268 CFY [docker.tca_sl1v4i] Creating node instance
2021-05-20 02:28:54.060 CFY [docker.tca_sl1v4i.create] Sending task 'k8splugin.create_for_components'
2021-05-20 02:28:51.644 CFY Starting 'install' workflow execution
2021-05-20 02:28:52.979 CFY [prh_8bw2px] Validating node instance before creation: nothing to do
2021-05-20 02:28:53.074 CFY [prh_8bw2px] Precreating node instance: nothing to do
2021-05-20 02:28:53.626 CFY [prh_8bw2px] Creating node instance
2021-05-20 02:28:53.877 CFY [prh_8bw2px.create] Sending task 'k8splugin.create_for_components'
2021-05-20 02:28:51.622 CFY Starting 'install' workflow execution
2021-05-20 02:28:52.732 CFY [ves_gsmwsc] Validating node instance before creation: nothing to do
2021-05-20 02:28:52.952 CFY [ves_gsmwsc] Precreating node instance: nothing to do
2021-05-20 02:28:53.318 CFY [ves_gsmwsc] Creating node instance
2021-05-20 02:28:53.814 CFY [ves_gsmwsc.create] Sending task 'k8splugin.create_for_components'
2021-05-20 02:28:54.723 CFY Starting 'install' workflow execution
2021-05-20 02:28:56.151 CFY [pgaasvm_7w2rfo] Validating node instance before creation: nothing to do
2021-05-20 02:28:56.340 CFY [pgaasvm_7w2rfo] Precreating node instance: nothing to do
2021-05-20 02:28:56.553 CFY [pgaasvm_7w2rfo] Creating node instance
2021-05-20 02:28:57.356 CFY [pgaasvm_7w2rfo.create] Sending task 'pgaas.pgaas_plugin.create_database'
2021-05-20 02:28:59.977 LOG [pgaasvm_7w2rfo.create] WARNING: create_database(holmes)
2021-05-20 02:29:03.737 LOG [docker.tca_sl1v4i.create] INFO: Added config for dcae-tcagen2
2021-05-20 02:29:03.737 LOG [docker.tca_sl1v4i.create] INFO: Done setting up: dcae-tcagen2
2021-05-20 02:29:03.737 LOG [prh_8bw2px.create] INFO: Added config for dcae-prh
2021-05-20 02:29:03.737 LOG [prh_8bw2px.create] INFO: Done setting up: dcae-prh
2021-05-20 02:29:04.623 CFY [prh_8bw2px.create] Task succeeded 'k8splugin.create_for_components'
2021-05-20 02:29:03.725 LOG [ves_gsmwsc.create] INFO: Added config for dcae-ves-collector
2021-05-20 02:29:03.725 LOG [ves_gsmwsc.create] INFO: Done setting up: dcae-ves-collector
2021-05-20 02:29:04.454 CFY [ves_gsmwsc.create] Task succeeded 'k8splugin.create_for_components'
2021-05-20 02:29:03.429 LOG [pgaasvm_7w2rfo.create] WARNING: All done
2021-05-20 02:29:04.438 CFY [pgaasvm_7w2rfo.create] Task succeeded 'pgaas.pgaas_plugin.create_database'
2021-05-20 02:29:03.737 LOG [hv-ves_plstbv.create] INFO: Added config for dcae-hv-ves-collector
2021-05-20 02:29:03.737 LOG [hv-ves_plstbv.create] INFO: Done setting up: dcae-hv-ves-collector
2021-05-20 02:29:04.528 CFY [hv-ves_plstbv.create] Task succeeded 'k8splugin.create_for_components'
2021-05-20 02:29:05.217 CFY [hv-ves_plstbv] Node instance created
2021-05-20 02:29:05.421 CFY [hv-ves_plstbv] Configuring node instance: nothing to do
2021-05-20 02:29:05.534 CFY [hv-ves_plstbv] Starting node instance
2021-05-20 02:29:06.138 CFY [hv-ves_plstbv.start] Sending task 'k8splugin.create_and_start_container_for_components'
2021-05-20 02:29:04.519 CFY [docker.tca_sl1v4i.create] Task succeeded 'k8splugin.create_for_components'
2021-05-20 02:29:05.140 CFY [docker.tca_sl1v4i] Node instance created
2021-05-20 02:29:05.447 CFY [docker.tca_sl1v4i] Configuring node instance: nothing to do
2021-05-20 02:29:05.640 CFY [docker.tca_sl1v4i] Starting node instance
2021-05-20 02:29:06.385 CFY [docker.tca_sl1v4i.start] Sending task 'k8splugin.create_and_start_container_for_components'
2021-05-20 02:29:04.714 CFY [prh_8bw2px] Node instance created
2021-05-20 02:29:05.554 CFY [prh_8bw2px] Configuring node instance: nothing to do
2021-05-20 02:29:06.143 CFY [prh_8bw2px] Starting node instance
2021-05-20 02:29:06.385 CFY [prh_8bw2px.start] Sending task 'k8splugin.create_and_start_container_for_components'
2021-05-20 02:29:04.475 CFY [ves_gsmwsc] Node instance created
2021-05-20 02:29:05.218 CFY [ves_gsmwsc] Configuring node instance: nothing to do
2021-05-20 02:29:05.452 CFY [ves_gsmwsc] Starting node instance
2021-05-20 02:29:06.047 CFY [ves_gsmwsc.start] Sending task 'k8splugin.create_and_start_container_for_components'
2021-05-20 02:29:05.215 CFY [pgaasvm_7w2rfo] Node instance created
2021-05-20 02:29:05.461 CFY [pgaasvm_7w2rfo] Configuring node instance: nothing to do
2021-05-20 02:29:05.714 CFY [pgaasvm_7w2rfo] Starting node instance: nothing to do
2021-05-20 02:29:05.943 CFY [pgaasvm_7w2rfo] Poststarting node instance: nothing to do
2021-05-20 02:29:06.447 CFY [pgaasvm_7w2rfo] Node instance started
2021-05-20 02:29:06.921 CFY [holmesrules_58d1a5] Validating node instance before creation: nothing to do
2021-05-20 02:29:07.029 CFY [holmesrules_58d1a5] Precreating node instance: nothing to do
2021-05-20 02:29:07.134 CFY [holmesrules_58d1a5] Creating node instance
2021-05-20 02:29:07.554 CFY [holmesrules_58d1a5.create] Sending task 'k8splugin.create_for_components'
2021-05-20 02:29:14.854 LOG [prh_8bw2px.start] INFO: Starting k8s deployment for dcae-prh, image: nexus3.onap.org:10001/onap/org.onap.dcaegen2.services.prh.prh-app-server:1.5.4, env: {'DCAE_CA_CERTPATH': '/opt/app/prh/etc/cert/cacert.pem', 'CONSUL_HOST': u'consul-server.onap', 'CONFIG_BINDING_SERVICE': 'config-binding-service', 'CBS_CONFIG_URL': 'https://config-binding-service:10443/service_component_all/dcae-prh'}, kwargs: {'readiness': {u'endpoint': u'/heartbeat', u'type': u'http', u'timeout': u'1s', u'interval': u'15s'}, 'liveness': {}, 'tls_info': {u'use_tls': True, u'cert_directory': u'/opt/app/prh/etc/cert'}, 'envs': {}, 'labels': {'cfydeployment': u'prh', 'cfynodeinstance': u'prh_8bw2px', 'cfynode': u'prh'}, 'external_cert': {u'use_external_tls': False, u'external_certificate_parameters': {u'common_name': u'', u'sans': u''}, u'cert_type': u'P12', u'ca_name': u'RA', u'external_cert_directory': u'/opt/app/dcae-certificate/external'}, 'resource_config': {}, 'volumes': [], 'log_info': {u'log_directory': u'/opt/app/prh/logs'}, 'ports': [u'8100:0'], 'k8s_location': u'central'}
2021-05-20 02:29:14.927 LOG [ves_gsmwsc.start] INFO: Starting k8s deployment for dcae-ves-collector, image: nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.ves.vescollector:1.7.9, env: {'DCAE_CA_CERTPATH': '/opt/app/dcae-certificate//cacert.pem', 'CONSUL_HOST': u'consul-server.onap', 'CONFIG_BINDING_SERVICE': 'config-binding-service', 'CBS_CONFIG_URL': 'https://config-binding-service:10443/service_component_all/dcae-ves-collector'}, kwargs: {'readiness': {u'endpoint': u'/healthcheck', u'type': u'http', u'timeout': u'1s', u'interval': u'15s'}, 'liveness': {}, 'tls_info': {u'use_tls': True, u'cert_directory': u'/opt/app/dcae-certificate/'}, 'envs': {}, 'labels': {'cfydeployment': u'ves-tls', 'cfynodeinstance': u'ves_gsmwsc', 'cfynode': u'ves'}, 'external_cert': {u'use_external_tls': False, u'external_certificate_parameters': {u'common_name': u'dcae-ves-collector', u'sans': u'dcae-ves-collector:ves-collector:ves'}, u'cert_type': u'JKS', u'ca_name': u'RA', u'external_cert_directory': u'/opt/app/dcae-certificate/'}, 'resource_config': {}, 'volumes': [], 'log_info': {u'log_directory': u'/opt/app/VESCollector/logs'}, 'ports': [u'8080:0', u'8443:30417'], 'k8s_location': u'central'}
2021-05-20 02:29:14.928 LOG [ves_gsmwsc.start] INFO: Passing k8sconfig: {'filebeat': {u'config_map': u'onap-dcae-filebeat-configmap', u'config_path': u'/usr/share/filebeat/filebeat.yml', u'log_path': u'/var/log/onap', u'image': u'docker.elastic.co/beats/filebeat:5.5.0', u'data_path': u'/usr/share/filebeat/data', u'config_subpath': u'filebeat.yml'}, 'truststore_merger': {u'image_tag': u'nexus3.onap.org:10001/onap/org.onap.oom.platform.cert-service.oom-certservice-post-processor:2.1.1'}, 'cbs': {'base_url': 'https://config-binding-service:10443/service_component_all'}, 'external_cert': {u'country': u'US', u'truststore_password': u'secret', u'cert_secret_name': u'oom-cert-service-client-tls-secret', u'state': u'California', u'organizational_unit': u'ONAP', u'location': u'San-Francisco', u'timeout': u'30000', u'keystore_password': u'secret', u'organization': u'Linux-Foundation', u'request_url': u'https://oom-cert-service:8443/v1/certificate/', u'image_tag': u'nexus3.onap.org:10001/onap/org.onap.oom.platform.cert-service.oom-certservice-client:2.1.1'}, 'default_k8s_location': u'central', 'tls': {u'component_cert_dir': u'/opt/dcae/cacert', u'cert_path': u'/opt/app/osaaf', u'image': u'nexus3.onap.org:10001/onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0', u'ca_cert_configmap': u'onap-dcae-bootstrap-dcae-cacert', u'component_ca_cert_path': u'/opt/dcae/cacert/cacert.pem'}, 'consul_host': 'consul-server:8500', 'consul_dns_name': u'consul-server.onap', 'max_wait': 1800, 'image_pull_secrets': [u'onap-docker-registry-key'], 'namespace': u'onap'}
2021-05-20 02:29:14.954 LOG [ves_gsmwsc.start] INFO: Creating init container: TLS
* [nexus3.onap.org:10001/onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0]
2021-05-20 02:29:15.275 LOG [ves_gsmwsc.start] INFO: k8s deployment initiated successfully for dcae-ves-collector: {'services': ['dcae-ves-collector', 'xdcae-ves-collector'], 'namespace': u'onap', 'location': u'central', 'deployment': 'dep-dcae-ves-collector'}
2021-05-20 02:29:15.275 LOG [ves_gsmwsc.start] INFO: Waiting up to 1800 secs for dcae-ves-collector to become ready
2021-05-20 02:29:15.210 LOG [holmesrules_58d1a5.create] INFO: Added config for holmes-rule-mgmt
2021-05-20 02:29:15.210 LOG [holmesrules_58d1a5.create] INFO: Done setting up: holmes-rule-mgmt
2021-05-20 02:29:14.844 LOG [hv-ves_plstbv.start] INFO: Starting k8s deployment for dcae-hv-ves-collector, image: nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.hv-ves.hv-collector-main:1.5.1, env: {'DCAE_CA_CERTPATH': '/etc/ves-hv/ssl/cacert.pem', u'JAVA_OPTS': u'-Dlogback.configurationFile=/etc/ONAP/dcae-hv-ves-collector/logback.xml', 'CONSUL_HOST': u'consul-server.onap', 'CONFIG_BINDING_SERVICE': 'config-binding-service', 'CBS_CONFIG_URL': 'https://config-binding-service:10443/service_component_all/dcae-hv-ves-collector'}, kwargs: {'readiness': {u'interval': u'15s', u'type': u'script', u'timeout': u'2s', u'script': u'/opt/ves-hv-collector/healthcheck.sh'}, 'liveness': {}, 'tls_info': {u'use_tls': True, u'cert_directory': u'/etc/ves-hv/ssl'}, 'envs': {u'JAVA_OPTS': u'-Dlogback.configurationFile=/etc/ONAP/dcae-hv-ves-collector/logback.xml'}, 'labels': {'cfydeployment': u'hv-ves', 'cfynodeinstance': u'hv-ves_plstbv', 'cfynode': u'hv-ves'}, 'external_cert': {u'use_external_tls': False, u'external_certificate_parameters': {u'common_name': u'dcae-hv-ves-collector', u'sans': u'dcae-hv-ves-collector:hv-ves-collector:hv-ves'}, u'cert_type': u'JKS', u'ca_name': u'RA', u'external_cert_directory': u'/etc/ves-hv/ssl'}, 'resource_config': {}, 'volumes': [], 'log_info': {u'log_directory': u'/var/log/ONAP/dcae-hv-ves-collector'}, 'ports': [u'6061:30222'], 'k8s_location': u'central'}
2021-05-20 02:29:14.844 LOG [hv-ves_plstbv.start] INFO: Passing k8sconfig: {'filebeat': {u'config_map': u'onap-dcae-filebeat-configmap', u'config_path': u'/usr/share/filebeat/filebeat.yml', u'log_path': u'/var/log/onap', u'image': u'docker.elastic.co/beats/filebeat:5.5.0', u'data_path': u'/usr/share/filebeat/data', u'config_subpath': u'filebeat.yml'}, 'truststore_merger': {u'image_tag': u'nexus3.onap.org:10001/onap/org.onap.oom.platform.cert-service.oom-certservice-post-processor:2.1.1'}, 'cbs': {'base_url': 'https://config-binding-service:10443/service_component_all'}, 'external_cert': {u'country': u'US', u'truststore_password': u'secret', u'cert_secret_name': u'oom-cert-service-client-tls-secret', u'state': u'California', u'organizational_unit': u'ONAP', u'location': u'San-Francisco', u'timeout': u'30000', u'keystore_password': u'secret', u'organization': u'Linux-Foundation', u'request_url': u'https://oom-cert-service:8443/v1/certificate/', u'image_tag': u'nexus3.onap.org:10001/onap/org.onap.oom.platform.cert-service.oom-certservice-client:2.1.1'}, 'default_k8s_location': u'central', 'tls': {u'component_cert_dir': u'/opt/dcae/cacert', u'cert_path': u'/opt/app/osaaf', u'image': u'nexus3.onap.org:10001/onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0', u'ca_cert_configmap': u'onap-dcae-bootstrap-dcae-cacert', u'component_ca_cert_path': u'/opt/dcae/cacert/cacert.pem'}, 'consul_host': 'consul-server:8500', 'consul_dns_name': u'consul-server.onap', 'max_wait': 1800, 'image_pull_secrets': [u'onap-docker-registry-key'], 'namespace': u'onap'}
2021-05-20 02:29:14.954 LOG [hv-ves_plstbv.start] INFO: Creating init container: TLS
* [nexus3.onap.org:10001/onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0]
2021-05-20 02:29:15.308 LOG [hv-ves_plstbv.start] INFO: k8s deployment initiated successfully for dcae-hv-ves-collector: {'services': ['dcae-hv-ves-collector', 'xdcae-hv-ves-collector'], 'namespace': u'onap', 'location': u'central', 'deployment': 'dep-dcae-hv-ves-collector'}
2021-05-20 02:29:15.309 LOG [hv-ves_plstbv.start] INFO: Waiting up to 1800 secs for dcae-hv-ves-collector to become ready
2021-05-20 02:29:14.937 LOG [docker.tca_sl1v4i.start] INFO: Starting k8s deployment for dcae-tcagen2, image: nexus3.onap.org:10001/onap/org.onap.dcaegen2.analytics.tca-gen2.dcae-analytics-tca-web:1.2.1, env: {'DCAE_CA_CERTPATH': '/etc/tca-gen2/ssl/cacert.pem', 'CONSUL_HOST': u'consul-server.onap', 'CONFIG_BINDING_SERVICE': 'config-binding-service', 'CBS_CONFIG_URL': 'https://config-binding-service:10443/service_component_all/dcae-tcagen2'}, kwargs: {'readiness': {u'endpoint': u'/actuator/health', u'type': u'http', u'timeout': u'10s', u'interval': u'30s'}, 'liveness': {}, 'tls_info': {u'use_tls': True, u'cert_directory': u'/etc/tca-gen2/ssl'}, 'envs': {}, 'labels': {'cfydeployment': u'tcagen2', 'cfynodeinstance': u'docker.tca_sl1v4i', 'cfynode': u'docker.tca'}, 'external_cert': {u'use_external_tls': False, u'external_certificate_parameters': {u'common_name': u'', u'sans': u''}, u'cert_type': u'P12', u'ca_name': u'RA', u'external_cert_directory': u'/opt/app/dcae-certificate/external'}, 'resource_config': {}, 'volumes': [], 'log_info': {u'log_directory': u'/opt/logs/dcae-analytics-tca'}, 'ports': [u'9091:0'], 'k8s_location': u'central'}
2021-05-20 02:29:14.937 LOG [docker.tca_sl1v4i.start] INFO: Passing k8sconfig: {'filebeat': {u'config_map': u'onap-dcae-filebeat-configmap', u'config_path': u'/usr/share/filebeat/filebeat.yml', u'log_path': u'/var/log/onap', u'image': u'docker.elastic.co/beats/filebeat:5.5.0', u'data_path': u'/usr/share/filebeat/data', u'config_subpath': u'filebeat.yml'}, 'truststore_merger': {u'image_tag': u'nexus3.onap.org:10001/onap/org.onap.oom.platform.cert-service.oom-certservice-post-processor:2.1.1'}, 'cbs': {'base_url': 'https://config-binding-service:10443/service_component_all'}, 'external_cert': {u'country': u'US', u'truststore_password': u'secret', u'cert_secret_name': u'oom-cert-service-client-tls-secret', u'state': u'California', u'organizational_unit': u'ONAP', u'location': u'San-Francisco', u'timeout': u'30000', u'keystore_password': u'secret', u'organization': u'Linux-Foundation', u'request_url': u'https://oom-cert-service:8443/v1/certificate/', u'image_tag': u'nexus3.onap.org:10001/onap/org.onap.oom.platform.cert-service.oom-certservice-client:2.1.1'}, 'default_k8s_location': u'central', 'tls': {u'component_cert_dir': u'/opt/dcae/cacert', u'cert_path': u'/opt/app/osaaf', u'image': u'nexus3.onap.org:10001/onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0', u'ca_cert_configmap': u'onap-dcae-bootstrap-dcae-cacert', u'component_ca_cert_path': u'/opt/dcae/cacert/cacert.pem'}, 'consul_host': 'consul-server:8500', 'consul_dns_name': u'consul-server.onap', 'max_wait': 1800, 'image_pull_secrets': [u'onap-docker-registry-key'], 'namespace': u'onap'}
2021-05-20 02:29:14.954 LOG [docker.tca_sl1v4i.start] INFO: Creating init container: TLS
* [nexus3.onap.org:10001/onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0]
2021-05-20 02:29:15.307 LOG [docker.tca_sl1v4i.start] INFO: k8s deployment initiated successfully for dcae-tcagen2: {'services': ['dcae-tcagen2'], 'namespace': u'onap', 'location': u'central', 'deployment': 'dep-dcae-tcagen2'}
2021-05-20 02:29:15.307 LOG [docker.tca_sl1v4i.start] INFO: Waiting up to 1800 secs for dcae-tcagen2 to become ready
2021-05-20 02:29:14.854 LOG [prh_8bw2px.start] INFO: Passing k8sconfig: {'filebeat': {u'config_map': u'onap-dcae-filebeat-configmap', u'config_path': u'/usr/share/filebeat/filebeat.yml', u'log_path': u'/var/log/onap', u'image': u'docker.elastic.co/beats/filebeat:5.5.0', u'data_path': u'/usr/share/filebeat/data', u'config_subpath': u'filebeat.yml'}, 'truststore_merger': {u'image_tag': u'nexus3.onap.org:10001/onap/org.onap.oom.platform.cert-service.oom-certservice-post-processor:2.1.1'}, 'cbs': {'base_url': 'https://config-binding-service:10443/service_component_all'}, 'external_cert': {u'country': u'US', u'truststore_password': u'secret', u'cert_secret_name': u'oom-cert-service-client-tls-secret', u'state': u'California', u'organizational_unit': u'ONAP', u'location': u'San-Francisco', u'timeout': u'30000', u'keystore_password': u'secret', u'organization': u'Linux-Foundation', u'request_url': u'https://oom-cert-service:8443/v1/certificate/', u'image_tag': u'nexus3.onap.org:10001/onap/org.onap.oom.platform.cert-service.oom-certservice-client:2.1.1'}, 'default_k8s_location': u'central', 'tls': {u'component_cert_dir': u'/opt/dcae/cacert', u'cert_path': u'/opt/app/osaaf', u'image': u'nexus3.onap.org:10001/onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0', u'ca_cert_configmap': u'onap-dcae-bootstrap-dcae-cacert', u'component_ca_cert_path': u'/opt/dcae/cacert/cacert.pem'}, 'consul_host': 'consul-server:8500', 'consul_dns_name': u'consul-server.onap', 'max_wait': 1800, 'image_pull_secrets': [u'onap-docker-registry-key'], 'namespace': u'onap'}
2021-05-20 02:29:14.954 LOG [prh_8bw2px.start] INFO: Creating init container: TLS
* [nexus3.onap.org:10001/onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0]
2021-05-20 02:29:15.232 LOG [prh_8bw2px.start] INFO: k8s deployment initiated successfully for dcae-prh: {'services': ['dcae-prh'], 'namespace': u'onap', 'location': u'central', 'deployment': 'dep-dcae-prh'}
2021-05-20 02:29:15.232 LOG [prh_8bw2px.start] INFO: Waiting up to 1800 secs for dcae-prh to become ready
2021-05-20 02:29:15.727 CFY [holmesrules_58d1a5.create] Task succeeded 'k8splugin.create_for_components'
2021-05-20 02:29:15.850 CFY [holmesrules_58d1a5] Node instance created
2021-05-20 02:29:16.158 CFY [holmesrules_58d1a5] Configuring node instance: nothing to do
2021-05-20 02:29:16.378 CFY [holmesrules_58d1a5] Starting node instance
2021-05-20 02:29:16.514 CFY [holmesrules_58d1a5.start] Sending task 'k8splugin.create_and_start_container_for_components'
2021-05-20 02:29:19.802 LOG [holmesrules_58d1a5.start] INFO: Starting k8s deployment for holmes-rule-mgmt, image: nexus3.onap.org:10001/onap/holmes/rule-management:1.2.9, env: {u'MSB_ADDR': u'msb-iag.onap', 'CONSUL_HOST': u'consul-server.onap', 'CBS_CONFIG_URL': 'https://config-binding-service:10443/service_component_all/holmes-rule-mgmt', 'CONFIG_BINDING_SERVICE': 'config-binding-service', 'DCAE_CA_CERTPATH': '/opt/dcae/cacert/cacert.pem', u'URL_JDBC': u'dcae-pg-primary.onap', u'JDBC_USERNAME': u'holmes_admin', u'JDBC_PASSWORD': u'2a237a532b6c975ba8e1e0fdc5028d87518c4cf39e3d9d83e8c1ea20771e19d4'}, kwargs: {'readiness': {}, 'liveness': {}, 'tls_info': {}, 'envs': {u'MSB_ADDR': u'msb-iag.onap', u'URL_JDBC': u'dcae-pg-primary.onap', u'JDBC_USERNAME': u'holmes_admin', u'JDBC_PASSWORD': u'2a237a532b6c975ba8e1e0fdc5028d87518c4cf39e3d9d83e8c1ea20771e19d4'}, 'labels': {'cfydeployment': u'holmes_rules', 'cfynodeinstance': u'holmesrules_58d1a5', 'cfynode': u'holmesrules'}, 'external_cert': {u'use_external_tls': False, u'external_certificate_parameters': {u'common_name': u'', u'sans': u''}, u'cert_type': u'P12', u'ca_name': u'RA', u'external_cert_directory': u'/opt/app/dcae-certificate/external'}, 'resource_config': {u'requests': {u'cpu': u'250m', u'memory': u'256Mi'}, u'limits': {u'cpu': u'250m', u'memory': u'1024Mi'}}, 'volumes': [], 'log_info': {}, 'ports': [u'9101:0', u'9104:0'], 'k8s_location': u'central'}
2021-05-20 02:29:19.803 LOG [holmesrules_58d1a5.start] INFO: Passing k8sconfig: {'filebeat': {u'config_map': u'onap-dcae-filebeat-configmap', u'config_path': u'/usr/share/filebeat/filebeat.yml', u'log_path': u'/var/log/onap', u'image': u'docker.elastic.co/beats/filebeat:5.5.0', u'data_path': u'/usr/share/filebeat/data', u'config_subpath': u'filebeat.yml'}, 'truststore_merger': {u'image_tag': u'nexus3.onap.org:10001/onap/org.onap.oom.platform.cert-service.oom-certservice-post-processor:2.1.1'}, 'cbs': {'base_url': 'https://config-binding-service:10443/service_component_all'}, 'external_cert': {u'country': u'US', u'truststore_password': u'secret', u'cert_secret_name': u'oom-cert-service-client-tls-secret', u'state': u'California', u'organizational_unit': u'ONAP', u'location': u'San-Francisco', u'timeout': u'30000', u'keystore_password': u'secret', u'organization': u'Linux-Foundation', u'request_url': u'https://oom-cert-service:8443/v1/certificate/', u'image_tag': u'nexus3.onap.org:10001/onap/org.onap.oom.platform.cert-service.oom-certservice-client:2.1.1'}, 'default_k8s_location': u'central', 'tls': {u'component_cert_dir': u'/opt/dcae/cacert', u'cert_path': u'/opt/app/osaaf', u'image': u'nexus3.onap.org:10001/onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0', u'ca_cert_configmap': u'onap-dcae-bootstrap-dcae-cacert', u'component_ca_cert_path': u'/opt/dcae/cacert/cacert.pem'}, 'consul_host': 'consul-server:8500', 'consul_dns_name': u'consul-server.onap', 'max_wait': 1800, 'image_pull_secrets': [u'onap-docker-registry-key'], 'namespace': u'onap'}
2021-05-20 02:29:19.818 LOG [holmesrules_58d1a5.start] INFO: Creating init container: TLS
* [nexus3.onap.org:10001/onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0]
2021-05-20 02:29:19.909 LOG [holmesrules_58d1a5.start] INFO: k8s deployment initiated successfully for holmes-rule-mgmt: {'services': ['holmes-rule-mgmt'], 'namespace': u'onap', 'location': u'central', 'deployment': 'dep-holmes-rule-mgmt'}
2021-05-20 02:29:19.910 LOG [holmesrules_58d1a5.start] INFO: Waiting up to 1800 secs for holmes-rule-mgmt to become ready
2021-05-20 02:30:25.251 LOG [ves_gsmwsc.start] INFO: k8s deployment is ready for: dcae-ves-collector
2021-05-20 02:30:25.252 LOG [ves_gsmwsc.start] INFO: Done starting: dcae-ves-collector
2021-05-20 02:30:26.304 CFY [ves_gsmwsc.start] Task succeeded 'k8splugin.create_and_start_container_for_components'
2021-05-20 02:30:26.355 CFY [ves_gsmwsc] Poststarting node instance: nothing to do
2021-05-20 02:30:26.566 CFY [ves_gsmwsc] Node instance started
2021-05-20 02:30:26.740 CFY 'install' workflow execution succeeded
Finished executing workflow install on deployment ves-tls
* Run 'cfy events list 92a09c0b-c33c-4e4d-b928-8d34ee08d7bd' to retrieve the execution's events/logs
2021-05-20 02:30:45.824 LOG [hv-ves_plstbv.start] INFO: k8s deployment is ready for: dcae-hv-ves-collector
2021-05-20 02:30:45.825 LOG [hv-ves_plstbv.start] INFO: Done starting: dcae-hv-ves-collector
2021-05-20 02:30:46.633 CFY [hv-ves_plstbv.start] Task succeeded 'k8splugin.create_and_start_container_for_components'
2021-05-20 02:30:46.704 CFY [hv-ves_plstbv] Poststarting node instance: nothing to do
2021-05-20 02:30:46.920 CFY [hv-ves_plstbv] Node instance started
2021-05-20 02:30:47.277 CFY 'install' workflow execution succeeded
Finished executing workflow install on deployment hv-ves
* Run 'cfy events list c4eb8606-dbdf-4cfe-9391-28640a1201bc' to retrieve the execution's events/logs
2021-05-20 02:30:57.131 LOG [docker.tca_sl1v4i.start] INFO: k8s deployment is ready for: dcae-tcagen2
2021-05-20 02:30:57.131 LOG [docker.tca_sl1v4i.start] INFO: Done starting: dcae-tcagen2
2021-05-20 02:30:57.972 CFY [docker.tca_sl1v4i.start] Task succeeded 'k8splugin.create_and_start_container_for_components'
2021-05-20 02:30:58.022 CFY [docker.tca_sl1v4i] Poststarting node instance: nothing to do
2021-05-20 02:30:58.097 CFY [docker.tca_sl1v4i] Node instance started
2021-05-20 02:30:58.405 CFY 'install' workflow execution succeeded
Finished executing workflow install on deployment tcagen2
* Run 'cfy events list c1c80831-9fd2-44cf-8cf3-fb7d8a935d2b' to retrieve the execution's events/logs
2021-05-20 02:31:03.335 LOG [prh_8bw2px.start] INFO: k8s deployment is ready for: dcae-prh
2021-05-20 02:31:04.040 LOG [holmesrules_58d1a5.start] INFO: k8s deployment is ready for: holmes-rule-mgmt
2021-05-20 02:31:03.335 LOG [prh_8bw2px.start] INFO: Done starting: dcae-prh
2021-05-20 02:31:04.148 CFY [prh_8bw2px.start] Task succeeded 'k8splugin.create_and_start_container_for_components'
2021-05-20 02:31:04.255 CFY [prh_8bw2px] Poststarting node instance: nothing to do
2021-05-20 02:31:04.448 CFY [prh_8bw2px] Node instance started
2021-05-20 02:31:04.754 CFY 'install' workflow execution succeeded
Finished executing workflow install on deployment prh
* Run 'cfy events list ee4b8967-8d85-44e5-98b8-09bbe182f52e' to retrieve the execution's events/logs
2021-05-20 02:31:04.040 LOG [holmesrules_58d1a5.start] INFO: Done starting: holmes-rule-mgmt
2021-05-20 02:31:04.981 CFY [holmesrules_58d1a5.start] Task succeeded 'k8splugin.create_and_start_container_for_components'
2021-05-20 02:31:05.056 CFY [holmesrules_58d1a5] Poststarting node instance: nothing to do
2021-05-20 02:31:05.295 CFY [holmesrules_58d1a5] Node instance started
2021-05-20 02:31:05.451 CFY 'install' workflow execution succeeded
Finished executing workflow install on deployment holmes_rules
* Run 'cfy events list 822d4994-622e-4d80-87ac-844a11164739' to retrieve the execution's events/logs
+ deploy holmes_engine k8s-holmes-engine.yaml k8s-holmes_engine-inputs.yaml
+ set +e
+ cm_hasany 'blueprints?id=holmes_engine'
++ curl -Ss -H 'Tenant: default_tenant' --user admin:UmH7vbj6 --cacert /certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/blueprints?id=holmes_engine&_include=id'
++ /bin/jq .metadata.pagination.total
+ COUNT=0
+ (( 0 > 0 ))
+ return 1
+ cfy blueprints upload -b holmes_engine /blueprints/k8s-holmes-engine.yaml
/usr/lib/python2.7/site-packages/paramiko/transport.py:33: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
from cryptography.hazmat.backends import default_backend
Uploading blueprint /blueprints/k8s-holmes-engine.yaml...
k8s-holmes-engine... |####################----------------------------| 41.41%
k8s-holmes-engine... |########################################--------| 82.83%
k8s-holmes-engine... |################################################| 100.0%
Blueprint uploaded. The blueprint's id is holmes_engine
+ cm_hasany 'deployments?id=holmes_engine'
++ curl -Ss -H 'Tenant: default_tenant' --user admin:UmH7vbj6 --cacert /certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/deployments?id=holmes_engine&_include=id'
++ /bin/jq .metadata.pagination.total
+ COUNT=0
+ (( 0 > 0 ))
+ return 1
+ INPUTS=
+ '[' -n k8s-holmes_engine-inputs.yaml ']'
+ INPUTS=-i/inputs/k8s-holmes_engine-inputs.yaml
+ cfy deployments create -b holmes_engine -i/inputs/k8s-holmes_engine-inputs.yaml holmes_engine
/usr/lib/python2.7/site-packages/paramiko/transport.py:33: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
from cryptography.hazmat.backends import default_backend
Creating new deployment from blueprint holmes_engine...
Deployment created. The deployment's id is holmes_engine
+ cm_hasany 'node-instances?deployment_id=holmes_engine&state=uninitialized&state=deleted'
++ curl -Ss -H 'Tenant: default_tenant' --user admin:UmH7vbj6 --cacert /certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/node-instances?deployment_id=holmes_engine&state=uninitialized&state=deleted&_include=id'
++ /bin/jq .metadata.pagination.total
+ COUNT=2
+ (( 2 > 0 ))
+ return 0
+ cfy executions start -d holmes_engine install
/usr/lib/python2.7/site-packages/paramiko/transport.py:33: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
from cryptography.hazmat.backends import default_backend
Executing workflow `install` on deployment `holmes_engine` [timeout=900 seconds]
Deployment environment creation is pending...
2021-05-20 02:31:13.409 CFY Starting 'create_deployment_environment' workflow execution
2021-05-20 02:31:13.415 CFY Installing deployment and workflow plugins
2021-05-20 02:31:13.514 CFY Sending task 'cloudify_agent.operations.install_plugins'
2021-05-20 02:31:13.529 CFY Task started 'cloudify_agent.operations.install_plugins'
2021-05-20 02:31:14.481 LOG INFO: Installing plugin: pgaas
2021-05-20 02:31:15.104 LOG INFO: Using existing installation of managed plugin: 5972e546-6567-49f9-85b3-b4ee8090c213 [package_name: pgaas, package_version: 1.3.0, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-05-20 02:31:15.105 LOG INFO: Installing plugin: k8s
2021-05-20 02:31:15.772 LOG INFO: Using existing installation of managed plugin: 4a0e611a-f712-46d8-ae5a-3bafedd7ece8 [package_name: k8splugin, package_version: 3.4.2, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-05-20 02:31:15.773 CFY Task succeeded 'cloudify_agent.operations.install_plugins'
2021-05-20 02:31:15.837 CFY Creating deployment work directory
2021-05-20 02:31:16.115 CFY 'create_deployment_environment' workflow execution succeeded
2021-05-20 02:31:22.002 CFY Starting 'install' workflow execution
2021-05-20 02:31:22.571 CFY [pgaasvm_g63qw6] Validating node instance before creation: nothing to do
2021-05-20 02:31:22.646 CFY [pgaasvm_g63qw6] Precreating node instance: nothing to do
2021-05-20 02:31:22.877 CFY [pgaasvm_g63qw6] Creating node instance
2021-05-20 02:31:23.005 CFY [pgaasvm_g63qw6.create] Sending task 'pgaas.pgaas_plugin.create_database'
2021-05-20 02:31:25.252 LOG [pgaasvm_g63qw6.create] WARNING: create_database(holmes)
2021-05-20 02:31:26.207 CFY [pgaasvm_g63qw6.create] Task succeeded 'pgaas.pgaas_plugin.create_database'
2021-05-20 02:31:26.369 CFY [pgaasvm_g63qw6] Node instance created
2021-05-20 02:31:26.414 CFY [pgaasvm_g63qw6] Configuring node instance: nothing to do
2021-05-20 02:31:26.526 CFY [pgaasvm_g63qw6] Starting node instance: nothing to do
2021-05-20 02:31:26.646 CFY [pgaasvm_g63qw6] Poststarting node instance: nothing to do
2021-05-20 02:31:26.849 CFY [pgaasvm_g63qw6] Node instance started
2021-05-20 02:31:27.246 CFY [holmesengine_3xro9g] Validating node instance before creation: nothing to do
2021-05-20 02:31:27.319 CFY [holmesengine_3xro9g] Precreating node instance: nothing to do
2021-05-20 02:31:27.430 CFY [holmesengine_3xro9g] Creating node instance
2021-05-20 02:31:27.676 CFY [holmesengine_3xro9g.create] Sending task 'k8splugin.create_for_components'
2021-05-20 02:31:33.078 LOG [holmesengine_3xro9g.create] INFO: Added config for holmes-engine-mgmt
2021-05-20 02:31:33.078 LOG [holmesengine_3xro9g.create] INFO: Done setting up: holmes-engine-mgmt
2021-05-20 02:31:33.688 CFY [holmesengine_3xro9g.create] Task succeeded 'k8splugin.create_for_components'
2021-05-20 02:31:33.945 CFY [holmesengine_3xro9g] Node instance created
2021-05-20 02:31:34.098 CFY [holmesengine_3xro9g] Configuring node instance: nothing to do
2021-05-20 02:31:34.333 CFY [holmesengine_3xro9g] Starting node instance
2021-05-20 02:31:34.446 CFY [holmesengine_3xro9g.start] Sending task 'k8splugin.create_and_start_container_for_components'
2021-05-20 02:31:38.176 LOG [holmesengine_3xro9g.start] INFO: Starting k8s deployment for holmes-engine-mgmt, image: nexus3.onap.org:10001/onap/holmes/engine-management:1.2.9, env: {u'MSB_ADDR': u'msb-iag.onap', 'CONSUL_HOST': u'consul-server.onap', 'CBS_CONFIG_URL': 'https://config-binding-service:10443/service_component_all/holmes-engine-mgmt', 'CONFIG_BINDING_SERVICE': 'config-binding-service', 'DCAE_CA_CERTPATH': '/opt/dcae/cacert/cacert.pem', u'URL_JDBC': u'dcae-pg-primary.onap', u'JDBC_USERNAME': u'holmes_admin', u'JDBC_PASSWORD': u'2a237a532b6c975ba8e1e0fdc5028d87518c4cf39e3d9d83e8c1ea20771e19d4'}, kwargs: {'readiness': {}, 'liveness': {}, 'tls_info': {}, 'envs': {u'MSB_ADDR': u'msb-iag.onap', u'URL_JDBC': u'dcae-pg-primary.onap', u'JDBC_USERNAME': u'holmes_admin', u'JDBC_PASSWORD': u'2a237a532b6c975ba8e1e0fdc5028d87518c4cf39e3d9d83e8c1ea20771e19d4'}, 'labels': {'cfydeployment': u'holmes_engine', 'cfynodeinstance': u'holmesengine_3xro9g', 'cfynode': u'holmesengine'}, 'external_cert': {u'ca_name': u'RA', u'external_certificate_parameters': {u'common_name': u'', u'sans': u''}, u'cert_type': u'P12', u'external_cert_directory': u'/opt/app/dcae-certificate/external', u'use_external_tls': False}, 'resource_config': {u'requests': {u'cpu': u'500m', u'memory': u'256Mi'}, u'limits': {u'cpu': u'500m', u'memory': u'1024Mi'}}, 'volumes': [], 'log_info': {}, 'ports': [u'9102:0'], 'k8s_location': u'central'}
2021-05-20 02:31:38.176 LOG [holmesengine_3xro9g.start] INFO: Passing k8sconfig: {'filebeat': {u'config_map': u'onap-dcae-filebeat-configmap', u'config_path': u'/usr/share/filebeat/filebeat.yml', u'log_path': u'/var/log/onap', u'image': u'docker.elastic.co/beats/filebeat:5.5.0', u'data_path': u'/usr/share/filebeat/data', u'config_subpath': u'filebeat.yml'}, 'truststore_merger': {u'image_tag': u'nexus3.onap.org:10001/onap/org.onap.oom.platform.cert-service.oom-certservice-post-processor:2.1.1'}, 'cbs': {'base_url': 'https://config-binding-service:10443/service_component_all'}, 'external_cert': {u'country': u'US', u'truststore_password': u'secret', u'cert_secret_name': u'oom-cert-service-client-tls-secret', u'state': u'California', u'organizational_unit': u'ONAP', u'location': u'San-Francisco', u'timeout': u'30000', u'keystore_password': u'secret', u'organization': u'Linux-Foundation', u'request_url': u'https://oom-cert-service:8443/v1/certificate/', u'image_tag': u'nexus3.onap.org:10001/onap/org.onap.oom.platform.cert-service.oom-certservice-client:2.1.1'}, 'default_k8s_location': u'central', 'tls': {u'component_cert_dir': u'/opt/dcae/cacert', u'cert_path': u'/opt/app/osaaf', u'image': u'nexus3.onap.org:10001/onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0', u'ca_cert_configmap': u'onap-dcae-bootstrap-dcae-cacert', u'component_ca_cert_path': u'/opt/dcae/cacert/cacert.pem'}, 'consul_host': 'consul-server:8500', 'consul_dns_name': u'consul-server.onap', 'max_wait': 1800, 'image_pull_secrets': [u'onap-docker-registry-key'], 'namespace': u'onap'}
2021-05-20 02:31:38.187 LOG [holmesengine_3xro9g.start] INFO: Creating init container: TLS
* [nexus3.onap.org:10001/onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0]
2021-05-20 02:31:38.304 LOG [holmesengine_3xro9g.start] INFO: k8s deployment initiated successfully for holmes-engine-mgmt: {'services': ['holmes-engine-mgmt'], 'namespace': u'onap', 'location': u'central', 'deployment': 'dep-holmes-engine-mgmt'}
2021-05-20 02:31:38.304 LOG [holmesengine_3xro9g.start] INFO: Waiting up to 1800 secs for holmes-engine-mgmt to become ready
2021-05-20 02:33:04.749 LOG [holmesengine_3xro9g.start] INFO: k8s deployment is ready for: holmes-engine-mgmt
2021-05-20 02:33:04.749 LOG