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.67.9...
* Connected to consul-server (10.233.67.9) port 8500 (#0)
> PUT /v1/kv/dmaap-plugin HTTP/1.1
> User-Agent: curl/7.29.0
> Host: consul-server:8500
> Accept: */*
> Content-Type: application/json
> Content-Length: 120
>
} [data not shown]
* upload completely sent off: 120 out of 120 bytes
< HTTP/1.1 200 OK
< Content-Type: application/json
< Date: Fri, 23 Apr 2021 02:30:04 GMT
< Content-Length: 4
<
{ [data not shown]
100 124 100 4 100 120 8 260 --:--:-- --:--:-- --:--:-- 261
* 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.67.9...
* Connected to consul-server (10.233.67.9) port 8500 (#0)
> PUT /v1/kv/k8s-plugin HTTP/1.1
> User-Agent: curl/7.29.0
> Host: consul-server:8500
> Accept: */*
> Content-Type: application/json
> Content-Length: 1514
> Expect: 100-continue
>
< HTTP/1.1 100 Continue
} [data not shown]
< HTTP/1.1 200 OK
< Content-Type: application/json
< Date: Fri, 23 Apr 2021 02:30:04 GMT
< Content-Length: 4
<
{ [data not shown]
100 1518 100 4 100 1514 56 21572 --:--:-- --:--:-- --:--:-- 21323
100 1518 100 4 100 1514 56 21544 --:--:-- --:--:-- --:--:-- 21323
* Connection #0 to host consul-server left intact
+ trap - ERR
+ set +e
+ deploy pgaas_initdb k8s-pgaas-initdb.yaml k8s-pgaas-initdb-inputs.yaml
+ set +e
+ cm_hasany 'blueprints?id=pgaas_initdb'
++ curl -Ss -H 'Tenant: default_tenant' --user admin:UmH7vbj6 --cacert /certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/blueprints?id=pgaas_initdb&_include=id'
++ /bin/jq .metadata.pagination.total
+ COUNT=0
+ (( 0 > 0 ))
+ return 1
+ cfy blueprints upload -b pgaas_initdb /blueprints/k8s-pgaas-initdb.yaml
/usr/lib/python2.7/site-packages/paramiko/transport.py:33: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
from cryptography.hazmat.backends import default_backend
truetrueUploading blueprint /blueprints/k8s-pgaas-initdb.yaml...
k8s-pgaas-initdb.... |####################----------------------------| 41.42%
k8s-pgaas-initdb.... |########################################--------| 82.84%
k8s-pgaas-initdb.... |################################################| 100.0%
Blueprint uploaded. The blueprint's id is pgaas_initdb
+ cm_hasany 'deployments?id=pgaas_initdb'
++ curl -Ss -H 'Tenant: default_tenant' --user admin:UmH7vbj6 --cacert /certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/deployments?id=pgaas_initdb&_include=id'
++ /bin/jq .metadata.pagination.total
+ COUNT=0
+ (( 0 > 0 ))
+ return 1
+ INPUTS=
+ '[' -n k8s-pgaas-initdb-inputs.yaml ']'
+ INPUTS=-i/inputs/k8s-pgaas-initdb-inputs.yaml
+ cfy deployments create -b pgaas_initdb -i/inputs/k8s-pgaas-initdb-inputs.yaml pgaas_initdb
/usr/lib/python2.7/site-packages/paramiko/transport.py:33: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
from cryptography.hazmat.backends import default_backend
Creating new deployment from blueprint pgaas_initdb...
Deployment created. The deployment's id is pgaas_initdb
+ cm_hasany 'node-instances?deployment_id=pgaas_initdb&state=uninitialized&state=deleted'
++ curl -Ss -H 'Tenant: default_tenant' --user admin:UmH7vbj6 --cacert /certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/node-instances?deployment_id=pgaas_initdb&state=uninitialized&state=deleted&_include=id'
++ /bin/jq .metadata.pagination.total
+ COUNT=2
+ (( 2 > 0 ))
+ return 0
+ cfy executions start -d pgaas_initdb install
/usr/lib/python2.7/site-packages/paramiko/transport.py:33: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
from cryptography.hazmat.backends import default_backend
Executing workflow `install` on deployment `pgaas_initdb` [timeout=900 seconds]
Deployment environment creation is pending...
2021-04-23 02:30:11.162 CFY Starting 'create_deployment_environment' workflow execution
2021-04-23 02:30:11.170 CFY Installing deployment and workflow plugins
2021-04-23 02:30:11.270 CFY Sending task 'cloudify_agent.operations.install_plugins'
2021-04-23 02:30:11.285 CFY Task started 'cloudify_agent.operations.install_plugins'
2021-04-23 02:30:12.289 LOG INFO: Installing plugin: pgaas
2021-04-23 02:30:12.986 LOG INFO: Using existing installation of managed plugin: 56f67675-f4f0-4c6c-860e-503e06af5ef7 [package_name: pgaas, package_version: 1.3.0, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-04-23 02:30:12.988 LOG INFO: Installing plugin: ssh_keyshare
2021-04-23 02:30:13.657 LOG INFO: Using existing installation of managed plugin: 7507ca96-44cc-4c13-8f38-bef8ddee185a [package_name: sshkeyshare, package_version: 1.2.0, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-04-23 02:30:13.658 CFY Task succeeded 'cloudify_agent.operations.install_plugins'
2021-04-23 02:30:13.691 CFY Creating deployment work directory
2021-04-23 02:30:13.981 CFY 'create_deployment_environment' workflow execution succeeded
2021-04-23 02:30:19.616 CFY Starting 'install' workflow execution
2021-04-23 02:30:20.184 CFY [sharedsshkey_pgrs_ojws3l] Validating node instance before creation: nothing to do
2021-04-23 02:30:20.294 CFY [sharedsshkey_pgrs_ojws3l] Precreating node instance: nothing to do
2021-04-23 02:30:20.382 CFY [sharedsshkey_pgrs_ojws3l] Creating node instance
2021-04-23 02:30:20.744 CFY [sharedsshkey_pgrs_ojws3l.create] Sending task 'sshkeyshare.keyshare_plugin.generate'
2021-04-23 02:30:24.949 CFY [sharedsshkey_pgrs_ojws3l.create] Task succeeded 'sshkeyshare.keyshare_plugin.generate'
2021-04-23 02:30:25.010 CFY [sharedsshkey_pgrs_ojws3l] Node instance created
2021-04-23 02:30:25.346 CFY [sharedsshkey_pgrs_ojws3l] Configuring node instance: nothing to do
2021-04-23 02:30:25.407 CFY [sharedsshkey_pgrs_ojws3l] Starting node instance: nothing to do
2021-04-23 02:30:25.516 CFY [sharedsshkey_pgrs_ojws3l] Poststarting node instance: nothing to do
2021-04-23 02:30:25.820 CFY [sharedsshkey_pgrs_ojws3l] Node instance started
2021-04-23 02:30:26.211 CFY [pgaas_cluster_pegwus] Validating node instance before creation: nothing to do
2021-04-23 02:30:26.333 CFY [pgaas_cluster_pegwus] Precreating node instance: nothing to do
2021-04-23 02:30:26.412 CFY [pgaas_cluster_pegwus] Creating node instance
2021-04-23 02:30:26.777 CFY [pgaas_cluster_pegwus.create] Sending task 'pgaas.pgaas_plugin.add_pgaas_cluster'
2021-04-23 02:30:30.603 LOG [pgaas_cluster_pegwus.create] WARNING: add_pgaas_cluster() invoked
2021-04-23 02:30:30.858 LOG [pgaas_cluster_pegwus.create] WARNING: All done
2021-04-23 02:30:32.339 CFY [pgaas_cluster_pegwus.create] Task succeeded 'pgaas.pgaas_plugin.add_pgaas_cluster'
2021-04-23 02:30:32.382 CFY [pgaas_cluster_pegwus] Node instance created
2021-04-23 02:30:32.669 CFY [pgaas_cluster_pegwus] Configuring node instance: nothing to do
2021-04-23 02:30:32.793 CFY [pgaas_cluster_pegwus] Starting node instance: nothing to do
2021-04-23 02:30:32.869 CFY [pgaas_cluster_pegwus] Poststarting node instance: nothing to do
2021-04-23 02:30:33.134 CFY [pgaas_cluster_pegwus] Node instance started
Execution ended, waiting 3 seconds for additional log messages
2021-04-23 02:30:33.564 CFY 'install' workflow execution succeeded
Finished executing workflow install on deployment pgaas_initdb
* Run 'cfy events list 7cc20220-94ff-4451-8fb8-067a33b2dfdf' to retrieve the execution's events/logs
+ deploy tcagen2 k8s-tcagen2.yaml k8s-tcagen2-inputs.yaml
+ set +e
+ cm_hasany 'blueprints?id=tcagen2'
+ deploy ves-tls k8s-ves.yaml k8s-ves-inputs-tls.yaml
+ set +e
+ cm_hasany 'blueprints?id=ves-tls'
+ deploy prh k8s-prh.yaml k8s-prh-inputs.yaml
+ set +e
+ cm_hasany 'blueprints?id=prh'
+ deploy holmes_rules k8s-holmes-rules.yaml k8s-holmes_rules-inputs.yaml
+ deploy hv-ves k8s-hv-ves.yaml k8s-hv_ves-inputs.yaml
+ set +e
+ cm_hasany 'blueprints?id=holmes_rules'
+ set +e
+ cm_hasany 'blueprints?id=hv-ves'
++ curl -Ss -H 'Tenant: default_tenant' --user admin:UmH7vbj6 --cacert /certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/blueprints?id=tcagen2&_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=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'
++ 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=holmes_rules&_include=id'
++ /bin/jq .metadata.pagination.total
++ /bin/jq .metadata.pagination.total
++ /bin/jq .metadata.pagination.total
+ COUNT=0
+ (( 0 > 0 ))
+ return 1
+ cfy blueprints upload -b holmes_rules /blueprints/k8s-holmes-rules.yaml
+ COUNT=0
+ (( 0 > 0 ))
+ return 1
+ cfy blueprints upload -b ves-tls /blueprints/k8s-ves.yaml
+ COUNT=0
+ (( 0 > 0 ))
+ return 1
+ cfy blueprints upload -b hv-ves /blueprints/k8s-hv-ves.yaml
+ COUNT=0
+ (( 0 > 0 ))
+ return 1
+ cfy blueprints upload -b prh /blueprints/k8s-prh.yaml
+ COUNT=0
+ (( 0 > 0 ))
+ return 1
+ cfy blueprints upload -b tcagen2 /blueprints/k8s-tcagen2.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-hv-ves.yaml...
Uploading blueprint /blueprints/k8s-holmes-rules.yaml...
k8s-hv-ves.yaml |######################-------------------------------| 41.43%
k8s-hv-ves.yaml |############################################---------| 82.85%
k8s-hv-ves.yaml |#####################################################| 100.0%Uploading blueprint /blueprints/k8s-ves.yaml...
Uploading blueprint /blueprints/k8s-prh.yaml...
k8s-holmes-rules.... |####################----------------------------| 41.41%
k8s-holmes-rules.... |########################################--------| 82.83%
k8s-holmes-rules.... |################################################| 100.0%
k8s-ves.yaml |#######################---------------------------------| 41.44%
k8s-ves.yaml |##############################################----------| 82.88%
k8s-ves.yaml |########################################################| 100.0%
k8s-prh.yaml |#######################---------------------------------| 41.44%
k8s-prh.yaml |##############################################----------| 82.87%
k8s-prh.yaml |########################################################| 100.0%Uploading blueprint /blueprints/k8s-tcagen2.yaml...
k8s-tcagen2.yaml |######################------------------------------| 41.42%
k8s-tcagen2.yaml |###########################################---------| 82.85%
k8s-tcagen2.yaml |####################################################| 100.0%
Blueprint uploaded. The blueprint's id is prh
Blueprint uploaded. The blueprint's id is hv-ves
+ 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
Blueprint uploaded. The blueprint's id is tcagen2
+ cm_hasany 'deployments?id=tcagen2'
++ curl -Ss -H 'Tenant: default_tenant' --user admin:UmH7vbj6 --cacert /certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/deployments?id=tcagen2&_include=id'
++ /bin/jq .metadata.pagination.total
Blueprint uploaded. The blueprint's id is ves-tls
+ COUNT=0
+ (( 0 > 0 ))
+ return 1
+ INPUTS=
+ '[' -n k8s-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
+ cm_hasany 'deployments?id=ves-tls'
++ curl -Ss -H 'Tenant: default_tenant' --user admin:UmH7vbj6 --cacert /certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/deployments?id=ves-tls&_include=id'
++ /bin/jq .metadata.pagination.total
Blueprint uploaded. The blueprint's id is holmes_rules
+ 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=holmes_rules'
++ curl -Ss -H 'Tenant: default_tenant' --user admin:UmH7vbj6 --cacert /certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/deployments?id=holmes_rules&_include=id'
++ /bin/jq .metadata.pagination.total
+ COUNT=0
+ (( 0 > 0 ))
+ return 1
+ INPUTS=
+ '[' -n k8s-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
/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 hv-ves...
Creating new deployment from blueprint prh...
Creating new deployment from blueprint tcagen2...
Creating new deployment from blueprint ves-tls...
Creating new deployment from blueprint holmes_rules...
Deployment created. The deployment's id is hv-ves
+ cm_hasany 'node-instances?deployment_id=hv-ves&state=uninitialized&state=deleted'
++ 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 tcagen2
Deployment created. The deployment's id is prh
+ cm_hasany 'node-instances?deployment_id=tcagen2&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=tcagen2&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
Deployment created. The deployment's id is ves-tls
+ cm_hasany 'node-instances?deployment_id=ves-tls&state=uninitialized&state=deleted'
++ curl -Ss -H 'Tenant: default_tenant' --user admin:UmH7vbj6 --cacert /certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/node-instances?deployment_id=ves-tls&state=uninitialized&state=deleted&_include=id'
++ /bin/jq .metadata.pagination.total
Deployment created. The deployment's id is 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
+ COUNT=1
+ (( 1 > 0 ))
+ return 0
+ cfy executions start -d tcagen2 install
/usr/lib/python2.7/site-packages/paramiko/transport.py:33: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
from cryptography.hazmat.backends import default_backend
+ COUNT=1
+ (( 1 > 0 ))
+ return 0
+ cfy executions start -d prh install
+ COUNT=1
+ (( 1 > 0 ))
+ return 0
+ cfy executions start -d ves-tls install
+ COUNT=2
+ (( 2 > 0 ))
+ return 0
+ cfy executions start -d holmes_rules 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 `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
/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...
/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]
Executing workflow `install` on deployment `prh` [timeout=900 seconds]
Executing workflow `install` on deployment `ves-tls` [timeout=900 seconds]
Executing workflow `install` on deployment `holmes_rules` [timeout=900 seconds]
Deployment environment creation is pending...
Deployment environment creation is pending...
Deployment environment creation is pending...
Deployment environment creation is pending...
2021-04-23 02:30:53.216 CFY Starting 'create_deployment_environment' workflow execution
2021-04-23 02:30:54.408 CFY Starting 'create_deployment_environment' workflow execution
2021-04-23 02:30:54.428 CFY Starting 'create_deployment_environment' workflow execution
2021-04-23 02:30:54.312 CFY Starting 'create_deployment_environment' workflow execution
2021-04-23 02:30:54.325 CFY Installing deployment and workflow plugins
2021-04-23 02:30:53.222 CFY Installing deployment and workflow plugins
2021-04-23 02:30:53.322 CFY Sending task 'cloudify_agent.operations.install_plugins'
2021-04-23 02:30:53.341 CFY Task started 'cloudify_agent.operations.install_plugins'
2021-04-23 02:30:54.416 CFY Installing deployment and workflow plugins
2021-04-23 02:30:54.516 CFY Sending task 'cloudify_agent.operations.install_plugins'
2021-04-23 02:30:54.531 CFY Task started 'cloudify_agent.operations.install_plugins'
2021-04-23 02:30:54.317 CFY Starting 'create_deployment_environment' workflow execution
2021-04-23 02:30:54.324 CFY Installing deployment and workflow plugins
2021-04-23 02:30:54.423 CFY Sending task 'cloudify_agent.operations.install_plugins'
2021-04-23 02:30:54.442 CFY Task started 'cloudify_agent.operations.install_plugins'
2021-04-23 02:30:54.434 CFY Installing deployment and workflow plugins
2021-04-23 02:30:54.533 CFY Sending task 'cloudify_agent.operations.install_plugins'
2021-04-23 02:30:54.610 CFY Task started 'cloudify_agent.operations.install_plugins'
2021-04-23 02:30:59.525 LOG INFO: Installing plugin: pgaas
2021-04-23 02:30:54.423 CFY Sending task 'cloudify_agent.operations.install_plugins'
2021-04-23 02:30:54.441 CFY Task started 'cloudify_agent.operations.install_plugins'
2021-04-23 02:30:57.932 LOG INFO: Installing plugin: k8s
2021-04-23 02:30:59.838 LOG INFO: Installing plugin: k8s
2021-04-23 02:31:02.079 LOG INFO: Using existing installation of managed plugin: df6b5274-6249-4c24-b5ed-e1cdb4427759 [package_name: k8splugin, package_version: 3.4.2, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-04-23 02:31:02.081 CFY Task succeeded 'cloudify_agent.operations.install_plugins'
2021-04-23 02:30:59.829 LOG INFO: Installing plugin: k8s
2021-04-23 02:31:01.920 LOG INFO: Using existing installation of managed plugin: df6b5274-6249-4c24-b5ed-e1cdb4427759 [package_name: k8splugin, package_version: 3.4.2, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-04-23 02:31:01.921 CFY Task succeeded 'cloudify_agent.operations.install_plugins'
2021-04-23 02:31:01.950 LOG INFO: Using existing installation of managed plugin: 56f67675-f4f0-4c6c-860e-503e06af5ef7 [package_name: pgaas, package_version: 1.3.0, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-04-23 02:31:01.951 LOG INFO: Installing plugin: k8s
2021-04-23 02:30:59.827 LOG INFO: Installing plugin: k8s
2021-04-23 02:31:01.941 LOG INFO: Using existing installation of managed plugin: df6b5274-6249-4c24-b5ed-e1cdb4427759 [package_name: k8splugin, package_version: 3.4.2, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-04-23 02:31:01.942 CFY Task succeeded 'cloudify_agent.operations.install_plugins'
2021-04-23 02:31:02.057 CFY Creating deployment work directory
2021-04-23 02:31:02.424 CFY 'create_deployment_environment' workflow execution succeeded
2021-04-23 02:31:01.132 LOG INFO: Using existing installation of managed plugin: df6b5274-6249-4c24-b5ed-e1cdb4427759 [package_name: k8splugin, package_version: 3.4.2, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-04-23 02:31:01.133 CFY Task succeeded 'cloudify_agent.operations.install_plugins'
2021-04-23 02:31:01.248 CFY Creating deployment work directory
2021-04-23 02:31:01.727 CFY 'create_deployment_environment' workflow execution succeeded
2021-04-23 02:31:02.145 CFY Creating deployment work directory
2021-04-23 02:31:02.521 CFY 'create_deployment_environment' workflow execution succeeded
2021-04-23 02:31:01.937 CFY Creating deployment work directory
2021-04-23 02:31:02.324 CFY 'create_deployment_environment' workflow execution succeeded
2021-04-23 02:31:03.120 LOG INFO: Using existing installation of managed plugin: df6b5274-6249-4c24-b5ed-e1cdb4427759 [package_name: k8splugin, package_version: 3.4.2, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-04-23 02:31:03.122 CFY Task succeeded 'cloudify_agent.operations.install_plugins'
2021-04-23 02:31:03.123 CFY Creating deployment work directory
2021-04-23 02:31:03.523 CFY 'create_deployment_environment' workflow execution succeeded
2021-04-23 02:31:05.839 CFY Starting 'install' workflow execution
2021-04-23 02:31:07.053 CFY [ves_phpjck] Validating node instance before creation: nothing to do
2021-04-23 02:31:07.359 CFY [ves_phpjck] Precreating node instance: nothing to do
2021-04-23 02:31:08.215 CFY [ves_phpjck] Creating node instance
2021-04-23 02:31:08.542 CFY [ves_phpjck.create] Sending task 'k8splugin.create_for_components'
2021-04-23 02:31:09.232 CFY Starting 'install' workflow execution
2021-04-23 02:31:10.709 CFY [hv-ves_gngmul] Validating node instance before creation: nothing to do
2021-04-23 02:31:11.028 CFY [hv-ves_gngmul] Precreating node instance: nothing to do
2021-04-23 02:31:11.933 CFY [hv-ves_gngmul] Creating node instance
2021-04-23 02:31:12.409 CFY [hv-ves_gngmul.create] Sending task 'k8splugin.create_for_components'
2021-04-23 02:31:12.531 CFY Starting 'install' workflow execution
2021-04-23 02:31:13.664 CFY [docker.tca_gtlc8l] Validating node instance before creation: nothing to do
2021-04-23 02:31:13.871 CFY [docker.tca_gtlc8l] Precreating node instance: nothing to do
2021-04-23 02:31:14.637 CFY [docker.tca_gtlc8l] Creating node instance
2021-04-23 02:31:12.829 CFY Starting 'install' workflow execution
2021-04-23 02:31:13.767 CFY [prh_eoaumn] Validating node instance before creation: nothing to do
2021-04-23 02:31:13.976 CFY [prh_eoaumn] Precreating node instance: nothing to do
2021-04-23 02:31:13.160 CFY Starting 'install' workflow execution
2021-04-23 02:31:14.518 CFY [pgaasvm_zp4bub] Validating node instance before creation: nothing to do
2021-04-23 02:31:14.944 CFY [docker.tca_gtlc8l.create] Sending task 'k8splugin.create_for_components'
2021-04-23 02:31:14.744 CFY [prh_eoaumn] Creating node instance
2021-04-23 02:31:15.180 CFY [prh_eoaumn.create] Sending task 'k8splugin.create_for_components'
2021-04-23 02:31:14.834 CFY [pgaasvm_zp4bub] Precreating node instance: nothing to do
2021-04-23 02:31:15.141 CFY [pgaasvm_zp4bub] Creating node instance
2021-04-23 02:31:15.888 CFY [pgaasvm_zp4bub.create] Sending task 'pgaas.pgaas_plugin.create_database'
2021-04-23 02:31:20.311 LOG [pgaasvm_zp4bub.create] WARNING: create_database(holmes)
2021-04-23 02:31:23.445 LOG [pgaasvm_zp4bub.create] WARNING: All done
2021-04-23 02:31:24.455 CFY [pgaasvm_zp4bub.create] Task succeeded 'pgaas.pgaas_plugin.create_database'
2021-04-23 02:31:24.912 LOG [ves_phpjck.create] INFO: Added config for dcae-ves-collector
2021-04-23 02:31:24.913 LOG [ves_phpjck.create] INFO: Done setting up: dcae-ves-collector
2021-04-23 02:31:25.130 LOG [hv-ves_gngmul.create] INFO: Added config for dcae-hv-ves-collector
2021-04-23 02:31:25.130 LOG [hv-ves_gngmul.create] INFO: Done setting up: dcae-hv-ves-collector
2021-04-23 02:31:25.137 LOG [docker.tca_gtlc8l.create] INFO: Added config for dcae-tcagen2
2021-04-23 02:31:25.137 LOG [docker.tca_gtlc8l.create] INFO: Done setting up: dcae-tcagen2
2021-04-23 02:31:26.118 CFY [docker.tca_gtlc8l.create] Task succeeded 'k8splugin.create_for_components'
2021-04-23 02:31:26.159 CFY [docker.tca_gtlc8l] Node instance created
2021-04-23 02:31:26.539 CFY [docker.tca_gtlc8l] Configuring node instance: nothing to do
2021-04-23 02:31:27.142 CFY [docker.tca_gtlc8l] Starting node instance
2021-04-23 02:31:25.137 LOG [prh_eoaumn.create] INFO: Added config for dcae-prh
2021-04-23 02:31:25.137 LOG [prh_eoaumn.create] INFO: Done setting up: dcae-prh
2021-04-23 02:31:26.416 CFY [prh_eoaumn.create] Task succeeded 'k8splugin.create_for_components'
2021-04-23 02:31:26.718 CFY [prh_eoaumn] Node instance created
2021-04-23 02:31:26.841 CFY [prh_eoaumn] Configuring node instance: nothing to do
2021-04-23 02:31:27.016 CFY [prh_eoaumn] Starting node instance
2021-04-23 02:31:27.733 CFY [prh_eoaumn.start] Sending task 'k8splugin.create_and_start_container_for_components'
2021-04-23 02:31:25.033 CFY [pgaasvm_zp4bub] Node instance created
2021-04-23 02:31:25.140 CFY [pgaasvm_zp4bub] Configuring node instance: nothing to do
2021-04-23 02:31:25.608 CFY [pgaasvm_zp4bub] Starting node instance: nothing to do
2021-04-23 02:31:25.846 CFY [pgaasvm_zp4bub] Poststarting node instance: nothing to do
2021-04-23 02:31:26.526 CFY [pgaasvm_zp4bub] Node instance started
2021-04-23 02:31:27.448 CFY [holmesrules_kuos1g] Validating node instance before creation: nothing to do
2021-04-23 02:31:27.626 CFY [holmesrules_kuos1g] Precreating node instance: nothing to do
2021-04-23 02:31:27.847 CFY [holmesrules_kuos1g] Creating node instance
2021-04-23 02:31:28.189 CFY [holmesrules_kuos1g.create] Sending task 'k8splugin.create_for_components'
2021-04-23 02:31:25.915 CFY [ves_phpjck.create] Task succeeded 'k8splugin.create_for_components'
2021-04-23 02:31:26.009 CFY [ves_phpjck] Node instance created
2021-04-23 02:31:26.548 CFY [ves_phpjck] Configuring node instance: nothing to do
2021-04-23 02:31:26.755 CFY [ves_phpjck] Starting node instance
2021-04-23 02:31:27.559 CFY [ves_phpjck.start] Sending task 'k8splugin.create_and_start_container_for_components'
2021-04-23 02:31:26.627 CFY [hv-ves_gngmul.create] Task succeeded 'k8splugin.create_for_components'
2021-04-23 02:31:27.131 CFY [hv-ves_gngmul] Node instance created
2021-04-23 02:31:27.324 CFY [hv-ves_gngmul] Configuring node instance: nothing to do
2021-04-23 02:31:27.420 CFY [hv-ves_gngmul] Starting node instance
2021-04-23 02:31:27.988 CFY [hv-ves_gngmul.start] Sending task 'k8splugin.create_and_start_container_for_components'
2021-04-23 02:31:27.459 CFY [docker.tca_gtlc8l.start] Sending task 'k8splugin.create_and_start_container_for_components'
2021-04-23 02:31:36.911 LOG [hv-ves_gngmul.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_gngmul', '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-04-23 02:31:36.815 LOG [ves_phpjck.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_phpjck', '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-23 02:31:36.740 LOG [docker.tca_gtlc8l.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_gtlc8l', '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'ca_name': u'RA', u'external_cert_directory': u'/opt/app/dcae-certificate/external'}, 'resource_config': {}, 'volumes': [], 'log_info': {u'log_directory': u'/opt/logs/dcae-analytics-tca'}, 'ports': [u'9091:0'], 'k8s_location': u'central'}
2021-04-23 02:31:36.741 LOG [docker.tca_gtlc8l.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-23 02:31:36.825 LOG [docker.tca_gtlc8l.start] INFO: Creating init container: TLS
* [nexus3.onap.org:10001/onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0]
2021-04-23 02:31:37.412 LOG [docker.tca_gtlc8l.start] INFO: k8s deployment initiated successfully for dcae-tcagen2: {'services': ['dcae-tcagen2'], 'namespace': u'onap', 'location': u'central', 'deployment': 'dep-dcae-tcagen2'}
2021-04-23 02:31:37.412 LOG [docker.tca_gtlc8l.start] INFO: Waiting up to 1800 secs for dcae-tcagen2 to become ready
2021-04-23 02:31:36.743 LOG [prh_eoaumn.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_eoaumn', 'cfynode': u'prh'}, 'external_cert': {u'use_external_tls': False, u'external_certificate_parameters': {u'common_name': u'', u'sans': u''}, u'cert_type': u'P12', u'external_cert_directory': u'/opt/app/dcae-certificate/external', u'ca_name': u'RA'}, 'resource_config': {}, 'volumes': [], 'log_info': {u'log_directory': u'/opt/app/prh/logs'}, 'ports': [u'8100:0'], 'k8s_location': u'central'}
2021-04-23 02:31:36.743 LOG [prh_eoaumn.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-23 02:31:36.823 LOG [prh_eoaumn.start] INFO: Creating init container: TLS
* [nexus3.onap.org:10001/onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0]
2021-04-23 02:31:37.376 LOG [prh_eoaumn.start] INFO: k8s deployment initiated successfully for dcae-prh: {'services': ['dcae-prh'], 'namespace': u'onap', 'location': u'central', 'deployment': 'dep-dcae-prh'}
2021-04-23 02:31:37.409 LOG [prh_eoaumn.start] INFO: Waiting up to 1800 secs for dcae-prh to become ready
2021-04-23 02:31:37.044 LOG [holmesrules_kuos1g.create] INFO: Added config for holmes-rule-mgmt
2021-04-23 02:31:37.046 LOG [holmesrules_kuos1g.create] INFO: Done setting up: holmes-rule-mgmt
2021-04-23 02:31:37.939 CFY [holmesrules_kuos1g.create] Task succeeded 'k8splugin.create_for_components'
2021-04-23 02:31:38.061 CFY [holmesrules_kuos1g] Node instance created
2021-04-23 02:31:38.326 CFY [holmesrules_kuos1g] Configuring node instance: nothing to do
2021-04-23 02:31:38.627 CFY [holmesrules_kuos1g] Starting node instance
2021-04-23 02:31:38.784 CFY [holmesrules_kuos1g.start] Sending task 'k8splugin.create_and_start_container_for_components'
2021-04-23 02:31:36.816 LOG [ves_phpjck.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-23 02:31:36.831 LOG [ves_phpjck.start] INFO: Creating init container: TLS
* [nexus3.onap.org:10001/onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0]
2021-04-23 02:31:37.512 LOG [ves_phpjck.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-23 02:31:37.513 LOG [ves_phpjck.start] INFO: Waiting up to 1800 secs for dcae-ves-collector to become ready
2021-04-23 02:31:36.911 LOG [hv-ves_gngmul.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-23 02:31:36.945 LOG [hv-ves_gngmul.start] INFO: Creating init container: TLS
* [nexus3.onap.org:10001/onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0]
2021-04-23 02:31:37.447 LOG [hv-ves_gngmul.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-23 02:31:37.447 LOG [hv-ves_gngmul.start] INFO: Waiting up to 1800 secs for dcae-hv-ves-collector to become ready
2021-04-23 02:31:42.117 LOG [holmesrules_kuos1g.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'84d5ce30f0528a90c2250a370a8a19bbb89f777df461f7f4a16d12e741352fab'}, 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'84d5ce30f0528a90c2250a370a8a19bbb89f777df461f7f4a16d12e741352fab'}, 'labels': {'cfydeployment': u'holmes_rules', 'cfynodeinstance': u'holmesrules_kuos1g', 'cfynode': u'holmesrules'}, 'external_cert': {u'use_external_tls': False, u'external_certificate_parameters': {u'common_name': u'', u'sans': u''}, u'cert_type': u'P12', u'ca_name': u'RA', u'external_cert_directory': u'/opt/app/dcae-certificate/external'}, 'resource_config': {u'requests': {u'cpu': u'250m', u'memory': u'256Mi'}, u'limits': {u'cpu': u'250m', u'memory': u'1024Mi'}}, 'volumes': [], 'log_info': {}, 'ports': [u'9101:0', u'9104:0'], 'k8s_location': u'central'}
2021-04-23 02:31:42.117 LOG [holmesrules_kuos1g.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-23 02:31:42.130 LOG [holmesrules_kuos1g.start] INFO: Creating init container: TLS
* [nexus3.onap.org:10001/onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0]
2021-04-23 02:31:42.249 LOG [holmesrules_kuos1g.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-23 02:31:42.249 LOG [holmesrules_kuos1g.start] INFO: Waiting up to 1800 secs for holmes-rule-mgmt to become ready
2021-04-23 02:32:56.334 LOG [ves_phpjck.start] INFO: k8s deployment is ready for: dcae-ves-collector
2021-04-23 02:32:56.335 LOG [ves_phpjck.start] INFO: Done starting: dcae-ves-collector
2021-04-23 02:32:57.372 CFY [ves_phpjck.start] Task succeeded 'k8splugin.create_and_start_container_for_components'
2021-04-23 02:32:57.473 CFY [ves_phpjck] Poststarting node instance: nothing to do
2021-04-23 02:32:57.651 CFY [ves_phpjck] Node instance started
2021-04-23 02:32:58.220 CFY 'install' workflow execution succeeded
Finished executing workflow install on deployment ves-tls
* Run 'cfy events list 8dd6d39d-6aca-49d2-bd86-d61ab2c9e23c' to retrieve the execution's events/logs
2021-04-23 02:33:00.325 LOG [docker.tca_gtlc8l.start] INFO: k8s deployment is ready for: dcae-tcagen2
2021-04-23 02:33:00.327 LOG [docker.tca_gtlc8l.start] INFO: Done starting: dcae-tcagen2
2021-04-23 02:33:00.949 CFY [docker.tca_gtlc8l.start] Task succeeded 'k8splugin.create_and_start_container_for_components'
2021-04-23 02:33:00.997 CFY [docker.tca_gtlc8l] Poststarting node instance: nothing to do
2021-04-23 02:33:01.255 CFY [docker.tca_gtlc8l] Node instance started
Execution ended, waiting 3 seconds for additional log messages
2021-04-23 02:33:01.629 CFY 'install' workflow execution succeeded
Finished executing workflow install on deployment tcagen2
* Run 'cfy events list 2a5aecc6-9265-41fe-a9be-346e8700b0a6' to retrieve the execution's events/logs
2021-04-23 02:33:35.653 LOG [hv-ves_gngmul.start] INFO: k8s deployment is ready for: dcae-hv-ves-collector
2021-04-23 02:33:35.653 LOG [hv-ves_gngmul.start] INFO: Done starting: dcae-hv-ves-collector
2021-04-23 02:33:36.545 CFY [hv-ves_gngmul.start] Task succeeded 'k8splugin.create_and_start_container_for_components'
2021-04-23 02:33:36.679 CFY [hv-ves_gngmul] Poststarting node instance: nothing to do
2021-04-23 02:33:36.909 CFY [hv-ves_gngmul] Node instance started
2021-04-23 02:33:37.305 CFY 'install' workflow execution succeeded
Finished executing workflow install on deployment hv-ves
* Run 'cfy events list 0ff83b38-8d0d-4036-984c-f14930c72a96' to retrieve the execution's events/logs
2021-04-23 02:33:42.931 LOG [prh_eoaumn.start] INFO: k8s deployment is ready for: dcae-prh
2021-04-23 02:33:42.931 LOG [prh_eoaumn.start] INFO: Done starting: dcae-prh
2021-04-23 02:33:43.751 CFY [prh_eoaumn.start] Task succeeded 'k8splugin.create_and_start_container_for_components'
2021-04-23 02:33:43.820 CFY [prh_eoaumn] Poststarting node instance: nothing to do
2021-04-23 02:33:44.122 CFY [prh_eoaumn] Node instance started
2021-04-23 02:33:44.485 CFY 'install' workflow execution succeeded
Finished executing workflow install on deployment prh
* Run 'cfy events list e5c59f9c-c907-4f74-a838-d247b99ca9ae' to retrieve the execution's events/logs
2021-04-23 02:34:32.194 LOG [holmesrules_kuos1g.start] INFO: k8s deployment is ready for: holmes-rule-mgmt
2021-04-23 02:34:32.195 LOG [holmesrules_kuos1g.start] INFO: Done starting: holmes-rule-mgmt
2021-04-23 02:34:32.873 CFY [holmesrules_kuos1g.start] Task succeeded 'k8splugin.create_and_start_container_for_components'
2021-04-23 02:34:32.969 CFY [holmesrules_kuos1g] Poststarting node instance: nothing to do
Execution ended, waiting 3 seconds for additional log messages
2021-04-23 02:34:33.091 CFY [holmesrules_kuos1g] Node instance started
2021-04-23 02:34:33.649 CFY 'install' workflow execution succeeded
Finished executing workflow install on deployment holmes_rules
* Run 'cfy events list e800df5c-e6f5-47a6-8ba0-63158ec05412' 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-04-23 02:34:43.248 CFY Starting 'create_deployment_environment' workflow execution
2021-04-23 02:34:43.255 CFY Installing deployment and workflow plugins
2021-04-23 02:34:43.355 CFY Sending task 'cloudify_agent.operations.install_plugins'
2021-04-23 02:34:43.370 CFY Task started 'cloudify_agent.operations.install_plugins'
2021-04-23 02:34:44.379 LOG INFO: Installing plugin: pgaas
2021-04-23 02:34:45.105 LOG INFO: Using existing installation of managed plugin: 56f67675-f4f0-4c6c-860e-503e06af5ef7 [package_name: pgaas, package_version: 1.3.0, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-04-23 02:34:45.106 LOG INFO: Installing plugin: k8s
2021-04-23 02:34:45.779 LOG INFO: Using existing installation of managed plugin: df6b5274-6249-4c24-b5ed-e1cdb4427759 [package_name: k8splugin, package_version: 3.4.2, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-04-23 02:34:45.781 CFY Task succeeded 'cloudify_agent.operations.install_plugins'
2021-04-23 02:34:45.895 CFY Creating deployment work directory
2021-04-23 02:34:46.157 CFY 'create_deployment_environment' workflow execution succeeded
2021-04-23 02:34:51.846 CFY Starting 'install' workflow execution
2021-04-23 02:34:52.500 CFY [pgaasvm_fapzj7] Validating node instance before creation: nothing to do
2021-04-23 02:34:52.616 CFY [pgaasvm_fapzj7] Precreating node instance: nothing to do
2021-04-23 02:34:52.849 CFY [pgaasvm_fapzj7] Creating node instance
2021-04-23 02:34:53.055 CFY [pgaasvm_fapzj7.create] Sending task 'pgaas.pgaas_plugin.create_database'
2021-04-23 02:34:55.056 LOG [pgaasvm_fapzj7.create] WARNING: create_database(holmes)
2021-04-23 02:34:55.911 CFY [pgaasvm_fapzj7.create] Task succeeded 'pgaas.pgaas_plugin.create_database'
2021-04-23 02:34:56.077 CFY [pgaasvm_fapzj7] Node instance created
2021-04-23 02:34:56.238 CFY [pgaasvm_fapzj7] Configuring node instance: nothing to do
2021-04-23 02:34:56.324 CFY [pgaasvm_fapzj7] Starting node instance: nothing to do
2021-04-23 02:34:56.441 CFY [pgaasvm_fapzj7] Poststarting node instance: nothing to do
2021-04-23 02:34:56.533 CFY [pgaasvm_fapzj7] Node instance started
2021-04-23 02:34:57.143 CFY [holmesengine_anft7e] Validating node instance before creation: nothing to do
2021-04-23 02:34:57.252 CFY [holmesengine_anft7e] Precreating node instance: nothing to do
2021-04-23 02:34:57.339 CFY [holmesengine_anft7e] Creating node instance
2021-04-23 02:34:57.697 CFY [holmesengine_anft7e.create] Sending task 'k8splugin.create_for_components'
2021-04-23 02:35:04.418 LOG [holmesengine_anft7e.create] INFO: Added config for holmes-engine-mgmt
2021-04-23 02:35:04.418 LOG [holmesengine_anft7e.create] INFO: Done setting up: holmes-engine-mgmt
2021-04-23 02:35:05.051 CFY [holmesengine_anft7e.create] Task succeeded 'k8splugin.create_for_components'
2021-04-23 02:35:05.272 CFY [holmesengine_anft7e] Node instance created
2021-04-23 02:35:05.391 CFY [holmesengine_anft7e] Configuring node instance: nothing to do
2021-04-23 02:35:05.641 CFY [holmesengine_anft7e] Starting node instance
2021-04-23 02:35:05.839 CFY [holmesengine_anft7e.start] Sending task 'k8splugin.create_and_start_container_for_components'
2021-04-23 02:35:09.804 LOG [holmesengine_anft7e.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'84d5ce30f0528a90c2250a370a8a19bbb89f777df461f7f4a16d12e741352fab'}, 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'84d5ce30f0528a90c2250a370a8a19bbb89f777df461f7f4a16d12e741352fab'}, 'labels': {'cfydeployment': u'holmes_engine', 'cfynodeinstance': u'holmesengine_anft7e', 'cfynode': u'holmesengine'}, 'external_cert': {u'ca_name': u'RA', u'external_certificate_parameters': {u'common_name': u'', u'sans': u''}, u'cert_type': u'P12', u'external_cert_directory': u'/opt/app/dcae-certificate/external', u'use_external_tls': False}, 'resource_config': {u'requests': {u'cpu': u'500m', u'memory': u'256Mi'}, u'limits': {u'cpu': u'500m', u'memory': u'1024Mi'}}, 'volumes': [], 'log_info': {}, 'ports': [u'9102:0'], 'k8s_location': u'central'}
2021-04-23 02:35:09.804 LOG [holmesengine_anft7e.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-23 02:35:09.819 LOG [holmesengine_anft7e.start] INFO: Creating init container: TLS
* [nexus3.onap.org:10001/onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0]
2021-04-23 02:35:09.961 LOG [holmesengine_anft7e.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-23 02:35:09.962 LOG [holmesengine_anft7e.start] INFO: Waiting up to 1800 secs for holmes-engine-mgmt to become ready
2021-04-23 02:36:21.510 LOG [holmesengine_anft7e.start] INFO: k8s deployment is ready for: holmes-engine-mgmt
2021-04-23 02:36:21.511 LOG