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.77.27...
* Connected to consul-server (10.233.77.27) 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
100 120 0 0 100 120 0 119 0:00:01 0:00:01 --:--:-- 119
100 120 0 0 100 120 0 59 0:00:02 0:00:02 --:--:-- 59
100 120 0 0 100 120 0 39 0:00:03 0:00:03 --:--:-- 39< HTTP/1.1 200 OK
< Content-Type: application/json
< Date: Sun, 30 May 2021 02:22:40 GMT
< Content-Length: 4
<
{ [data not shown]
100 124 100 4 100 120 1 31 0:00:04 0:00:03 0:00:01 31
* 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.77.27...
* Connected to consul-server (10.233.77.27) 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]
100 1514 0 0 100 1514 0 1503 0:00:01 0:00:01 --:--:-- 1504< HTTP/1.1 200 OK
< Content-Type: application/json
< Date: Sun, 30 May 2021 02:22:41 GMT
< Content-Length: 4
<
{ [data not shown]
100 1518 100 4 100 1514 2 1009 0:00:02 0:00:01 0:00:01 1009
* Connection #0 to host consul-server left intact
+ trap - ERR
+ set +e
+ deploy pgaas_initdb k8s-pgaas-initdb.yaml k8s-pgaas-initdb-inputs.yaml
+ set +e
+ cm_hasany 'blueprints?id=pgaas_initdb'
++ curl -Ss -H 'Tenant: default_tenant' --user admin:UmH7vbj6 --cacert /certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/blueprints?id=pgaas_initdb&_include=id'
++ /bin/jq .metadata.pagination.total
+ COUNT=0
+ (( 0 > 0 ))
+ return 1
+ cfy blueprints upload -b pgaas_initdb /blueprints/k8s-pgaas-initdb.yaml
/usr/lib/python2.7/site-packages/paramiko/transport.py:33: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
from cryptography.hazmat.backends import default_backend
truetrueUploading blueprint /blueprints/k8s-pgaas-initdb.yaml...
k8s-pgaas-initdb.... |####################----------------------------| 41.42%
k8s-pgaas-initdb.... |########################################--------| 82.84%
k8s-pgaas-initdb.... |################################################| 100.0%
Blueprint uploaded. The blueprint's id is pgaas_initdb
+ cm_hasany 'deployments?id=pgaas_initdb'
++ curl -Ss -H 'Tenant: default_tenant' --user admin:UmH7vbj6 --cacert /certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/deployments?id=pgaas_initdb&_include=id'
++ /bin/jq .metadata.pagination.total
+ COUNT=0
+ (( 0 > 0 ))
+ return 1
+ INPUTS=
+ '[' -n k8s-pgaas-initdb-inputs.yaml ']'
+ INPUTS=-i/inputs/k8s-pgaas-initdb-inputs.yaml
+ cfy deployments create -b pgaas_initdb -i/inputs/k8s-pgaas-initdb-inputs.yaml pgaas_initdb
/usr/lib/python2.7/site-packages/paramiko/transport.py:33: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
from cryptography.hazmat.backends import default_backend
Creating new deployment from blueprint pgaas_initdb...
Deployment created. The deployment's id is pgaas_initdb
+ cm_hasany 'node-instances?deployment_id=pgaas_initdb&state=uninitialized&state=deleted'
++ curl -Ss -H 'Tenant: default_tenant' --user admin:UmH7vbj6 --cacert /certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/node-instances?deployment_id=pgaas_initdb&state=uninitialized&state=deleted&_include=id'
++ /bin/jq .metadata.pagination.total
+ COUNT=2
+ (( 2 > 0 ))
+ return 0
+ cfy executions start -d pgaas_initdb install
/usr/lib/python2.7/site-packages/paramiko/transport.py:33: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
from cryptography.hazmat.backends import default_backend
Executing workflow `install` on deployment `pgaas_initdb` [timeout=900 seconds]
Deployment environment creation is in progress...
2021-05-30 02:22:48.105 CFY Starting 'create_deployment_environment' workflow execution
2021-05-30 02:22:48.112 CFY Installing deployment and workflow plugins
2021-05-30 02:22:48.211 CFY Sending task 'cloudify_agent.operations.install_plugins'
2021-05-30 02:22:48.226 CFY Task started 'cloudify_agent.operations.install_plugins'
2021-05-30 02:22:49.109 LOG INFO: Installing plugin: pgaas
2021-05-30 02:22:49.712 LOG INFO: Using existing installation of managed plugin: 0697e308-9e53-45af-993c-bb867c9c9f01 [package_name: pgaas, package_version: 1.3.0, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-05-30 02:22:49.713 LOG INFO: Installing plugin: ssh_keyshare
2021-05-30 02:22:50.351 LOG INFO: Using existing installation of managed plugin: e19fc51c-e170-4999-9977-a7717154f6b4 [package_name: sshkeyshare, package_version: 1.2.0, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-05-30 02:22:50.353 CFY Task succeeded 'cloudify_agent.operations.install_plugins'
2021-05-30 02:22:50.467 CFY Creating deployment work directory
2021-05-30 02:22:50.689 CFY 'create_deployment_environment' workflow execution succeeded
2021-05-30 02:22:57.057 CFY Starting 'install' workflow execution
2021-05-30 02:22:57.543 CFY [sharedsshkey_pgrs_9wle57] Validating node instance before creation: nothing to do
2021-05-30 02:22:57.631 CFY [sharedsshkey_pgrs_9wle57] Precreating node instance: nothing to do
2021-05-30 02:22:57.923 CFY [sharedsshkey_pgrs_9wle57] Creating node instance
2021-05-30 02:22:58.096 CFY [sharedsshkey_pgrs_9wle57.create] Sending task 'sshkeyshare.keyshare_plugin.generate'
2021-05-30 02:23:01.814 CFY [sharedsshkey_pgrs_9wle57.create] Task succeeded 'sshkeyshare.keyshare_plugin.generate'
2021-05-30 02:23:01.857 CFY [sharedsshkey_pgrs_9wle57] Node instance created
2021-05-30 02:23:02.168 CFY [sharedsshkey_pgrs_9wle57] Configuring node instance: nothing to do
2021-05-30 02:23:02.239 CFY [sharedsshkey_pgrs_9wle57] Starting node instance: nothing to do
2021-05-30 02:23:02.359 CFY [sharedsshkey_pgrs_9wle57] Poststarting node instance: nothing to do
2021-05-30 02:23:02.441 CFY [sharedsshkey_pgrs_9wle57] Node instance started
2021-05-30 02:23:03.009 CFY [pgaas_cluster_8njsjy] Validating node instance before creation: nothing to do
2021-05-30 02:23:03.108 CFY [pgaas_cluster_8njsjy] Precreating node instance: nothing to do
2021-05-30 02:23:03.216 CFY [pgaas_cluster_8njsjy] Creating node instance
2021-05-30 02:23:03.578 CFY [pgaas_cluster_8njsjy.create] Sending task 'pgaas.pgaas_plugin.add_pgaas_cluster'
2021-05-30 02:23:07.601 LOG [pgaas_cluster_8njsjy.create] WARNING: add_pgaas_cluster() invoked
2021-05-30 02:23:07.855 LOG [pgaas_cluster_8njsjy.create] WARNING: All done
2021-05-30 02:23:08.857 CFY [pgaas_cluster_8njsjy.create] Task succeeded 'pgaas.pgaas_plugin.add_pgaas_cluster'
2021-05-30 02:23:08.992 CFY [pgaas_cluster_8njsjy] Node instance created
2021-05-30 02:23:09.271 CFY [pgaas_cluster_8njsjy] Configuring node instance: nothing to do
2021-05-30 02:23:09.352 CFY [pgaas_cluster_8njsjy] Starting node instance: nothing to do
2021-05-30 02:23:09.455 CFY [pgaas_cluster_8njsjy] Poststarting node instance: nothing to do
2021-05-30 02:23:09.553 CFY [pgaas_cluster_8njsjy] Node instance started
2021-05-30 02:23:09.994 CFY 'install' workflow execution succeeded
Finished executing workflow install on deployment pgaas_initdb
* Run 'cfy events list 61e9d5d3-3273-47d6-b4d8-aca56dd09082' 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
+ deploy prh k8s-prh.yaml k8s-prh-inputs.yaml
+ set +e
+ cm_hasany 'blueprints?id=ves-tls'
+ set +e
+ deploy hv-ves k8s-hv-ves.yaml k8s-hv_ves-inputs.yaml
+ deploy holmes_rules k8s-holmes-rules.yaml k8s-holmes_rules-inputs.yaml
++ /bin/jq .metadata.pagination.total
+ cm_hasany 'blueprints?id=prh'
+ set +e
+ set +e
+ cm_hasany 'blueprints?id=holmes_rules'
++ curl -Ss -H 'Tenant: default_tenant' --user admin:UmH7vbj6 --cacert /certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/blueprints?id=tcagen2&_include=id'
+ 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=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'
++ curl -Ss -H 'Tenant: default_tenant' --user admin:UmH7vbj6 --cacert /certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/blueprints?id=hv-ves&_include=id'
++ /bin/jq .metadata.pagination.total
++ /bin/jq .metadata.pagination.total
++ /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'
+ 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 holmes_rules /blueprints/k8s-holmes-rules.yaml
+ COUNT=0
+ (( 0 > 0 ))
+ return 1
+ cfy blueprints upload -b prh /blueprints/k8s-prh.yaml
+ COUNT=0
+ (( 0 > 0 ))
+ return 1
+ COUNT=0
+ cfy blueprints upload -b ves-tls /blueprints/k8s-ves.yaml
+ (( 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...
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-tcagen2.yaml...
Uploading blueprint /blueprints/k8s-prh.yaml...
Uploading blueprint /blueprints/k8s-holmes-rules.yaml...
k8s-ves.yaml |#######################---------------------------------| 41.44%
k8s-ves.yaml |##############################################----------| 82.88%
k8s-ves.yaml |########################################################| 100.0%
k8s-tcagen2.yaml |######################------------------------------| 41.42%
k8s-tcagen2.yaml |###########################################---------| 82.85%
k8s-tcagen2.yaml |####################################################| 100.0%
k8s-prh.yaml |#######################---------------------------------| 41.44%
k8s-prh.yaml |##############################################----------| 82.87%
k8s-prh.yaml |########################################################| 100.0%
k8s-holmes-rules.... |####################----------------------------| 41.41%
k8s-holmes-rules.... |########################################--------| 82.83%
k8s-holmes-rules.... |################################################| 100.0%
Blueprint uploaded. The blueprint's id is hv-ves
+ cm_hasany 'deployments?id=hv-ves'
++ curl -Ss -H 'Tenant: default_tenant' --user admin:UmH7vbj6 --cacert /certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/deployments?id=hv-ves&_include=id'
++ /bin/jq .metadata.pagination.total
Blueprint uploaded. The blueprint's id is ves-tls
Blueprint uploaded. The blueprint's id is holmes_rules
+ cm_hasany 'deployments?id=ves-tls'
++ curl -Ss -H 'Tenant: default_tenant' --user admin:UmH7vbj6 --cacert /certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/deployments?id=ves-tls&_include=id'
++ /bin/jq .metadata.pagination.total
+ cm_hasany 'deployments?id=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-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-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-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
Blueprint uploaded. The blueprint's id is prh
Blueprint uploaded. The blueprint's id is tcagen2
+ cm_hasany 'deployments?id=prh'
++ curl -Ss -H 'Tenant: default_tenant' --user admin:UmH7vbj6 --cacert /certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/deployments?id=prh&_include=id'
++ /bin/jq .metadata.pagination.total
+ cm_hasany 'deployments?id=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
/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=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
+ COUNT=0
+ (( 0 > 0 ))
+ return 1
+ INPUTS=
+ '[' -n k8s-prh-inputs.yaml ']'
+ INPUTS=-i/inputs/k8s-prh-inputs.yaml
+ cfy deployments create -b prh -i/inputs/k8s-prh-inputs.yaml prh
/usr/lib/python2.7/site-packages/paramiko/transport.py:33: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
from cryptography.hazmat.backends import default_backend
/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...
/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 ves-tls...
Creating new deployment from blueprint holmes_rules...
Creating new deployment from blueprint tcagen2...
Creating new deployment from blueprint prh...
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 ves-tls
+ cm_hasany 'node-instances?deployment_id=ves-tls&state=uninitialized&state=deleted'
++ curl -Ss -H 'Tenant: default_tenant' --user admin:UmH7vbj6 --cacert /certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/node-instances?deployment_id=ves-tls&state=uninitialized&state=deleted&_include=id'
++ /bin/jq .metadata.pagination.total
+ COUNT=1
+ (( 1 > 0 ))
+ return 0
+ cfy executions start -d hv-ves 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
Deployment created. The deployment's id is holmes_rules
+ cm_hasany 'node-instances?deployment_id=holmes_rules&state=uninitialized&state=deleted'
++ curl -Ss -H 'Tenant: default_tenant' --user admin:UmH7vbj6 --cacert /certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/node-instances?deployment_id=holmes_rules&state=uninitialized&state=deleted&_include=id'
++ /bin/jq .metadata.pagination.total
/usr/lib/python2.7/site-packages/paramiko/transport.py:33: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
from cryptography.hazmat.backends import default_backend
Executing workflow `install` on deployment `hv-ves` [timeout=900 seconds]
Deployment created. The deployment's id is prh
+ COUNT=2
+ (( 2 > 0 ))
+ return 0
+ cfy executions start -d holmes_rules install
+ cm_hasany 'node-instances?deployment_id=prh&state=uninitialized&state=deleted'
++ curl -Ss -H 'Tenant: default_tenant' --user admin:UmH7vbj6 --cacert /certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/node-instances?deployment_id=prh&state=uninitialized&state=deleted&_include=id'
++ /bin/jq .metadata.pagination.total
Deployment created. The deployment's id is tcagen2
Deployment environment creation is pending...
+ 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
Executing workflow `install` on deployment `ves-tls` [timeout=900 seconds]
/usr/lib/python2.7/site-packages/paramiko/transport.py:33: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
from cryptography.hazmat.backends import default_backend
+ COUNT=1
+ (( 1 > 0 ))
+ return 0
+ cfy executions start -d prh install
Deployment environment creation is pending...
+ COUNT=1
+ (( 1 > 0 ))
+ return 0
+ cfy executions start -d tcagen2 install
Executing workflow `install` on deployment `holmes_rules` [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...
Executing workflow `install` on deployment `tcagen2` [timeout=900 seconds]
Executing workflow `install` on deployment `prh` [timeout=900 seconds]
Deployment environment creation is pending...
Deployment environment creation is pending...
2021-05-30 02:23:26.811 CFY Starting 'create_deployment_environment' workflow execution
2021-05-30 02:23:26.891 CFY Installing deployment and workflow plugins
2021-05-30 02:23:26.990 CFY Sending task 'cloudify_agent.operations.install_plugins'
2021-05-30 02:23:27.180 CFY Starting 'create_deployment_environment' workflow execution
2021-05-30 02:23:27.191 CFY Installing deployment and workflow plugins
2021-05-30 02:23:27.289 CFY Sending task 'cloudify_agent.operations.install_plugins'
2021-05-30 02:23:28.669 CFY Starting 'create_deployment_environment' workflow execution
2021-05-30 02:23:28.481 CFY Starting 'create_deployment_environment' workflow execution
2021-05-30 02:23:27.005 CFY Task started 'cloudify_agent.operations.install_plugins'
2021-05-30 02:23:30.388 LOG INFO: Installing plugin: k8s
2021-05-30 02:23:27.306 CFY Task started 'cloudify_agent.operations.install_plugins'
2021-05-30 02:23:30.673 LOG INFO: Installing plugin: k8s
2021-05-30 02:23:28.270 CFY Starting 'create_deployment_environment' workflow execution
2021-05-30 02:23:28.280 CFY Installing deployment and workflow plugins
2021-05-30 02:23:28.385 CFY Sending task 'cloudify_agent.operations.install_plugins'
2021-05-30 02:23:28.394 CFY Task started 'cloudify_agent.operations.install_plugins'
2021-05-30 02:23:31.496 LOG INFO: Installing plugin: pgaas
2021-05-30 02:23:28.676 CFY Installing deployment and workflow plugins
2021-05-30 02:23:28.774 CFY Sending task 'cloudify_agent.operations.install_plugins'
2021-05-30 02:23:28.867 CFY Task started 'cloudify_agent.operations.install_plugins'
2021-05-30 02:23:32.393 LOG INFO: Installing plugin: k8s
2021-05-30 02:23:28.486 CFY Installing deployment and workflow plugins
2021-05-30 02:23:28.585 CFY Sending task 'cloudify_agent.operations.install_plugins'
2021-05-30 02:23:28.617 CFY Task started 'cloudify_agent.operations.install_plugins'
2021-05-30 02:23:31.888 LOG INFO: Installing plugin: k8s
2021-05-30 02:23:32.579 LOG INFO: Using existing installation of managed plugin: fdd8afe1-ff06-431b-954d-03b110bbfcb4 [package_name: k8splugin, package_version: 3.4.2, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-05-30 02:23:32.580 CFY Task succeeded 'cloudify_agent.operations.install_plugins'
2021-05-30 02:23:32.583 CFY Creating deployment work directory
2021-05-30 02:23:33.081 CFY 'create_deployment_environment' workflow execution succeeded
2021-05-30 02:23:33.176 LOG INFO: Using existing installation of managed plugin: fdd8afe1-ff06-431b-954d-03b110bbfcb4 [package_name: k8splugin, package_version: 3.4.2, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-05-30 02:23:33.177 CFY Task succeeded 'cloudify_agent.operations.install_plugins'
2021-05-30 02:23:33.291 CFY Creating deployment work directory
2021-05-30 02:23:33.792 CFY 'create_deployment_environment' workflow execution succeeded
2021-05-30 02:23:33.906 LOG INFO: Using existing installation of managed plugin: 0697e308-9e53-45af-993c-bb867c9c9f01 [package_name: pgaas, package_version: 1.3.0, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-05-30 02:23:33.907 LOG INFO: Installing plugin: k8s
2021-05-30 02:23:34.129 LOG INFO: Using existing installation of managed plugin: fdd8afe1-ff06-431b-954d-03b110bbfcb4 [package_name: k8splugin, package_version: 3.4.2, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-05-30 02:23:34.130 CFY Task succeeded 'cloudify_agent.operations.install_plugins'
2021-05-30 02:23:34.194 CFY Creating deployment work directory
2021-05-30 02:23:34.467 CFY 'create_deployment_environment' workflow execution succeeded
2021-05-30 02:23:34.003 LOG INFO: Using existing installation of managed plugin: fdd8afe1-ff06-431b-954d-03b110bbfcb4 [package_name: k8splugin, package_version: 3.4.2, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-05-30 02:23:34.005 CFY Task succeeded 'cloudify_agent.operations.install_plugins'
2021-05-30 02:23:34.119 CFY Creating deployment work directory
2021-05-30 02:23:37.926 CFY Starting 'install' workflow execution
2021-05-30 02:23:38.777 CFY [hv-ves_0l0nib] Validating node instance before creation: nothing to do
2021-05-30 02:23:34.585 LOG INFO: Using existing installation of managed plugin: fdd8afe1-ff06-431b-954d-03b110bbfcb4 [package_name: k8splugin, package_version: 3.4.2, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-05-30 02:23:34.586 CFY Task succeeded 'cloudify_agent.operations.install_plugins'
2021-05-30 02:23:34.701 CFY Creating deployment work directory
2021-05-30 02:23:34.945 CFY 'create_deployment_environment' workflow execution succeeded
2021-05-30 02:23:38.714 CFY Starting 'install' workflow execution
2021-05-30 02:23:34.349 CFY 'create_deployment_environment' workflow execution succeeded
2021-05-30 02:23:40.672 CFY Starting 'install' workflow execution
2021-05-30 02:23:41.967 CFY [docker.tca_ow8al5] Validating node instance before creation: nothing to do
2021-05-30 02:23:38.894 CFY [hv-ves_0l0nib] Precreating node instance: nothing to do
2021-05-30 02:23:39.123 CFY [hv-ves_0l0nib] Creating node instance
2021-05-30 02:23:39.711 CFY [hv-ves_0l0nib.create] Sending task 'k8splugin.create_for_components'
2021-05-30 02:23:39.732 CFY [ves_w49frc] Validating node instance before creation: nothing to do
2021-05-30 02:23:39.824 CFY [ves_w49frc] Precreating node instance: nothing to do
2021-05-30 02:23:40.066 CFY [ves_w49frc] Creating node instance
2021-05-30 02:23:40.542 CFY [ves_w49frc.create] Sending task 'k8splugin.create_for_components'
2021-05-30 02:23:42.166 CFY [docker.tca_ow8al5] Precreating node instance: nothing to do
2021-05-30 02:23:42.980 CFY [docker.tca_ow8al5] Creating node instance
2021-05-30 02:23:43.467 CFY [docker.tca_ow8al5.create] Sending task 'k8splugin.create_for_components'
2021-05-30 02:23:44.415 CFY Starting 'install' workflow execution
2021-05-30 02:23:45.516 CFY [pgaasvm_wopbx5] Validating node instance before creation: nothing to do
2021-05-30 02:23:45.605 CFY [pgaasvm_wopbx5] Precreating node instance: nothing to do
2021-05-30 02:23:46.282 CFY [pgaasvm_wopbx5] Creating node instance
2021-05-30 02:23:46.688 CFY [pgaasvm_wopbx5.create] Sending task 'pgaas.pgaas_plugin.create_database'
2021-05-30 02:23:45.200 CFY Starting 'install' workflow execution
2021-05-30 02:23:46.387 CFY [prh_mk5yas] Validating node instance before creation: nothing to do
2021-05-30 02:23:46.586 CFY [prh_mk5yas] Precreating node instance: nothing to do
2021-05-30 02:23:46.817 CFY [prh_mk5yas] Creating node instance
2021-05-30 02:23:47.492 CFY [prh_mk5yas.create] Sending task 'k8splugin.create_for_components'
2021-05-30 02:23:50.785 LOG [pgaasvm_wopbx5.create] WARNING: create_database(holmes)
2021-05-30 02:23:56.024 LOG [hv-ves_0l0nib.create] INFO: Added config for dcae-hv-ves-collector
2021-05-30 02:23:56.025 LOG [hv-ves_0l0nib.create] INFO: Done setting up: dcae-hv-ves-collector
2021-05-30 02:23:55.851 LOG [ves_w49frc.create] INFO: Added config for dcae-ves-collector
2021-05-30 02:23:55.851 LOG [ves_w49frc.create] INFO: Done setting up: dcae-ves-collector
2021-05-30 02:23:56.774 CFY [ves_w49frc.create] Task succeeded 'k8splugin.create_for_components'
2021-05-30 02:23:56.838 CFY [ves_w49frc] Node instance created
2021-05-30 02:23:57.140 CFY [ves_w49frc] Configuring node instance: nothing to do
2021-05-30 02:23:54.179 LOG [pgaasvm_wopbx5.create] WARNING: All done
2021-05-30 02:23:57.269 CFY [pgaasvm_wopbx5.create] Task succeeded 'pgaas.pgaas_plugin.create_database'
2021-05-30 02:23:57.302 CFY [pgaasvm_wopbx5] Node instance created
2021-05-30 02:23:57.617 CFY [pgaasvm_wopbx5] Configuring node instance: nothing to do
2021-05-30 02:23:56.027 LOG [prh_mk5yas.create] INFO: Added config for dcae-prh
2021-05-30 02:23:56.028 LOG [prh_mk5yas.create] INFO: Done setting up: dcae-prh
2021-05-30 02:23:57.665 CFY [prh_mk5yas.create] Task succeeded 'k8splugin.create_for_components'
2021-05-30 02:23:57.682 CFY [prh_mk5yas] Node instance created
2021-05-30 02:23:56.025 LOG [docker.tca_ow8al5.create] INFO: Added config for dcae-tcagen2
2021-05-30 02:23:56.026 LOG [docker.tca_ow8al5.create] INFO: Done setting up: dcae-tcagen2
2021-05-30 02:23:57.853 CFY [docker.tca_ow8al5.create] Task succeeded 'k8splugin.create_for_components'
2021-05-30 02:23:57.933 CFY [docker.tca_ow8al5] Node instance created
2021-05-30 02:23:57.888 CFY [hv-ves_0l0nib.create] Task succeeded 'k8splugin.create_for_components'
2021-05-30 02:23:58.568 CFY [hv-ves_0l0nib] Node instance created
2021-05-30 02:23:57.314 CFY [ves_w49frc] Starting node instance
2021-05-30 02:23:57.666 CFY [ves_w49frc.start] Sending task 'k8splugin.create_and_start_container_for_components'
2021-05-30 02:23:57.685 CFY [pgaasvm_wopbx5] Starting node instance: nothing to do
2021-05-30 02:23:57.800 CFY [pgaasvm_wopbx5] Poststarting node instance: nothing to do
2021-05-30 02:23:58.182 CFY [pgaasvm_wopbx5] Node instance started
2021-05-30 02:23:59.115 CFY [holmesrules_1vbyxc] Validating node instance before creation: nothing to do
2021-05-30 02:23:59.216 CFY [holmesrules_1vbyxc] Precreating node instance: nothing to do
2021-05-30 02:23:59.327 CFY [holmesrules_1vbyxc] Creating node instance
2021-05-30 02:23:57.879 CFY [prh_mk5yas] Configuring node instance: nothing to do
2021-05-30 02:23:58.003 CFY [prh_mk5yas] Starting node instance
2021-05-30 02:23:58.909 CFY [prh_mk5yas.start] Sending task 'k8splugin.create_and_start_container_for_components'
2021-05-30 02:23:58.667 CFY [docker.tca_ow8al5] Configuring node instance: nothing to do
2021-05-30 02:23:58.796 CFY [docker.tca_ow8al5] Starting node instance
2021-05-30 02:23:59.318 CFY [docker.tca_ow8al5.start] Sending task 'k8splugin.create_and_start_container_for_components'
2021-05-30 02:23:58.815 CFY [hv-ves_0l0nib] Configuring node instance: nothing to do
2021-05-30 02:23:59.022 CFY [hv-ves_0l0nib] Starting node instance
2021-05-30 02:23:59.505 CFY [hv-ves_0l0nib.start] Sending task 'k8splugin.create_and_start_container_for_components'
2021-05-30 02:24:04.571 LOG [ves_w49frc.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_w49frc', 'cfynode': u'ves'}, 'external_cert': {u'use_external_tls': False, u'external_certificate_parameters': {u'common_name': u'dcae-ves-collector', u'sans': u'dcae-ves-collector:ves-collector:ves'}, u'cert_type': u'JKS', u'ca_name': u'RA', u'external_cert_directory': u'/opt/app/dcae-certificate/'}, 'resource_config': {}, 'volumes': [], 'log_info': {u'log_directory': u'/opt/app/VESCollector/logs'}, 'ports': [u'8080:0', u'8443:30417'], 'k8s_location': u'central'}
2021-05-30 02:24:04.571 LOG [ves_w49frc.start] INFO: Passing k8sconfig: {'filebeat': {u'config_map': u'onap-dcae-filebeat-configmap', u'config_path': u'/usr/share/filebeat/filebeat.yml', u'log_path': u'/var/log/onap', u'image': u'docker.elastic.co/beats/filebeat:5.5.0', u'data_path': u'/usr/share/filebeat/data', u'config_subpath': u'filebeat.yml'}, 'truststore_merger': {u'image_tag': u'nexus3.onap.org:10001/onap/org.onap.oom.platform.cert-service.oom-certservice-post-processor:2.1.1'}, 'cbs': {'base_url': 'https://config-binding-service:10443/service_component_all'}, 'external_cert': {u'country': u'US', u'truststore_password': u'secret', u'cert_secret_name': u'oom-cert-service-client-tls-secret', u'state': u'California', u'organizational_unit': u'ONAP', u'location': u'San-Francisco', u'timeout': u'30000', u'keystore_password': u'secret', u'organization': u'Linux-Foundation', u'request_url': u'https://oom-cert-service:8443/v1/certificate/', u'image_tag': u'nexus3.onap.org:10001/onap/org.onap.oom.platform.cert-service.oom-certservice-client:2.1.1'}, 'default_k8s_location': u'central', 'tls': {u'component_cert_dir': u'/opt/dcae/cacert', u'cert_path': u'/opt/app/osaaf', u'image': u'nexus3.onap.org:10001/onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0', u'ca_cert_configmap': u'onap-dcae-bootstrap-dcae-cacert', u'component_ca_cert_path': u'/opt/dcae/cacert/cacert.pem'}, 'consul_host': 'consul-server:8500', 'consul_dns_name': u'consul-server.onap', 'max_wait': 1800, 'image_pull_secrets': [u'onap-docker-registry-key'], 'namespace': u'onap'}
2021-05-30 02:24:04.585 LOG [ves_w49frc.start] INFO: Creating init container: TLS
* [nexus3.onap.org:10001/onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0]
2021-05-30 02:24:05.104 LOG [ves_w49frc.start] INFO: k8s deployment initiated successfully for dcae-ves-collector: {'services': ['dcae-ves-collector', 'xdcae-ves-collector'], 'namespace': u'onap', 'location': u'central', 'deployment': 'dep-dcae-ves-collector'}
2021-05-30 02:23:59.680 CFY [holmesrules_1vbyxc.create] Sending task 'k8splugin.create_for_components'
2021-05-30 02:24:06.379 LOG [prh_mk5yas.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_mk5yas', 'cfynode': u'prh'}, 'external_cert': {u'ca_name': u'RA', u'external_certificate_parameters': {u'common_name': u'', u'sans': u''}, u'cert_type': u'P12', u'external_cert_directory': u'/opt/app/dcae-certificate/external', u'use_external_tls': False}, 'resource_config': {}, 'volumes': [], 'log_info': {u'log_directory': u'/opt/app/prh/logs'}, 'ports': [u'8100:0'], 'k8s_location': u'central'}
2021-05-30 02:24:05.105 LOG [ves_w49frc.start] INFO: Waiting up to 1800 secs for dcae-ves-collector to become ready
2021-05-30 02:24:08.637 LOG [holmesrules_1vbyxc.create] INFO: Added config for holmes-rule-mgmt
2021-05-30 02:24:08.637 LOG [holmesrules_1vbyxc.create] INFO: Done setting up: holmes-rule-mgmt
2021-05-30 02:24:06.380 LOG [prh_mk5yas.start] INFO: Passing k8sconfig: {'filebeat': {u'config_map': u'onap-dcae-filebeat-configmap', u'config_path': u'/usr/share/filebeat/filebeat.yml', u'log_path': u'/var/log/onap', u'image': u'docker.elastic.co/beats/filebeat:5.5.0', u'data_path': u'/usr/share/filebeat/data', u'config_subpath': u'filebeat.yml'}, 'truststore_merger': {u'image_tag': u'nexus3.onap.org:10001/onap/org.onap.oom.platform.cert-service.oom-certservice-post-processor:2.1.1'}, 'cbs': {'base_url': 'https://config-binding-service:10443/service_component_all'}, 'external_cert': {u'country': u'US', u'truststore_password': u'secret', u'cert_secret_name': u'oom-cert-service-client-tls-secret', u'state': u'California', u'organizational_unit': u'ONAP', u'location': u'San-Francisco', u'timeout': u'30000', u'keystore_password': u'secret', u'organization': u'Linux-Foundation', u'request_url': u'https://oom-cert-service:8443/v1/certificate/', u'image_tag': u'nexus3.onap.org:10001/onap/org.onap.oom.platform.cert-service.oom-certservice-client:2.1.1'}, 'default_k8s_location': u'central', 'tls': {u'component_cert_dir': u'/opt/dcae/cacert', u'cert_path': u'/opt/app/osaaf', u'image': u'nexus3.onap.org:10001/onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0', u'ca_cert_configmap': u'onap-dcae-bootstrap-dcae-cacert', u'component_ca_cert_path': u'/opt/dcae/cacert/cacert.pem'}, 'consul_host': 'consul-server:8500', 'consul_dns_name': u'consul-server.onap', 'max_wait': 1800, 'image_pull_secrets': [u'onap-docker-registry-key'], 'namespace': u'onap'}
2021-05-30 02:24:06.391 LOG [prh_mk5yas.start] INFO: Creating init container: TLS
* [nexus3.onap.org:10001/onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0]
2021-05-30 02:24:06.671 LOG [prh_mk5yas.start] INFO: k8s deployment initiated successfully for dcae-prh: {'services': ['dcae-prh'], 'namespace': u'onap', 'location': u'central', 'deployment': 'dep-dcae-prh'}
2021-05-30 02:24:06.673 LOG [prh_mk5yas.start] INFO: Waiting up to 1800 secs for dcae-prh to become ready
2021-05-30 02:24:07.802 LOG [docker.tca_ow8al5.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_ow8al5', 'cfynode': u'docker.tca'}, 'external_cert': {u'use_external_tls': False, u'external_certificate_parameters': {u'common_name': u'', u'sans': u''}, u'cert_type': u'P12', u'external_cert_directory': u'/opt/app/dcae-certificate/external', u'ca_name': u'RA'}, 'resource_config': {}, 'volumes': [], 'log_info': {u'log_directory': u'/opt/logs/dcae-analytics-tca'}, 'ports': [u'9091:0'], 'k8s_location': u'central'}
2021-05-30 02:24:07.802 LOG [docker.tca_ow8al5.start] INFO: Passing k8sconfig: {'filebeat': {u'config_map': u'onap-dcae-filebeat-configmap', u'config_path': u'/usr/share/filebeat/filebeat.yml', u'log_path': u'/var/log/onap', u'image': u'docker.elastic.co/beats/filebeat:5.5.0', u'data_path': u'/usr/share/filebeat/data', u'config_subpath': u'filebeat.yml'}, 'truststore_merger': {u'image_tag': u'nexus3.onap.org:10001/onap/org.onap.oom.platform.cert-service.oom-certservice-post-processor:2.1.1'}, 'cbs': {'base_url': 'https://config-binding-service:10443/service_component_all'}, 'external_cert': {u'country': u'US', u'truststore_password': u'secret', u'cert_secret_name': u'oom-cert-service-client-tls-secret', u'state': u'California', u'organizational_unit': u'ONAP', u'location': u'San-Francisco', u'timeout': u'30000', u'keystore_password': u'secret', u'organization': u'Linux-Foundation', u'request_url': u'https://oom-cert-service:8443/v1/certificate/', u'image_tag': u'nexus3.onap.org:10001/onap/org.onap.oom.platform.cert-service.oom-certservice-client:2.1.1'}, 'default_k8s_location': u'central', 'tls': {u'component_cert_dir': u'/opt/dcae/cacert', u'cert_path': u'/opt/app/osaaf', u'image': u'nexus3.onap.org:10001/onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0', u'ca_cert_configmap': u'onap-dcae-bootstrap-dcae-cacert', u'component_ca_cert_path': u'/opt/dcae/cacert/cacert.pem'}, 'consul_host': 'consul-server:8500', 'consul_dns_name': u'consul-server.onap', 'max_wait': 1800, 'image_pull_secrets': [u'onap-docker-registry-key'], 'namespace': u'onap'}
2021-05-30 02:24:07.813 LOG [docker.tca_ow8al5.start] INFO: Creating init container: TLS
* [nexus3.onap.org:10001/onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0]
2021-05-30 02:24:07.959 LOG [docker.tca_ow8al5.start] INFO: k8s deployment initiated successfully for dcae-tcagen2: {'services': ['dcae-tcagen2'], 'namespace': u'onap', 'location': u'central', 'deployment': 'dep-dcae-tcagen2'}
2021-05-30 02:24:07.959 LOG [docker.tca_ow8al5.start] INFO: Waiting up to 1800 secs for dcae-tcagen2 to become ready
2021-05-30 02:24:07.877 LOG [hv-ves_0l0nib.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_0l0nib', 'cfynode': u'hv-ves'}, 'external_cert': {u'use_external_tls': False, u'external_certificate_parameters': {u'common_name': u'dcae-hv-ves-collector', u'sans': u'dcae-hv-ves-collector:hv-ves-collector:hv-ves'}, u'cert_type': u'JKS', u'ca_name': u'RA', u'external_cert_directory': u'/etc/ves-hv/ssl'}, 'resource_config': {}, 'volumes': [], 'log_info': {u'log_directory': u'/var/log/ONAP/dcae-hv-ves-collector'}, 'ports': [u'6061:30222'], 'k8s_location': u'central'}
2021-05-30 02:24:07.878 LOG [hv-ves_0l0nib.start] INFO: Passing k8sconfig: {'filebeat': {u'config_map': u'onap-dcae-filebeat-configmap', u'config_path': u'/usr/share/filebeat/filebeat.yml', u'log_path': u'/var/log/onap', u'image': u'docker.elastic.co/beats/filebeat:5.5.0', u'data_path': u'/usr/share/filebeat/data', u'config_subpath': u'filebeat.yml'}, 'truststore_merger': {u'image_tag': u'nexus3.onap.org:10001/onap/org.onap.oom.platform.cert-service.oom-certservice-post-processor:2.1.1'}, 'cbs': {'base_url': 'https://config-binding-service:10443/service_component_all'}, 'external_cert': {u'country': u'US', u'truststore_password': u'secret', u'cert_secret_name': u'oom-cert-service-client-tls-secret', u'state': u'California', u'organizational_unit': u'ONAP', u'location': u'San-Francisco', u'timeout': u'30000', u'keystore_password': u'secret', u'organization': u'Linux-Foundation', u'request_url': u'https://oom-cert-service:8443/v1/certificate/', u'image_tag': u'nexus3.onap.org:10001/onap/org.onap.oom.platform.cert-service.oom-certservice-client:2.1.1'}, 'default_k8s_location': u'central', 'tls': {u'component_cert_dir': u'/opt/dcae/cacert', u'cert_path': u'/opt/app/osaaf', u'image': u'nexus3.onap.org:10001/onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0', u'ca_cert_configmap': u'onap-dcae-bootstrap-dcae-cacert', u'component_ca_cert_path': u'/opt/dcae/cacert/cacert.pem'}, 'consul_host': 'consul-server:8500', 'consul_dns_name': u'consul-server.onap', 'max_wait': 1800, 'image_pull_secrets': [u'onap-docker-registry-key'], 'namespace': u'onap'}
2021-05-30 02:24:07.891 LOG [hv-ves_0l0nib.start] INFO: Creating init container: TLS
* [nexus3.onap.org:10001/onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0]
2021-05-30 02:24:08.031 LOG [hv-ves_0l0nib.start] INFO: k8s deployment initiated successfully for dcae-hv-ves-collector: {'services': ['dcae-hv-ves-collector', 'xdcae-hv-ves-collector'], 'namespace': u'onap', 'location': u'central', 'deployment': 'dep-dcae-hv-ves-collector'}
2021-05-30 02:24:08.031 LOG [hv-ves_0l0nib.start] INFO: Waiting up to 1800 secs for dcae-hv-ves-collector to become ready
2021-05-30 02:24:09.579 CFY [holmesrules_1vbyxc.create] Task succeeded 'k8splugin.create_for_components'
2021-05-30 02:24:09.634 CFY [holmesrules_1vbyxc] Node instance created
2021-05-30 02:24:10.037 CFY [holmesrules_1vbyxc] Configuring node instance: nothing to do
2021-05-30 02:24:10.259 CFY [holmesrules_1vbyxc] Starting node instance
2021-05-30 02:24:10.366 CFY [holmesrules_1vbyxc.start] Sending task 'k8splugin.create_and_start_container_for_components'
2021-05-30 02:24:14.020 LOG [holmesrules_1vbyxc.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'ffc993180c6e5acfca6dff19b269941a4398cefb72bd3fcc35e85f782295b7ff'}, 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'ffc993180c6e5acfca6dff19b269941a4398cefb72bd3fcc35e85f782295b7ff'}, 'labels': {'cfydeployment': u'holmes_rules', 'cfynodeinstance': u'holmesrules_1vbyxc', 'cfynode': u'holmesrules'}, 'external_cert': {u'use_external_tls': False, u'external_certificate_parameters': {u'common_name': u'', u'sans': u''}, u'cert_type': u'P12', u'external_cert_directory': u'/opt/app/dcae-certificate/external', u'ca_name': u'RA'}, 'resource_config': {u'requests': {u'cpu': u'250m', u'memory': u'256Mi'}, u'limits': {u'cpu': u'250m', u'memory': u'1024Mi'}}, 'volumes': [], 'log_info': {}, 'ports': [u'9101:0', u'9104:0'], 'k8s_location': u'central'}
2021-05-30 02:24:14.020 LOG [holmesrules_1vbyxc.start] INFO: Passing k8sconfig: {'filebeat': {u'config_map': u'onap-dcae-filebeat-configmap', u'config_path': u'/usr/share/filebeat/filebeat.yml', u'log_path': u'/var/log/onap', u'image': u'docker.elastic.co/beats/filebeat:5.5.0', u'data_path': u'/usr/share/filebeat/data', u'config_subpath': u'filebeat.yml'}, 'truststore_merger': {u'image_tag': u'nexus3.onap.org:10001/onap/org.onap.oom.platform.cert-service.oom-certservice-post-processor:2.1.1'}, 'cbs': {'base_url': 'https://config-binding-service:10443/service_component_all'}, 'external_cert': {u'country': u'US', u'truststore_password': u'secret', u'cert_secret_name': u'oom-cert-service-client-tls-secret', u'state': u'California', u'organizational_unit': u'ONAP', u'location': u'San-Francisco', u'timeout': u'30000', u'keystore_password': u'secret', u'organization': u'Linux-Foundation', u'request_url': u'https://oom-cert-service:8443/v1/certificate/', u'image_tag': u'nexus3.onap.org:10001/onap/org.onap.oom.platform.cert-service.oom-certservice-client:2.1.1'}, 'default_k8s_location': u'central', 'tls': {u'component_cert_dir': u'/opt/dcae/cacert', u'cert_path': u'/opt/app/osaaf', u'image': u'nexus3.onap.org:10001/onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0', u'ca_cert_configmap': u'onap-dcae-bootstrap-dcae-cacert', u'component_ca_cert_path': u'/opt/dcae/cacert/cacert.pem'}, 'consul_host': 'consul-server:8500', 'consul_dns_name': u'consul-server.onap', 'max_wait': 1800, 'image_pull_secrets': [u'onap-docker-registry-key'], 'namespace': u'onap'}
2021-05-30 02:24:14.235 LOG [holmesrules_1vbyxc.start] INFO: Creating init container: TLS
* [nexus3.onap.org:10001/onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0]
2021-05-30 02:24:14.320 LOG [holmesrules_1vbyxc.start] INFO: k8s deployment initiated successfully for holmes-rule-mgmt: {'services': ['holmes-rule-mgmt'], 'namespace': u'onap', 'location': u'central', 'deployment': 'dep-holmes-rule-mgmt'}
2021-05-30 02:24:14.321 LOG [holmesrules_1vbyxc.start] INFO: Waiting up to 1800 secs for holmes-rule-mgmt to become ready
2021-05-30 02:25:21.792 LOG [ves_w49frc.start] INFO: k8s deployment is ready for: dcae-ves-collector
2021-05-30 02:25:21.792 LOG [ves_w49frc.start] INFO: Done starting: dcae-ves-collector
2021-05-30 02:25:22.313 CFY [ves_w49frc.start] Task succeeded 'k8splugin.create_and_start_container_for_components'
2021-05-30 02:25:22.356 CFY [ves_w49frc] Poststarting node instance: nothing to do
Execution ended, waiting 3 seconds for additional log messages
2021-05-30 02:25:22.584 CFY [ves_w49frc] Node instance started
2021-05-30 02:25:22.960 CFY 'install' workflow execution succeeded
Finished executing workflow install on deployment ves-tls
* Run 'cfy events list 2145e17a-7818-4a52-98dd-f0fd83553fc9' to retrieve the execution's events/logs
2021-05-30 02:26:10.951 LOG [docker.tca_ow8al5.start] INFO: k8s deployment is ready for: dcae-tcagen2
2021-05-30 02:26:10.951 LOG [docker.tca_ow8al5.start] INFO: Done starting: dcae-tcagen2
2021-05-30 02:26:27.738 CFY [docker.tca_ow8al5.start] Task succeeded 'k8splugin.create_and_start_container_for_components'
2021-05-30 02:26:27.826 CFY [docker.tca_ow8al5] Poststarting node instance: nothing to do
2021-05-30 02:26:27.997 CFY [docker.tca_ow8al5] Node instance started
2021-05-30 02:26:28.500 CFY 'install' workflow execution succeeded
Finished executing workflow install on deployment tcagen2
* Run 'cfy events list 48fa64da-8d23-4e1b-886c-d51c81d5b2e6' to retrieve the execution's events/logs
2021-05-30 02:26:34.699 LOG [hv-ves_0l0nib.start] INFO: k8s deployment is ready for: dcae-hv-ves-collector
2021-05-30 02:26:34.699 LOG [hv-ves_0l0nib.start] INFO: Done starting: dcae-hv-ves-collector
2021-05-30 02:26:35.487 CFY [hv-ves_0l0nib.start] Task succeeded 'k8splugin.create_and_start_container_for_components'
2021-05-30 02:26:35.619 CFY [hv-ves_0l0nib] Poststarting node instance: nothing to do
2021-05-30 02:26:35.678 CFY [hv-ves_0l0nib] Node instance started
Execution ended, waiting 3 seconds for additional log messages
2021-05-30 02:26:36.083 CFY 'install' workflow execution succeeded
Finished executing workflow install on deployment hv-ves
* Run 'cfy events list 60ae90a3-8526-4cd5-b7ab-201f3a0432ef' to retrieve the execution's events/logs
2021-05-30 02:26:56.246 LOG [prh_mk5yas.start] INFO: k8s deployment is ready for: dcae-prh
2021-05-30 02:26:56.247 LOG [prh_mk5yas.start] INFO: Done starting: dcae-prh
2021-05-30 02:26:57.124 CFY [prh_mk5yas.start] Task succeeded 'k8splugin.create_and_start_container_for_components'
2021-05-30 02:26:57.175 CFY [prh_mk5yas] Poststarting node instance: nothing to do
2021-05-30 02:26:57.262 CFY [prh_mk5yas] Node instance started
2021-05-30 02:26:57.772 CFY 'install' workflow execution succeeded
Finished executing workflow install on deployment prh
* Run 'cfy events list 7dcb3d15-666d-4420-83b6-75b88647795b' to retrieve the execution's events/logs
2021-05-30 02:27:04.767 LOG [holmesrules_1vbyxc.start] INFO: k8s deployment is ready for: holmes-rule-mgmt
2021-05-30 02:27:04.768 LOG [holmesrules_1vbyxc.start] INFO: Done starting: holmes-rule-mgmt
2021-05-30 02:27:08.072 CFY [holmesrules_1vbyxc.start] Task succeeded 'k8splugin.create_and_start_container_for_components'
2021-05-30 02:27:08.160 CFY [holmesrules_1vbyxc] Poststarting node instance: nothing to do
2021-05-30 02:27:08.397 CFY [holmesrules_1vbyxc] Node instance started
2021-05-30 02:27:08.809 CFY 'install' workflow execution succeeded
Finished executing workflow install on deployment holmes_rules
* Run 'cfy events list 920c4b3c-010b-45c0-a80a-c6ae467e79ea' to retrieve the execution's events/logs
+ deploy holmes_engine k8s-holmes-engine.yaml k8s-holmes_engine-inputs.yaml
+ set +e
+ cm_hasany 'blueprints?id=holmes_engine'
++ curl -Ss -H 'Tenant: default_tenant' --user admin:UmH7vbj6 --cacert /certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/blueprints?id=holmes_engine&_include=id'
++ /bin/jq .metadata.pagination.total
+ COUNT=0
+ (( 0 > 0 ))
+ return 1
+ cfy blueprints upload -b holmes_engine /blueprints/k8s-holmes-engine.yaml
/usr/lib/python2.7/site-packages/paramiko/transport.py:33: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
from cryptography.hazmat.backends import default_backend
Uploading blueprint /blueprints/k8s-holmes-engine.yaml...
k8s-holmes-engine... |####################----------------------------| 41.41%
k8s-holmes-engine... |########################################--------| 82.83%
k8s-holmes-engine... |################################################| 100.0%
Blueprint uploaded. The blueprint's id is holmes_engine
+ cm_hasany 'deployments?id=holmes_engine'
++ curl -Ss -H 'Tenant: default_tenant' --user admin:UmH7vbj6 --cacert /certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/deployments?id=holmes_engine&_include=id'
++ /bin/jq .metadata.pagination.total
+ COUNT=0
+ (( 0 > 0 ))
+ return 1
+ INPUTS=
+ '[' -n k8s-holmes_engine-inputs.yaml ']'
+ INPUTS=-i/inputs/k8s-holmes_engine-inputs.yaml
+ cfy deployments create -b holmes_engine -i/inputs/k8s-holmes_engine-inputs.yaml holmes_engine
/usr/lib/python2.7/site-packages/paramiko/transport.py:33: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
from cryptography.hazmat.backends import default_backend
Creating new deployment from blueprint holmes_engine...
Deployment created. The deployment's id is holmes_engine
+ cm_hasany 'node-instances?deployment_id=holmes_engine&state=uninitialized&state=deleted'
++ curl -Ss -H 'Tenant: default_tenant' --user admin:UmH7vbj6 --cacert /certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/node-instances?deployment_id=holmes_engine&state=uninitialized&state=deleted&_include=id'
++ /bin/jq .metadata.pagination.total
+ COUNT=2
+ (( 2 > 0 ))
+ return 0
+ cfy executions start -d holmes_engine install
/usr/lib/python2.7/site-packages/paramiko/transport.py:33: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
from cryptography.hazmat.backends import default_backend
Executing workflow `install` on deployment `holmes_engine` [timeout=900 seconds]
Deployment environment creation is pending...
2021-05-30 02:27:15.319 CFY Starting 'create_deployment_environment' workflow execution
2021-05-30 02:27:15.327 CFY Installing deployment and workflow plugins
2021-05-30 02:27:15.426 CFY Sending task 'cloudify_agent.operations.install_plugins'
2021-05-30 02:27:15.442 CFY Task started 'cloudify_agent.operations.install_plugins'
2021-05-30 02:27:16.492 LOG INFO: Installing plugin: pgaas
2021-05-30 02:27:17.109 LOG INFO: Using existing installation of managed plugin: 0697e308-9e53-45af-993c-bb867c9c9f01 [package_name: pgaas, package_version: 1.3.0, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-05-30 02:27:17.110 LOG INFO: Installing plugin: k8s
2021-05-30 02:27:17.807 LOG INFO: Using existing installation of managed plugin: fdd8afe1-ff06-431b-954d-03b110bbfcb4 [package_name: k8splugin, package_version: 3.4.2, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-05-30 02:27:17.808 CFY Task succeeded 'cloudify_agent.operations.install_plugins'
2021-05-30 02:27:17.872 CFY Creating deployment work directory
2021-05-30 02:27:18.151 CFY 'create_deployment_environment' workflow execution succeeded
2021-05-30 02:27:23.840 CFY Starting 'install' workflow execution
2021-05-30 02:27:24.465 CFY [pgaasvm_0cg5wp] Validating node instance before creation: nothing to do
2021-05-30 02:27:24.578 CFY [pgaasvm_0cg5wp] Precreating node instance: nothing to do
2021-05-30 02:27:24.653 CFY [pgaasvm_0cg5wp] Creating node instance
2021-05-30 02:27:24.917 CFY [pgaasvm_0cg5wp.create] Sending task 'pgaas.pgaas_plugin.create_database'
2021-05-30 02:27:27.743 LOG [pgaasvm_0cg5wp.create] WARNING: create_database(holmes)
2021-05-30 02:27:28.801 CFY [pgaasvm_0cg5wp.create] Task succeeded 'pgaas.pgaas_plugin.create_database'
2021-05-30 02:27:29.016 CFY [pgaasvm_0cg5wp] Node instance created
2021-05-30 02:27:29.088 CFY [pgaasvm_0cg5wp] Configuring node instance: nothing to do
2021-05-30 02:27:29.187 CFY [pgaasvm_0cg5wp] Starting node instance: nothing to do
2021-05-30 02:27:29.303 CFY [pgaasvm_0cg5wp] Poststarting node instance: nothing to do
2021-05-30 02:27:29.542 CFY [pgaasvm_0cg5wp] Node instance started
2021-05-30 02:27:29.983 CFY [holmesengine_7rbrg6] Validating node instance before creation: nothing to do
2021-05-30 02:27:30.091 CFY [holmesengine_7rbrg6] Precreating node instance: nothing to do
2021-05-30 02:27:30.207 CFY [holmesengine_7rbrg6] Creating node instance
2021-05-30 02:27:30.549 CFY [holmesengine_7rbrg6.create] Sending task 'k8splugin.create_for_components'
2021-05-30 02:27:36.068 LOG [holmesengine_7rbrg6.create] INFO: Added config for holmes-engine-mgmt
2021-05-30 02:27:36.068 LOG [holmesengine_7rbrg6.create] INFO: Done setting up: holmes-engine-mgmt
2021-05-30 02:27:37.229 CFY [holmesengine_7rbrg6.create] Task succeeded 'k8splugin.create_for_components'
2021-05-30 02:27:37.322 CFY [holmesengine_7rbrg6] Node instance created
2021-05-30 02:27:37.624 CFY [holmesengine_7rbrg6] Configuring node instance: nothing to do
2021-05-30 02:27:37.677 CFY [holmesengine_7rbrg6] Starting node instance
2021-05-30 02:27:37.943 CFY [holmesengine_7rbrg6.start] Sending task 'k8splugin.create_and_start_container_for_components'
2021-05-30 02:27:42.487 LOG [holmesengine_7rbrg6.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'ffc993180c6e5acfca6dff19b269941a4398cefb72bd3fcc35e85f782295b7ff'}, 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'ffc993180c6e5acfca6dff19b269941a4398cefb72bd3fcc35e85f782295b7ff'}, 'labels': {'cfydeployment': u'holmes_engine', 'cfynodeinstance': u'holmesengine_7rbrg6', 'cfynode': u'holmesengine'}, 'external_cert': {u'use_external_tls': False, u'external_certificate_parameters': {u'common_name': u'', u'sans': u''}, u'cert_type': u'P12', u'external_cert_directory': u'/opt/app/dcae-certificate/external', u'ca_name': u'RA'}, 'resource_config': {u'requests': {u'cpu': u'500m', u'memory': u'256Mi'}, u'limits': {u'cpu': u'500m', u'memory': u'1024Mi'}}, 'volumes': [], 'log_info': {}, 'ports': [u'9102:0'], 'k8s_location': u'central'}
2021-05-30 02:27:42.488 LOG [holmesengine_7rbrg6.start] INFO: Passing k8sconfig: {'filebeat': {u'config_map': u'onap-dcae-filebeat-configmap', u'config_path': u'/usr/share/filebeat/filebeat.yml', u'log_path': u'/var/log/onap', u'image': u'docker.elastic.co/beats/filebeat:5.5.0', u'data_path': u'/usr/share/filebeat/data', u'config_subpath': u'filebeat.yml'}, 'truststore_merger': {u'image_tag': u'nexus3.onap.org:10001/onap/org.onap.oom.platform.cert-service.oom-certservice-post-processor:2.1.1'}, 'cbs': {'base_url': 'https://config-binding-service:10443/service_component_all'}, 'external_cert': {u'country': u'US', u'truststore_password': u'secret', u'cert_secret_name': u'oom-cert-service-client-tls-secret', u'state': u'California', u'organizational_unit': u'ONAP', u'location': u'San-Francisco', u'timeout': u'30000', u'keystore_password': u'secret', u'organization': u'Linux-Foundation', u'request_url': u'https://oom-cert-service:8443/v1/certificate/', u'image_tag': u'nexus3.onap.org:10001/onap/org.onap.oom.platform.cert-service.oom-certservice-client:2.1.1'}, 'default_k8s_location': u'central', 'tls': {u'component_cert_dir': u'/opt/dcae/cacert', u'cert_path': u'/opt/app/osaaf', u'image': u'nexus3.onap.org:10001/onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0', u'ca_cert_configmap': u'onap-dcae-bootstrap-dcae-cacert', u'component_ca_cert_path': u'/opt/dcae/cacert/cacert.pem'}, 'consul_host': 'consul-server:8500', 'consul_dns_name': u'consul-server.onap', 'max_wait': 1800, 'image_pull_secrets': [u'onap-docker-registry-key'], 'namespace': u'onap'}
2021-05-30 02:27:42.502 LOG [holmesengine_7rbrg6.start] INFO: Creating init container: TLS
* [nexus3.onap.org:10001/onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0]
2021-05-30 02:27:42.626 LOG [holmesengine_7rbrg6.start] INFO: k8s deployment initiated successfully for holmes-engine-mgmt: {'services': ['holmes-engine-mgmt'], 'namespace': u'onap', 'location': u'central', 'deployment': 'dep-holmes-engine-mgmt'}
2021-05-30 02:27:42.626 LOG [holmesengine_7rbrg6.start] INFO: Waiting up to 1800 secs for holmes-engine-mgmt to become ready
2021-05-30 02:29:19.765 LOG [holmesengine_7rbrg6.start] INFO: k8s deployment is ready for: holmes-engine-mgmt
2021-05-30 02:29:19.765 LOG