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.70.94...
* Connected to consul-server (10.233.70.94) 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: Mon, 12 Apr 2021 02:29:07 GMT
< Content-Length: 4
<
{ [data not shown]
100 124 100 4 100 120 11 355 --:--:-- --:--:-- --:--:-- 356
* 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.70.94...
* Connected to consul-server (10.233.70.94) 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: Mon, 12 Apr 2021 02:29:08 GMT
< Content-Length: 4
<
{ [data not shown]
100 1518 100 4 100 1514 7 2705 --:--:-- --:--:-- --:--:-- 2703
100 1518 100 4 100 1514 7 2704 --:--:-- --:--:-- --:--:-- 2703
* 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-04-12 02:29:15.441 CFY Starting 'create_deployment_environment' workflow execution
2021-04-12 02:29:15.449 CFY Installing deployment and workflow plugins
2021-04-12 02:29:15.548 CFY Sending task 'cloudify_agent.operations.install_plugins'
2021-04-12 02:29:15.563 CFY Task started 'cloudify_agent.operations.install_plugins'
2021-04-12 02:29:16.632 LOG INFO: Installing plugin: pgaas
2021-04-12 02:29:17.393 LOG INFO: Using existing installation of managed plugin: e1f687a4-26e9-4c10-8f64-1a5a666d6a12 [package_name: pgaas, package_version: 1.3.0, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-04-12 02:29:17.394 LOG INFO: Installing plugin: ssh_keyshare
2021-04-12 02:29:18.106 LOG INFO: Using existing installation of managed plugin: 67023af1-4ccb-41f7-b9b1-56ab63efc883 [package_name: sshkeyshare, package_version: 1.2.0, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-04-12 02:29:18.107 CFY Task succeeded 'cloudify_agent.operations.install_plugins'
2021-04-12 02:29:18.222 CFY Creating deployment work directory
2021-04-12 02:29:18.498 CFY 'create_deployment_environment' workflow execution succeeded
2021-04-12 02:29:24.662 CFY Starting 'install' workflow execution
2021-04-12 02:29:25.398 CFY [sharedsshkey_pgrs_t0t9ib] Validating node instance before creation: nothing to do
2021-04-12 02:29:25.480 CFY [sharedsshkey_pgrs_t0t9ib] Precreating node instance: nothing to do
2021-04-12 02:29:25.584 CFY [sharedsshkey_pgrs_t0t9ib] Creating node instance
2021-04-12 02:29:25.936 CFY [sharedsshkey_pgrs_t0t9ib.create] Sending task 'sshkeyshare.keyshare_plugin.generate'
2021-04-12 02:29:30.382 CFY [sharedsshkey_pgrs_t0t9ib.create] Task succeeded 'sshkeyshare.keyshare_plugin.generate'
2021-04-12 02:29:30.628 CFY [sharedsshkey_pgrs_t0t9ib] Node instance created
2021-04-12 02:29:30.826 CFY [sharedsshkey_pgrs_t0t9ib] Configuring node instance: nothing to do
2021-04-12 02:29:30.900 CFY [sharedsshkey_pgrs_t0t9ib] Starting node instance: nothing to do
2021-04-12 02:29:30.998 CFY [sharedsshkey_pgrs_t0t9ib] Poststarting node instance: nothing to do
2021-04-12 02:29:31.318 CFY [sharedsshkey_pgrs_t0t9ib] Node instance started
2021-04-12 02:29:31.868 CFY [pgaas_cluster_3h47pr] Validating node instance before creation: nothing to do
2021-04-12 02:29:31.947 CFY [pgaas_cluster_3h47pr] Precreating node instance: nothing to do
2021-04-12 02:29:32.063 CFY [pgaas_cluster_3h47pr] Creating node instance
2021-04-12 02:29:32.408 CFY [pgaas_cluster_3h47pr.create] Sending task 'pgaas.pgaas_plugin.add_pgaas_cluster'
2021-04-12 02:29:36.542 LOG [pgaas_cluster_3h47pr.create] WARNING: add_pgaas_cluster() invoked
2021-04-12 02:29:36.825 LOG [pgaas_cluster_3h47pr.create] WARNING: All done
2021-04-12 02:29:37.459 CFY [pgaas_cluster_3h47pr.create] Task succeeded 'pgaas.pgaas_plugin.add_pgaas_cluster'
2021-04-12 02:29:37.577 CFY [pgaas_cluster_3h47pr] Node instance created
2021-04-12 02:29:37.870 CFY [pgaas_cluster_3h47pr] Configuring node instance: nothing to do
2021-04-12 02:29:37.979 CFY [pgaas_cluster_3h47pr] Starting node instance: nothing to do
Execution ended, waiting 3 seconds for additional log messages
2021-04-12 02:29:38.061 CFY [pgaas_cluster_3h47pr] Poststarting node instance: nothing to do
2021-04-12 02:29:38.371 CFY [pgaas_cluster_3h47pr] Node instance started
2021-04-12 02:29:38.592 CFY 'install' workflow execution succeeded
Finished executing workflow install on deployment pgaas_initdb
* Run 'cfy events list 047ff5b6-8d40-4b6a-9630-f8e791c195d5' 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 holmes_rules k8s-holmes-rules.yaml k8s-holmes_rules-inputs.yaml
+ set +e
+ cm_hasany 'blueprints?id=holmes_rules'
+ deploy prh k8s-prh.yaml k8s-prh-inputs.yaml
+ set +e
+ cm_hasany 'blueprints?id=prh'
++ 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=holmes_rules&_include=id'
+ deploy hv-ves k8s-hv-ves.yaml k8s-hv_ves-inputs.yaml
+ 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=hv-ves&_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=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=prh&_include=id'
++ /bin/jq .metadata.pagination.total
++ /bin/jq .metadata.pagination.total
+ COUNT=0
+ (( 0 > 0 ))
+ return 1
+ cfy blueprints upload -b holmes_rules /blueprints/k8s-holmes-rules.yaml
+ 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 prh /blueprints/k8s-prh.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-holmes-rules.yaml...
Uploading blueprint /blueprints/k8s-ves.yaml...
k8s-holmes-rules.... |####################----------------------------| 41.41%
k8s-holmes-rules.... |########################################--------| 82.83%
k8s-holmes-rules.... |################################################| 100.0%
k8s-ves.yaml |#######################---------------------------------| 41.44%
k8s-ves.yaml |##############################################----------| 82.88%
k8s-ves.yaml |########################################################| 100.0%Uploading blueprint /blueprints/k8s-hv-ves.yaml...
Uploading blueprint /blueprints/k8s-prh.yaml...
Uploading blueprint /blueprints/k8s-tcagen2.yaml...
k8s-hv-ves.yaml |######################-------------------------------| 41.43%
k8s-hv-ves.yaml |############################################---------| 82.85%
k8s-hv-ves.yaml |#####################################################| 100.0%
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 tcagen2
Blueprint uploaded. The blueprint's id is ves-tls
+ 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 hv-ves
+ 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
+ cm_hasany 'deployments?id=hv-ves'
++ /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=hv-ves&_include=id'
+ 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
Blueprint uploaded. The blueprint's id is prh
+ cm_hasany 'deployments?id=prh'
Blueprint uploaded. The blueprint's id is holmes_rules
+ 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
++ 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-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'
++ 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-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-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 tcagen2...
Creating new deployment from blueprint ves-tls...
Creating new deployment from blueprint hv-ves...
Creating new deployment from blueprint prh...
Creating new deployment from blueprint holmes_rules...
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
Deployment created. The deployment's id is prh
+ 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
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
Deployment created. The deployment's id is holmes_rules
Deployment created. The deployment's id is hv-ves
+ COUNT=1
+ (( 1 > 0 ))
+ return 0
+ cfy executions start -d ves-tls install
+ 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
+ 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 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
+ COUNT=2
+ (( 2 > 0 ))
+ return 0
+ cfy executions start -d holmes_rules install
+ 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
/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]
/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
Executing workflow `install` on deployment `prh` [timeout=900 seconds]
Deployment environment creation is pending...
Executing workflow `install` on deployment `tcagen2` [timeout=900 seconds]
Executing workflow `install` on deployment `holmes_rules` [timeout=900 seconds]
Executing workflow `install` on deployment `hv-ves` [timeout=900 seconds]
Deployment environment creation is pending...
Deployment environment creation is pending...
Deployment environment creation is pending...
Deployment environment creation is pending...
2021-04-12 02:29:58.575 CFY Starting 'create_deployment_environment' workflow execution
2021-04-12 02:29:58.582 CFY Installing deployment and workflow plugins
2021-04-12 02:29:58.681 CFY Sending task 'cloudify_agent.operations.install_plugins'
2021-04-12 02:29:58.698 CFY Task started 'cloudify_agent.operations.install_plugins'
2021-04-12 02:29:59.103 CFY Starting 'create_deployment_environment' workflow execution
2021-04-12 02:29:59.169 CFY Installing deployment and workflow plugins
2021-04-12 02:29:59.269 CFY Sending task 'cloudify_agent.operations.install_plugins'
2021-04-12 02:29:59.999 CFY Starting 'create_deployment_environment' workflow execution
2021-04-12 02:30:00.104 CFY Starting 'create_deployment_environment' workflow execution
2021-04-12 02:29:59.964 CFY Starting 'create_deployment_environment' workflow execution
2021-04-12 02:30:02.567 LOG INFO: Installing plugin: k8s
2021-04-12 02:29:59.285 CFY Task started 'cloudify_agent.operations.install_plugins'
2021-04-12 02:30:03.168 LOG INFO: Installing plugin: k8s
2021-04-12 02:30:00.111 CFY Installing deployment and workflow plugins
2021-04-12 02:30:00.263 CFY Sending task 'cloudify_agent.operations.install_plugins'
2021-04-12 02:30:00.313 CFY Task started 'cloudify_agent.operations.install_plugins'
2021-04-12 02:30:04.768 LOG INFO: Installing plugin: pgaas
2021-04-12 02:30:00.010 CFY Installing deployment and workflow plugins
2021-04-12 02:30:00.106 CFY Sending task 'cloudify_agent.operations.install_plugins'
2021-04-12 02:30:00.111 CFY Task started 'cloudify_agent.operations.install_plugins'
2021-04-12 02:30:04.387 LOG INFO: Installing plugin: k8s
2021-04-12 02:29:59.971 CFY Installing deployment and workflow plugins
2021-04-12 02:30:00.070 CFY Sending task 'cloudify_agent.operations.install_plugins'
2021-04-12 02:30:00.114 CFY Task started 'cloudify_agent.operations.install_plugins'
2021-04-12 02:30:04.183 LOG INFO: Installing plugin: k8s
2021-04-12 02:30:05.664 LOG INFO: Using existing installation of managed plugin: 37879ecd-a878-4f54-9569-1c3477305312 [package_name: k8splugin, package_version: 3.4.2, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-04-12 02:30:05.665 CFY Task succeeded 'cloudify_agent.operations.install_plugins'
2021-04-12 02:30:05.780 CFY Creating deployment work directory
2021-04-12 02:30:06.469 CFY 'create_deployment_environment' workflow execution succeeded
2021-04-12 02:30:06.465 LOG INFO: Using existing installation of managed plugin: 37879ecd-a878-4f54-9569-1c3477305312 [package_name: k8splugin, package_version: 3.4.2, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-04-12 02:30:06.467 CFY Task succeeded 'cloudify_agent.operations.install_plugins'
2021-04-12 02:30:06.475 CFY Creating deployment work directory
2021-04-12 02:30:06.991 CFY 'create_deployment_environment' workflow execution succeeded
2021-04-12 02:30:07.603 LOG INFO: Using existing installation of managed plugin: e1f687a4-26e9-4c10-8f64-1a5a666d6a12 [package_name: pgaas, package_version: 1.3.0, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-04-12 02:30:07.604 LOG INFO: Installing plugin: k8s
2021-04-12 02:30:07.483 LOG INFO: Using existing installation of managed plugin: 37879ecd-a878-4f54-9569-1c3477305312 [package_name: k8splugin, package_version: 3.4.2, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-04-12 02:30:07.485 CFY Task succeeded 'cloudify_agent.operations.install_plugins'
2021-04-12 02:30:07.405 LOG INFO: Using existing installation of managed plugin: 37879ecd-a878-4f54-9569-1c3477305312 [package_name: k8splugin, package_version: 3.4.2, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-04-12 02:30:07.406 CFY Task succeeded 'cloudify_agent.operations.install_plugins'
2021-04-12 02:30:07.470 CFY Creating deployment work directory
2021-04-12 02:30:07.867 CFY 'create_deployment_environment' workflow execution succeeded
2021-04-12 02:30:12.295 CFY Starting 'install' workflow execution
2021-04-12 02:30:08.670 LOG INFO: Using existing installation of managed plugin: 37879ecd-a878-4f54-9569-1c3477305312 [package_name: k8splugin, package_version: 3.4.2, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-04-12 02:30:08.672 CFY Task succeeded 'cloudify_agent.operations.install_plugins'
2021-04-12 02:30:08.688 CFY Creating deployment work directory
2021-04-12 02:30:08.992 CFY 'create_deployment_environment' workflow execution succeeded
2021-04-12 02:30:07.599 CFY Creating deployment work directory
2021-04-12 02:30:07.985 CFY 'create_deployment_environment' workflow execution succeeded
2021-04-12 02:30:13.968 CFY Starting 'install' workflow execution
2021-04-12 02:30:13.698 CFY [ves_0x6qwk] Validating node instance before creation: nothing to do
2021-04-12 02:30:13.924 CFY [ves_0x6qwk] Precreating node instance: nothing to do
2021-04-12 02:30:14.162 CFY [ves_0x6qwk] Creating node instance
2021-04-12 02:30:15.411 CFY [ves_0x6qwk.create] Sending task 'k8splugin.create_for_components'
2021-04-12 02:30:15.591 CFY [docker.tca_e583tb] Validating node instance before creation: nothing to do
2021-04-12 02:30:15.822 CFY [docker.tca_e583tb] Precreating node instance: nothing to do
2021-04-12 02:30:15.985 CFY [docker.tca_e583tb] Creating node instance
2021-04-12 02:30:16.794 CFY [docker.tca_e583tb.create] Sending task 'k8splugin.create_for_components'
2021-04-12 02:30:15.401 CFY Starting 'install' workflow execution
2021-04-12 02:30:16.714 CFY [hv-ves_zjwrsz] Validating node instance before creation: nothing to do
2021-04-12 02:30:16.818 CFY [hv-ves_zjwrsz] Precreating node instance: nothing to do
2021-04-12 02:30:17.012 CFY [hv-ves_zjwrsz] Creating node instance
2021-04-12 02:30:17.780 CFY [hv-ves_zjwrsz.create] Sending task 'k8splugin.create_for_components'
2021-04-12 02:30:19.069 CFY Starting 'install' workflow execution
2021-04-12 02:30:20.599 CFY [pgaasvm_oymsq6] Validating node instance before creation: nothing to do
2021-04-12 02:30:20.831 CFY [pgaasvm_oymsq6] Precreating node instance: nothing to do
2021-04-12 02:30:21.027 CFY [pgaasvm_oymsq6] Creating node instance
2021-04-12 02:30:19.289 CFY Starting 'install' workflow execution
2021-04-12 02:30:21.162 CFY [prh_3no2x6] Validating node instance before creation: nothing to do
2021-04-12 02:30:21.395 CFY [prh_3no2x6] Precreating node instance: nothing to do
2021-04-12 02:30:21.619 CFY [pgaasvm_oymsq6.create] Sending task 'pgaas.pgaas_plugin.create_database'
2021-04-12 02:30:21.607 CFY [prh_3no2x6] Creating node instance
2021-04-12 02:30:22.460 CFY [prh_3no2x6.create] Sending task 'k8splugin.create_for_components'
2021-04-12 02:30:27.137 LOG [pgaasvm_oymsq6.create] WARNING: create_database(holmes)
2021-04-12 02:30:32.346 LOG [hv-ves_zjwrsz.create] INFO: Added config for dcae-hv-ves-collector
2021-04-12 02:30:32.346 LOG [hv-ves_zjwrsz.create] INFO: Done setting up: dcae-hv-ves-collector
2021-04-12 02:30:32.438 LOG [docker.tca_e583tb.create] INFO: Added config for dcae-tcagen2
2021-04-12 02:30:32.438 LOG [docker.tca_e583tb.create] INFO: Done setting up: dcae-tcagen2
2021-04-12 02:30:32.438 LOG [ves_0x6qwk.create] INFO: Added config for dcae-ves-collector
2021-04-12 02:30:32.440 LOG [ves_0x6qwk.create] INFO: Done setting up: dcae-ves-collector
2021-04-12 02:30:32.438 LOG [prh_3no2x6.create] INFO: Added config for dcae-prh
2021-04-12 02:30:32.438 LOG [prh_3no2x6.create] INFO: Done setting up: dcae-prh
2021-04-12 02:30:33.669 CFY [prh_3no2x6.create] Task succeeded 'k8splugin.create_for_components'
2021-04-12 02:30:33.762 CFY [prh_3no2x6] Node instance created
2021-04-12 02:30:34.712 CFY [prh_3no2x6] Configuring node instance: nothing to do
2021-04-12 02:30:33.071 CFY [hv-ves_zjwrsz.create] Task succeeded 'k8splugin.create_for_components'
2021-04-12 02:30:33.389 CFY [hv-ves_zjwrsz] Node instance created
2021-04-12 02:30:33.521 CFY [hv-ves_zjwrsz] Configuring node instance: nothing to do
2021-04-12 02:30:34.088 CFY [hv-ves_zjwrsz] Starting node instance
2021-04-12 02:30:34.531 CFY [hv-ves_zjwrsz.start] Sending task 'k8splugin.create_and_start_container_for_components'
2021-04-12 02:30:33.639 CFY [docker.tca_e583tb.create] Task succeeded 'k8splugin.create_for_components'
2021-04-12 02:30:33.683 CFY [docker.tca_e583tb] Node instance created
2021-04-12 02:30:34.482 CFY [docker.tca_e583tb] Configuring node instance: nothing to do
2021-04-12 02:30:34.994 CFY [docker.tca_e583tb] Starting node instance
2021-04-12 02:30:35.313 CFY [docker.tca_e583tb.start] Sending task 'k8splugin.create_and_start_container_for_components'
2021-04-12 02:30:33.096 CFY [ves_0x6qwk.create] Task succeeded 'k8splugin.create_for_components'
2021-04-12 02:30:33.200 CFY [ves_0x6qwk] Node instance created
2021-04-12 02:30:33.495 CFY [ves_0x6qwk] Configuring node instance: nothing to do
2021-04-12 02:30:33.712 CFY [ves_0x6qwk] Starting node instance
2021-04-12 02:30:34.595 CFY [ves_0x6qwk.start] Sending task 'k8splugin.create_and_start_container_for_components'
2021-04-12 02:30:29.525 LOG [pgaasvm_oymsq6.create] WARNING: All done
2021-04-12 02:30:36.474 CFY [pgaasvm_oymsq6.create] Task succeeded 'pgaas.pgaas_plugin.create_database'
2021-04-12 02:30:36.999 CFY [pgaasvm_oymsq6] Node instance created
2021-04-12 02:30:37.182 CFY [pgaasvm_oymsq6] Configuring node instance: nothing to do
2021-04-12 02:30:35.268 CFY [prh_3no2x6] Starting node instance
2021-04-12 02:30:35.612 CFY [prh_3no2x6.start] Sending task 'k8splugin.create_and_start_container_for_components'
2021-04-12 02:30:37.380 CFY [pgaasvm_oymsq6] Starting node instance: nothing to do
2021-04-12 02:30:37.684 CFY [pgaasvm_oymsq6] Poststarting node instance: nothing to do
2021-04-12 02:30:38.775 CFY [pgaasvm_oymsq6] Node instance started
2021-04-12 02:30:40.370 CFY [holmesrules_cv1e44] Validating node instance before creation: nothing to do
2021-04-12 02:30:40.762 CFY [holmesrules_cv1e44] Precreating node instance: nothing to do
2021-04-12 02:30:43.177 LOG [hv-ves_zjwrsz.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_zjwrsz', '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'external_cert_directory': u'/etc/ves-hv/ssl', u'ca_name': u'RA'}, '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-04-12 02:30:43.791 LOG [docker.tca_e583tb.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_e583tb', '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-04-12 02:30:43.083 LOG [ves_0x6qwk.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_0x6qwk', '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'external_cert_directory': u'/opt/app/dcae-certificate/', u'ca_name': u'RA'}, '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-04-12 02:30:43.083 LOG [ves_0x6qwk.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-04-12 02:30:40.970 CFY [holmesrules_cv1e44] Creating node instance
2021-04-12 02:30:41.763 CFY [holmesrules_cv1e44.create] Sending task 'k8splugin.create_for_components'
2021-04-12 02:30:44.199 LOG [prh_3no2x6.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_3no2x6', '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'external_cert_directory': u'/opt/app/dcae-certificate/external', u'ca_name': u'RA'}, 'resource_config': {}, 'volumes': [], 'log_info': {u'log_directory': u'/opt/app/prh/logs'}, 'ports': [u'8100:0'], 'k8s_location': u'central'}
2021-04-12 02:30:44.199 LOG [prh_3no2x6.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-04-12 02:30:44.283 LOG [prh_3no2x6.start] INFO: Creating init container: TLS
* [nexus3.onap.org:10001/onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0]
2021-04-12 02:30:44.412 LOG [prh_3no2x6.start] INFO: k8s deployment initiated successfully for dcae-prh: {'services': ['dcae-prh'], 'namespace': u'onap', 'location': u'central', 'deployment': 'dep-dcae-prh'}
2021-04-12 02:30:44.412 LOG [prh_3no2x6.start] INFO: Waiting up to 1800 secs for dcae-prh to become ready
2021-04-12 02:30:43.177 LOG [hv-ves_zjwrsz.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-04-12 02:30:43.189 LOG [hv-ves_zjwrsz.start] INFO: Creating init container: TLS
* [nexus3.onap.org:10001/onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0]
2021-04-12 02:30:43.765 LOG [hv-ves_zjwrsz.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-04-12 02:30:43.765 LOG [hv-ves_zjwrsz.start] INFO: Waiting up to 1800 secs for dcae-hv-ves-collector to become ready
2021-04-12 02:30:43.792 LOG [docker.tca_e583tb.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-04-12 02:30:43.871 LOG [docker.tca_e583tb.start] INFO: Creating init container: TLS
* [nexus3.onap.org:10001/onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0]
2021-04-12 02:30:44.163 LOG [docker.tca_e583tb.start] INFO: k8s deployment initiated successfully for dcae-tcagen2: {'services': ['dcae-tcagen2'], 'namespace': u'onap', 'location': u'central', 'deployment': 'dep-dcae-tcagen2'}
2021-04-12 02:30:44.163 LOG [docker.tca_e583tb.start] INFO: Waiting up to 1800 secs for dcae-tcagen2 to become ready
2021-04-12 02:30:43.163 LOG [ves_0x6qwk.start] INFO: Creating init container: TLS
* [nexus3.onap.org:10001/onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0]
2021-04-12 02:30:43.795 LOG [ves_0x6qwk.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-04-12 02:30:43.796 LOG [ves_0x6qwk.start] INFO: Waiting up to 1800 secs for dcae-ves-collector to become ready
2021-04-12 02:30:47.006 LOG [holmesrules_cv1e44.create] INFO: Added config for holmes-rule-mgmt
2021-04-12 02:30:47.007 LOG [holmesrules_cv1e44.create] INFO: Done setting up: holmes-rule-mgmt
2021-04-12 02:30:47.898 CFY [holmesrules_cv1e44.create] Task succeeded 'k8splugin.create_for_components'
2021-04-12 02:30:48.011 CFY [holmesrules_cv1e44] Node instance created
2021-04-12 02:30:48.283 CFY [holmesrules_cv1e44] Configuring node instance: nothing to do
2021-04-12 02:30:48.552 CFY [holmesrules_cv1e44] Starting node instance
2021-04-12 02:30:48.748 CFY [holmesrules_cv1e44.start] Sending task 'k8splugin.create_and_start_container_for_components'
2021-04-12 02:30:52.701 LOG [holmesrules_cv1e44.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'86fdd05754acebe848b41d9b114a8d94939b840b0a17e24f72eb6e7f15862d3b'}, 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'86fdd05754acebe848b41d9b114a8d94939b840b0a17e24f72eb6e7f15862d3b'}, 'labels': {'cfydeployment': u'holmes_rules', 'cfynodeinstance': u'holmesrules_cv1e44', 'cfynode': u'holmesrules'}, 'external_cert': {u'external_cert_directory': u'/opt/app/dcae-certificate/external', u'external_certificate_parameters': {u'common_name': u'', u'sans': u''}, u'cert_type': u'P12', u'ca_name': u'RA', 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-04-12 02:30:52.702 LOG [holmesrules_cv1e44.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-04-12 02:30:52.717 LOG [holmesrules_cv1e44.start] INFO: Creating init container: TLS
* [nexus3.onap.org:10001/onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0]
2021-04-12 02:30:52.822 LOG [holmesrules_cv1e44.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-04-12 02:30:52.822 LOG [holmesrules_cv1e44.start] INFO: Waiting up to 1800 secs for holmes-rule-mgmt to become ready
2021-04-12 02:32:04.646 LOG [ves_0x6qwk.start] INFO: k8s deployment is ready for: dcae-ves-collector
2021-04-12 02:32:04.646 LOG [ves_0x6qwk.start] INFO: Done starting: dcae-ves-collector
2021-04-12 02:32:05.768 CFY [ves_0x6qwk.start] Task succeeded 'k8splugin.create_and_start_container_for_components'
2021-04-12 02:32:05.911 CFY [ves_0x6qwk] Poststarting node instance: nothing to do
2021-04-12 02:32:06.142 CFY [ves_0x6qwk] Node instance started
2021-04-12 02:32:06.545 CFY 'install' workflow execution succeeded
Finished executing workflow install on deployment ves-tls
* Run 'cfy events list 7796202a-6991-46b2-8ff7-a263840518a9' to retrieve the execution's events/logs
2021-04-12 02:32:12.834 LOG [hv-ves_zjwrsz.start] INFO: k8s deployment is ready for: dcae-hv-ves-collector
2021-04-12 02:32:12.834 LOG [hv-ves_zjwrsz.start] INFO: Done starting: dcae-hv-ves-collector
2021-04-12 02:32:13.670 CFY [hv-ves_zjwrsz.start] Task succeeded 'k8splugin.create_and_start_container_for_components'
2021-04-12 02:32:13.729 CFY [hv-ves_zjwrsz] Poststarting node instance: nothing to do
2021-04-12 02:32:14.071 CFY [hv-ves_zjwrsz] Node instance started
2021-04-12 02:32:14.338 CFY 'install' workflow execution succeeded
Finished executing workflow install on deployment hv-ves
* Run 'cfy events list 43f08591-3799-4206-8636-f30e5b522258' to retrieve the execution's events/logs
2021-04-12 02:32:29.680 LOG [docker.tca_e583tb.start] INFO: k8s deployment is ready for: dcae-tcagen2
2021-04-12 02:32:29.680 LOG [docker.tca_e583tb.start] INFO: Done starting: dcae-tcagen2
2021-04-12 02:32:30.382 CFY [docker.tca_e583tb.start] Task succeeded 'k8splugin.create_and_start_container_for_components'
2021-04-12 02:32:30.455 CFY [docker.tca_e583tb] Poststarting node instance: nothing to do
2021-04-12 02:32:30.574 CFY [docker.tca_e583tb] Node instance started
Execution ended, waiting 3 seconds for additional log messages
2021-04-12 02:32:34.309 LOG [prh_3no2x6.start] INFO: k8s deployment is ready for: dcae-prh
2021-04-12 02:32:31.110 CFY 'install' workflow execution succeeded
Finished executing workflow install on deployment tcagen2
* Run 'cfy events list 3662d489-5b6f-422c-be2b-e201d346639d' to retrieve the execution's events/logs
2021-04-12 02:32:34.310 LOG [prh_3no2x6.start] INFO: Done starting: dcae-prh
2021-04-12 02:32:35.085 CFY [prh_3no2x6.start] Task succeeded 'k8splugin.create_and_start_container_for_components'
2021-04-12 02:32:35.214 CFY [prh_3no2x6] Poststarting node instance: nothing to do
2021-04-12 02:32:35.581 CFY [prh_3no2x6] Node instance started
2021-04-12 02:32:35.814 CFY 'install' workflow execution succeeded
Finished executing workflow install on deployment prh
* Run 'cfy events list 5e1a6151-cab5-46c9-9c0e-27bb4a6d0314' to retrieve the execution's events/logs
2021-04-12 02:32:54.011 LOG [holmesrules_cv1e44.start] INFO: k8s deployment is ready for: holmes-rule-mgmt
2021-04-12 02:32:54.013 LOG [holmesrules_cv1e44.start] INFO: Done starting: holmes-rule-mgmt
2021-04-12 02:32:54.603 CFY [holmesrules_cv1e44.start] Task succeeded 'k8splugin.create_and_start_container_for_components'
2021-04-12 02:32:54.631 CFY [holmesrules_cv1e44] Poststarting node instance: nothing to do
2021-04-12 02:32:54.745 CFY [holmesrules_cv1e44] Node instance started
2021-04-12 02:32:55.283 CFY 'install' workflow execution succeeded
Finished executing workflow install on deployment holmes_rules
* Run 'cfy events list 5a94bae3-f91b-49ac-8b51-952703c9c0fa' 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 in progress...
2021-04-12 02:33:03.813 CFY Starting 'create_deployment_environment' workflow execution
2021-04-12 02:33:03.821 CFY Installing deployment and workflow plugins
2021-04-12 02:33:03.920 CFY Sending task 'cloudify_agent.operations.install_plugins'
2021-04-12 02:33:03.935 CFY Task started 'cloudify_agent.operations.install_plugins'
2021-04-12 02:33:05.321 LOG INFO: Installing plugin: pgaas
2021-04-12 02:33:06.094 LOG INFO: Using existing installation of managed plugin: e1f687a4-26e9-4c10-8f64-1a5a666d6a12 [package_name: pgaas, package_version: 1.3.0, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-04-12 02:33:06.096 LOG INFO: Installing plugin: k8s
2021-04-12 02:33:06.904 LOG INFO: Using existing installation of managed plugin: 37879ecd-a878-4f54-9569-1c3477305312 [package_name: k8splugin, package_version: 3.4.2, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-04-12 02:33:06.906 CFY Task succeeded 'cloudify_agent.operations.install_plugins'
2021-04-12 02:33:07.020 CFY Creating deployment work directory
2021-04-12 02:33:07.320 CFY 'create_deployment_environment' workflow execution succeeded
2021-04-12 02:33:13.259 CFY Starting 'install' workflow execution
2021-04-12 02:33:13.957 CFY [pgaasvm_0jwexg] Validating node instance before creation: nothing to do
2021-04-12 02:33:14.016 CFY [pgaasvm_0jwexg] Precreating node instance: nothing to do
2021-04-12 02:33:14.289 CFY [pgaasvm_0jwexg] Creating node instance
2021-04-12 02:33:14.483 CFY [pgaasvm_0jwexg.create] Sending task 'pgaas.pgaas_plugin.create_database'
2021-04-12 02:33:17.037 LOG [pgaasvm_0jwexg.create] WARNING: create_database(holmes)
2021-04-12 02:33:18.205 CFY [pgaasvm_0jwexg.create] Task succeeded 'pgaas.pgaas_plugin.create_database'
2021-04-12 02:33:18.403 CFY [pgaasvm_0jwexg] Node instance created
2021-04-12 02:33:18.528 CFY [pgaasvm_0jwexg] Configuring node instance: nothing to do
2021-04-12 02:33:18.618 CFY [pgaasvm_0jwexg] Starting node instance: nothing to do
2021-04-12 02:33:18.741 CFY [pgaasvm_0jwexg] Poststarting node instance: nothing to do
2021-04-12 02:33:18.982 CFY [pgaasvm_0jwexg] Node instance started
2021-04-12 02:33:19.566 CFY [holmesengine_76fsx6] Validating node instance before creation: nothing to do
2021-04-12 02:33:19.740 CFY [holmesengine_76fsx6] Precreating node instance: nothing to do
2021-04-12 02:33:19.993 CFY [holmesengine_76fsx6] Creating node instance
2021-04-12 02:33:20.196 CFY [holmesengine_76fsx6.create] Sending task 'k8splugin.create_for_components'
2021-04-12 02:33:27.906 LOG [holmesengine_76fsx6.create] INFO: Added config for holmes-engine-mgmt
2021-04-12 02:33:27.906 LOG [holmesengine_76fsx6.create] INFO: Done setting up: holmes-engine-mgmt
2021-04-12 02:33:28.632 CFY [holmesengine_76fsx6.create] Task succeeded 'k8splugin.create_for_components'
2021-04-12 02:33:28.896 CFY [holmesengine_76fsx6] Node instance created
2021-04-12 02:33:29.017 CFY [holmesengine_76fsx6] Configuring node instance: nothing to do
2021-04-12 02:33:29.252 CFY [holmesengine_76fsx6] Starting node instance
2021-04-12 02:33:29.454 CFY [holmesengine_76fsx6.start] Sending task 'k8splugin.create_and_start_container_for_components'
2021-04-12 02:33:34.520 LOG [holmesengine_76fsx6.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'86fdd05754acebe848b41d9b114a8d94939b840b0a17e24f72eb6e7f15862d3b'}, 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'86fdd05754acebe848b41d9b114a8d94939b840b0a17e24f72eb6e7f15862d3b'}, 'labels': {'cfydeployment': u'holmes_engine', 'cfynodeinstance': u'holmesengine_76fsx6', '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-04-12 02:33:34.520 LOG [holmesengine_76fsx6.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-04-12 02:33:34.565 LOG [holmesengine_76fsx6.start] INFO: Creating init container: TLS
* [nexus3.onap.org:10001/onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0]
2021-04-12 02:33:34.713 LOG [holmesengine_76fsx6.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-04-12 02:33:34.713 LOG [holmesengine_76fsx6.start] INFO: Waiting up to 1800 secs for holmes-engine-mgmt to become ready
2021-04-12 02:35:06.682 LOG [holmesengine_76fsx6.start] INFO: k8s deployment is ready for: holmes-engine-mgmt
2021-04-12 02:35:06.682 LOG