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.74.161...
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Connected to consul-server (10.233.74.161) 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: Fri, 28 May 2021 02:36:27 GMT
< Content-Length: 4
<
{ [data not shown]
100 124 100 4 100 120 12 386 --:--:-- --:--:-- --:--:-- 385
* 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.74.161...
* Connected to consul-server (10.233.74.161) 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: Fri, 28 May 2021 02:36:27 GMT
< Content-Length: 4
<
{ [data not shown]
100 1518 100 4 100 1514 8 3285 --:--:-- --:--:-- --:--:-- 3291
* Connection #0 to host consul-server left intact
+ trap - ERR
+ set +e
+ deploy pgaas_initdb k8s-pgaas-initdb.yaml k8s-pgaas-initdb-inputs.yaml
+ set +e
+ cm_hasany 'blueprints?id=pgaas_initdb'
++ curl -Ss -H 'Tenant: default_tenant' --user admin:UmH7vbj6 --cacert /certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/blueprints?id=pgaas_initdb&_include=id'
++ /bin/jq .metadata.pagination.total
+ COUNT=0
+ (( 0 > 0 ))
+ return 1
+ cfy blueprints upload -b pgaas_initdb /blueprints/k8s-pgaas-initdb.yaml
/usr/lib/python2.7/site-packages/paramiko/transport.py:33: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
from cryptography.hazmat.backends import default_backend
truetrueUploading blueprint /blueprints/k8s-pgaas-initdb.yaml...
k8s-pgaas-initdb.... |####################----------------------------| 41.42%
k8s-pgaas-initdb.... |########################################--------| 82.84%
k8s-pgaas-initdb.... |################################################| 100.0%
Blueprint uploaded. The blueprint's id is pgaas_initdb
+ cm_hasany 'deployments?id=pgaas_initdb'
++ curl -Ss -H 'Tenant: default_tenant' --user admin:UmH7vbj6 --cacert /certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/deployments?id=pgaas_initdb&_include=id'
++ /bin/jq .metadata.pagination.total
+ COUNT=0
+ (( 0 > 0 ))
+ return 1
+ INPUTS=
+ '[' -n k8s-pgaas-initdb-inputs.yaml ']'
+ INPUTS=-i/inputs/k8s-pgaas-initdb-inputs.yaml
+ cfy deployments create -b pgaas_initdb -i/inputs/k8s-pgaas-initdb-inputs.yaml pgaas_initdb
/usr/lib/python2.7/site-packages/paramiko/transport.py:33: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
from cryptography.hazmat.backends import default_backend
Creating new deployment from blueprint pgaas_initdb...
Deployment created. The deployment's id is pgaas_initdb
+ cm_hasany 'node-instances?deployment_id=pgaas_initdb&state=uninitialized&state=deleted'
++ curl -Ss -H 'Tenant: default_tenant' --user admin:UmH7vbj6 --cacert /certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/node-instances?deployment_id=pgaas_initdb&state=uninitialized&state=deleted&_include=id'
++ /bin/jq .metadata.pagination.total
+ COUNT=2
+ (( 2 > 0 ))
+ return 0
+ cfy executions start -d pgaas_initdb install
/usr/lib/python2.7/site-packages/paramiko/transport.py:33: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
from cryptography.hazmat.backends import default_backend
Executing workflow `install` on deployment `pgaas_initdb` [timeout=900 seconds]
Deployment environment creation is pending...
2021-05-28 02:36:33.853 CFY Starting 'create_deployment_environment' workflow execution
2021-05-28 02:36:33.860 CFY Installing deployment and workflow plugins
2021-05-28 02:36:33.958 CFY Sending task 'cloudify_agent.operations.install_plugins'
2021-05-28 02:36:33.974 CFY Task started 'cloudify_agent.operations.install_plugins'
2021-05-28 02:36:34.933 LOG INFO: Installing plugin: pgaas
2021-05-28 02:36:35.586 LOG INFO: Using existing installation of managed plugin: 58efe6f3-7d62-4dc9-b2f9-0460c83e4309 [package_name: pgaas, package_version: 1.3.0, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-05-28 02:36:35.586 LOG INFO: Installing plugin: ssh_keyshare
2021-05-28 02:36:36.263 LOG INFO: Using existing installation of managed plugin: b6ed5cc5-67a6-439e-9ff9-70922bb3bd78 [package_name: sshkeyshare, package_version: 1.2.0, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-05-28 02:36:36.264 CFY Task succeeded 'cloudify_agent.operations.install_plugins'
2021-05-28 02:36:36.265 CFY Creating deployment work directory
2021-05-28 02:36:36.549 CFY 'create_deployment_environment' workflow execution succeeded
2021-05-28 02:36:47.807 CFY Starting 'install' workflow execution
2021-05-28 02:36:48.357 CFY [sharedsshkey_pgrs_ygjhx6] Validating node instance before creation: nothing to do
2021-05-28 02:36:48.430 CFY [sharedsshkey_pgrs_ygjhx6] Precreating node instance: nothing to do
2021-05-28 02:36:48.529 CFY [sharedsshkey_pgrs_ygjhx6] Creating node instance
2021-05-28 02:36:48.781 CFY [sharedsshkey_pgrs_ygjhx6.create] Sending task 'sshkeyshare.keyshare_plugin.generate'
2021-05-28 02:36:53.003 CFY [sharedsshkey_pgrs_ygjhx6.create] Task succeeded 'sshkeyshare.keyshare_plugin.generate'
2021-05-28 02:36:53.059 CFY [sharedsshkey_pgrs_ygjhx6] Node instance created
2021-05-28 02:36:53.221 CFY [sharedsshkey_pgrs_ygjhx6] Configuring node instance: nothing to do
2021-05-28 02:36:53.323 CFY [sharedsshkey_pgrs_ygjhx6] Starting node instance: nothing to do
2021-05-28 02:36:53.423 CFY [sharedsshkey_pgrs_ygjhx6] Poststarting node instance: nothing to do
2021-05-28 02:36:53.667 CFY [sharedsshkey_pgrs_ygjhx6] Node instance started
2021-05-28 02:36:54.127 CFY [pgaas_cluster_cj56tz] Validating node instance before creation: nothing to do
2021-05-28 02:36:54.234 CFY [pgaas_cluster_cj56tz] Precreating node instance: nothing to do
2021-05-28 02:36:54.337 CFY [pgaas_cluster_cj56tz] Creating node instance
2021-05-28 02:36:54.577 CFY [pgaas_cluster_cj56tz.create] Sending task 'pgaas.pgaas_plugin.add_pgaas_cluster'
2021-05-28 02:36:58.446 LOG [pgaas_cluster_cj56tz.create] WARNING: add_pgaas_cluster() invoked
2021-05-28 02:36:58.614 LOG [pgaas_cluster_cj56tz.create] WARNING: All done
2021-05-28 02:36:59.805 CFY [pgaas_cluster_cj56tz.create] Task succeeded 'pgaas.pgaas_plugin.add_pgaas_cluster'
2021-05-28 02:36:59.819 CFY [pgaas_cluster_cj56tz] Node instance created
2021-05-28 02:37:00.016 CFY [pgaas_cluster_cj56tz] Configuring node instance: nothing to do
2021-05-28 02:37:00.118 CFY [pgaas_cluster_cj56tz] Starting node instance: nothing to do
Execution ended, waiting 3 seconds for additional log messages
2021-05-28 02:37:00.219 CFY [pgaas_cluster_cj56tz] Poststarting node instance: nothing to do
2021-05-28 02:37:00.451 CFY [pgaas_cluster_cj56tz] Node instance started
2021-05-28 02:37:00.758 CFY 'install' workflow execution succeeded
Finished executing workflow install on deployment pgaas_initdb
* Run 'cfy events list c8983580-549b-4061-9d2e-cec183f0ade8' 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
+ set +e
+ cm_hasany 'blueprints?id=holmes_rules'
++ /bin/jq .metadata.pagination.total
++ curl -Ss -H 'Tenant: default_tenant' --user admin:UmH7vbj6 --cacert /certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/blueprints?id=ves-tls&_include=id'
++ /bin/jq .metadata.pagination.total
+ deploy hv-ves k8s-hv-ves.yaml k8s-hv_ves-inputs.yaml
+ set +e
+ cm_hasany 'blueprints?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/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=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'
++ 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 prh /blueprints/k8s-prh.yaml
+ 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 tcagen2 /blueprints/k8s-tcagen2.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-prh.yaml...
k8s-prh.yaml |#######################---------------------------------| 41.44%
k8s-prh.yaml |##############################################----------| 82.87%
k8s-prh.yaml |########################################################| 100.0%Uploading blueprint /blueprints/k8s-tcagen2.yaml...
k8s-tcagen2.yaml |######################------------------------------| 41.42%
k8s-tcagen2.yaml |###########################################---------| 82.85%
k8s-tcagen2.yaml |####################################################| 100.0%Uploading blueprint /blueprints/k8s-ves.yaml...
Uploading blueprint /blueprints/k8s-holmes-rules.yaml...
k8s-ves.yaml |#######################---------------------------------| 41.44%
k8s-ves.yaml |##############################################----------| 82.88%
k8s-ves.yaml |########################################################| 100.0%
k8s-holmes-rules.... |####################----------------------------| 41.41%
k8s-holmes-rules.... |########################################--------| 82.83%
k8s-holmes-rules.... |################################################| 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%
Blueprint uploaded. The blueprint's id is prh
+ 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-prh-inputs.yaml ']'
+ INPUTS=-i/inputs/k8s-prh-inputs.yaml
+ cfy deployments create -b prh -i/inputs/k8s-prh-inputs.yaml prh
/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 prh...
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 tcagen2
+ cm_hasany 'deployments?id=tcagen2'
++ curl -Ss -H 'Tenant: default_tenant' --user admin:UmH7vbj6 --cacert /certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/deployments?id=tcagen2&_include=id'
++ /bin/jq .metadata.pagination.total
Blueprint uploaded. The blueprint's id is ves-tls
+ 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=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
+ 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 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
+ cm_hasany 'deployments?id=holmes_rules'
++ /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=holmes_rules&_include=id'
+ 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
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
/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
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 tcagen2...
Creating new deployment from blueprint ves-tls...
Creating new deployment from blueprint 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
Deployment created. The deployment's id is hv-ves
+ cm_hasany 'node-instances?deployment_id=hv-ves&state=uninitialized&state=deleted'
++ curl -Ss -H 'Tenant: default_tenant' --user admin:UmH7vbj6 --cacert /certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/node-instances?deployment_id=hv-ves&state=uninitialized&state=deleted&_include=id'
++ /bin/jq .metadata.pagination.total
Executing workflow `install` on deployment `prh` [timeout=900 seconds]
+ COUNT=1
+ (( 1 > 0 ))
+ return 0
+ cfy executions start -d hv-ves install
Deployment created. The deployment's id is tcagen2
Deployment environment creation is in progress...
+ 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
/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 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 tcagen2 install
Executing workflow `install` on deployment `hv-ves` [timeout=900 seconds]
+ COUNT=1
+ (( 1 > 0 ))
+ return 0
+ cfy executions start -d ves-tls install
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
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
/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 `tcagen2` [timeout=900 seconds]
2021-05-28 02:37:13.990 CFY Starting 'create_deployment_environment' workflow execution
2021-05-28 02:37:13.995 CFY Installing deployment and workflow plugins
2021-05-28 02:37:14.094 CFY Sending task 'cloudify_agent.operations.install_plugins'
2021-05-28 02:37:14.109 CFY Task started 'cloudify_agent.operations.install_plugins'
Executing workflow `install` on deployment `ves-tls` [timeout=900 seconds]
Deployment environment creation is pending...
+ COUNT=2
+ (( 2 > 0 ))
+ return 0
+ cfy executions start -d holmes_rules install
Deployment environment creation is pending...
/usr/lib/python2.7/site-packages/paramiko/transport.py:33: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
from cryptography.hazmat.backends import default_backend
Executing workflow `install` on deployment `holmes_rules` [timeout=900 seconds]
Deployment environment creation is pending...
2021-05-28 02:37:17.607 LOG INFO: Installing plugin: k8s
2021-05-28 02:37:20.259 CFY Starting 'create_deployment_environment' workflow execution
2021-05-28 02:37:20.128 CFY Starting 'create_deployment_environment' workflow execution
2021-05-28 02:37:20.204 CFY Installing deployment and workflow plugins
2021-05-28 02:37:20.620 CFY Starting 'create_deployment_environment' workflow execution
2021-05-28 02:37:20.626 CFY Installing deployment and workflow plugins
2021-05-28 02:37:20.259 CFY Starting 'create_deployment_environment' workflow execution
2021-05-28 02:37:20.305 CFY Installing deployment and workflow plugins
2021-05-28 02:37:20.405 CFY Sending task 'cloudify_agent.operations.install_plugins'
2021-05-28 02:37:20.419 CFY Task started 'cloudify_agent.operations.install_plugins'
2021-05-28 02:37:22.945 LOG INFO: Installing plugin: k8s
2021-05-28 02:37:19.716 LOG INFO: Using existing installation of managed plugin: a7f36bde-33e2-40f4-8feb-48e1ce2202e2 [package_name: k8splugin, package_version: 3.4.2, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-05-28 02:37:19.717 CFY Task succeeded 'cloudify_agent.operations.install_plugins'
2021-05-28 02:37:19.733 CFY Creating deployment work directory
2021-05-28 02:37:20.137 CFY 'create_deployment_environment' workflow execution succeeded
2021-05-28 02:37:20.305 CFY Installing deployment and workflow plugins
2021-05-28 02:37:20.363 CFY Sending task 'cloudify_agent.operations.install_plugins'
2021-05-28 02:37:20.368 CFY Task started 'cloudify_agent.operations.install_plugins'
2021-05-28 02:37:22.821 LOG INFO: Installing plugin: k8s
2021-05-28 02:37:20.238 CFY Sending task 'cloudify_agent.operations.install_plugins'
2021-05-28 02:37:20.302 CFY Task started 'cloudify_agent.operations.install_plugins'
2021-05-28 02:37:22.626 LOG INFO: Installing plugin: k8s
2021-05-28 02:37:20.725 CFY Sending task 'cloudify_agent.operations.install_plugins'
2021-05-28 02:37:20.740 CFY Task started 'cloudify_agent.operations.install_plugins'
2021-05-28 02:37:23.622 LOG INFO: Installing plugin: pgaas
2021-05-28 02:37:25.107 LOG INFO: Using existing installation of managed plugin: a7f36bde-33e2-40f4-8feb-48e1ce2202e2 [package_name: k8splugin, package_version: 3.4.2, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-05-28 02:37:25.108 CFY Task succeeded 'cloudify_agent.operations.install_plugins'
2021-05-28 02:37:25.110 CFY Creating deployment work directory
2021-05-28 02:37:25.035 CFY Task succeeded 'cloudify_agent.operations.install_plugins'
2021-05-28 02:37:25.035 LOG INFO: Using existing installation of managed plugin: a7f36bde-33e2-40f4-8feb-48e1ce2202e2 [package_name: k8splugin, package_version: 3.4.2, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-05-28 02:37:25.202 CFY Creating deployment work directory
2021-05-28 02:37:25.608 CFY 'create_deployment_environment' workflow execution succeeded
2021-05-28 02:37:24.703 LOG INFO: Using existing installation of managed plugin: a7f36bde-33e2-40f4-8feb-48e1ce2202e2 [package_name: k8splugin, package_version: 3.4.2, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-05-28 02:37:24.704 CFY Task succeeded 'cloudify_agent.operations.install_plugins'
2021-05-28 02:37:24.720 CFY Creating deployment work directory
2021-05-28 02:37:25.218 CFY 'create_deployment_environment' workflow execution succeeded
2021-05-28 02:37:27.196 CFY Starting 'install' workflow execution
2021-05-28 02:37:27.556 CFY [prh_036fre] Validating node instance before creation: nothing to do
2021-05-28 02:37:27.658 CFY [prh_036fre] Precreating node instance: nothing to do
2021-05-28 02:37:25.608 LOG INFO: Using existing installation of managed plugin: 58efe6f3-7d62-4dc9-b2f9-0460c83e4309 [package_name: pgaas, package_version: 1.3.0, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-05-28 02:37:25.609 LOG INFO: Installing plugin: k8s
2021-05-28 02:37:26.438 LOG INFO: Using existing installation of managed plugin: a7f36bde-33e2-40f4-8feb-48e1ce2202e2 [package_name: k8splugin, package_version: 3.4.2, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-05-28 02:37:26.439 CFY Task succeeded 'cloudify_agent.operations.install_plugins'
2021-05-28 02:37:26.447 CFY Creating deployment work directory
2021-05-28 02:37:26.732 CFY 'create_deployment_environment' workflow execution succeeded
2021-05-28 02:37:25.605 CFY 'create_deployment_environment' workflow execution succeeded
2021-05-28 02:37:27.883 CFY [prh_036fre] Creating node instance
2021-05-28 02:37:28.011 CFY [prh_036fre.create] Sending task 'k8splugin.create_for_components'
2021-05-28 02:37:32.141 CFY Starting 'install' workflow execution
2021-05-28 02:37:33.607 CFY Starting 'install' workflow execution
2021-05-28 02:37:34.347 CFY [ves_nu2c4c] Validating node instance before creation: nothing to do
2021-05-28 02:37:34.203 CFY Starting 'install' workflow execution
2021-05-28 02:37:33.434 CFY [docker.tca_ydr9q9] Validating node instance before creation: nothing to do
2021-05-28 02:37:33.653 CFY [docker.tca_ydr9q9] Precreating node instance: nothing to do
2021-05-28 02:37:33.847 CFY [docker.tca_ydr9q9] Creating node instance
2021-05-28 02:37:34.941 CFY Starting 'install' workflow execution
2021-05-28 02:37:35.425 CFY [hv-ves_8fs6kf] Validating node instance before creation: nothing to do
2021-05-28 02:37:35.528 CFY [hv-ves_8fs6kf] Precreating node instance: nothing to do
2021-05-28 02:37:35.753 CFY [hv-ves_8fs6kf] Creating node instance
2021-05-28 02:37:35.891 CFY [hv-ves_8fs6kf.create] Sending task 'k8splugin.create_for_components'
2021-05-28 02:37:34.440 CFY [ves_nu2c4c] Precreating node instance: nothing to do
2021-05-28 02:37:34.751 CFY [ves_nu2c4c] Creating node instance
2021-05-28 02:37:35.005 CFY [ves_nu2c4c.create] Sending task 'k8splugin.create_for_components'
2021-05-28 02:37:35.065 CFY [pgaasvm_jc899g] Validating node instance before creation: nothing to do
2021-05-28 02:37:35.128 CFY [pgaasvm_jc899g] Precreating node instance: nothing to do
2021-05-28 02:37:35.422 CFY [pgaasvm_jc899g] Creating node instance
2021-05-28 02:37:35.693 CFY [pgaasvm_jc899g.create] Sending task 'pgaas.pgaas_plugin.create_database'
2021-05-28 02:37:34.341 CFY [docker.tca_ydr9q9.create] Sending task 'k8splugin.create_for_components'
2021-05-28 02:37:41.427 LOG [pgaasvm_jc899g.create] WARNING: create_database(holmes)
2021-05-28 02:37:43.935 LOG [pgaasvm_jc899g.create] WARNING: All done
2021-05-28 02:37:46.415 CFY [pgaasvm_jc899g.create] Task succeeded 'pgaas.pgaas_plugin.create_database'
2021-05-28 02:37:46.552 LOG [docker.tca_ydr9q9.create] INFO: Added config for dcae-tcagen2
2021-05-28 02:37:46.165 LOG [prh_036fre.create] INFO: Added config for dcae-prh
2021-05-28 02:37:46.165 LOG [prh_036fre.create] INFO: Done setting up: dcae-prh
2021-05-28 02:37:47.006 CFY [prh_036fre.create] Task succeeded 'k8splugin.create_for_components'
2021-05-28 02:37:47.043 CFY [prh_036fre] Node instance created
2021-05-28 02:37:47.341 CFY [prh_036fre] Configuring node instance: nothing to do
2021-05-28 02:37:46.550 LOG [hv-ves_8fs6kf.create] INFO: Added config for dcae-hv-ves-collector
2021-05-28 02:37:46.550 LOG [hv-ves_8fs6kf.create] INFO: Done setting up: dcae-hv-ves-collector
2021-05-28 02:37:47.922 CFY [hv-ves_8fs6kf.create] Task succeeded 'k8splugin.create_for_components'
2021-05-28 02:37:48.029 CFY [hv-ves_8fs6kf] Node instance created
2021-05-28 02:37:46.551 LOG [ves_nu2c4c.create] INFO: Added config for dcae-ves-collector
2021-05-28 02:37:46.551 LOG [ves_nu2c4c.create] INFO: Done setting up: dcae-ves-collector
2021-05-28 02:37:48.082 CFY [ves_nu2c4c.create] Task succeeded 'k8splugin.create_for_components'
2021-05-28 02:37:48.168 CFY [ves_nu2c4c] Node instance created
2021-05-28 02:37:46.622 CFY [pgaasvm_jc899g] Node instance created
2021-05-28 02:37:46.884 CFY [pgaasvm_jc899g] Configuring node instance: nothing to do
2021-05-28 02:37:46.940 CFY [pgaasvm_jc899g] Starting node instance: nothing to do
2021-05-28 02:37:47.038 CFY [pgaasvm_jc899g] Poststarting node instance: nothing to do
2021-05-28 02:37:47.148 CFY [pgaasvm_jc899g] Node instance started
2021-05-28 02:37:46.554 LOG [docker.tca_ydr9q9.create] INFO: Done setting up: dcae-tcagen2
2021-05-28 02:37:47.542 CFY [docker.tca_ydr9q9.create] Task succeeded 'k8splugin.create_for_components'
2021-05-28 02:37:47.838 CFY [docker.tca_ydr9q9] Node instance created
2021-05-28 02:37:47.940 CFY [docker.tca_ydr9q9] Configuring node instance: nothing to do
2021-05-28 02:37:48.307 CFY [hv-ves_8fs6kf] Configuring node instance: nothing to do
2021-05-28 02:37:48.411 CFY [hv-ves_8fs6kf] Starting node instance
2021-05-28 02:37:48.773 CFY [hv-ves_8fs6kf.start] Sending task 'k8splugin.create_and_start_container_for_components'
2021-05-28 02:37:47.676 CFY [prh_036fre] Starting node instance
2021-05-28 02:37:47.905 CFY [prh_036fre.start] Sending task 'k8splugin.create_and_start_container_for_components'
2021-05-28 02:37:48.580 CFY [ves_nu2c4c] Configuring node instance: nothing to do
2021-05-28 02:37:48.755 CFY [ves_nu2c4c] Starting node instance
2021-05-28 02:37:49.005 CFY [ves_nu2c4c.start] Sending task 'k8splugin.create_and_start_container_for_components'
2021-05-28 02:37:48.219 CFY [docker.tca_ydr9q9] Starting node instance
2021-05-28 02:37:48.450 CFY [docker.tca_ydr9q9.start] Sending task 'k8splugin.create_and_start_container_for_components'
2021-05-28 02:37:47.921 CFY [holmesrules_u7cr1h] Validating node instance before creation: nothing to do
2021-05-28 02:37:48.026 CFY [holmesrules_u7cr1h] Precreating node instance: nothing to do
2021-05-28 02:37:48.338 CFY [holmesrules_u7cr1h] Creating node instance
2021-05-28 02:37:48.540 CFY [holmesrules_u7cr1h.create] Sending task 'k8splugin.create_for_components'
2021-05-28 02:37:55.514 LOG [prh_036fre.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_036fre', 'cfynode': u'prh'}, 'external_cert': {u'use_external_tls': False, u'external_certificate_parameters': {u'common_name': u'', u'sans': u''}, u'cert_type': u'P12', u'ca_name': u'RA', u'external_cert_directory': u'/opt/app/dcae-certificate/external'}, 'resource_config': {}, 'volumes': [], 'log_info': {u'log_directory': u'/opt/app/prh/logs'}, 'ports': [u'8100:0'], 'k8s_location': u'central'}
2021-05-28 02:37:55.514 LOG [prh_036fre.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-28 02:37:55.910 LOG [docker.tca_ydr9q9.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_ydr9q9', 'cfynode': u'docker.tca'}, '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/logs/dcae-analytics-tca'}, 'ports': [u'9091:0'], 'k8s_location': u'central'}
2021-05-28 02:37:55.910 LOG [docker.tca_ydr9q9.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-28 02:37:55.923 LOG [docker.tca_ydr9q9.start] INFO: Creating init container: TLS
* [nexus3.onap.org:10001/onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0]
2021-05-28 02:37:57.015 LOG [hv-ves_8fs6kf.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_8fs6kf', '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-28 02:37:57.015 LOG [hv-ves_8fs6kf.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-28 02:37:57.030 LOG [hv-ves_8fs6kf.start] INFO: Creating init container: TLS
* [nexus3.onap.org:10001/onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0]
2021-05-28 02:37:57.185 LOG [hv-ves_8fs6kf.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-28 02:37:57.185 LOG [hv-ves_8fs6kf.start] INFO: Waiting up to 1800 secs for dcae-hv-ves-collector to become ready
2021-05-28 02:37:55.527 LOG [prh_036fre.start] INFO: Creating init container: TLS
* [nexus3.onap.org:10001/onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0]
2021-05-28 02:37:56.004 LOG [prh_036fre.start] INFO: k8s deployment initiated successfully for dcae-prh: {'services': ['dcae-prh'], 'namespace': u'onap', 'location': u'central', 'deployment': 'dep-dcae-prh'}
2021-05-28 02:37:56.004 LOG [prh_036fre.start] INFO: Waiting up to 1800 secs for dcae-prh to become ready
2021-05-28 02:37:56.823 LOG [ves_nu2c4c.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_nu2c4c', 'cfynode': u'ves'}, 'external_cert': {u'external_cert_directory': u'/opt/app/dcae-certificate/', 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'use_external_tls': False}, '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-28 02:37:56.824 LOG [ves_nu2c4c.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-28 02:37:56.836 LOG [ves_nu2c4c.start] INFO: Creating init container: TLS
* [nexus3.onap.org:10001/onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0]
2021-05-28 02:37:57.048 LOG [ves_nu2c4c.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-28 02:37:57.048 LOG [ves_nu2c4c.start] INFO: Waiting up to 1800 secs for dcae-ves-collector to become ready
2021-05-28 02:37:56.140 LOG [docker.tca_ydr9q9.start] INFO: k8s deployment initiated successfully for dcae-tcagen2: {'services': ['dcae-tcagen2'], 'namespace': u'onap', 'location': u'central', 'deployment': 'dep-dcae-tcagen2'}
2021-05-28 02:37:56.140 LOG [docker.tca_ydr9q9.start] INFO: Waiting up to 1800 secs for dcae-tcagen2 to become ready
2021-05-28 02:37:57.267 LOG [holmesrules_u7cr1h.create] INFO: Added config for holmes-rule-mgmt
2021-05-28 02:37:57.268 LOG [holmesrules_u7cr1h.create] INFO: Done setting up: holmes-rule-mgmt
2021-05-28 02:37:58.229 CFY [holmesrules_u7cr1h.create] Task succeeded 'k8splugin.create_for_components'
2021-05-28 02:37:58.362 CFY [holmesrules_u7cr1h] Node instance created
2021-05-28 02:37:58.461 CFY [holmesrules_u7cr1h] Configuring node instance: nothing to do
2021-05-28 02:37:58.564 CFY [holmesrules_u7cr1h] Starting node instance
2021-05-28 02:37:58.899 CFY [holmesrules_u7cr1h.start] Sending task 'k8splugin.create_and_start_container_for_components'
2021-05-28 02:38:02.769 LOG [holmesrules_u7cr1h.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'075eb3d529c44d72b28504bd6b5e51ecc281bb44ef813e55164706fb31059eb5'}, 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'075eb3d529c44d72b28504bd6b5e51ecc281bb44ef813e55164706fb31059eb5'}, 'labels': {'cfydeployment': u'holmes_rules', 'cfynodeinstance': u'holmesrules_u7cr1h', 'cfynode': u'holmesrules'}, 'external_cert': {u'use_external_tls': False, u'external_certificate_parameters': {u'common_name': u'', u'sans': u''}, u'cert_type': u'P12', u'ca_name': u'RA', u'external_cert_directory': u'/opt/app/dcae-certificate/external'}, 'resource_config': {u'requests': {u'cpu': u'250m', u'memory': u'256Mi'}, u'limits': {u'cpu': u'250m', u'memory': u'1024Mi'}}, 'volumes': [], 'log_info': {}, 'ports': [u'9101:0', u'9104:0'], 'k8s_location': u'central'}
2021-05-28 02:38:02.770 LOG [holmesrules_u7cr1h.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-28 02:38:02.781 LOG [holmesrules_u7cr1h.start] INFO: Creating init container: TLS
* [nexus3.onap.org:10001/onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0]
2021-05-28 02:38:02.876 LOG [holmesrules_u7cr1h.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-28 02:38:02.877 LOG [holmesrules_u7cr1h.start] INFO: Waiting up to 1800 secs for holmes-rule-mgmt to become ready
2021-05-28 02:39:11.168 LOG [prh_036fre.start] INFO: k8s deployment is ready for: dcae-prh
2021-05-28 02:39:11.169 LOG [prh_036fre.start] INFO: Done starting: dcae-prh
2021-05-28 02:39:12.316 CFY [prh_036fre.start] Task succeeded 'k8splugin.create_and_start_container_for_components'
Execution ended, waiting 3 seconds for additional log messages
2021-05-28 02:39:12.431 CFY [prh_036fre] Poststarting node instance: nothing to do
2021-05-28 02:39:12.630 CFY [prh_036fre] Node instance started
2021-05-28 02:39:12.824 CFY 'install' workflow execution succeeded
Finished executing workflow install on deployment prh
* Run 'cfy events list 52830c41-4e88-4ec2-994a-7eed972117f0' to retrieve the execution's events/logs
2021-05-28 02:39:26.686 LOG [docker.tca_ydr9q9.start] INFO: k8s deployment is ready for: dcae-tcagen2
2021-05-28 02:39:26.687 LOG [docker.tca_ydr9q9.start] INFO: Done starting: dcae-tcagen2
2021-05-28 02:39:27.764 CFY [docker.tca_ydr9q9.start] Task succeeded 'k8splugin.create_and_start_container_for_components'
2021-05-28 02:39:27.894 CFY [docker.tca_ydr9q9] Poststarting node instance: nothing to do
2021-05-28 02:39:27.946 CFY [docker.tca_ydr9q9] Node instance started
2021-05-28 02:39:28.387 CFY 'install' workflow execution succeeded
Finished executing workflow install on deployment tcagen2
* Run 'cfy events list ddbf6947-340a-480e-9164-0363ca8c4eb3' to retrieve the execution's events/logs
2021-05-28 02:39:41.098 LOG [ves_nu2c4c.start] INFO: k8s deployment is ready for: dcae-ves-collector
2021-05-28 02:39:41.098 LOG [ves_nu2c4c.start] INFO: Done starting: dcae-ves-collector
2021-05-28 02:39:42.031 CFY [ves_nu2c4c.start] Task succeeded 'k8splugin.create_and_start_container_for_components'
2021-05-28 02:39:42.095 CFY [ves_nu2c4c] Poststarting node instance: nothing to do
2021-05-28 02:39:42.207 CFY [ves_nu2c4c] Node instance started
2021-05-28 02:39:42.716 CFY 'install' workflow execution succeeded
Finished executing workflow install on deployment ves-tls
* Run 'cfy events list 14e6eab5-9a97-4c14-a8fe-06af8bb7d535' to retrieve the execution's events/logs
2021-05-28 02:40:27.432 LOG [hv-ves_8fs6kf.start] INFO: k8s deployment is ready for: dcae-hv-ves-collector
2021-05-28 02:40:27.433 LOG [hv-ves_8fs6kf.start] INFO: Done starting: dcae-hv-ves-collector
2021-05-28 02:40:28.610 CFY [hv-ves_8fs6kf.start] Task succeeded 'k8splugin.create_and_start_container_for_components'
2021-05-28 02:40:28.629 CFY [hv-ves_8fs6kf] Poststarting node instance: nothing to do
Execution ended, waiting 3 seconds for additional log messages
2021-05-28 02:40:28.843 CFY [hv-ves_8fs6kf] Node instance started
2021-05-28 02:40:29.167 CFY 'install' workflow execution succeeded
Finished executing workflow install on deployment hv-ves
* Run 'cfy events list 78307616-bb7f-4423-94da-02559344de8a' to retrieve the execution's events/logs
2021-05-28 02:41:52.509 LOG [holmesrules_u7cr1h.start] INFO: k8s deployment is ready for: holmes-rule-mgmt
2021-05-28 02:41:52.510 LOG [holmesrules_u7cr1h.start] INFO: Done starting: holmes-rule-mgmt
2021-05-28 02:41:53.209 CFY [holmesrules_u7cr1h.start] Task succeeded 'k8splugin.create_and_start_container_for_components'
2021-05-28 02:41:53.248 CFY [holmesrules_u7cr1h] Poststarting node instance: nothing to do
2021-05-28 02:41:53.321 CFY [holmesrules_u7cr1h] Node instance started
2021-05-28 02:41:53.637 CFY 'install' workflow execution succeeded
Finished executing workflow install on deployment holmes_rules
* Run 'cfy events list d19c5049-eb5b-424f-beb4-ee59654bfb39' 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-05-28 02:42:01.749 CFY Starting 'create_deployment_environment' workflow execution
2021-05-28 02:42:01.755 CFY Installing deployment and workflow plugins
2021-05-28 02:42:01.854 CFY Sending task 'cloudify_agent.operations.install_plugins'
2021-05-28 02:42:01.869 CFY Task started 'cloudify_agent.operations.install_plugins'
2021-05-28 02:42:02.919 LOG INFO: Installing plugin: pgaas
2021-05-28 02:42:03.575 LOG INFO: Using existing installation of managed plugin: 58efe6f3-7d62-4dc9-b2f9-0460c83e4309 [package_name: pgaas, package_version: 1.3.0, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-05-28 02:42:03.576 LOG INFO: Installing plugin: k8s
2021-05-28 02:42:04.200 LOG INFO: Using existing installation of managed plugin: a7f36bde-33e2-40f4-8feb-48e1ce2202e2 [package_name: k8splugin, package_version: 3.4.2, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-05-28 02:42:04.201 CFY Task succeeded 'cloudify_agent.operations.install_plugins'
2021-05-28 02:42:04.315 CFY Creating deployment work directory
2021-05-28 02:42:04.529 CFY 'create_deployment_environment' workflow execution succeeded
2021-05-28 02:42:10.625 CFY Starting 'install' workflow execution
2021-05-28 02:42:11.242 CFY [pgaasvm_5523r3] Validating node instance before creation: nothing to do
2021-05-28 02:42:11.318 CFY [pgaasvm_5523r3] Precreating node instance: nothing to do
2021-05-28 02:42:11.426 CFY [pgaasvm_5523r3] Creating node instance
2021-05-28 02:42:11.674 CFY [pgaasvm_5523r3.create] Sending task 'pgaas.pgaas_plugin.create_database'
2021-05-28 02:42:15.680 LOG [pgaasvm_5523r3.create] WARNING: create_database(holmes)
2021-05-28 02:42:16.626 CFY [pgaasvm_5523r3.create] Task succeeded 'pgaas.pgaas_plugin.create_database'
2021-05-28 02:42:16.860 CFY [pgaasvm_5523r3] Node instance created
2021-05-28 02:42:16.958 CFY [pgaasvm_5523r3] Configuring node instance: nothing to do
2021-05-28 02:42:17.031 CFY [pgaasvm_5523r3] Starting node instance: nothing to do
2021-05-28 02:42:17.132 CFY [pgaasvm_5523r3] Poststarting node instance: nothing to do
2021-05-28 02:42:17.356 CFY [pgaasvm_5523r3] Node instance started
2021-05-28 02:42:17.837 CFY [holmesengine_ljdqq5] Validating node instance before creation: nothing to do
2021-05-28 02:42:17.908 CFY [holmesengine_ljdqq5] Precreating node instance: nothing to do
2021-05-28 02:42:18.141 CFY [holmesengine_ljdqq5] Creating node instance
2021-05-28 02:42:18.270 CFY [holmesengine_ljdqq5.create] Sending task 'k8splugin.create_for_components'
2021-05-28 02:42:24.239 LOG [holmesengine_ljdqq5.create] INFO: Added config for holmes-engine-mgmt
2021-05-28 02:42:24.239 LOG [holmesengine_ljdqq5.create] INFO: Done setting up: holmes-engine-mgmt
2021-05-28 02:42:25.345 CFY [holmesengine_ljdqq5.create] Task succeeded 'k8splugin.create_for_components'
2021-05-28 02:42:25.533 CFY [holmesengine_ljdqq5] Node instance created
2021-05-28 02:42:25.575 CFY [holmesengine_ljdqq5] Configuring node instance: nothing to do
2021-05-28 02:42:25.679 CFY [holmesengine_ljdqq5] Starting node instance
2021-05-28 02:42:25.939 CFY [holmesengine_ljdqq5.start] Sending task 'k8splugin.create_and_start_container_for_components'
2021-05-28 02:42:29.541 LOG [holmesengine_ljdqq5.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'075eb3d529c44d72b28504bd6b5e51ecc281bb44ef813e55164706fb31059eb5'}, 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'075eb3d529c44d72b28504bd6b5e51ecc281bb44ef813e55164706fb31059eb5'}, 'labels': {'cfydeployment': u'holmes_engine', 'cfynodeinstance': u'holmesengine_ljdqq5', '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-28 02:42:29.541 LOG [holmesengine_ljdqq5.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-28 02:42:29.552 LOG [holmesengine_ljdqq5.start] INFO: Creating init container: TLS
* [nexus3.onap.org:10001/onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0]
2021-05-28 02:42:29.681 LOG [holmesengine_ljdqq5.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-28 02:42:29.681 LOG [holmesengine_ljdqq5.start] INFO: Waiting up to 1800 secs for holmes-engine-mgmt to become ready
2021-05-28 02:43:35.486 LOG [holmesengine_ljdqq5.start] INFO: k8s deployment is ready for: holmes-engine-mgmt
2021-05-28 02:43:35.486 LOG