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.71.189...
* Connected to consul-server (10.233.71.189) 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, 31 May 2021 02:35:33 GMT
< Content-Length: 4
<
{ [data not shown]
100 124 100 4 100 120 20 624 --:--:-- --:--:-- --:--:-- 628
* 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.71.189...
* Connected to consul-server (10.233.71.189) 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, 31 May 2021 02:35:34 GMT
< Content-Length: 4
<
{ [data not shown]
100 1518 100 4 100 1514 11 4324 --:--:-- --:--:-- --:--:-- 4338
* 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 in progress...
2021-05-31 02:35:40.550 CFY Starting 'create_deployment_environment' workflow execution
2021-05-31 02:35:40.560 CFY Installing deployment and workflow plugins
2021-05-31 02:35:40.657 CFY Sending task 'cloudify_agent.operations.install_plugins'
2021-05-31 02:35:40.674 CFY Task started 'cloudify_agent.operations.install_plugins'
2021-05-31 02:35:41.837 LOG INFO: Installing plugin: pgaas
2021-05-31 02:35:42.526 LOG INFO: Using existing installation of managed plugin: cfcc4767-3f95-41bd-bf17-2da52167bd0e [package_name: pgaas, package_version: 1.3.0, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-05-31 02:35:42.528 LOG INFO: Installing plugin: ssh_keyshare
2021-05-31 02:35:43.234 LOG INFO: Using existing installation of managed plugin: 7c4c29d6-18d0-4bcd-b8f5-f2c8e8ffbbd5 [package_name: sshkeyshare, package_version: 1.2.0, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-05-31 02:35:43.235 CFY Task succeeded 'cloudify_agent.operations.install_plugins'
2021-05-31 02:35:43.299 CFY Creating deployment work directory
2021-05-31 02:35:43.549 CFY 'create_deployment_environment' workflow execution succeeded
2021-05-31 02:35:49.936 CFY Starting 'install' workflow execution
2021-05-31 02:35:50.526 CFY [sharedsshkey_pgrs_dfpa6w] Validating node instance before creation: nothing to do
2021-05-31 02:35:50.602 CFY [sharedsshkey_pgrs_dfpa6w] Precreating node instance: nothing to do
2021-05-31 02:35:50.911 CFY [sharedsshkey_pgrs_dfpa6w] Creating node instance
2021-05-31 02:35:51.061 CFY [sharedsshkey_pgrs_dfpa6w.create] Sending task 'sshkeyshare.keyshare_plugin.generate'
2021-05-31 02:35:55.133 CFY [sharedsshkey_pgrs_dfpa6w.create] Task succeeded 'sshkeyshare.keyshare_plugin.generate'
2021-05-31 02:35:55.348 CFY [sharedsshkey_pgrs_dfpa6w] Node instance created
2021-05-31 02:35:55.464 CFY [sharedsshkey_pgrs_dfpa6w] Configuring node instance: nothing to do
2021-05-31 02:35:55.548 CFY [sharedsshkey_pgrs_dfpa6w] Starting node instance: nothing to do
2021-05-31 02:35:55.670 CFY [sharedsshkey_pgrs_dfpa6w] Poststarting node instance: nothing to do
2021-05-31 02:35:55.757 CFY [sharedsshkey_pgrs_dfpa6w] Node instance started
2021-05-31 02:35:56.457 CFY [pgaas_cluster_7tukdu] Validating node instance before creation: nothing to do
2021-05-31 02:35:56.566 CFY [pgaas_cluster_7tukdu] Precreating node instance: nothing to do
2021-05-31 02:35:56.841 CFY [pgaas_cluster_7tukdu] Creating node instance
2021-05-31 02:35:57.018 CFY [pgaas_cluster_7tukdu.create] Sending task 'pgaas.pgaas_plugin.add_pgaas_cluster'
2021-05-31 02:36:03.548 LOG [pgaas_cluster_7tukdu.create] WARNING: add_pgaas_cluster() invoked
2021-05-31 02:36:03.864 LOG [pgaas_cluster_7tukdu.create] WARNING: All done
2021-05-31 02:36:05.357 CFY [pgaas_cluster_7tukdu.create] Task succeeded 'pgaas.pgaas_plugin.add_pgaas_cluster'
2021-05-31 02:36:05.683 CFY [pgaas_cluster_7tukdu] Node instance created
2021-05-31 02:36:05.760 CFY [pgaas_cluster_7tukdu] Configuring node instance: nothing to do
2021-05-31 02:36:05.859 CFY [pgaas_cluster_7tukdu] Starting node instance: nothing to do
2021-05-31 02:36:05.971 CFY [pgaas_cluster_7tukdu] Poststarting node instance: nothing to do
Execution ended, waiting 3 seconds for additional log messages
2021-05-31 02:36:06.066 CFY [pgaas_cluster_7tukdu] Node instance started
2021-05-31 02:36:06.591 CFY 'install' workflow execution succeeded
Finished executing workflow install on deployment pgaas_initdb
* Run 'cfy events list 6ec2a3f9-721e-4290-8cdc-d95e696b8852' 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'
++ 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'
++ 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
++ /bin/jq .metadata.pagination.total
+ deploy prh k8s-prh.yaml k8s-prh-inputs.yaml
+ set +e
+ cm_hasany 'blueprints?id=prh'
+ deploy hv-ves k8s-hv-ves.yaml k8s-hv_ves-inputs.yaml
++ 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'
+ 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=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
++ /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 hv-ves /blueprints/k8s-hv-ves.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
/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...
k8s-holmes-rules.... |####################----------------------------| 41.41%
k8s-holmes-rules.... |########################################--------| 82.83%
k8s-holmes-rules.... |################################################| 100.0%Uploading blueprint /blueprints/k8s-ves.yaml...
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%
k8s-ves.yaml |#######################---------------------------------| 41.44%
k8s-ves.yaml |##############################################----------| 82.88%
k8s-ves.yaml |########################################################| 100.0%Uploading blueprint /blueprints/k8s-tcagen2.yaml...
Uploading blueprint /blueprints/k8s-prh.yaml...
k8s-prh.yaml |#######################---------------------------------| 41.44%
k8s-tcagen2.yaml |######################------------------------------| 41.42%
k8s-prh.yaml |##############################################----------| 82.87%
k8s-prh.yaml |########################################################| 100.0%
k8s-tcagen2.yaml |###########################################---------| 82.85%
k8s-tcagen2.yaml |####################################################| 100.0%
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
Blueprint uploaded. The blueprint's id is holmes_rules
Blueprint uploaded. The blueprint's id is prh
+ cm_hasany 'deployments?id=ves-tls'
++ /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=ves-tls&_include=id'
+ cm_hasany 'deployments?id=holmes_rules'
Blueprint uploaded. The blueprint's id is 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=holmes_rules&_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
+ cm_hasany 'deployments?id=prh'
++ curl -Ss -H 'Tenant: default_tenant' --user admin:UmH7vbj6 --cacert /certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/deployments?id=prh&_include=id'
++ /bin/jq .metadata.pagination.total
+ cm_hasany 'deployments?id=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
+ COUNT=0
+ (( 0 > 0 ))
+ return 1
+ INPUTS=
+ '[' -n k8s-ves-inputs-tls.yaml ']'
+ INPUTS=-i/inputs/k8s-ves-inputs-tls.yaml
+ cfy deployments create -b ves-tls -i/inputs/k8s-ves-inputs-tls.yaml ves-tls
+ COUNT=0
+ (( 0 > 0 ))
+ return 1
+ INPUTS=
+ '[' -n k8s-holmes_rules-inputs.yaml ']'
+ INPUTS=-i/inputs/k8s-holmes_rules-inputs.yaml
+ cfy deployments create -b holmes_rules -i/inputs/k8s-holmes_rules-inputs.yaml holmes_rules
+ 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-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
/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 holmes_rules...
Creating new deployment from blueprint prh...
Creating new deployment from blueprint ves-tls...
Creating new deployment from blueprint hv-ves...
Deployment created. The deployment's id is tcagen2
+ cm_hasany 'node-instances?deployment_id=tcagen2&state=uninitialized&state=deleted'
++ /bin/jq .metadata.pagination.total
++ curl -Ss -H 'Tenant: default_tenant' --user admin:UmH7vbj6 --cacert /certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/node-instances?deployment_id=tcagen2&state=uninitialized&state=deleted&_include=id'
Deployment created. The deployment's id is ves-tls
Deployment created. The deployment's id is hv-ves
Deployment created. The deployment's id is holmes_rules
Deployment created. The deployment's id is prh
+ 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
+ cm_hasany 'node-instances?deployment_id=holmes_rules&state=uninitialized&state=deleted'
++ /bin/jq .metadata.pagination.total
++ curl -Ss -H 'Tenant: default_tenant' --user admin:UmH7vbj6 --cacert /certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/node-instances?deployment_id=holmes_rules&state=uninitialized&state=deleted&_include=id'
+ 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
+ COUNT=1
+ (( 1 > 0 ))
+ return 0
+ cfy executions start -d tcagen2 install
+ 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=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
Executing workflow `install` on deployment `tcagen2` [timeout=900 seconds]
+ COUNT=1
+ (( 1 > 0 ))
+ return 0
+ cfy executions start -d ves-tls install
/usr/lib/python2.7/site-packages/paramiko/transport.py:33: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
from cryptography.hazmat.backends import default_backend
/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 environment creation is pending...
+ COUNT=1
+ (( 1 > 0 ))
+ return 0
+ cfy executions start -d prh 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_rules` [timeout=900 seconds]
Executing workflow `install` on deployment `hv-ves` [timeout=900 seconds]
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
Executing workflow `install` on deployment `prh` [timeout=900 seconds]
Deployment environment creation is pending...
Deployment environment creation is pending...
Deployment environment creation is pending...
Deployment environment creation is pending...
2021-05-31 02:36:24.879 CFY Starting 'create_deployment_environment' workflow execution
2021-05-31 02:36:26.282 CFY Starting 'create_deployment_environment' workflow execution
2021-05-31 02:36:26.594 CFY Starting 'create_deployment_environment' workflow execution
2021-05-31 02:36:25.579 CFY Starting 'create_deployment_environment' workflow execution
2021-05-31 02:36:25.585 CFY Installing deployment and workflow plugins
2021-05-31 02:36:25.685 CFY Sending task 'cloudify_agent.operations.install_plugins'
2021-05-31 02:36:25.700 CFY Task started 'cloudify_agent.operations.install_plugins'
2021-05-31 02:36:24.886 CFY Installing deployment and workflow plugins
2021-05-31 02:36:24.985 CFY Sending task 'cloudify_agent.operations.install_plugins'
2021-05-31 02:36:24.995 CFY Task started 'cloudify_agent.operations.install_plugins'
2021-05-31 02:36:28.876 LOG INFO: Installing plugin: k8s
2021-05-31 02:36:26.591 CFY Starting 'create_deployment_environment' workflow execution
2021-05-31 02:36:26.597 CFY Installing deployment and workflow plugins
2021-05-31 02:36:26.696 CFY Sending task 'cloudify_agent.operations.install_plugins'
2021-05-31 02:36:26.712 CFY Task started 'cloudify_agent.operations.install_plugins'
2021-05-31 02:36:30.675 LOG INFO: Installing plugin: k8s
2021-05-31 02:36:26.287 CFY Installing deployment and workflow plugins
2021-05-31 02:36:26.387 CFY Sending task 'cloudify_agent.operations.install_plugins'
2021-05-31 02:36:26.402 CFY Task started 'cloudify_agent.operations.install_plugins'
2021-05-31 02:36:30.386 LOG INFO: Installing plugin: pgaas
2021-05-31 02:36:26.600 CFY Installing deployment and workflow plugins
2021-05-31 02:36:26.699 CFY Sending task 'cloudify_agent.operations.install_plugins'
2021-05-31 02:36:26.712 CFY Task started 'cloudify_agent.operations.install_plugins'
2021-05-31 02:36:30.674 LOG INFO: Installing plugin: k8s
2021-05-31 02:36:29.193 LOG INFO: Installing plugin: k8s
2021-05-31 02:36:32.916 LOG INFO: Using existing installation of managed plugin: fbba20ba-09b1-4dcb-b446-faeef20235d7 [package_name: k8splugin, package_version: 3.4.2, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-05-31 02:36:32.964 CFY Task succeeded 'cloudify_agent.operations.install_plugins'
2021-05-31 02:36:32.973 CFY Creating deployment work directory
2021-05-31 02:36:33.284 CFY 'create_deployment_environment' workflow execution succeeded
2021-05-31 02:36:32.867 LOG INFO: Using existing installation of managed plugin: cfcc4767-3f95-41bd-bf17-2da52167bd0e [package_name: pgaas, package_version: 1.3.0, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-05-31 02:36:32.868 LOG INFO: Installing plugin: k8s
2021-05-31 02:36:33.616 LOG INFO: Using existing installation of managed plugin: fbba20ba-09b1-4dcb-b446-faeef20235d7 [package_name: k8splugin, package_version: 3.4.2, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-05-31 02:36:33.617 CFY Task succeeded 'cloudify_agent.operations.install_plugins'
2021-05-31 02:36:33.732 CFY Creating deployment work directory
2021-05-31 02:36:33.992 CFY 'create_deployment_environment' workflow execution succeeded
2021-05-31 02:36:32.971 LOG INFO: Using existing installation of managed plugin: fbba20ba-09b1-4dcb-b446-faeef20235d7 [package_name: k8splugin, package_version: 3.4.2, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-05-31 02:36:32.972 CFY Task succeeded 'cloudify_agent.operations.install_plugins'
2021-05-31 02:36:33.086 CFY Creating deployment work directory
2021-05-31 02:36:33.385 CFY 'create_deployment_environment' workflow execution succeeded
2021-05-31 02:36:32.181 LOG INFO: Using existing installation of managed plugin: fbba20ba-09b1-4dcb-b446-faeef20235d7 [package_name: k8splugin, package_version: 3.4.2, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-05-31 02:36:32.182 CFY Task succeeded 'cloudify_agent.operations.install_plugins'
2021-05-31 02:36:32.296 CFY Creating deployment work directory
2021-05-31 02:36:32.695 CFY 'create_deployment_environment' workflow execution succeeded
2021-05-31 02:36:38.892 CFY Starting 'install' workflow execution
2021-05-31 02:36:40.386 CFY [docker.tca_mdqzti] Validating node instance before creation: nothing to do
2021-05-31 02:36:40.667 CFY [docker.tca_mdqzti] Precreating node instance: nothing to do
2021-05-31 02:36:40.979 CFY [docker.tca_mdqzti] Creating node instance
2021-05-31 02:36:41.886 CFY [docker.tca_mdqzti.create] Sending task 'k8splugin.create_for_components'
2021-05-31 02:36:45.686 CFY Starting 'install' workflow execution
2021-05-31 02:36:45.877 CFY Starting 'install' workflow execution
2021-05-31 02:36:45.676 CFY Starting 'install' workflow execution
2021-05-31 02:36:46.185 CFY Starting 'install' workflow execution
2021-05-31 02:36:47.697 CFY [ves_5lqdhr] Validating node instance before creation: nothing to do
2021-05-31 02:36:47.979 CFY [ves_5lqdhr] Precreating node instance: nothing to do
2021-05-31 02:36:48.674 CFY [ves_5lqdhr] Creating node instance
2021-05-31 02:36:47.590 CFY [hv-ves_4fui4u] Validating node instance before creation: nothing to do
2021-05-31 02:36:47.908 CFY [hv-ves_4fui4u] Precreating node instance: nothing to do
2021-05-31 02:36:48.575 CFY [hv-ves_4fui4u] Creating node instance
2021-05-31 02:36:48.795 CFY [hv-ves_4fui4u.create] Sending task 'k8splugin.create_for_components'
2021-05-31 02:36:47.994 CFY [pgaasvm_ugpwjg] Validating node instance before creation: nothing to do
2021-05-31 02:36:48.271 CFY [pgaasvm_ugpwjg] Precreating node instance: nothing to do
2021-05-31 02:36:48.501 CFY [pgaasvm_ugpwjg] Creating node instance
2021-05-31 02:36:49.190 CFY [pgaasvm_ugpwjg.create] Sending task 'pgaas.pgaas_plugin.create_database'
2021-05-31 02:36:48.075 CFY [prh_ko857z] Validating node instance before creation: nothing to do
2021-05-31 02:36:48.395 CFY [prh_ko857z] Precreating node instance: nothing to do
2021-05-31 02:36:48.713 CFY [prh_ko857z] Creating node instance
2021-05-31 02:36:49.141 CFY [prh_ko857z.create] Sending task 'k8splugin.create_for_components'
2021-05-31 02:36:48.888 CFY [ves_5lqdhr.create] Sending task 'k8splugin.create_for_components'
2021-05-31 02:36:55.012 LOG [pgaasvm_ugpwjg.create] WARNING: create_database(holmes)
2021-05-31 02:37:00.368 LOG [hv-ves_4fui4u.create] INFO: Added config for dcae-hv-ves-collector
2021-05-31 02:37:00.368 LOG [hv-ves_4fui4u.create] INFO: Done setting up: dcae-hv-ves-collector
2021-05-31 02:37:00.048 LOG [docker.tca_mdqzti.create] INFO: Added config for dcae-tcagen2
2021-05-31 02:37:00.048 LOG [docker.tca_mdqzti.create] INFO: Done setting up: dcae-tcagen2
2021-05-31 02:37:00.969 CFY [docker.tca_mdqzti.create] Task succeeded 'k8splugin.create_for_components'
2021-05-31 02:37:01.033 CFY [docker.tca_mdqzti] Node instance created
2021-05-31 02:37:01.597 CFY [docker.tca_mdqzti] Configuring node instance: nothing to do
2021-05-31 02:37:00.363 LOG [prh_ko857z.create] INFO: Added config for dcae-prh
2021-05-31 02:37:00.363 LOG [prh_ko857z.create] INFO: Done setting up: dcae-prh
2021-05-31 02:37:00.989 CFY [prh_ko857z.create] Task succeeded 'k8splugin.create_for_components'
2021-05-31 02:37:01.474 CFY [prh_ko857z] Node instance created
2021-05-31 02:37:00.174 LOG [ves_5lqdhr.create] INFO: Added config for dcae-ves-collector
2021-05-31 02:37:00.175 LOG [ves_5lqdhr.create] INFO: Done setting up: dcae-ves-collector
2021-05-31 02:37:00.780 CFY [ves_5lqdhr.create] Task succeeded 'k8splugin.create_for_components'
2021-05-31 02:37:01.057 CFY [ves_5lqdhr] Node instance created
2021-05-31 02:37:01.276 CFY [ves_5lqdhr] Configuring node instance: nothing to do
2021-05-31 02:37:00.996 CFY [hv-ves_4fui4u.create] Task succeeded 'k8splugin.create_for_components'
2021-05-31 02:37:01.578 CFY [hv-ves_4fui4u] Node instance created
2021-05-31 02:37:01.814 CFY [hv-ves_4fui4u] Configuring node instance: nothing to do
2021-05-31 02:36:58.463 LOG [pgaasvm_ugpwjg.create] WARNING: All done
2021-05-31 02:37:01.801 CFY [docker.tca_mdqzti] Starting node instance
2021-05-31 02:37:01.813 CFY [prh_ko857z] Configuring node instance: nothing to do
2021-05-31 02:37:01.479 CFY [ves_5lqdhr] Starting node instance
2021-05-31 02:37:02.398 CFY [hv-ves_4fui4u] Starting node instance
2021-05-31 02:37:02.696 CFY [hv-ves_4fui4u.start] Sending task 'k8splugin.create_and_start_container_for_components'
2021-05-31 02:37:03.171 CFY [pgaasvm_ugpwjg.create] Task succeeded 'pgaas.pgaas_plugin.create_database'
2021-05-31 02:37:03.438 CFY [pgaasvm_ugpwjg] Node instance created
2021-05-31 02:37:02.391 CFY [prh_ko857z] Starting node instance
2021-05-31 02:37:02.685 CFY [prh_ko857z.start] Sending task 'k8splugin.create_and_start_container_for_components'
2021-05-31 02:37:02.414 CFY [docker.tca_mdqzti.start] Sending task 'k8splugin.create_and_start_container_for_components'
2021-05-31 02:37:02.198 CFY [ves_5lqdhr.start] Sending task 'k8splugin.create_and_start_container_for_components'
2021-05-31 02:37:03.600 CFY [pgaasvm_ugpwjg] Configuring node instance: nothing to do
2021-05-31 02:37:03.681 CFY [pgaasvm_ugpwjg] Starting node instance: nothing to do
2021-05-31 02:37:14.311 LOG [hv-ves_4fui4u.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_4fui4u', '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-31 02:37:13.977 LOG [prh_ko857z.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_ko857z', '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-31 02:37:13.977 LOG [prh_ko857z.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-31 02:37:13.990 LOG [prh_ko857z.start] INFO: Creating init container: TLS
* [nexus3.onap.org:10001/onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0]
2021-05-31 02:37:09.869 LOG [docker.tca_mdqzti.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_mdqzti', 'cfynode': u'docker.tca'}, 'external_cert': {u'use_external_tls': False, u'external_certificate_parameters': {u'common_name': u'', u'sans': u''}, u'cert_type': u'P12', u'external_cert_directory': u'/opt/app/dcae-certificate/external', u'ca_name': u'RA'}, 'resource_config': {}, 'volumes': [], 'log_info': {u'log_directory': u'/opt/logs/dcae-analytics-tca'}, 'ports': [u'9091:0'], 'k8s_location': u'central'}
2021-05-31 02:37:09.869 LOG [docker.tca_mdqzti.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-31 02:37:09.884 LOG [docker.tca_mdqzti.start] INFO: Creating init container: TLS
* [nexus3.onap.org:10001/onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0]
2021-05-31 02:37:09.577 LOG [ves_5lqdhr.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_5lqdhr', 'cfynode': u'ves'}, 'external_cert': {u'ca_name': u'RA', 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'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-31 02:37:09.577 LOG [ves_5lqdhr.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-31 02:37:09.590 LOG [ves_5lqdhr.start] INFO: Creating init container: TLS
* [nexus3.onap.org:10001/onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0]
2021-05-31 02:37:10.264 LOG [ves_5lqdhr.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-31 02:37:03.787 CFY [pgaasvm_ugpwjg] Poststarting node instance: nothing to do
2021-05-31 02:37:04.058 CFY [pgaasvm_ugpwjg] Node instance started
2021-05-31 02:37:04.586 CFY [holmesrules_5d96yt] Validating node instance before creation: nothing to do
2021-05-31 02:37:04.704 CFY [holmesrules_5d96yt] Precreating node instance: nothing to do
2021-05-31 02:37:04.781 CFY [holmesrules_5d96yt] Creating node instance
2021-05-31 02:37:05.144 CFY [holmesrules_5d96yt.create] Sending task 'k8splugin.create_for_components'
2021-05-31 02:37:15.456 LOG [holmesrules_5d96yt.create] INFO: Added config for holmes-rule-mgmt
2021-05-31 02:37:15.456 LOG [holmesrules_5d96yt.create] INFO: Done setting up: holmes-rule-mgmt
2021-05-31 02:37:16.584 CFY [holmesrules_5d96yt.create] Task succeeded 'k8splugin.create_for_components'
2021-05-31 02:37:16.630 CFY [holmesrules_5d96yt] Node instance created
2021-05-31 02:37:17.014 CFY [holmesrules_5d96yt] Configuring node instance: nothing to do
2021-05-31 02:37:14.312 LOG [hv-ves_4fui4u.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-31 02:37:14.323 LOG [hv-ves_4fui4u.start] INFO: Creating init container: TLS
* [nexus3.onap.org:10001/onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0]
2021-05-31 02:37:14.437 LOG [hv-ves_4fui4u.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-31 02:37:14.437 LOG [hv-ves_4fui4u.start] INFO: Waiting up to 1800 secs for dcae-hv-ves-collector to become ready
2021-05-31 02:37:14.165 LOG [prh_ko857z.start] INFO: k8s deployment initiated successfully for dcae-prh: {'services': ['dcae-prh'], 'namespace': u'onap', 'location': u'central', 'deployment': 'dep-dcae-prh'}
2021-05-31 02:37:14.165 LOG [prh_ko857z.start] INFO: Waiting up to 1800 secs for dcae-prh to become ready
2021-05-31 02:37:10.193 LOG [docker.tca_mdqzti.start] INFO: k8s deployment initiated successfully for dcae-tcagen2: {'services': ['dcae-tcagen2'], 'namespace': u'onap', 'location': u'central', 'deployment': 'dep-dcae-tcagen2'}
2021-05-31 02:37:10.193 LOG [docker.tca_mdqzti.start] INFO: Waiting up to 1800 secs for dcae-tcagen2 to become ready
2021-05-31 02:37:10.265 LOG [ves_5lqdhr.start] INFO: Waiting up to 1800 secs for dcae-ves-collector to become ready
2021-05-31 02:37:17.400 CFY [holmesrules_5d96yt] Starting node instance
2021-05-31 02:37:17.570 CFY [holmesrules_5d96yt.start] Sending task 'k8splugin.create_and_start_container_for_components'
2021-05-31 02:37:20.833 LOG [holmesrules_5d96yt.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'3c2c7352d8f63246371174e301f26d701d0c21b12595cf8ef5c88149a7cb10d3'}, 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'3c2c7352d8f63246371174e301f26d701d0c21b12595cf8ef5c88149a7cb10d3'}, 'labels': {'cfydeployment': u'holmes_rules', 'cfynodeinstance': u'holmesrules_5d96yt', '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'external_cert_directory': u'/opt/app/dcae-certificate/external', u'ca_name': u'RA'}, '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-31 02:37:20.833 LOG [holmesrules_5d96yt.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-31 02:37:20.845 LOG [holmesrules_5d96yt.start] INFO: Creating init container: TLS
* [nexus3.onap.org:10001/onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0]
2021-05-31 02:37:20.929 LOG [holmesrules_5d96yt.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-31 02:37:20.930 LOG [holmesrules_5d96yt.start] INFO: Waiting up to 1800 secs for holmes-rule-mgmt to become ready
2021-05-31 02:38:25.001 LOG [docker.tca_mdqzti.start] INFO: k8s deployment is ready for: dcae-tcagen2
2021-05-31 02:38:25.001 LOG [docker.tca_mdqzti.start] INFO: Done starting: dcae-tcagen2
2021-05-31 02:38:25.673 CFY [docker.tca_mdqzti.start] Task succeeded 'k8splugin.create_and_start_container_for_components'
2021-05-31 02:38:25.752 CFY [docker.tca_mdqzti] Poststarting node instance: nothing to do
2021-05-31 02:38:25.819 CFY [docker.tca_mdqzti] Node instance started
2021-05-31 02:38:26.406 CFY 'install' workflow execution succeeded
Finished executing workflow install on deployment tcagen2
* Run 'cfy events list 3e11dd0d-8ce6-4a35-918d-b2817823a9f3' to retrieve the execution's events/logs
2021-05-31 02:39:02.269 LOG [ves_5lqdhr.start] INFO: k8s deployment is ready for: dcae-ves-collector
2021-05-31 02:39:02.270 LOG [ves_5lqdhr.start] INFO: Done starting: dcae-ves-collector
2021-05-31 02:39:03.003 CFY [ves_5lqdhr.start] Task succeeded 'k8splugin.create_and_start_container_for_components'
2021-05-31 02:39:03.034 CFY [ves_5lqdhr] Poststarting node instance: nothing to do
2021-05-31 02:39:03.153 CFY [ves_5lqdhr] Node instance started
2021-05-31 02:39:03.683 CFY 'install' workflow execution succeeded
Finished executing workflow install on deployment ves-tls
* Run 'cfy events list c81077b2-0590-4bae-940d-57aa6fd4ce48' to retrieve the execution's events/logs
2021-05-31 02:39:40.086 LOG [prh_ko857z.start] INFO: k8s deployment is ready for: dcae-prh
2021-05-31 02:39:40.087 LOG [prh_ko857z.start] INFO: Done starting: dcae-prh
2021-05-31 02:39:40.928 CFY [prh_ko857z.start] Task succeeded 'k8splugin.create_and_start_container_for_components'
Execution ended, waiting 3 seconds for additional log messages
2021-05-31 02:39:40.975 CFY [prh_ko857z] Poststarting node instance: nothing to do
2021-05-31 02:39:41.086 CFY [prh_ko857z] Node instance started
2021-05-31 02:39:41.565 CFY 'install' workflow execution succeeded
Finished executing workflow install on deployment prh
* Run 'cfy events list 46e5ae0d-cc6e-4bad-b6e9-da9ce426846e' to retrieve the execution's events/logs
2021-05-31 02:40:00.298 LOG [holmesrules_5d96yt.start] INFO: k8s deployment is ready for: holmes-rule-mgmt
2021-05-31 02:40:00.299 LOG [holmesrules_5d96yt.start] INFO: Done starting: holmes-rule-mgmt
2021-05-31 02:40:01.116 CFY [holmesrules_5d96yt.start] Task succeeded 'k8splugin.create_and_start_container_for_components'
2021-05-31 02:40:01.259 CFY [holmesrules_5d96yt] Poststarting node instance: nothing to do
2021-05-31 02:40:01.435 CFY [holmesrules_5d96yt] Node instance started
2021-05-31 02:40:01.969 CFY 'install' workflow execution succeeded
Finished executing workflow install on deployment holmes_rules
* Run 'cfy events list 44ee0a10-1568-4896-8fd6-9395b805584c' to retrieve the execution's events/logs
+ deploy holmes_engine k8s-holmes-engine.yaml k8s-holmes_engine-inputs.yaml
+ set +e
+ cm_hasany 'blueprints?id=holmes_engine'
++ curl -Ss -H 'Tenant: default_tenant' --user admin:UmH7vbj6 --cacert /certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/blueprints?id=holmes_engine&_include=id'
++ /bin/jq .metadata.pagination.total
+ COUNT=0
+ (( 0 > 0 ))
+ return 1
+ cfy blueprints upload -b holmes_engine /blueprints/k8s-holmes-engine.yaml
/usr/lib/python2.7/site-packages/paramiko/transport.py:33: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
from cryptography.hazmat.backends import default_backend
Uploading blueprint /blueprints/k8s-holmes-engine.yaml...
k8s-holmes-engine... |####################----------------------------| 41.41%
k8s-holmes-engine... |########################################--------| 82.83%
k8s-holmes-engine... |################################################| 100.0%
Blueprint uploaded. The blueprint's id is holmes_engine
+ cm_hasany 'deployments?id=holmes_engine'
++ curl -Ss -H 'Tenant: default_tenant' --user admin:UmH7vbj6 --cacert /certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/deployments?id=holmes_engine&_include=id'
++ /bin/jq .metadata.pagination.total
+ COUNT=0
+ (( 0 > 0 ))
+ return 1
+ INPUTS=
+ '[' -n k8s-holmes_engine-inputs.yaml ']'
+ INPUTS=-i/inputs/k8s-holmes_engine-inputs.yaml
+ cfy deployments create -b holmes_engine -i/inputs/k8s-holmes_engine-inputs.yaml holmes_engine
/usr/lib/python2.7/site-packages/paramiko/transport.py:33: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
from cryptography.hazmat.backends import default_backend
Creating new deployment from blueprint holmes_engine...
Deployment created. The deployment's id is holmes_engine
+ cm_hasany 'node-instances?deployment_id=holmes_engine&state=uninitialized&state=deleted'
++ curl -Ss -H 'Tenant: default_tenant' --user admin:UmH7vbj6 --cacert /certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/node-instances?deployment_id=holmes_engine&state=uninitialized&state=deleted&_include=id'
++ /bin/jq .metadata.pagination.total
+ COUNT=2
+ (( 2 > 0 ))
+ return 0
+ cfy executions start -d holmes_engine install
/usr/lib/python2.7/site-packages/paramiko/transport.py:33: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
from cryptography.hazmat.backends import default_backend
Executing workflow `install` on deployment `holmes_engine` [timeout=900 seconds]
Deployment environment creation is pending...
2021-05-31 02:40:09.212 CFY Starting 'create_deployment_environment' workflow execution
2021-05-31 02:40:09.219 CFY Installing deployment and workflow plugins
2021-05-31 02:40:09.318 CFY Sending task 'cloudify_agent.operations.install_plugins'
2021-05-31 02:40:09.334 CFY Task started 'cloudify_agent.operations.install_plugins'
2021-05-31 02:40:10.319 LOG INFO: Installing plugin: pgaas
2021-05-31 02:40:10.987 LOG INFO: Using existing installation of managed plugin: cfcc4767-3f95-41bd-bf17-2da52167bd0e [package_name: pgaas, package_version: 1.3.0, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-05-31 02:40:10.988 LOG INFO: Installing plugin: k8s
2021-05-31 02:40:11.727 LOG INFO: Using existing installation of managed plugin: fbba20ba-09b1-4dcb-b446-faeef20235d7 [package_name: k8splugin, package_version: 3.4.2, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-05-31 02:40:11.729 CFY Task succeeded 'cloudify_agent.operations.install_plugins'
2021-05-31 02:40:11.745 CFY Creating deployment work directory
2021-05-31 02:40:12.009 CFY 'create_deployment_environment' workflow execution succeeded
2021-05-31 02:40:17.648 LOG [hv-ves_4fui4u.start] INFO: k8s deployment is ready for: dcae-hv-ves-collector
2021-05-31 02:40:17.649 LOG [hv-ves_4fui4u.start] INFO: Done starting: dcae-hv-ves-collector
2021-05-31 02:40:18.262 CFY [hv-ves_4fui4u.start] Task succeeded 'k8splugin.create_and_start_container_for_components'
Execution ended, waiting 3 seconds for additional log messages
2021-05-31 02:40:18.124 CFY Starting 'install' workflow execution
2021-05-31 02:40:18.802 CFY [pgaasvm_wi244w] Validating node instance before creation: nothing to do
2021-05-31 02:40:18.860 CFY [pgaasvm_wi244w] Precreating node instance: nothing to do
2021-05-31 02:40:18.976 CFY [pgaasvm_wi244w] Creating node instance
2021-05-31 02:40:18.333 CFY [hv-ves_4fui4u] Poststarting node instance: nothing to do
2021-05-31 02:40:18.584 CFY [hv-ves_4fui4u] Node instance started
2021-05-31 02:40:18.838 CFY 'install' workflow execution succeeded
Finished executing workflow install on deployment hv-ves
* Run 'cfy events list b7ba7f3b-60f5-457d-8402-83272e14368b' to retrieve the execution's events/logs
2021-05-31 02:40:19.326 CFY [pgaasvm_wi244w.create] Sending task 'pgaas.pgaas_plugin.create_database'
2021-05-31 02:40:21.724 LOG [pgaasvm_wi244w.create] WARNING: create_database(holmes)
2021-05-31 02:40:22.977 CFY [pgaasvm_wi244w.create] Task succeeded 'pgaas.pgaas_plugin.create_database'
2021-05-31 02:40:23.214 CFY [pgaasvm_wi244w] Node instance created
2021-05-31 02:40:23.332 CFY [pgaasvm_wi244w] Configuring node instance: nothing to do
2021-05-31 02:40:23.416 CFY [pgaasvm_wi244w] Starting node instance: nothing to do
2021-05-31 02:40:23.525 CFY [pgaasvm_wi244w] Poststarting node instance: nothing to do
2021-05-31 02:40:23.777 CFY [pgaasvm_wi244w] Node instance started
2021-05-31 02:40:24.315 CFY [holmesengine_2fmy01] Validating node instance before creation: nothing to do
2021-05-31 02:40:24.429 CFY [holmesengine_2fmy01] Precreating node instance: nothing to do
2021-05-31 02:40:24.712 CFY [holmesengine_2fmy01] Creating node instance
2021-05-31 02:40:24.883 CFY [holmesengine_2fmy01.create] Sending task 'k8splugin.create_for_components'
2021-05-31 02:40:31.696 LOG [holmesengine_2fmy01.create] INFO: Added config for holmes-engine-mgmt
2021-05-31 02:40:31.697 LOG [holmesengine_2fmy01.create] INFO: Done setting up: holmes-engine-mgmt
2021-05-31 02:40:32.393 CFY [holmesengine_2fmy01.create] Task succeeded 'k8splugin.create_for_components'
2021-05-31 02:40:32.574 CFY [holmesengine_2fmy01] Node instance created
2021-05-31 02:40:32.735 CFY [holmesengine_2fmy01] Configuring node instance: nothing to do
2021-05-31 02:40:32.797 CFY [holmesengine_2fmy01] Starting node instance
2021-05-31 02:40:33.164 CFY [holmesengine_2fmy01.start] Sending task 'k8splugin.create_and_start_container_for_components'
2021-05-31 02:40:37.018 LOG [holmesengine_2fmy01.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'3c2c7352d8f63246371174e301f26d701d0c21b12595cf8ef5c88149a7cb10d3'}, 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'3c2c7352d8f63246371174e301f26d701d0c21b12595cf8ef5c88149a7cb10d3'}, 'labels': {'cfydeployment': u'holmes_engine', 'cfynodeinstance': u'holmesengine_2fmy01', 'cfynode': u'holmesengine'}, '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'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-31 02:40:37.019 LOG [holmesengine_2fmy01.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-31 02:40:37.034 LOG [holmesengine_2fmy01.start] INFO: Creating init container: TLS
* [nexus3.onap.org:10001/onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0]
2021-05-31 02:40:37.164 LOG [holmesengine_2fmy01.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-31 02:40:37.165 LOG [holmesengine_2fmy01.start] INFO: Waiting up to 1800 secs for holmes-engine-mgmt to become ready
2021-05-31 02:42:58.872 LOG [holmesengine_2fmy01.start] INFO: k8s deployment is ready for: holmes-engine-mgmt
2021-05-31 02:42:58.873 LOG [holmesengine_2fmy01.start] INFO: Done starting: holmes-engine-mgmt
2021-05-31 02:42:59.797 CFY [holmesengine_2fmy01.start] Task succeeded 'k8splugin.create_and_start_container_for_components'
2021-05-31 02:42:59.865 CFY [holmesengine_2fmy01] Poststarting node instance: nothing to do
2021-05-31 02:43:00.150 CFY [holmesengine_2fmy01] Node instance started
Execution ended, waiting 3 seconds for additional log messages
2021-05-31 02:43:00.537 CFY