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.72.172...
* Connected to consul-server (10.233.72.172) 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: Tue, 25 May 2021 02:45:29 GMT
< Content-Length: 4
<
{ [data not shown]
100 124 100 4 100 120 6 206 --:--:-- --:--:-- --:--:-- 206
* 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.72.172...
* Connected to consul-server (10.233.72.172) 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: Tue, 25 May 2021 02:45:30 GMT
< Content-Length: 4
<
{ [data not shown]
100 1518 100 4 100 1514 6 2426 --:--:-- --:--:-- --:--:-- 2426
100 1518 100 4 100 1514 6 2425 --:--:-- --:--:-- --:--:-- 2422
* 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'
++ /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/deployments?id=pgaas_initdb&_include=id'
+ 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-25 02:45:37.189 CFY Starting 'create_deployment_environment' workflow execution
2021-05-25 02:45:37.195 CFY Installing deployment and workflow plugins
2021-05-25 02:45:37.294 CFY Sending task 'cloudify_agent.operations.install_plugins'
2021-05-25 02:45:37.310 CFY Task started 'cloudify_agent.operations.install_plugins'
2021-05-25 02:45:38.411 LOG INFO: Installing plugin: pgaas
2021-05-25 02:45:39.095 LOG INFO: Using existing installation of managed plugin: 267555b4-5199-4772-bb77-6a067bbd357f [package_name: pgaas, package_version: 1.3.0, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-05-25 02:45:39.095 LOG INFO: Installing plugin: ssh_keyshare
2021-05-25 02:45:39.777 LOG INFO: Using existing installation of managed plugin: 8c40b8aa-f043-4c96-b8d3-c3c64a80e94c [package_name: sshkeyshare, package_version: 1.2.0, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-05-25 02:45:39.778 CFY Task succeeded 'cloudify_agent.operations.install_plugins'
2021-05-25 02:45:39.843 CFY Creating deployment work directory
2021-05-25 02:45:40.116 CFY 'create_deployment_environment' workflow execution succeeded
2021-05-25 02:45:46.169 CFY Starting 'install' workflow execution
2021-05-25 02:45:46.760 CFY [sharedsshkey_pgrs_9bozn9] Validating node instance before creation: nothing to do
2021-05-25 02:45:46.857 CFY [sharedsshkey_pgrs_9bozn9] Precreating node instance: nothing to do
2021-05-25 02:45:46.974 CFY [sharedsshkey_pgrs_9bozn9] Creating node instance
2021-05-25 02:45:47.324 CFY [sharedsshkey_pgrs_9bozn9.create] Sending task 'sshkeyshare.keyshare_plugin.generate'
2021-05-25 02:45:52.159 CFY [sharedsshkey_pgrs_9bozn9.create] Task succeeded 'sshkeyshare.keyshare_plugin.generate'
2021-05-25 02:45:52.221 CFY [sharedsshkey_pgrs_9bozn9] Node instance created
2021-05-25 02:45:52.529 CFY [sharedsshkey_pgrs_9bozn9] Configuring node instance: nothing to do
2021-05-25 02:45:52.610 CFY [sharedsshkey_pgrs_9bozn9] Starting node instance: nothing to do
2021-05-25 02:45:52.736 CFY [sharedsshkey_pgrs_9bozn9] Poststarting node instance: nothing to do
2021-05-25 02:45:52.965 CFY [sharedsshkey_pgrs_9bozn9] Node instance started
2021-05-25 02:45:53.542 CFY [pgaas_cluster_9d576k] Validating node instance before creation: nothing to do
2021-05-25 02:45:53.620 CFY [pgaas_cluster_9d576k] Precreating node instance: nothing to do
2021-05-25 02:45:53.877 CFY [pgaas_cluster_9d576k] Creating node instance
2021-05-25 02:45:54.075 CFY [pgaas_cluster_9d576k.create] Sending task 'pgaas.pgaas_plugin.add_pgaas_cluster'
2021-05-25 02:45:58.587 LOG [pgaas_cluster_9d576k.create] WARNING: add_pgaas_cluster() invoked
2021-05-25 02:45:58.824 LOG [pgaas_cluster_9d576k.create] WARNING: All done
2021-05-25 02:45:59.654 CFY [pgaas_cluster_9d576k.create] Task succeeded 'pgaas.pgaas_plugin.add_pgaas_cluster'
2021-05-25 02:45:59.845 CFY [pgaas_cluster_9d576k] Node instance created
2021-05-25 02:46:00.013 CFY [pgaas_cluster_9d576k] Configuring node instance: nothing to do
2021-05-25 02:46:00.074 CFY [pgaas_cluster_9d576k] Starting node instance: nothing to do
Execution ended, waiting 3 seconds for additional log messages
2021-05-25 02:46:00.192 CFY [pgaas_cluster_9d576k] Poststarting node instance: nothing to do
2021-05-25 02:46:00.429 CFY [pgaas_cluster_9d576k] Node instance started
2021-05-25 02:46:00.803 CFY 'install' workflow execution succeeded
Finished executing workflow install on deployment pgaas_initdb
* Run 'cfy events list 7147176e-3166-4d13-b03a-26922b649f03' 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
+ cm_hasany 'blueprints?id=holmes_rules'
+ set +e
+ 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=ves-tls&_include=id'
++ /bin/jq .metadata.pagination.total
++ /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=tcagen2&_include=id'
++ 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=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=hv-ves&_include=id'
++ /bin/jq .metadata.pagination.total
+ COUNT=0
+ (( 0 > 0 ))
+ return 1
+ cfy blueprints upload -b ves-tls /blueprints/k8s-ves.yaml
+ COUNT=0
+ (( 0 > 0 ))
+ return 1
+ cfy blueprints upload -b tcagen2 /blueprints/k8s-tcagen2.yaml
+ COUNT=0
+ (( 0 > 0 ))
+ return 1
+ cfy blueprints upload -b hv-ves /blueprints/k8s-hv-ves.yaml
+ 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 holmes_rules /blueprints/k8s-holmes-rules.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-ves.yaml...
k8s-ves.yaml |#######################---------------------------------| 41.44%
k8s-ves.yaml |##############################################----------| 82.88%
k8s-ves.yaml |########################################################| 100.0%Uploading blueprint /blueprints/k8s-hv-ves.yaml...
k8s-hv-ves.yaml |######################-------------------------------| 41.43%
k8s-hv-ves.yaml |############################################---------| 82.85%
k8s-hv-ves.yaml |#####################################################| 100.0%Uploading blueprint /blueprints/k8s-prh.yaml...
k8s-prh.yaml |#######################---------------------------------| 41.44%
k8s-prh.yaml |##############################################----------| 82.87%
k8s-prh.yaml |########################################################| 100.0%Uploading blueprint /blueprints/k8s-holmes-rules.yaml...
Uploading blueprint /blueprints/k8s-tcagen2.yaml...
k8s-holmes-rules.... |####################----------------------------| 41.41%
k8s-holmes-rules.... |########################################--------| 82.83%
k8s-holmes-rules.... |################################################| 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 ves-tls
+ 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'
++ /bin/jq .metadata.pagination.total
Blueprint uploaded. The blueprint's id is prh
Blueprint uploaded. The blueprint's id is tcagen2
+ 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=tcagen2'
++ /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/deployments?id=tcagen2&_include=id'
+ 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
+ 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
Blueprint uploaded. The blueprint's id is holmes_rules
+ COUNT=0
+ (( 0 > 0 ))
+ return 1
+ INPUTS=
+ '[' -n k8s-prh-inputs.yaml ']'
+ COUNT=0
+ (( 0 > 0 ))
+ return 1
+ INPUTS=
+ '[' -n k8s-tcagen2-inputs.yaml ']'
+ INPUTS=-i/inputs/k8s-prh-inputs.yaml
+ INPUTS=-i/inputs/k8s-tcagen2-inputs.yaml
+ cfy deployments create -b tcagen2 -i/inputs/k8s-tcagen2-inputs.yaml tcagen2
+ cfy deployments create -b prh -i/inputs/k8s-prh-inputs.yaml prh
+ cm_hasany 'deployments?id=holmes_rules'
++ 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
+ 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
Creating new deployment from blueprint hv-ves...
/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 ves-tls...
Creating new deployment from blueprint tcagen2...
Creating new deployment from blueprint prh...
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'
++ /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/node-instances?deployment_id=hv-ves&state=uninitialized&state=deleted&_include=id'
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 hv-ves 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 tcagen2
+ 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
Executing workflow `install` on deployment `hv-ves` [timeout=900 seconds]
+ COUNT=1
+ (( 1 > 0 ))
+ return 0
+ cfy executions start -d ves-tls install
Deployment created. The deployment's id is prh
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
+ 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
+ COUNT=1
+ (( 1 > 0 ))
+ return 0
+ cfy executions start -d tcagen2 install
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
Executing workflow `install` on deployment `ves-tls` [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
+ COUNT=1
+ (( 1 > 0 ))
+ return 0
+ cfy executions start -d prh install
Executing workflow `install` on deployment `tcagen2` [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
+ COUNT=2
+ (( 2 > 0 ))
+ return 0
+ cfy executions start -d holmes_rules install
Executing workflow `install` on deployment `prh` [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 `holmes_rules` [timeout=900 seconds]
Deployment environment creation is pending...
Deployment environment creation is pending...
Deployment environment creation is pending...
2021-05-25 02:46:21.573 CFY Starting 'create_deployment_environment' workflow execution
2021-05-25 02:46:21.973 CFY Starting 'create_deployment_environment' workflow execution
2021-05-25 02:46:22.289 CFY Starting 'create_deployment_environment' workflow execution
2021-05-25 02:46:20.899 CFY Starting 'create_deployment_environment' workflow execution
2021-05-25 02:46:20.965 CFY Installing deployment and workflow plugins
2021-05-25 02:46:21.062 CFY Sending task 'cloudify_agent.operations.install_plugins'
2021-05-25 02:46:21.079 CFY Task started 'cloudify_agent.operations.install_plugins'
2021-05-25 02:46:21.396 CFY Starting 'create_deployment_environment' workflow execution
2021-05-25 02:46:21.466 CFY Installing deployment and workflow plugins
2021-05-25 02:46:21.566 CFY Sending task 'cloudify_agent.operations.install_plugins'
2021-05-25 02:46:21.581 CFY Task started 'cloudify_agent.operations.install_plugins'
2021-05-25 02:46:21.579 CFY Installing deployment and workflow plugins
2021-05-25 02:46:21.678 CFY Sending task 'cloudify_agent.operations.install_plugins'
2021-05-25 02:46:21.693 CFY Task started 'cloudify_agent.operations.install_plugins'
2021-05-25 02:46:25.866 LOG INFO: Installing plugin: k8s
2021-05-25 02:46:21.980 CFY Installing deployment and workflow plugins
2021-05-25 02:46:22.079 CFY Sending task 'cloudify_agent.operations.install_plugins'
2021-05-25 02:46:22.095 CFY Task started 'cloudify_agent.operations.install_plugins'
2021-05-25 02:46:26.278 LOG INFO: Installing plugin: pgaas
2021-05-25 02:46:22.365 CFY Installing deployment and workflow plugins
2021-05-25 02:46:22.464 CFY Sending task 'cloudify_agent.operations.install_plugins'
2021-05-25 02:46:22.491 CFY Task started 'cloudify_agent.operations.install_plugins'
2021-05-25 02:46:25.082 LOG INFO: Installing plugin: k8s
2021-05-25 02:46:25.688 LOG INFO: Installing plugin: k8s
2021-05-25 02:46:28.686 LOG INFO: Using existing installation of managed plugin: 1e4aabc3-042c-4096-9d33-756504de88ce [package_name: k8splugin, package_version: 3.4.2, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-05-25 02:46:28.998 LOG INFO: Using existing installation of managed plugin: 267555b4-5199-4772-bb77-6a067bbd357f [package_name: pgaas, package_version: 1.3.0, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-05-25 02:46:28.999 LOG INFO: Installing plugin: k8s
2021-05-25 02:46:26.873 LOG INFO: Installing plugin: k8s
2021-05-25 02:46:29.196 LOG INFO: Using existing installation of managed plugin: 1e4aabc3-042c-4096-9d33-756504de88ce [package_name: k8splugin, package_version: 3.4.2, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-05-25 02:46:27.992 LOG INFO: Using existing installation of managed plugin: 1e4aabc3-042c-4096-9d33-756504de88ce [package_name: k8splugin, package_version: 3.4.2, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-05-25 02:46:27.993 CFY Task succeeded 'cloudify_agent.operations.install_plugins'
2021-05-25 02:46:28.108 CFY Creating deployment work directory
2021-05-25 02:46:28.592 CFY 'create_deployment_environment' workflow execution succeeded
2021-05-25 02:46:28.301 LOG INFO: Using existing installation of managed plugin: 1e4aabc3-042c-4096-9d33-756504de88ce [package_name: k8splugin, package_version: 3.4.2, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-05-25 02:46:28.358 CFY Task succeeded 'cloudify_agent.operations.install_plugins'
2021-05-25 02:46:28.367 CFY Creating deployment work directory
2021-05-25 02:46:28.870 CFY 'create_deployment_environment' workflow execution succeeded
2021-05-25 02:46:28.687 CFY Task succeeded 'cloudify_agent.operations.install_plugins'
2021-05-25 02:46:28.801 CFY Creating deployment work directory
2021-05-25 02:46:29.098 CFY 'create_deployment_environment' workflow execution succeeded
2021-05-25 02:46:29.756 LOG INFO: Using existing installation of managed plugin: 1e4aabc3-042c-4096-9d33-756504de88ce [package_name: k8splugin, package_version: 3.4.2, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-05-25 02:46:29.757 CFY Task succeeded 'cloudify_agent.operations.install_plugins'
2021-05-25 02:46:29.821 CFY Creating deployment work directory
2021-05-25 02:46:30.082 CFY 'create_deployment_environment' workflow execution succeeded
2021-05-25 02:46:29.197 CFY Task succeeded 'cloudify_agent.operations.install_plugins'
2021-05-25 02:46:29.312 CFY Creating deployment work directory
2021-05-25 02:46:29.583 CFY 'create_deployment_environment' workflow execution succeeded
2021-05-25 02:46:36.078 CFY Starting 'install' workflow execution
2021-05-25 02:46:36.581 CFY Starting 'install' workflow execution
2021-05-25 02:46:38.190 CFY [hv-ves_8732fx] Validating node instance before creation: nothing to do
2021-05-25 02:46:38.491 CFY [hv-ves_8732fx] Precreating node instance: nothing to do
2021-05-25 02:46:39.163 CFY [hv-ves_8732fx] Creating node instance
2021-05-25 02:46:38.595 CFY [ves_q3vptk] Validating node instance before creation: nothing to do
2021-05-25 02:46:38.896 CFY [ves_q3vptk] Precreating node instance: nothing to do
2021-05-25 02:46:39.210 CFY [ves_q3vptk] Creating node instance
2021-05-25 02:46:39.590 CFY Starting 'install' workflow execution
2021-05-25 02:46:40.866 CFY [docker.tca_i7jez9] Validating node instance before creation: nothing to do
2021-05-25 02:46:41.108 CFY [docker.tca_i7jez9] Precreating node instance: nothing to do
2021-05-25 02:46:40.783 CFY Starting 'install' workflow execution
2021-05-25 02:46:41.974 CFY [prh_5i2qlz] Validating node instance before creation: nothing to do
2021-05-25 02:46:42.176 CFY [prh_5i2qlz] Precreating node instance: nothing to do
2021-05-25 02:46:42.381 CFY [prh_5i2qlz] Creating node instance
2021-05-25 02:46:43.209 CFY [prh_5i2qlz.create] Sending task 'k8splugin.create_for_components'
2021-05-25 02:46:40.589 CFY Starting 'install' workflow execution
2021-05-25 02:46:42.203 CFY [pgaasvm_jcxmh1] Validating node instance before creation: nothing to do
2021-05-25 02:46:42.509 CFY [pgaasvm_jcxmh1] Precreating node instance: nothing to do
2021-05-25 02:46:42.858 CFY [pgaasvm_jcxmh1] Creating node instance
2021-05-25 02:46:39.441 CFY [hv-ves_8732fx.create] Sending task 'k8splugin.create_for_components'
2021-05-25 02:46:40.010 CFY [ves_q3vptk.create] Sending task 'k8splugin.create_for_components'
2021-05-25 02:46:41.960 CFY [docker.tca_i7jez9] Creating node instance
2021-05-25 02:46:42.290 CFY [docker.tca_i7jez9.create] Sending task 'k8splugin.create_for_components'
2021-05-25 02:46:43.858 CFY [pgaasvm_jcxmh1.create] Sending task 'pgaas.pgaas_plugin.create_database'
2021-05-25 02:46:49.081 LOG [pgaasvm_jcxmh1.create] WARNING: create_database(holmes)
2021-05-25 02:46:51.112 LOG [pgaasvm_jcxmh1.create] WARNING: All done
2021-05-25 02:46:52.385 CFY [pgaasvm_jcxmh1.create] Task succeeded 'pgaas.pgaas_plugin.create_database'
2021-05-25 02:46:52.597 CFY [pgaasvm_jcxmh1] Node instance created
2021-05-25 02:46:52.750 CFY [pgaasvm_jcxmh1] Configuring node instance: nothing to do
2021-05-25 02:46:52.933 CFY [pgaasvm_jcxmh1] Starting node instance: nothing to do
2021-05-25 02:46:53.008 CFY [pgaasvm_jcxmh1] Poststarting node instance: nothing to do
2021-05-25 02:46:53.293 CFY [pgaasvm_jcxmh1] Node instance started
2021-05-25 02:46:53.967 CFY [holmesrules_pdjyqr] Validating node instance before creation: nothing to do
2021-05-25 02:46:54.187 CFY [holmesrules_pdjyqr] Precreating node instance: nothing to do
2021-05-25 02:46:54.525 CFY [holmesrules_pdjyqr] Creating node instance
2021-05-25 02:46:55.110 CFY [holmesrules_pdjyqr.create] Sending task 'k8splugin.create_for_components'
2021-05-25 02:46:57.738 LOG [hv-ves_8732fx.create] INFO: Added config for dcae-hv-ves-collector
2021-05-25 02:46:57.739 LOG [hv-ves_8732fx.create] INFO: Done setting up: dcae-hv-ves-collector
2021-05-25 02:46:57.738 LOG [ves_q3vptk.create] INFO: Added config for dcae-ves-collector
2021-05-25 02:46:57.738 LOG [ves_q3vptk.create] INFO: Done setting up: dcae-ves-collector
2021-05-25 02:46:57.738 LOG [docker.tca_i7jez9.create] INFO: Added config for dcae-tcagen2
2021-05-25 02:46:57.741 LOG [docker.tca_i7jez9.create] INFO: Done setting up: dcae-tcagen2
2021-05-25 02:46:58.406 CFY [docker.tca_i7jez9.create] Task succeeded 'k8splugin.create_for_components'
2021-05-25 02:46:57.738 LOG [prh_5i2qlz.create] INFO: Added config for dcae-prh
2021-05-25 02:46:57.738 LOG [prh_5i2qlz.create] INFO: Done setting up: dcae-prh
2021-05-25 02:46:58.465 CFY [prh_5i2qlz.create] Task succeeded 'k8splugin.create_for_components'
2021-05-25 02:46:58.509 CFY [prh_5i2qlz] Node instance created
2021-05-25 02:46:58.995 CFY [prh_5i2qlz] Configuring node instance: nothing to do
2021-05-25 02:46:59.201 CFY [prh_5i2qlz] Starting node instance
2021-05-25 02:46:59.908 CFY [prh_5i2qlz.start] Sending task 'k8splugin.create_and_start_container_for_components'
2021-05-25 02:46:59.295 CFY [hv-ves_8732fx.create] Task succeeded 'k8splugin.create_for_components'
2021-05-25 02:46:59.801 CFY [hv-ves_8732fx] Node instance created
2021-05-25 02:46:59.986 CFY [hv-ves_8732fx] Configuring node instance: nothing to do
2021-05-25 02:47:00.194 CFY [hv-ves_8732fx] Starting node instance
2021-05-25 02:47:00.958 CFY [hv-ves_8732fx.start] Sending task 'k8splugin.create_and_start_container_for_components'
2021-05-25 02:46:58.986 CFY [ves_q3vptk.create] Task succeeded 'k8splugin.create_for_components'
2021-05-25 02:46:59.400 CFY [ves_q3vptk] Node instance created
2021-05-25 02:46:59.580 CFY [ves_q3vptk] Configuring node instance: nothing to do
2021-05-25 02:46:59.807 CFY [ves_q3vptk] Starting node instance
2021-05-25 02:47:00.690 CFY [ves_q3vptk.start] Sending task 'k8splugin.create_and_start_container_for_components'
2021-05-25 02:46:58.904 CFY [docker.tca_i7jez9] Node instance created
2021-05-25 02:46:59.101 CFY [docker.tca_i7jez9] Configuring node instance: nothing to do
2021-05-25 02:46:59.301 CFY [docker.tca_i7jez9] Starting node instance
2021-05-25 02:47:00.203 CFY [docker.tca_i7jez9.start] Sending task 'k8splugin.create_and_start_container_for_components'
2021-05-25 02:47:01.679 LOG [holmesrules_pdjyqr.create] INFO: Added config for holmes-rule-mgmt
2021-05-25 02:47:01.680 LOG [holmesrules_pdjyqr.create] INFO: Done setting up: holmes-rule-mgmt
2021-05-25 02:47:02.971 CFY [holmesrules_pdjyqr.create] Task succeeded 'k8splugin.create_for_components'
2021-05-25 02:47:04.061 CFY [holmesrules_pdjyqr] Node instance created
2021-05-25 02:47:04.370 CFY [holmesrules_pdjyqr] Configuring node instance: nothing to do
2021-05-25 02:47:05.470 CFY [holmesrules_pdjyqr] Starting node instance
2021-05-25 02:47:05.991 CFY [holmesrules_pdjyqr.start] Sending task 'k8splugin.create_and_start_container_for_components'
2021-05-25 02:47:10.885 LOG [docker.tca_i7jez9.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_i7jez9', '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'external_cert_directory': u'/opt/app/dcae-certificate/external', u'ca_name': u'RA'}, 'resource_config': {}, 'volumes': [], 'log_info': {u'log_directory': u'/opt/logs/dcae-analytics-tca'}, 'ports': [u'9091:0'], 'k8s_location': u'central'}
2021-05-25 02:47:08.881 LOG [prh_5i2qlz.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_5i2qlz', 'cfynode': u'prh'}, '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': {}, 'volumes': [], 'log_info': {u'log_directory': u'/opt/app/prh/logs'}, 'ports': [u'8100:0'], 'k8s_location': u'central'}
2021-05-25 02:47:08.881 LOG [prh_5i2qlz.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-25 02:47:08.981 LOG [prh_5i2qlz.start] INFO: Creating init container: TLS
* [nexus3.onap.org:10001/onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0]
2021-05-25 02:47:09.761 LOG [prh_5i2qlz.start] INFO: k8s deployment initiated successfully for dcae-prh: {'services': ['dcae-prh'], 'namespace': u'onap', 'location': u'central', 'deployment': 'dep-dcae-prh'}
2021-05-25 02:47:09.762 LOG [prh_5i2qlz.start] INFO: Waiting up to 1800 secs for dcae-prh to become ready
2021-05-25 02:47:11.765 LOG [hv-ves_8732fx.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_8732fx', '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-25 02:47:11.770 LOG [hv-ves_8732fx.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-25 02:47:11.788 LOG [hv-ves_8732fx.start] INFO: Creating init container: TLS
* [nexus3.onap.org:10001/onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0]
2021-05-25 02:47:11.941 LOG [hv-ves_8732fx.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-25 02:47:11.958 LOG [hv-ves_8732fx.start] INFO: Waiting up to 1800 secs for dcae-hv-ves-collector to become ready
2021-05-25 02:47:11.071 LOG [ves_q3vptk.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_q3vptk', '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-25 02:47:11.071 LOG [ves_q3vptk.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-25 02:47:11.084 LOG [ves_q3vptk.start] INFO: Creating init container: TLS
* [nexus3.onap.org:10001/onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0]
2021-05-25 02:47:11.462 LOG [ves_q3vptk.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-25 02:47:11.462 LOG [ves_q3vptk.start] INFO: Waiting up to 1800 secs for dcae-ves-collector to become ready
2021-05-25 02:47:10.958 LOG [docker.tca_i7jez9.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-25 02:47:10.972 LOG [docker.tca_i7jez9.start] INFO: Creating init container: TLS
* [nexus3.onap.org:10001/onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0]
2021-05-25 02:47:11.260 LOG [docker.tca_i7jez9.start] INFO: k8s deployment initiated successfully for dcae-tcagen2: {'services': ['dcae-tcagen2'], 'namespace': u'onap', 'location': u'central', 'deployment': 'dep-dcae-tcagen2'}
2021-05-25 02:47:11.260 LOG [docker.tca_i7jez9.start] INFO: Waiting up to 1800 secs for dcae-tcagen2 to become ready
2021-05-25 02:47:16.087 LOG [holmesrules_pdjyqr.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'1e65e1b16e673fdbcc8ae7a56297e20742ec05d694edeb3ffbfd055ebe9829e6'}, 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'1e65e1b16e673fdbcc8ae7a56297e20742ec05d694edeb3ffbfd055ebe9829e6'}, 'labels': {'cfydeployment': u'holmes_rules', 'cfynodeinstance': u'holmesrules_pdjyqr', 'cfynode': u'holmesrules'}, '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'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-25 02:47:16.088 LOG [holmesrules_pdjyqr.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-25 02:47:16.167 LOG [holmesrules_pdjyqr.start] INFO: Creating init container: TLS
* [nexus3.onap.org:10001/onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0]
2021-05-25 02:47:16.383 LOG [holmesrules_pdjyqr.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-25 02:47:16.384 LOG [holmesrules_pdjyqr.start] INFO: Waiting up to 1800 secs for holmes-rule-mgmt to become ready
2021-05-25 02:48:27.917 LOG [prh_5i2qlz.start] INFO: k8s deployment is ready for: dcae-prh
2021-05-25 02:48:27.918 LOG [prh_5i2qlz.start] INFO: Done starting: dcae-prh
2021-05-25 02:48:28.879 CFY [prh_5i2qlz.start] Task succeeded 'k8splugin.create_and_start_container_for_components'
2021-05-25 02:48:28.958 CFY [prh_5i2qlz] Poststarting node instance: nothing to do
Execution ended, waiting 3 seconds for additional log messages
2021-05-25 02:48:29.131 CFY [prh_5i2qlz] Node instance started
2021-05-25 02:48:29.587 CFY 'install' workflow execution succeeded
Finished executing workflow install on deployment prh
* Run 'cfy events list 84334690-6cd1-429d-845f-35a276795be0' to retrieve the execution's events/logs
2021-05-25 02:48:32.443 LOG [docker.tca_i7jez9.start] INFO: k8s deployment is ready for: dcae-tcagen2
2021-05-25 02:48:32.443 LOG [docker.tca_i7jez9.start] INFO: Done starting: dcae-tcagen2
2021-05-25 02:48:33.186 CFY [docker.tca_i7jez9.start] Task succeeded 'k8splugin.create_and_start_container_for_components'
2021-05-25 02:48:33.308 CFY [docker.tca_i7jez9] Poststarting node instance: nothing to do
2021-05-25 02:48:33.374 CFY [docker.tca_i7jez9] Node instance started
2021-05-25 02:48:33.830 CFY 'install' workflow execution succeeded
Finished executing workflow install on deployment tcagen2
* Run 'cfy events list bb048d07-127d-4e14-a7b7-a6fa0cd2ab15' to retrieve the execution's events/logs
2021-05-25 02:49:13.843 LOG [ves_q3vptk.start] INFO: k8s deployment is ready for: dcae-ves-collector
2021-05-25 02:49:13.843 LOG [ves_q3vptk.start] INFO: Done starting: dcae-ves-collector
2021-05-25 02:49:14.677 CFY [ves_q3vptk.start] Task succeeded 'k8splugin.create_and_start_container_for_components'
2021-05-25 02:49:14.715 CFY [ves_q3vptk] Poststarting node instance: nothing to do
2021-05-25 02:49:14.971 CFY [ves_q3vptk] Node instance started
2021-05-25 02:49:15.336 CFY 'install' workflow execution succeeded
Finished executing workflow install on deployment ves-tls
* Run 'cfy events list 0ca88e9c-2245-46a9-ac32-8b85120ba856' to retrieve the execution's events/logs
2021-05-25 02:49:53.568 LOG [hv-ves_8732fx.start] INFO: k8s deployment is ready for: dcae-hv-ves-collector
2021-05-25 02:49:53.568 LOG [hv-ves_8732fx.start] INFO: Done starting: dcae-hv-ves-collector
2021-05-25 02:49:54.660 CFY [hv-ves_8732fx.start] Task succeeded 'k8splugin.create_and_start_container_for_components'
Execution ended, waiting 3 seconds for additional log messages
2021-05-25 02:49:54.737 CFY [hv-ves_8732fx] Poststarting node instance: nothing to do
2021-05-25 02:49:55.042 CFY [hv-ves_8732fx] Node instance started
2021-05-25 02:49:55.387 CFY 'install' workflow execution succeeded
Finished executing workflow install on deployment hv-ves
* Run 'cfy events list 4c716f67-894b-4f8a-b75c-c4d62e4cb0fe' to retrieve the execution's events/logs
2021-05-25 02:50:19.578 LOG [holmesrules_pdjyqr.start] INFO: k8s deployment is ready for: holmes-rule-mgmt
2021-05-25 02:50:19.579 LOG [holmesrules_pdjyqr.start] INFO: Done starting: holmes-rule-mgmt
2021-05-25 02:50:20.207 CFY [holmesrules_pdjyqr.start] Task succeeded 'k8splugin.create_and_start_container_for_components'
2021-05-25 02:50:20.235 CFY [holmesrules_pdjyqr] Poststarting node instance: nothing to do
2021-05-25 02:50:20.328 CFY [holmesrules_pdjyqr] Node instance started
2021-05-25 02:50:20.849 CFY 'install' workflow execution succeeded
Finished executing workflow install on deployment holmes_rules
* Run 'cfy events list ce96cbd0-a60c-4dcb-9bfd-71d2a78ccc6d' 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-25 02:50:29.391 CFY Starting 'create_deployment_environment' workflow execution
2021-05-25 02:50:29.397 CFY Installing deployment and workflow plugins
2021-05-25 02:50:29.496 CFY Sending task 'cloudify_agent.operations.install_plugins'
2021-05-25 02:50:29.512 CFY Task started 'cloudify_agent.operations.install_plugins'
2021-05-25 02:50:30.470 LOG INFO: Installing plugin: pgaas
2021-05-25 02:50:31.211 LOG INFO: Using existing installation of managed plugin: 267555b4-5199-4772-bb77-6a067bbd357f [package_name: pgaas, package_version: 1.3.0, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-05-25 02:50:31.212 LOG INFO: Installing plugin: k8s
2021-05-25 02:50:31.883 LOG INFO: Using existing installation of managed plugin: 1e4aabc3-042c-4096-9d33-756504de88ce [package_name: k8splugin, package_version: 3.4.2, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-05-25 02:50:31.885 CFY Task succeeded 'cloudify_agent.operations.install_plugins'
2021-05-25 02:50:31.949 CFY Creating deployment work directory
2021-05-25 02:50:32.199 CFY 'create_deployment_environment' workflow execution succeeded
2021-05-25 02:50:37.944 CFY Starting 'install' workflow execution
2021-05-25 02:50:38.604 CFY [pgaasvm_eqzvg1] Validating node instance before creation: nothing to do
2021-05-25 02:50:38.703 CFY [pgaasvm_eqzvg1] Precreating node instance: nothing to do
2021-05-25 02:50:38.960 CFY [pgaasvm_eqzvg1] Creating node instance
2021-05-25 02:50:39.162 CFY [pgaasvm_eqzvg1.create] Sending task 'pgaas.pgaas_plugin.create_database'
2021-05-25 02:50:42.262 LOG [pgaasvm_eqzvg1.create] WARNING: create_database(holmes)
2021-05-25 02:50:43.738 CFY [pgaasvm_eqzvg1.create] Task succeeded 'pgaas.pgaas_plugin.create_database'
2021-05-25 02:50:43.783 CFY [pgaasvm_eqzvg1] Node instance created
2021-05-25 02:50:44.063 CFY [pgaasvm_eqzvg1] Configuring node instance: nothing to do
2021-05-25 02:50:44.171 CFY [pgaasvm_eqzvg1] Starting node instance: nothing to do
2021-05-25 02:50:44.280 CFY [pgaasvm_eqzvg1] Poststarting node instance: nothing to do
2021-05-25 02:50:44.361 CFY [pgaasvm_eqzvg1] Node instance started
2021-05-25 02:50:45.066 CFY [holmesengine_cat946] Validating node instance before creation: nothing to do
2021-05-25 02:50:45.181 CFY [holmesengine_cat946] Precreating node instance: nothing to do
2021-05-25 02:50:45.413 CFY [holmesengine_cat946] Creating node instance
2021-05-25 02:50:45.632 CFY [holmesengine_cat946.create] Sending task 'k8splugin.create_for_components'
2021-05-25 02:50:52.934 LOG [holmesengine_cat946.create] INFO: Added config for holmes-engine-mgmt
2021-05-25 02:50:52.935 LOG [holmesengine_cat946.create] INFO: Done setting up: holmes-engine-mgmt
2021-05-25 02:50:53.818 CFY [holmesengine_cat946.create] Task succeeded 'k8splugin.create_for_components'
2021-05-25 02:50:53.939 CFY [holmesengine_cat946] Node instance created
2021-05-25 02:50:54.198 CFY [holmesengine_cat946] Configuring node instance: nothing to do
2021-05-25 02:50:54.479 CFY [holmesengine_cat946] Starting node instance
2021-05-25 02:50:54.663 CFY [holmesengine_cat946.start] Sending task 'k8splugin.create_and_start_container_for_components'
2021-05-25 02:51:00.108 LOG [holmesengine_cat946.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'1e65e1b16e673fdbcc8ae7a56297e20742ec05d694edeb3ffbfd055ebe9829e6'}, 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'1e65e1b16e673fdbcc8ae7a56297e20742ec05d694edeb3ffbfd055ebe9829e6'}, 'labels': {'cfydeployment': u'holmes_engine', 'cfynodeinstance': u'holmesengine_cat946', 'cfynode': u'holmesengine'}, 'external_cert': {u'use_external_tls': False, 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'ca_name': u'RA'}, '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-25 02:51:00.108 LOG [holmesengine_cat946.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-25 02:51:00.120 LOG [holmesengine_cat946.start] INFO: Creating init container: TLS
* [nexus3.onap.org:10001/onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0]
2021-05-25 02:51:00.281 LOG [holmesengine_cat946.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-25 02:51:00.281 LOG [holmesengine_cat946.start] INFO: Waiting up to 1800 secs for holmes-engine-mgmt to become ready
2021-05-25 02:52:54.173 LOG [holmesengine_cat946.start] INFO: k8s deployment is ready for: holmes-engine-mgmt
2021-05-25 02:52:54.174 LOG