By type
+ trap keep_running ERR
+ set -e
+ cfy profiles use -u admin -t default_tenant -p UmH7vbj6 --rest-certificate /certs/cacert.pem --ssl dcae-cloudify-manager
/usr/lib/python2.7/site-packages/paramiko/transport.py:33: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
from cryptography.hazmat.backends import default_backend
Initializing local profile ...
Initialization completed successfully
Attempting to connect to dcae-cloudify-manager through port 443, using https (SSL mode: True)...
Initializing profile dcae-cloudify-manager...
Initialization completed successfully
Using manager dcae-cloudify-manager with port 443
+ cfy status
/usr/lib/python2.7/site-packages/paramiko/transport.py:33: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
from cryptography.hazmat.backends import default_backend
Retrieving manager services status... [ip=dcae-cloudify-manager]
Services:
+--------------------------------+--------+
| service | status |
+--------------------------------+--------+
| Cloudify Console | Active |
| PostgreSQL | Active |
| AMQP-Postgres | Active |
| Manager Rest-Service | Active |
| RabbitMQ | Active |
| Webserver | Active |
| Management Worker | Active |
+--------------------------------+--------+
+ cfy secret create -s UmH7vbj6 cmpass
/usr/lib/python2.7/site-packages/paramiko/transport.py:33: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
from cryptography.hazmat.backends import default_backend
Secret `cmpass` created
+ for config in '/dcae-configs/*.json'
++ basename /dcae-configs/dmaap-plugin.json .json
+ key=dmaap-plugin
+ egrep -v '^#|^$' /dcae-configs/dmaap-plugin.json
+ curl -v -X PUT -H 'Content-Type: application/json' --data-binary @/tmp/dcae-upload consul-server:8500/v1/kv/dmaap-plugin
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* About to connect() to consul-server port 8500 (#0)
* Trying 10.233.70.250...
* Connected to consul-server (10.233.70.250) port 8500 (#0)
> PUT /v1/kv/dmaap-plugin HTTP/1.1
> User-Agent: curl/7.29.0
> Host: consul-server:8500
> Accept: */*
> Content-Type: application/json
> Content-Length: 120
>
} [data not shown]
* upload completely sent off: 120 out of 120 bytes
< HTTP/1.1 200 OK
< Content-Type: application/json
< Date: Thu, 15 Apr 2021 02:46:15 GMT
< Content-Length: 4
<
{ [data not shown]
100 124 100 4 100 120 10 305 --:--:-- --:--:-- --:--:-- 306
* Connection #0 to host consul-server left intact
+ for config in '/dcae-configs/*.json'
++ basename /dcae-configs/k8s-plugin.json .json
+ key=k8s-plugin
+ egrep -v '^#|^$' /dcae-configs/k8s-plugin.json
+ curl -v -X PUT -H 'Content-Type: application/json' --data-binary @/tmp/dcae-upload consul-server:8500/v1/kv/k8s-plugin
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* About to connect() to consul-server port 8500 (#0)
* Trying 10.233.70.250...
* Connected to consul-server (10.233.70.250) port 8500 (#0)
> PUT /v1/kv/k8s-plugin HTTP/1.1
> User-Agent: curl/7.29.0
> Host: consul-server:8500
> Accept: */*
> Content-Type: application/json
> Content-Length: 1514
> Expect: 100-continue
>
< HTTP/1.1 100 Continue
} [data not shown]
< HTTP/1.1 200 OK
< Content-Type: application/json
< Date: Thu, 15 Apr 2021 02:46:15 GMT
< Content-Length: 4
<
{ [data not shown]
100 1518 100 4 100 1514 5 1929 --:--:-- --:--:-- --:--:-- 1928
100 1518 100 4 100 1514 5 1929 --:--:-- --:--:-- --:--:-- 1928
* 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'
++ /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=pgaas_initdb&_include=id'
+ 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'
++ /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=pgaas_initdb&state=uninitialized&state=deleted&_include=id'
+ COUNT=2
+ (( 2 > 0 ))
+ return 0
+ cfy executions start -d pgaas_initdb install
/usr/lib/python2.7/site-packages/paramiko/transport.py:33: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
from cryptography.hazmat.backends import default_backend
Executing workflow `install` on deployment `pgaas_initdb` [timeout=900 seconds]
Deployment environment creation is pending...
2021-04-15 02:46:22.406 CFY Starting 'create_deployment_environment' workflow execution
2021-04-15 02:46:22.411 CFY Installing deployment and workflow plugins
2021-04-15 02:46:22.512 CFY Sending task 'cloudify_agent.operations.install_plugins'
2021-04-15 02:46:22.525 CFY Task started 'cloudify_agent.operations.install_plugins'
2021-04-15 02:46:23.548 LOG INFO: Installing plugin: pgaas
2021-04-15 02:46:24.259 LOG INFO: Using existing installation of managed plugin: ef96f0f5-541b-4c51-a276-a664bba8654d [package_name: pgaas, package_version: 1.3.0, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-04-15 02:46:24.259 LOG INFO: Installing plugin: ssh_keyshare
2021-04-15 02:46:24.928 LOG INFO: Using existing installation of managed plugin: 4da0883a-dee0-4724-a2a0-9f47ac99d214 [package_name: sshkeyshare, package_version: 1.2.0, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-04-15 02:46:24.929 CFY Task succeeded 'cloudify_agent.operations.install_plugins'
2021-04-15 02:46:24.937 CFY Creating deployment work directory
2021-04-15 02:46:25.221 CFY 'create_deployment_environment' workflow execution succeeded
2021-04-15 02:46:30.945 CFY Starting 'install' workflow execution
2021-04-15 02:46:31.523 CFY [sharedsshkey_pgrs_e7nome] Validating node instance before creation: nothing to do
2021-04-15 02:46:31.634 CFY [sharedsshkey_pgrs_e7nome] Precreating node instance: nothing to do
2021-04-15 02:46:31.711 CFY [sharedsshkey_pgrs_e7nome] Creating node instance
2021-04-15 02:46:32.076 CFY [sharedsshkey_pgrs_e7nome.create] Sending task 'sshkeyshare.keyshare_plugin.generate'
2021-04-15 02:46:35.952 CFY [sharedsshkey_pgrs_e7nome.create] Task succeeded 'sshkeyshare.keyshare_plugin.generate'
2021-04-15 02:46:36.032 CFY [sharedsshkey_pgrs_e7nome] Node instance created
2021-04-15 02:46:36.365 CFY [sharedsshkey_pgrs_e7nome] Configuring node instance: nothing to do
2021-04-15 02:46:36.435 CFY [sharedsshkey_pgrs_e7nome] Starting node instance: nothing to do
2021-04-15 02:46:36.541 CFY [sharedsshkey_pgrs_e7nome] Poststarting node instance: nothing to do
2021-04-15 02:46:36.646 CFY [sharedsshkey_pgrs_e7nome] Node instance started
2021-04-15 02:46:37.265 CFY [pgaas_cluster_tlj5jb] Validating node instance before creation: nothing to do
2021-04-15 02:46:37.322 CFY [pgaas_cluster_tlj5jb] Precreating node instance: nothing to do
2021-04-15 02:46:37.568 CFY [pgaas_cluster_tlj5jb] Creating node instance
2021-04-15 02:46:37.690 CFY [pgaas_cluster_tlj5jb.create] Sending task 'pgaas.pgaas_plugin.add_pgaas_cluster'
2021-04-15 02:46:41.452 LOG [pgaas_cluster_tlj5jb.create] WARNING: add_pgaas_cluster() invoked
2021-04-15 02:46:41.717 LOG [pgaas_cluster_tlj5jb.create] WARNING: All done
2021-04-15 02:46:42.367 CFY [pgaas_cluster_tlj5jb.create] Task succeeded 'pgaas.pgaas_plugin.add_pgaas_cluster'
2021-04-15 02:46:42.546 CFY [pgaas_cluster_tlj5jb] Node instance created
2021-04-15 02:46:42.621 CFY [pgaas_cluster_tlj5jb] Configuring node instance: nothing to do
2021-04-15 02:46:42.727 CFY [pgaas_cluster_tlj5jb] Starting node instance: nothing to do
2021-04-15 02:46:42.834 CFY [pgaas_cluster_tlj5jb] Poststarting node instance: nothing to do
2021-04-15 02:46:43.087 CFY [pgaas_cluster_tlj5jb] Node instance started
2021-04-15 02:46:43.454 CFY 'install' workflow execution succeeded
Finished executing workflow install on deployment pgaas_initdb
* Run 'cfy events list 7a430a41-9e54-4a5f-9a67-224aaf8f105d' 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
+ deploy holmes_rules k8s-holmes-rules.yaml k8s-holmes_rules-inputs.yaml
+ set +e
+ deploy hv-ves k8s-hv-ves.yaml k8s-hv_ves-inputs.yaml
+ cm_hasany 'blueprints?id=holmes_rules'
+ set +e
+ set +e
+ cm_hasany 'blueprints?id=prh'
+ 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=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=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=ves-tls&_include=id'
++ /bin/jq .metadata.pagination.total
++ curl -Ss -H 'Tenant: default_tenant' --user admin:UmH7vbj6 --cacert /certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/blueprints?id=prh&_include=id'
++ /bin/jq .metadata.pagination.total
++ /bin/jq .metadata.pagination.total
++ curl -Ss -H 'Tenant: default_tenant' --user admin:UmH7vbj6 --cacert /certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/blueprints?id=hv-ves&_include=id'
+ 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 hv-ves /blueprints/k8s-hv-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 ves-tls /blueprints/k8s-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-tcagen2.yaml...
Uploading blueprint /blueprints/k8s-holmes-rules.yaml...
Uploading blueprint /blueprints/k8s-prh.yaml...
k8s-tcagen2.yaml |######################------------------------------| 41.42%
k8s-tcagen2.yaml |###########################################---------| 82.85%
k8s-tcagen2.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-prh.yaml |#######################---------------------------------| 41.44%
k8s-prh.yaml |##############################################----------| 82.87%
k8s-prh.yaml |########################################################| 100.0%Uploading blueprint /blueprints/k8s-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%
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
+ 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
Blueprint uploaded. The blueprint's id is hv-ves
+ cm_hasany 'deployments?id=holmes_rules'
++ curl -Ss -H 'Tenant: default_tenant' --user admin:UmH7vbj6 --cacert /certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/deployments?id=holmes_rules&_include=id'
++ /bin/jq .metadata.pagination.total
+ cm_hasany 'deployments?id=hv-ves'
Blueprint uploaded. The blueprint's id is 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=hv-ves&_include=id'
++ /bin/jq .metadata.pagination.total
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
+ 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'
/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
++ /bin/jq .metadata.pagination.total
+ COUNT=0
+ (( 0 > 0 ))
+ return 1
+ INPUTS=
+ '[' -n k8s-holmes_rules-inputs.yaml ']'
+ INPUTS=-i/inputs/k8s-holmes_rules-inputs.yaml
+ cfy deployments create -b holmes_rules -i/inputs/k8s-holmes_rules-inputs.yaml holmes_rules
+ 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
+ COUNT=0
+ (( 0 > 0 ))
+ return 1
+ INPUTS=
+ '[' -n k8s-prh-inputs.yaml ']'
+ INPUTS=-i/inputs/k8s-prh-inputs.yaml
+ cfy deployments create -b prh -i/inputs/k8s-prh-inputs.yaml prh
+ COUNT=0
+ (( 0 > 0 ))
+ return 1
+ INPUTS=
+ '[' -n k8s-ves-inputs-tls.yaml ']'
+ INPUTS=-i/inputs/k8s-ves-inputs-tls.yaml
+ cfy deployments create -b ves-tls -i/inputs/k8s-ves-inputs-tls.yaml ves-tls
Creating new deployment from blueprint tcagen2...
/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
Deployment created. The deployment's id is tcagen2
+ cm_hasany 'node-instances?deployment_id=tcagen2&state=uninitialized&state=deleted'
++ curl -Ss -H 'Tenant: default_tenant' --user admin:UmH7vbj6 --cacert /certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/node-instances?deployment_id=tcagen2&state=uninitialized&state=deleted&_include=id'
++ /bin/jq .metadata.pagination.total
Creating new deployment from blueprint holmes_rules...
Creating new deployment from blueprint hv-ves...
Creating new deployment from blueprint prh...
Creating new deployment from blueprint ves-tls...
+ COUNT=1
+ (( 1 > 0 ))
+ return 0
+ cfy executions start -d tcagen2 install
/usr/lib/python2.7/site-packages/paramiko/transport.py:33: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
from cryptography.hazmat.backends import default_backend
Executing workflow `install` on deployment `tcagen2` [timeout=900 seconds]
Deployment environment creation is pending...
Deployment created. The deployment's id is hv-ves
+ cm_hasany 'node-instances?deployment_id=hv-ves&state=uninitialized&state=deleted'
++ curl -Ss -H 'Tenant: default_tenant' --user admin:UmH7vbj6 --cacert /certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/node-instances?deployment_id=hv-ves&state=uninitialized&state=deleted&_include=id'
++ /bin/jq .metadata.pagination.total
Deployment created. The deployment's id is 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
Deployment created. The deployment's id is prh
Deployment created. The deployment's id is ves-tls
+ cm_hasany 'node-instances?deployment_id=ves-tls&state=uninitialized&state=deleted'
+ 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=ves-tls&state=uninitialized&state=deleted&_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/node-instances?deployment_id=prh&state=uninitialized&state=deleted&_include=id'
++ /bin/jq .metadata.pagination.total
+ COUNT=1
+ (( 1 > 0 ))
+ return 0
+ cfy executions start -d hv-ves install
+ COUNT=2
+ (( 2 > 0 ))
+ return 0
+ cfy executions start -d holmes_rules install
+ COUNT=1
+ (( 1 > 0 ))
+ return 0
+ cfy executions start -d prh install
+ 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
/usr/lib/python2.7/site-packages/paramiko/transport.py:33: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
from cryptography.hazmat.backends import default_backend
Executing workflow `install` on deployment `hv-ves` [timeout=900 seconds]
/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 `prh` [timeout=900 seconds]
Executing workflow `install` on deployment `ves-tls` [timeout=900 seconds]
Deployment environment creation is pending...
Deployment environment creation is pending...
Deployment environment creation is pending...
Deployment environment creation is pending...
2021-04-15 02:46:57.303 CFY Starting 'create_deployment_environment' workflow execution
2021-04-15 02:46:57.313 CFY Installing deployment and workflow plugins
2021-04-15 02:46:57.411 CFY Sending task 'cloudify_agent.operations.install_plugins'
2021-04-15 02:47:00.996 CFY Starting 'create_deployment_environment' workflow execution
2021-04-15 02:47:01.003 CFY Installing deployment and workflow plugins
2021-04-15 02:47:01.101 CFY Sending task 'cloudify_agent.operations.install_plugins'
2021-04-15 02:47:01.117 CFY Task started 'cloudify_agent.operations.install_plugins'
2021-04-15 02:47:01.324 CFY Starting 'create_deployment_environment' workflow execution
2021-04-15 02:47:01.440 CFY Installing deployment and workflow plugins
2021-04-15 02:47:01.495 CFY Sending task 'cloudify_agent.operations.install_plugins'
2021-04-15 02:47:01.496 CFY Task started 'cloudify_agent.operations.install_plugins'
2021-04-15 02:47:00.921 CFY Starting 'create_deployment_environment' workflow execution
2021-04-15 02:47:00.928 CFY Installing deployment and workflow plugins
2021-04-15 02:47:01.028 CFY Sending task 'cloudify_agent.operations.install_plugins'
2021-04-15 02:47:01.523 CFY Starting 'create_deployment_environment' workflow execution
2021-04-15 02:47:01.598 CFY Installing deployment and workflow plugins
2021-04-15 02:47:01.697 CFY Sending task 'cloudify_agent.operations.install_plugins'
2021-04-15 02:46:57.422 CFY Task started 'cloudify_agent.operations.install_plugins'
2021-04-15 02:47:01.505 LOG INFO: Installing plugin: k8s
2021-04-15 02:47:06.117 LOG INFO: Installing plugin: pgaas
2021-04-15 02:47:01.043 CFY Task started 'cloudify_agent.operations.install_plugins'
2021-04-15 02:47:06.392 LOG INFO: Installing plugin: k8s
2021-04-15 02:47:01.712 CFY Task started 'cloudify_agent.operations.install_plugins'
2021-04-15 02:47:05.398 LOG INFO: Using existing installation of managed plugin: eab4c7c3-777a-4a0e-bf74-9d59bff1856c [package_name: k8splugin, package_version: 3.4.2, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-04-15 02:47:05.400 CFY Task succeeded 'cloudify_agent.operations.install_plugins'
2021-04-15 02:47:05.415 CFY Creating deployment work directory
2021-04-15 02:47:05.920 CFY 'create_deployment_environment' workflow execution succeeded
2021-04-15 02:47:07.495 LOG INFO: Installing plugin: k8s
2021-04-15 02:47:10.116 LOG INFO: Using existing installation of managed plugin: eab4c7c3-777a-4a0e-bf74-9d59bff1856c [package_name: k8splugin, package_version: 3.4.2, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-04-15 02:47:10.117 CFY Task succeeded 'cloudify_agent.operations.install_plugins'
2021-04-15 02:47:09.228 LOG INFO: Using existing installation of managed plugin: ef96f0f5-541b-4c51-a276-a664bba8654d [package_name: pgaas, package_version: 1.3.0, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-04-15 02:47:09.229 LOG INFO: Installing plugin: k8s
2021-04-15 02:47:09.419 LOG INFO: Using existing installation of managed plugin: eab4c7c3-777a-4a0e-bf74-9d59bff1856c [package_name: k8splugin, package_version: 3.4.2, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-04-15 02:47:09.420 CFY Task succeeded 'cloudify_agent.operations.install_plugins'
2021-04-15 02:47:09.535 CFY Creating deployment work directory
2021-04-15 02:47:07.304 LOG INFO: Installing plugin: k8s
2021-04-15 02:47:10.108 LOG INFO: Using existing installation of managed plugin: eab4c7c3-777a-4a0e-bf74-9d59bff1856c [package_name: k8splugin, package_version: 3.4.2, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-04-15 02:47:10.109 CFY Task succeeded 'cloudify_agent.operations.install_plugins'
2021-04-15 02:47:10.224 CFY Creating deployment work directory
2021-04-15 02:47:12.846 CFY Starting 'install' workflow execution
2021-04-15 02:47:10.231 CFY Creating deployment work directory
2021-04-15 02:47:10.609 CFY 'create_deployment_environment' workflow execution succeeded
2021-04-15 02:47:10.105 CFY 'create_deployment_environment' workflow execution succeeded
2021-04-15 02:47:11.500 LOG INFO: Using existing installation of managed plugin: eab4c7c3-777a-4a0e-bf74-9d59bff1856c [package_name: k8splugin, package_version: 3.4.2, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-04-15 02:47:11.501 CFY Task succeeded 'cloudify_agent.operations.install_plugins'
2021-04-15 02:47:11.621 CFY Creating deployment work directory
2021-04-15 02:47:11.992 CFY 'create_deployment_environment' workflow execution succeeded
2021-04-15 02:47:10.592 CFY 'create_deployment_environment' workflow execution succeeded
2021-04-15 02:47:13.473 CFY [docker.tca_mb6x1x] Validating node instance before creation: nothing to do
2021-04-15 02:47:13.526 CFY [docker.tca_mb6x1x] Precreating node instance: nothing to do
2021-04-15 02:47:13.638 CFY [docker.tca_mb6x1x] Creating node instance
2021-04-15 02:47:13.891 CFY [docker.tca_mb6x1x.create] Sending task 'k8splugin.create_for_components'
2021-04-15 02:47:21.105 CFY Starting 'install' workflow execution
2021-04-15 02:47:21.498 CFY Starting 'install' workflow execution
2021-04-15 02:47:22.889 CFY [pgaasvm_ppnpyx] Validating node instance before creation: nothing to do
2021-04-15 02:47:21.722 CFY Starting 'install' workflow execution
2021-04-15 02:47:22.837 CFY [hv-ves_2g6kgv] Validating node instance before creation: nothing to do
2021-04-15 02:47:23.039 CFY [hv-ves_2g6kgv] Precreating node instance: nothing to do
2021-04-15 02:47:23.696 CFY [hv-ves_2g6kgv] Creating node instance
2021-04-15 02:47:21.812 CFY Starting 'install' workflow execution
2021-04-15 02:47:23.018 CFY [ves_ypap09] Validating node instance before creation: nothing to do
2021-04-15 02:47:23.221 CFY [ves_ypap09] Precreating node instance: nothing to do
2021-04-15 02:47:22.823 CFY [prh_jmlj88] Validating node instance before creation: nothing to do
2021-04-15 02:47:23.037 CFY [prh_jmlj88] Precreating node instance: nothing to do
2021-04-15 02:47:23.704 CFY [prh_jmlj88] Creating node instance
2021-04-15 02:47:24.240 CFY [prh_jmlj88.create] Sending task 'k8splugin.create_for_components'
2021-04-15 02:47:23.090 CFY [pgaasvm_ppnpyx] Precreating node instance: nothing to do
2021-04-15 02:47:23.256 CFY [pgaasvm_ppnpyx] Creating node instance
2021-04-15 02:47:24.207 CFY [pgaasvm_ppnpyx.create] Sending task 'pgaas.pgaas_plugin.create_database'
2021-04-15 02:47:24.190 CFY [hv-ves_2g6kgv.create] Sending task 'k8splugin.create_for_components'
2021-04-15 02:47:23.714 CFY [ves_ypap09] Creating node instance
2021-04-15 02:47:24.290 CFY [ves_ypap09.create] Sending task 'k8splugin.create_for_components'
2021-04-15 02:47:29.555 LOG [pgaasvm_ppnpyx.create] WARNING: create_database(holmes)
2021-04-15 02:47:34.816 LOG [ves_ypap09.create] INFO: Added config for dcae-ves-collector
2021-04-15 02:47:34.774 LOG [docker.tca_mb6x1x.create] INFO: Added config for dcae-tcagen2
2021-04-15 02:47:34.816 LOG [prh_jmlj88.create] INFO: Added config for dcae-prh
2021-04-15 02:47:34.817 LOG [prh_jmlj88.create] INFO: Done setting up: dcae-prh
2021-04-15 02:47:36.142 CFY [prh_jmlj88.create] Task succeeded 'k8splugin.create_for_components'
2021-04-15 02:47:36.268 CFY [prh_jmlj88] Node instance created
2021-04-15 02:47:32.700 LOG [pgaasvm_ppnpyx.create] WARNING: All done
2021-04-15 02:47:34.816 LOG [hv-ves_2g6kgv.create] INFO: Added config for dcae-hv-ves-collector
2021-04-15 02:47:34.817 LOG [hv-ves_2g6kgv.create] INFO: Done setting up: dcae-hv-ves-collector
2021-04-15 02:47:36.492 CFY [hv-ves_2g6kgv.create] Task succeeded 'k8splugin.create_for_components'
2021-04-15 02:47:36.708 CFY [hv-ves_2g6kgv] Node instance created
2021-04-15 02:47:36.843 CFY [hv-ves_2g6kgv] Configuring node instance: nothing to do
2021-04-15 02:47:37.089 CFY [hv-ves_2g6kgv] Starting node instance
2021-04-15 02:47:34.817 LOG [ves_ypap09.create] INFO: Done setting up: dcae-ves-collector
2021-04-15 02:47:35.603 CFY [ves_ypap09.create] Task succeeded 'k8splugin.create_for_components'
2021-04-15 02:47:35.808 CFY [ves_ypap09] Node instance created
2021-04-15 02:47:35.920 CFY [ves_ypap09] Configuring node instance: nothing to do
2021-04-15 02:47:36.043 CFY [ves_ypap09] Starting node instance
2021-04-15 02:47:36.384 CFY [ves_ypap09.start] Sending task 'k8splugin.create_and_start_container_for_components'
2021-04-15 02:47:34.774 LOG [docker.tca_mb6x1x.create] INFO: Done setting up: dcae-tcagen2
2021-04-15 02:47:35.954 CFY [docker.tca_mb6x1x.create] Task succeeded 'k8splugin.create_for_components'
2021-04-15 02:47:36.062 CFY [docker.tca_mb6x1x] Node instance created
2021-04-15 02:47:36.377 CFY [docker.tca_mb6x1x] Configuring node instance: nothing to do
2021-04-15 02:47:36.597 CFY [docker.tca_mb6x1x] Starting node instance
2021-04-15 02:47:36.845 CFY [docker.tca_mb6x1x.start] Sending task 'k8splugin.create_and_start_container_for_components'
2021-04-15 02:47:36.572 CFY [prh_jmlj88] Configuring node instance: nothing to do
2021-04-15 02:47:36.844 CFY [prh_jmlj88] Starting node instance
2021-04-15 02:47:37.141 CFY [prh_jmlj88.start] Sending task 'k8splugin.create_and_start_container_for_components'
2021-04-15 02:47:37.528 CFY [pgaasvm_ppnpyx.create] Task succeeded 'pgaas.pgaas_plugin.create_database'
2021-04-15 02:47:37.693 CFY [pgaasvm_ppnpyx] Node instance created
2021-04-15 02:47:37.865 CFY [pgaasvm_ppnpyx] Configuring node instance: nothing to do
2021-04-15 02:47:37.943 CFY [pgaasvm_ppnpyx] Starting node instance: nothing to do
2021-04-15 02:47:38.050 CFY [pgaasvm_ppnpyx] Poststarting node instance: nothing to do
2021-04-15 02:47:38.139 CFY [pgaasvm_ppnpyx] Node instance started
2021-04-15 02:47:39.621 CFY [holmesrules_yj2man] Validating node instance before creation: nothing to do
2021-04-15 02:47:39.943 CFY [holmesrules_yj2man] Precreating node instance: nothing to do
2021-04-15 02:47:40.200 CFY [holmesrules_yj2man] Creating node instance
2021-04-15 02:47:37.403 CFY [hv-ves_2g6kgv.start] Sending task 'k8splugin.create_and_start_container_for_components'
2021-04-15 02:47:41.423 CFY [holmesrules_yj2man.create] Sending task 'k8splugin.create_for_components'
2021-04-15 02:47:45.724 LOG [hv-ves_2g6kgv.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_2g6kgv', 'cfynode': u'hv-ves'}, 'external_cert': {u'ca_name': u'RA', u'external_certificate_parameters': {u'common_name': u'dcae-hv-ves-collector', u'sans': u'dcae-hv-ves-collector:hv-ves-collector:hv-ves'}, u'cert_type': u'JKS', u'external_cert_directory': u'/etc/ves-hv/ssl', u'use_external_tls': False}, 'resource_config': {}, 'volumes': [], 'log_info': {u'log_directory': u'/var/log/ONAP/dcae-hv-ves-collector'}, 'ports': [u'6061:30222'], 'k8s_location': u'central'}
2021-04-15 02:47:45.713 LOG [prh_jmlj88.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_jmlj88', '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-04-15 02:47:45.713 LOG [prh_jmlj88.start] INFO: Passing k8sconfig: {'filebeat': {u'config_map': u'onap-dcae-filebeat-configmap', u'config_path': u'/usr/share/filebeat/filebeat.yml', u'log_path': u'/var/log/onap', u'image': u'docker.elastic.co/beats/filebeat:5.5.0', u'data_path': u'/usr/share/filebeat/data', u'config_subpath': u'filebeat.yml'}, 'truststore_merger': {u'image_tag': u'nexus3.onap.org:10001/onap/org.onap.oom.platform.cert-service.oom-certservice-post-processor:2.1.1'}, 'cbs': {'base_url': 'https://config-binding-service:10443/service_component_all'}, 'external_cert': {u'country': u'US', u'truststore_password': u'secret', u'cert_secret_name': u'oom-cert-service-client-tls-secret', u'state': u'California', u'organizational_unit': u'ONAP', u'location': u'San-Francisco', u'timeout': u'30000', u'keystore_password': u'secret', u'organization': u'Linux-Foundation', u'request_url': u'https://oom-cert-service:8443/v1/certificate/', u'image_tag': u'nexus3.onap.org:10001/onap/org.onap.oom.platform.cert-service.oom-certservice-client:2.1.1'}, 'default_k8s_location': u'central', 'tls': {u'component_cert_dir': u'/opt/dcae/cacert', u'cert_path': u'/opt/app/osaaf', u'image': u'nexus3.onap.org:10001/onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0', u'ca_cert_configmap': u'onap-dcae-bootstrap-dcae-cacert', u'component_ca_cert_path': u'/opt/dcae/cacert/cacert.pem'}, 'consul_host': 'consul-server:8500', 'consul_dns_name': u'consul-server.onap', 'max_wait': 1800, 'image_pull_secrets': [u'onap-docker-registry-key'], 'namespace': u'onap'}
2021-04-15 02:47:45.811 LOG [prh_jmlj88.start] INFO: Creating init container: TLS
* [nexus3.onap.org:10001/onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0]
2021-04-15 02:47:46.325 LOG [prh_jmlj88.start] INFO: k8s deployment initiated successfully for dcae-prh: {'services': ['dcae-prh'], 'namespace': u'onap', 'location': u'central', 'deployment': 'dep-dcae-prh'}
2021-04-15 02:47:46.325 LOG [prh_jmlj88.start] INFO: Waiting up to 1800 secs for dcae-prh to become ready
2021-04-15 02:47:45.725 LOG [hv-ves_2g6kgv.start] INFO: Passing k8sconfig: {'filebeat': {u'config_map': u'onap-dcae-filebeat-configmap', u'config_path': u'/usr/share/filebeat/filebeat.yml', u'log_path': u'/var/log/onap', u'image': u'docker.elastic.co/beats/filebeat:5.5.0', u'data_path': u'/usr/share/filebeat/data', u'config_subpath': u'filebeat.yml'}, 'truststore_merger': {u'image_tag': u'nexus3.onap.org:10001/onap/org.onap.oom.platform.cert-service.oom-certservice-post-processor:2.1.1'}, 'cbs': {'base_url': 'https://config-binding-service:10443/service_component_all'}, 'external_cert': {u'country': u'US', u'truststore_password': u'secret', u'cert_secret_name': u'oom-cert-service-client-tls-secret', u'state': u'California', u'organizational_unit': u'ONAP', u'location': u'San-Francisco', u'timeout': u'30000', u'keystore_password': u'secret', u'organization': u'Linux-Foundation', u'request_url': u'https://oom-cert-service:8443/v1/certificate/', u'image_tag': u'nexus3.onap.org:10001/onap/org.onap.oom.platform.cert-service.oom-certservice-client:2.1.1'}, 'default_k8s_location': u'central', 'tls': {u'component_cert_dir': u'/opt/dcae/cacert', u'cert_path': u'/opt/app/osaaf', u'image': u'nexus3.onap.org:10001/onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0', u'ca_cert_configmap': u'onap-dcae-bootstrap-dcae-cacert', u'component_ca_cert_path': u'/opt/dcae/cacert/cacert.pem'}, 'consul_host': 'consul-server:8500', 'consul_dns_name': u'consul-server.onap', 'max_wait': 1800, 'image_pull_secrets': [u'onap-docker-registry-key'], 'namespace': u'onap'}
2021-04-15 02:47:45.811 LOG [hv-ves_2g6kgv.start] INFO: Creating init container: TLS
* [nexus3.onap.org:10001/onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0]
2021-04-15 02:47:46.409 LOG [hv-ves_2g6kgv.start] INFO: k8s deployment initiated successfully for dcae-hv-ves-collector: {'services': ['dcae-hv-ves-collector', 'xdcae-hv-ves-collector'], 'namespace': u'onap', 'location': u'central', 'deployment': 'dep-dcae-hv-ves-collector'}
2021-04-15 02:47:46.409 LOG [hv-ves_2g6kgv.start] INFO: Waiting up to 1800 secs for dcae-hv-ves-collector to become ready
2021-04-15 02:47:45.898 LOG [ves_ypap09.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_ypap09', '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-04-15 02:47:45.899 LOG [ves_ypap09.start] INFO: Passing k8sconfig: {'filebeat': {u'config_map': u'onap-dcae-filebeat-configmap', u'config_path': u'/usr/share/filebeat/filebeat.yml', u'log_path': u'/var/log/onap', u'image': u'docker.elastic.co/beats/filebeat:5.5.0', u'data_path': u'/usr/share/filebeat/data', u'config_subpath': u'filebeat.yml'}, 'truststore_merger': {u'image_tag': u'nexus3.onap.org:10001/onap/org.onap.oom.platform.cert-service.oom-certservice-post-processor:2.1.1'}, 'cbs': {'base_url': 'https://config-binding-service:10443/service_component_all'}, 'external_cert': {u'country': u'US', u'truststore_password': u'secret', u'cert_secret_name': u'oom-cert-service-client-tls-secret', u'state': u'California', u'organizational_unit': u'ONAP', u'location': u'San-Francisco', u'timeout': u'30000', u'keystore_password': u'secret', u'organization': u'Linux-Foundation', u'request_url': u'https://oom-cert-service:8443/v1/certificate/', u'image_tag': u'nexus3.onap.org:10001/onap/org.onap.oom.platform.cert-service.oom-certservice-client:2.1.1'}, 'default_k8s_location': u'central', 'tls': {u'component_cert_dir': u'/opt/dcae/cacert', u'cert_path': u'/opt/app/osaaf', u'image': u'nexus3.onap.org:10001/onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0', u'ca_cert_configmap': u'onap-dcae-bootstrap-dcae-cacert', u'component_ca_cert_path': u'/opt/dcae/cacert/cacert.pem'}, 'consul_host': 'consul-server:8500', 'consul_dns_name': u'consul-server.onap', 'max_wait': 1800, 'image_pull_secrets': [u'onap-docker-registry-key'], 'namespace': u'onap'}
2021-04-15 02:47:45.912 LOG [ves_ypap09.start] INFO: Creating init container: TLS
* [nexus3.onap.org:10001/onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0]
2021-04-15 02:47:46.392 LOG [ves_ypap09.start] INFO: k8s deployment initiated successfully for dcae-ves-collector: {'services': ['dcae-ves-collector', 'xdcae-ves-collector'], 'namespace': u'onap', 'location': u'central', 'deployment': 'dep-dcae-ves-collector'}
2021-04-15 02:47:46.393 LOG [ves_ypap09.start] INFO: Waiting up to 1800 secs for dcae-ves-collector to become ready
2021-04-15 02:47:45.916 LOG [docker.tca_mb6x1x.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_mb6x1x', 'cfynode': u'docker.tca'}, 'external_cert': {u'use_external_tls': False, u'external_certificate_parameters': {u'common_name': u'', u'sans': u''}, u'cert_type': u'P12', u'external_cert_directory': u'/opt/app/dcae-certificate/external', u'ca_name': u'RA'}, 'resource_config': {}, 'volumes': [], 'log_info': {u'log_directory': u'/opt/logs/dcae-analytics-tca'}, 'ports': [u'9091:0'], 'k8s_location': u'central'}
2021-04-15 02:47:45.916 LOG [docker.tca_mb6x1x.start] INFO: Passing k8sconfig: {'filebeat': {u'config_map': u'onap-dcae-filebeat-configmap', u'config_path': u'/usr/share/filebeat/filebeat.yml', u'log_path': u'/var/log/onap', u'image': u'docker.elastic.co/beats/filebeat:5.5.0', u'data_path': u'/usr/share/filebeat/data', u'config_subpath': u'filebeat.yml'}, 'truststore_merger': {u'image_tag': u'nexus3.onap.org:10001/onap/org.onap.oom.platform.cert-service.oom-certservice-post-processor:2.1.1'}, 'cbs': {'base_url': 'https://config-binding-service:10443/service_component_all'}, 'external_cert': {u'country': u'US', u'truststore_password': u'secret', u'cert_secret_name': u'oom-cert-service-client-tls-secret', u'state': u'California', u'organizational_unit': u'ONAP', u'location': u'San-Francisco', u'timeout': u'30000', u'keystore_password': u'secret', u'organization': u'Linux-Foundation', u'request_url': u'https://oom-cert-service:8443/v1/certificate/', u'image_tag': u'nexus3.onap.org:10001/onap/org.onap.oom.platform.cert-service.oom-certservice-client:2.1.1'}, 'default_k8s_location': u'central', 'tls': {u'component_cert_dir': u'/opt/dcae/cacert', u'cert_path': u'/opt/app/osaaf', u'image': u'nexus3.onap.org:10001/onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0', u'ca_cert_configmap': u'onap-dcae-bootstrap-dcae-cacert', u'component_ca_cert_path': u'/opt/dcae/cacert/cacert.pem'}, 'consul_host': 'consul-server:8500', 'consul_dns_name': u'consul-server.onap', 'max_wait': 1800, 'image_pull_secrets': [u'onap-docker-registry-key'], 'namespace': u'onap'}
2021-04-15 02:47:46.107 LOG [docker.tca_mb6x1x.start] INFO: Creating init container: TLS
* [nexus3.onap.org:10001/onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0]
2021-04-15 02:47:46.326 LOG [docker.tca_mb6x1x.start] INFO: k8s deployment initiated successfully for dcae-tcagen2: {'services': ['dcae-tcagen2'], 'namespace': u'onap', 'location': u'central', 'deployment': 'dep-dcae-tcagen2'}
2021-04-15 02:47:46.327 LOG [docker.tca_mb6x1x.start] INFO: Waiting up to 1800 secs for dcae-tcagen2 to become ready
2021-04-15 02:47:53.535 LOG [holmesrules_yj2man.create] INFO: Added config for holmes-rule-mgmt
2021-04-15 02:47:53.536 LOG [holmesrules_yj2man.create] INFO: Done setting up: holmes-rule-mgmt
2021-04-15 02:47:54.222 CFY [holmesrules_yj2man.create] Task succeeded 'k8splugin.create_for_components'
2021-04-15 02:47:54.403 CFY [holmesrules_yj2man] Node instance created
2021-04-15 02:47:54.568 CFY [holmesrules_yj2man] Configuring node instance: nothing to do
2021-04-15 02:47:54.809 CFY [holmesrules_yj2man] Starting node instance
2021-04-15 02:47:55.014 CFY [holmesrules_yj2man.start] Sending task 'k8splugin.create_and_start_container_for_components'
2021-04-15 02:47:58.208 LOG [holmesrules_yj2man.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'1ed26ee7d0f7f7d8faaf249d555438d8babab9c621d78925174bcee13656a104'}, 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'1ed26ee7d0f7f7d8faaf249d555438d8babab9c621d78925174bcee13656a104'}, 'labels': {'cfydeployment': u'holmes_rules', 'cfynodeinstance': u'holmesrules_yj2man', 'cfynode': u'holmesrules'}, 'external_cert': {u'external_cert_directory': u'/opt/app/dcae-certificate/external', u'external_certificate_parameters': {u'common_name': u'', u'sans': u''}, u'cert_type': u'P12', u'ca_name': u'RA', u'use_external_tls': False}, 'resource_config': {u'requests': {u'cpu': u'250m', u'memory': u'256Mi'}, u'limits': {u'cpu': u'250m', u'memory': u'1024Mi'}}, 'volumes': [], 'log_info': {}, 'ports': [u'9101:0', u'9104:0'], 'k8s_location': u'central'}
2021-04-15 02:47:58.210 LOG [holmesrules_yj2man.start] INFO: Passing k8sconfig: {'filebeat': {u'config_map': u'onap-dcae-filebeat-configmap', u'config_path': u'/usr/share/filebeat/filebeat.yml', u'log_path': u'/var/log/onap', u'image': u'docker.elastic.co/beats/filebeat:5.5.0', u'data_path': u'/usr/share/filebeat/data', u'config_subpath': u'filebeat.yml'}, 'truststore_merger': {u'image_tag': u'nexus3.onap.org:10001/onap/org.onap.oom.platform.cert-service.oom-certservice-post-processor:2.1.1'}, 'cbs': {'base_url': 'https://config-binding-service:10443/service_component_all'}, 'external_cert': {u'country': u'US', u'truststore_password': u'secret', u'cert_secret_name': u'oom-cert-service-client-tls-secret', u'state': u'California', u'organizational_unit': u'ONAP', u'location': u'San-Francisco', u'timeout': u'30000', u'keystore_password': u'secret', u'organization': u'Linux-Foundation', u'request_url': u'https://oom-cert-service:8443/v1/certificate/', u'image_tag': u'nexus3.onap.org:10001/onap/org.onap.oom.platform.cert-service.oom-certservice-client:2.1.1'}, 'default_k8s_location': u'central', 'tls': {u'component_cert_dir': u'/opt/dcae/cacert', u'cert_path': u'/opt/app/osaaf', u'image': u'nexus3.onap.org:10001/onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0', u'ca_cert_configmap': u'onap-dcae-bootstrap-dcae-cacert', u'component_ca_cert_path': u'/opt/dcae/cacert/cacert.pem'}, 'consul_host': 'consul-server:8500', 'consul_dns_name': u'consul-server.onap', 'max_wait': 1800, 'image_pull_secrets': [u'onap-docker-registry-key'], 'namespace': u'onap'}
2021-04-15 02:47:58.224 LOG [holmesrules_yj2man.start] INFO: Creating init container: TLS
* [nexus3.onap.org:10001/onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0]
2021-04-15 02:47:58.312 LOG [holmesrules_yj2man.start] INFO: k8s deployment initiated successfully for holmes-rule-mgmt: {'services': ['holmes-rule-mgmt'], 'namespace': u'onap', 'location': u'central', 'deployment': 'dep-holmes-rule-mgmt'}
2021-04-15 02:47:58.312 LOG [holmesrules_yj2man.start] INFO: Waiting up to 1800 secs for holmes-rule-mgmt to become ready
2021-04-15 02:48:42.215 LOG [ves_ypap09.start] INFO: k8s deployment is ready for: dcae-ves-collector
2021-04-15 02:48:42.215 LOG [ves_ypap09.start] INFO: Done starting: dcae-ves-collector
2021-04-15 02:48:42.864 CFY [ves_ypap09.start] Task succeeded 'k8splugin.create_and_start_container_for_components'
2021-04-15 02:48:42.998 CFY [ves_ypap09] Poststarting node instance: nothing to do
Execution ended, waiting 3 seconds for additional log messages
2021-04-15 02:48:43.355 CFY [ves_ypap09] Node instance started
2021-04-15 02:48:43.684 CFY 'install' workflow execution succeeded
Finished executing workflow install on deployment ves-tls
* Run 'cfy events list fa7d812d-03a1-4065-8c24-dd4bfd7ac750' to retrieve the execution's events/logs
2021-04-15 02:49:09.011 LOG [prh_jmlj88.start] INFO: k8s deployment is ready for: dcae-prh
2021-04-15 02:49:09.011 LOG [prh_jmlj88.start] INFO: Done starting: dcae-prh
2021-04-15 02:49:09.904 CFY [prh_jmlj88.start] Task succeeded 'k8splugin.create_and_start_container_for_components'
2021-04-15 02:49:10.015 CFY [prh_jmlj88] Poststarting node instance: nothing to do
2021-04-15 02:49:10.124 CFY [prh_jmlj88] Node instance started
Execution ended, waiting 3 seconds for additional log messages
2021-04-15 02:49:10.037 LOG [hv-ves_2g6kgv.start] INFO: k8s deployment is ready for: dcae-hv-ves-collector
2021-04-15 02:49:10.037 LOG [hv-ves_2g6kgv.start] INFO: Done starting: dcae-hv-ves-collector
2021-04-15 02:49:10.756 CFY [hv-ves_2g6kgv.start] Task succeeded 'k8splugin.create_and_start_container_for_components'
2021-04-15 02:49:10.830 CFY [hv-ves_2g6kgv] Poststarting node instance: nothing to do
2021-04-15 02:49:10.943 CFY [hv-ves_2g6kgv] Node instance started
2021-04-15 02:49:11.386 CFY 'install' workflow execution succeeded
Finished executing workflow install on deployment hv-ves
* Run 'cfy events list a494f33c-d937-4939-9a36-ccfc59de0a07' to retrieve the execution's events/logs
2021-04-15 02:49:10.564 CFY 'install' workflow execution succeeded
Finished executing workflow install on deployment prh
* Run 'cfy events list 0795adc0-6484-4f6e-ae80-390c8c71a29a' to retrieve the execution's events/logs
2021-04-15 02:49:35.847 LOG [docker.tca_mb6x1x.start] INFO: k8s deployment is ready for: dcae-tcagen2
2021-04-15 02:49:35.848 LOG [docker.tca_mb6x1x.start] INFO: Done starting: dcae-tcagen2
2021-04-15 02:49:36.700 CFY [docker.tca_mb6x1x.start] Task succeeded 'k8splugin.create_and_start_container_for_components'
2021-04-15 02:49:36.828 CFY [docker.tca_mb6x1x] Poststarting node instance: nothing to do
2021-04-15 02:49:37.037 CFY [docker.tca_mb6x1x] Node instance started
2021-04-15 02:49:37.402 CFY 'install' workflow execution succeeded
Finished executing workflow install on deployment tcagen2
* Run 'cfy events list ab45ea3c-3eb0-4a99-88bf-e4b8585daeac' to retrieve the execution's events/logs
2021-04-15 02:50:04.177 LOG [holmesrules_yj2man.start] INFO: k8s deployment is ready for: holmes-rule-mgmt
2021-04-15 02:50:04.178 LOG [holmesrules_yj2man.start] INFO: Done starting: holmes-rule-mgmt
2021-04-15 02:50:05.157 CFY [holmesrules_yj2man.start] Task succeeded 'k8splugin.create_and_start_container_for_components'
2021-04-15 02:50:05.203 CFY [holmesrules_yj2man] Poststarting node instance: nothing to do
2021-04-15 02:50:05.309 CFY [holmesrules_yj2man] Node instance started
Execution ended, waiting 3 seconds for additional log messages
2021-04-15 02:50:05.716 CFY 'install' workflow execution succeeded
Finished executing workflow install on deployment holmes_rules
* Run 'cfy events list 6f37c18a-3487-431a-8127-29202a04206e' 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'
++ /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_engine&_include=id'
+ 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-04-15 02:50:15.680 CFY Starting 'create_deployment_environment' workflow execution
2021-04-15 02:50:15.686 CFY Installing deployment and workflow plugins
2021-04-15 02:50:15.786 CFY Sending task 'cloudify_agent.operations.install_plugins'
2021-04-15 02:50:15.801 CFY Task started 'cloudify_agent.operations.install_plugins'
2021-04-15 02:50:16.882 LOG INFO: Installing plugin: pgaas
2021-04-15 02:50:17.576 LOG INFO: Using existing installation of managed plugin: ef96f0f5-541b-4c51-a276-a664bba8654d [package_name: pgaas, package_version: 1.3.0, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-04-15 02:50:17.576 LOG INFO: Installing plugin: k8s
2021-04-15 02:50:18.255 LOG INFO: Using existing installation of managed plugin: eab4c7c3-777a-4a0e-bf74-9d59bff1856c [package_name: k8splugin, package_version: 3.4.2, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-04-15 02:50:18.257 CFY Task succeeded 'cloudify_agent.operations.install_plugins'
2021-04-15 02:50:18.320 CFY Creating deployment work directory
2021-04-15 02:50:18.557 CFY 'create_deployment_environment' workflow execution succeeded
2021-04-15 02:50:21.233 CFY Starting 'install' workflow execution
2021-04-15 02:50:21.815 CFY [pgaasvm_i2y349] Validating node instance before creation: nothing to do
2021-04-15 02:50:21.940 CFY [pgaasvm_i2y349] Precreating node instance: nothing to do
2021-04-15 02:50:22.161 CFY [pgaasvm_i2y349] Creating node instance
2021-04-15 02:50:22.279 CFY [pgaasvm_i2y349.create] Sending task 'pgaas.pgaas_plugin.create_database'
2021-04-15 02:50:24.213 LOG [pgaasvm_i2y349.create] WARNING: create_database(holmes)
2021-04-15 02:50:25.238 CFY [pgaasvm_i2y349.create] Task succeeded 'pgaas.pgaas_plugin.create_database'
2021-04-15 02:50:25.272 CFY [pgaasvm_i2y349] Node instance created
2021-04-15 02:50:25.567 CFY [pgaasvm_i2y349] Configuring node instance: nothing to do
2021-04-15 02:50:25.679 CFY [pgaasvm_i2y349] Starting node instance: nothing to do
2021-04-15 02:50:25.752 CFY [pgaasvm_i2y349] Poststarting node instance: nothing to do
2021-04-15 02:50:25.993 CFY [pgaasvm_i2y349] Node instance started
2021-04-15 02:50:26.486 CFY [holmesengine_4iya49] Validating node instance before creation: nothing to do
2021-04-15 02:50:26.565 CFY [holmesengine_4iya49] Precreating node instance: nothing to do
2021-04-15 02:50:26.672 CFY [holmesengine_4iya49] Creating node instance
2021-04-15 02:50:27.025 CFY [holmesengine_4iya49.create] Sending task 'k8splugin.create_for_components'
2021-04-15 02:50:33.600 LOG [holmesengine_4iya49.create] INFO: Added config for holmes-engine-mgmt
2021-04-15 02:50:33.601 LOG [holmesengine_4iya49.create] INFO: Done setting up: holmes-engine-mgmt
2021-04-15 02:50:34.421 CFY [holmesengine_4iya49.create] Task succeeded 'k8splugin.create_for_components'
2021-04-15 02:50:34.567 CFY [holmesengine_4iya49] Node instance created
2021-04-15 02:50:34.629 CFY [holmesengine_4iya49] Configuring node instance: nothing to do
2021-04-15 02:50:34.880 CFY [holmesengine_4iya49] Starting node instance
2021-04-15 02:50:34.992 CFY [holmesengine_4iya49.start] Sending task 'k8splugin.create_and_start_container_for_components'
2021-04-15 02:50:38.531 LOG [holmesengine_4iya49.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'1ed26ee7d0f7f7d8faaf249d555438d8babab9c621d78925174bcee13656a104'}, 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'1ed26ee7d0f7f7d8faaf249d555438d8babab9c621d78925174bcee13656a104'}, 'labels': {'cfydeployment': u'holmes_engine', 'cfynodeinstance': u'holmesengine_4iya49', '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-04-15 02:50:38.531 LOG [holmesengine_4iya49.start] INFO: Passing k8sconfig: {'filebeat': {u'config_map': u'onap-dcae-filebeat-configmap', u'config_path': u'/usr/share/filebeat/filebeat.yml', u'log_path': u'/var/log/onap', u'image': u'docker.elastic.co/beats/filebeat:5.5.0', u'data_path': u'/usr/share/filebeat/data', u'config_subpath': u'filebeat.yml'}, 'truststore_merger': {u'image_tag': u'nexus3.onap.org:10001/onap/org.onap.oom.platform.cert-service.oom-certservice-post-processor:2.1.1'}, 'cbs': {'base_url': 'https://config-binding-service:10443/service_component_all'}, 'external_cert': {u'country': u'US', u'truststore_password': u'secret', u'cert_secret_name': u'oom-cert-service-client-tls-secret', u'state': u'California', u'organizational_unit': u'ONAP', u'location': u'San-Francisco', u'timeout': u'30000', u'keystore_password': u'secret', u'organization': u'Linux-Foundation', u'request_url': u'https://oom-cert-service:8443/v1/certificate/', u'image_tag': u'nexus3.onap.org:10001/onap/org.onap.oom.platform.cert-service.oom-certservice-client:2.1.1'}, 'default_k8s_location': u'central', 'tls': {u'component_cert_dir': u'/opt/dcae/cacert', u'cert_path': u'/opt/app/osaaf', u'image': u'nexus3.onap.org:10001/onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0', u'ca_cert_configmap': u'onap-dcae-bootstrap-dcae-cacert', u'component_ca_cert_path': u'/opt/dcae/cacert/cacert.pem'}, 'consul_host': 'consul-server:8500', 'consul_dns_name': u'consul-server.onap', 'max_wait': 1800, 'image_pull_secrets': [u'onap-docker-registry-key'], 'namespace': u'onap'}
2021-04-15 02:50:38.542 LOG [holmesengine_4iya49.start] INFO: Creating init container: TLS
* [nexus3.onap.org:10001/onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0]
2021-04-15 02:50:38.679 LOG [holmesengine_4iya49.start] INFO: k8s deployment initiated successfully for holmes-engine-mgmt: {'services': ['holmes-engine-mgmt'], 'namespace': u'onap', 'location': u'central', 'deployment': 'dep-holmes-engine-mgmt'}
2021-04-15 02:50:38.679 LOG [holmesengine_4iya49.start] INFO: Waiting up to 1800 secs for holmes-engine-mgmt to become ready
2021-04-15 02:52:34.117 LOG [holmesengine_4iya49.start] INFO: k8s deployment is ready for: holmes-engine-mgmt
2021-04-15 02:52:34.117 LOG