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.72.221...
* Connected to consul-server (10.233.72.221) 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< HTTP/1.1 200 OK
< Content-Type: application/json
< Date: Wed, 02 Jun 2021 02:52:23 GMT
< Content-Length: 4
<
{ [data not shown]
100 124 100 4 100 120 2 72 0:00:02 0:00:01 0:00:01 72
* 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.72.221...
* Connected to consul-server (10.233.72.221) 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: Wed, 02 Jun 2021 02:52:24 GMT
< Content-Length: 4
<
{ [data not shown]
100 1518 100 4 100 1514 4 1846 0:00:01 --:--:-- 0:00:01 1846
100 1518 100 4 100 1514 4 1846 0:00:01 --:--:-- 0:00:01 1846
* 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-06-02 02:52:30.602 CFY Starting 'create_deployment_environment' workflow execution
2021-06-02 02:52:30.612 CFY Installing deployment and workflow plugins
2021-06-02 02:52:30.710 CFY Sending task 'cloudify_agent.operations.install_plugins'
2021-06-02 02:52:30.726 CFY Task started 'cloudify_agent.operations.install_plugins'
2021-06-02 02:52:31.718 LOG INFO: Installing plugin: pgaas
2021-06-02 02:52:32.349 LOG INFO: Using existing installation of managed plugin: 2abe404c-a249-4606-9441-9cfe2ef9c7f6 [package_name: pgaas, package_version: 1.3.0, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-06-02 02:52:32.349 LOG INFO: Installing plugin: ssh_keyshare
2021-06-02 02:52:32.977 LOG INFO: Using existing installation of managed plugin: afedd419-8c23-4ba5-be2b-317f8861d48a [package_name: sshkeyshare, package_version: 1.2.0, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-06-02 02:52:32.978 CFY Task succeeded 'cloudify_agent.operations.install_plugins'
2021-06-02 02:52:33.042 CFY Creating deployment work directory
2021-06-02 02:52:33.313 CFY 'create_deployment_environment' workflow execution succeeded
2021-06-02 02:52:39.810 CFY Starting 'install' workflow execution
2021-06-02 02:52:40.389 CFY [sharedsshkey_pgrs_f2zafq] Validating node instance before creation: nothing to do
2021-06-02 02:52:40.481 CFY [sharedsshkey_pgrs_f2zafq] Precreating node instance: nothing to do
2021-06-02 02:52:40.734 CFY [sharedsshkey_pgrs_f2zafq] Creating node instance
2021-06-02 02:52:40.934 CFY [sharedsshkey_pgrs_f2zafq.create] Sending task 'sshkeyshare.keyshare_plugin.generate'
2021-06-02 02:52:45.867 CFY [sharedsshkey_pgrs_f2zafq.create] Task succeeded 'sshkeyshare.keyshare_plugin.generate'
2021-06-02 02:52:46.050 CFY [sharedsshkey_pgrs_f2zafq] Node instance created
2021-06-02 02:52:46.205 CFY [sharedsshkey_pgrs_f2zafq] Configuring node instance: nothing to do
2021-06-02 02:52:46.277 CFY [sharedsshkey_pgrs_f2zafq] Starting node instance: nothing to do
2021-06-02 02:52:46.383 CFY [sharedsshkey_pgrs_f2zafq] Poststarting node instance: nothing to do
2021-06-02 02:52:46.478 CFY [sharedsshkey_pgrs_f2zafq] Node instance started
2021-06-02 02:52:47.121 CFY [pgaas_cluster_0dunht] Validating node instance before creation: nothing to do
2021-06-02 02:52:47.185 CFY [pgaas_cluster_0dunht] Precreating node instance: nothing to do
2021-06-02 02:52:47.309 CFY [pgaas_cluster_0dunht] Creating node instance
2021-06-02 02:52:47.648 CFY [pgaas_cluster_0dunht.create] Sending task 'pgaas.pgaas_plugin.add_pgaas_cluster'
2021-06-02 02:52:52.434 LOG [pgaas_cluster_0dunht.create] WARNING: add_pgaas_cluster() invoked
2021-06-02 02:52:52.647 LOG [pgaas_cluster_0dunht.create] WARNING: All done
2021-06-02 02:52:55.145 CFY [pgaas_cluster_0dunht.create] Task succeeded 'pgaas.pgaas_plugin.add_pgaas_cluster'
2021-06-02 02:52:55.338 CFY [pgaas_cluster_0dunht] Node instance created
2021-06-02 02:52:55.491 CFY [pgaas_cluster_0dunht] Configuring node instance: nothing to do
2021-06-02 02:52:55.562 CFY [pgaas_cluster_0dunht] Starting node instance: nothing to do
Execution ended, waiting 3 seconds for additional log messages
2021-06-02 02:52:55.666 CFY [pgaas_cluster_0dunht] Poststarting node instance: nothing to do
Execution ended, but no end log message received. Some logs might not have been displayed.
Finished executing workflow install on deployment pgaas_initdb
* Run 'cfy events list a7f819e8-6742-4cf2-b44a-8b664c17b712' to retrieve the execution's events/logs
+ deploy tcagen2 k8s-tcagen2.yaml k8s-tcagen2-inputs.yaml
+ set +e
+ deploy ves-tls k8s-ves.yaml k8s-ves-inputs-tls.yaml
+ cm_hasany 'blueprints?id=tcagen2'
+ 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 hv-ves k8s-hv-ves.yaml k8s-hv_ves-inputs.yaml
+ deploy holmes_rules k8s-holmes-rules.yaml k8s-holmes_rules-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'
++ curl -Ss -H 'Tenant: default_tenant' --user admin:UmH7vbj6 --cacert /certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/blueprints?id=ves-tls&_include=id'
++ /bin/jq .metadata.pagination.total
++ /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=holmes_rules&_include=id'
++ /bin/jq .metadata.pagination.total
++ /bin/jq .metadata.pagination.total
++ curl -Ss -H 'Tenant: default_tenant' --user admin:UmH7vbj6 --cacert /certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/blueprints?id=hv-ves&_include=id'
++ /bin/jq .metadata.pagination.total
+ 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 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 tcagen2 /blueprints/k8s-tcagen2.yaml
+ COUNT=0
+ (( 0 > 0 ))
+ return 1
+ cfy blueprints upload -b holmes_rules /blueprints/k8s-holmes-rules.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-prh.yaml...
Uploading blueprint /blueprints/k8s-ves.yaml...
Uploading blueprint /blueprints/k8s-tcagen2.yaml...
k8s-hv-ves.yaml |######################-------------------------------| 41.43%
k8s-hv-ves.yaml |############################################---------| 82.85%
k8s-hv-ves.yaml |#####################################################| 100.0%
k8s-ves.yaml |#######################---------------------------------| 41.44%
k8s-ves.yaml |##############################################----------| 82.88%
k8s-ves.yaml |########################################################| 100.0%
k8s-prh.yaml |#######################---------------------------------| 41.44%
k8s-prh.yaml |##############################################----------| 82.87%
k8s-prh.yaml |########################################################| 100.0%
k8s-tcagen2.yaml |######################------------------------------| 41.42%
k8s-tcagen2.yaml |###########################################---------| 82.85%
k8s-tcagen2.yaml |####################################################| 100.0%Uploading blueprint /blueprints/k8s-holmes-rules.yaml...
k8s-holmes-rules.... |####################----------------------------| 41.41%
k8s-holmes-rules.... |########################################--------| 82.83%
k8s-holmes-rules.... |################################################| 100.0%
Blueprint uploaded. The blueprint's id is tcagen2
Blueprint uploaded. The blueprint's id is hv-ves
+ 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
+ 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 prh
+ cm_hasany 'deployments?id=prh'
++ curl -Ss -H 'Tenant: default_tenant' --user admin:UmH7vbj6 --cacert /certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/deployments?id=prh&_include=id'
++ /bin/jq .metadata.pagination.total
Blueprint uploaded. The blueprint's id is ves-tls
+ 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-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-prh-inputs.yaml ']'
+ INPUTS=-i/inputs/k8s-prh-inputs.yaml
+ cfy deployments create -b prh -i/inputs/k8s-prh-inputs.yaml prh
+ 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 tcagen2...
Creating new deployment from blueprint hv-ves...
Creating new deployment from blueprint prh...
Creating new deployment from blueprint ves-tls...
Creating new deployment from blueprint holmes_rules...
Deployment created. The deployment's id is tcagen2
+ cm_hasany 'node-instances?deployment_id=tcagen2&state=uninitialized&state=deleted'
++ curl -Ss -H 'Tenant: default_tenant' --user admin:UmH7vbj6 --cacert /certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/node-instances?deployment_id=tcagen2&state=uninitialized&state=deleted&_include=id'
++ /bin/jq .metadata.pagination.total
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
+ COUNT=1
+ (( 1 > 0 ))
+ return 0
+ cfy executions start -d tcagen2 install
+ COUNT=1
+ (( 1 > 0 ))
+ return 0
+ cfy executions start -d hv-ves 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 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
/usr/lib/python2.7/site-packages/paramiko/transport.py:33: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
from cryptography.hazmat.backends import default_backend
Executing workflow `install` on deployment `tcagen2` [timeout=900 seconds]
Deployment created. The deployment's id is holmes_rules
Deployment created. The deployment's id is prh
+ cm_hasany 'node-instances?deployment_id=prh&state=uninitialized&state=deleted'
++ curl -Ss -H 'Tenant: default_tenant' --user admin:UmH7vbj6 --cacert /certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/node-instances?deployment_id=prh&state=uninitialized&state=deleted&_include=id'
++ /bin/jq .metadata.pagination.total
+ cm_hasany 'node-instances?deployment_id=holmes_rules&state=uninitialized&state=deleted'
++ curl -Ss -H 'Tenant: default_tenant' --user admin:UmH7vbj6 --cacert /certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/node-instances?deployment_id=holmes_rules&state=uninitialized&state=deleted&_include=id'
++ /bin/jq .metadata.pagination.total
Deployment environment creation is pending...
+ COUNT=1
+ (( 1 > 0 ))
+ return 0
+ cfy executions start -d ves-tls install
Executing workflow `install` on deployment `hv-ves` [timeout=900 seconds]
+ COUNT=2
+ (( 2 > 0 ))
+ return 0
+ cfy executions start -d holmes_rules install
+ COUNT=1
+ (( 1 > 0 ))
+ return 0
+ cfy executions start -d prh install
/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 `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
/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 `holmes_rules` [timeout=900 seconds]
Executing workflow `install` on deployment `prh` [timeout=900 seconds]
Deployment environment creation is pending...
Deployment environment creation is pending...
2021-06-02 02:53:14.058 CFY Starting 'create_deployment_environment' workflow execution
2021-06-02 02:53:14.063 CFY Installing deployment and workflow plugins
2021-06-02 02:53:14.946 CFY Starting 'create_deployment_environment' workflow execution
2021-06-02 02:53:14.952 CFY Installing deployment and workflow plugins
2021-06-02 02:53:15.051 CFY Sending task 'cloudify_agent.operations.install_plugins'
2021-06-02 02:53:15.067 CFY Task started 'cloudify_agent.operations.install_plugins'
2021-06-02 02:53:15.461 CFY Starting 'create_deployment_environment' workflow execution
2021-06-02 02:53:15.467 CFY Installing deployment and workflow plugins
2021-06-02 02:53:15.744 CFY Starting 'create_deployment_environment' workflow execution
2021-06-02 02:53:15.751 CFY Installing deployment and workflow plugins
2021-06-02 02:53:15.477 CFY Starting 'create_deployment_environment' workflow execution
2021-06-02 02:53:15.540 CFY Installing deployment and workflow plugins
2021-06-02 02:53:14.162 CFY Sending task 'cloudify_agent.operations.install_plugins'
2021-06-02 02:53:14.170 CFY Task started 'cloudify_agent.operations.install_plugins'
2021-06-02 02:53:17.556 LOG INFO: Installing plugin: k8s
2021-06-02 02:53:18.660 LOG INFO: Installing plugin: k8s
2021-06-02 02:53:15.566 CFY Sending task 'cloudify_agent.operations.install_plugins'
2021-06-02 02:53:15.581 CFY Task started 'cloudify_agent.operations.install_plugins'
2021-06-02 02:53:19.067 LOG INFO: Installing plugin: k8s
2021-06-02 02:53:15.850 CFY Sending task 'cloudify_agent.operations.install_plugins'
2021-06-02 02:53:15.865 CFY Task started 'cloudify_agent.operations.install_plugins'
2021-06-02 02:53:19.763 LOG INFO: Installing plugin: pgaas
2021-06-02 02:53:15.638 CFY Sending task 'cloudify_agent.operations.install_plugins'
2021-06-02 02:53:15.654 CFY Task started 'cloudify_agent.operations.install_plugins'
2021-06-02 02:53:19.358 LOG INFO: Installing plugin: k8s
2021-06-02 02:53:19.760 LOG INFO: Using existing installation of managed plugin: cb4be187-8d58-4ab5-b5df-7ed4f0a4679d [package_name: k8splugin, package_version: 3.4.2, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-06-02 02:53:19.762 CFY Task succeeded 'cloudify_agent.operations.install_plugins'
2021-06-02 02:53:19.876 CFY Creating deployment work directory
2021-06-02 02:53:20.338 CFY 'create_deployment_environment' workflow execution succeeded
2021-06-02 02:53:20.459 LOG INFO: Using existing installation of managed plugin: cb4be187-8d58-4ab5-b5df-7ed4f0a4679d [package_name: k8splugin, package_version: 3.4.2, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-06-02 02:53:20.460 CFY Task succeeded 'cloudify_agent.operations.install_plugins'
2021-06-02 02:53:20.574 CFY Creating deployment work directory
2021-06-02 02:53:20.969 CFY 'create_deployment_environment' workflow execution succeeded
2021-06-02 02:53:20.962 CFY Task succeeded 'cloudify_agent.operations.install_plugins'
2021-06-02 02:53:20.962 LOG INFO: Using existing installation of managed plugin: cb4be187-8d58-4ab5-b5df-7ed4f0a4679d [package_name: k8splugin, package_version: 3.4.2, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-06-02 02:53:21.077 CFY Creating deployment work directory
2021-06-02 02:53:21.384 CFY 'create_deployment_environment' workflow execution succeeded
2021-06-02 02:53:21.369 LOG INFO: Using existing installation of managed plugin: 2abe404c-a249-4606-9441-9cfe2ef9c7f6 [package_name: pgaas, package_version: 1.3.0, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-06-02 02:53:21.369 LOG INFO: Installing plugin: k8s
2021-06-02 02:53:22.049 LOG INFO: Using existing installation of managed plugin: cb4be187-8d58-4ab5-b5df-7ed4f0a4679d [package_name: k8splugin, package_version: 3.4.2, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-06-02 02:53:22.050 CFY Task succeeded 'cloudify_agent.operations.install_plugins'
2021-06-02 02:53:22.082 CFY Creating deployment work directory
2021-06-02 02:53:22.358 CFY 'create_deployment_environment' workflow execution succeeded
2021-06-02 02:53:21.159 LOG INFO: Using existing installation of managed plugin: cb4be187-8d58-4ab5-b5df-7ed4f0a4679d [package_name: k8splugin, package_version: 3.4.2, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-06-02 02:53:21.160 CFY Task succeeded 'cloudify_agent.operations.install_plugins'
2021-06-02 02:53:21.274 CFY Creating deployment work directory
2021-06-02 02:53:21.565 CFY 'create_deployment_environment' workflow execution succeeded
2021-06-02 02:53:27.038 CFY Starting 'install' workflow execution
2021-06-02 02:53:28.465 CFY [docker.tca_jn93yj] Validating node instance before creation: nothing to do
2021-06-02 02:53:28.659 CFY [docker.tca_jn93yj] Precreating node instance: nothing to do
2021-06-02 02:53:28.873 CFY [docker.tca_jn93yj] Creating node instance
2021-06-02 02:53:29.697 CFY [docker.tca_jn93yj.create] Sending task 'k8splugin.create_for_components'
2021-06-02 02:53:29.159 CFY Starting 'install' workflow execution
2021-06-02 02:53:30.562 CFY [hv-ves_s7ti99] Validating node instance before creation: nothing to do
2021-06-02 02:53:30.769 CFY [hv-ves_s7ti99] Precreating node instance: nothing to do
2021-06-02 02:53:30.354 CFY Starting 'install' workflow execution
2021-06-02 02:53:31.597 CFY [ves_far0up] Validating node instance before creation: nothing to do
2021-06-02 02:53:31.834 CFY [ves_far0up] Precreating node instance: nothing to do
2021-06-02 02:53:30.771 CFY Starting 'install' workflow execution
2021-06-02 02:53:32.378 CFY [pgaasvm_y5ikx9] Validating node instance before creation: nothing to do
2021-06-02 02:53:32.559 CFY [pgaasvm_y5ikx9] Precreating node instance: nothing to do
2021-06-02 02:53:31.056 CFY Starting 'install' workflow execution
2021-06-02 02:53:32.369 CFY [prh_arosq8] Validating node instance before creation: nothing to do
2021-06-02 02:53:32.634 CFY [prh_arosq8] Precreating node instance: nothing to do
2021-06-02 02:53:32.771 CFY [prh_arosq8] Creating node instance
2021-06-02 02:53:31.444 CFY [hv-ves_s7ti99] Creating node instance
2021-06-02 02:53:31.734 CFY [hv-ves_s7ti99.create] Sending task 'k8splugin.create_for_components'
2021-06-02 02:53:32.536 CFY [ves_far0up] Creating node instance
2021-06-02 02:53:32.834 CFY [ves_far0up.create] Sending task 'k8splugin.create_for_components'
2021-06-02 02:53:33.167 CFY [pgaasvm_y5ikx9] Creating node instance
2021-06-02 02:53:33.528 CFY [pgaasvm_y5ikx9.create] Sending task 'pgaas.pgaas_plugin.create_database'
2021-06-02 02:53:33.534 CFY [prh_arosq8.create] Sending task 'k8splugin.create_for_components'
2021-06-02 02:53:41.273 LOG [hv-ves_s7ti99.create] INFO: Added config for dcae-hv-ves-collector
2021-06-02 02:53:41.867 LOG [docker.tca_jn93yj.create] INFO: Added config for dcae-tcagen2
2021-06-02 02:53:41.236 LOG [ves_far0up.create] INFO: Added config for dcae-ves-collector
2021-06-02 02:53:41.590 LOG [pgaasvm_y5ikx9.create] WARNING: create_database(holmes)
2021-06-02 02:53:44.491 LOG [prh_arosq8.create] INFO: Added config for dcae-prh
2021-06-02 02:53:44.491 LOG [prh_arosq8.create] INFO: Done setting up: dcae-prh
2021-06-02 02:53:41.868 LOG [docker.tca_jn93yj.create] INFO: Done setting up: dcae-tcagen2
2021-06-02 02:53:47.110 CFY [docker.tca_jn93yj.create] Task succeeded 'k8splugin.create_for_components'
2021-06-02 02:53:41.273 LOG [hv-ves_s7ti99.create] INFO: Done setting up: dcae-hv-ves-collector
2021-06-02 02:53:45.798 CFY [hv-ves_s7ti99.create] Task succeeded 'k8splugin.create_for_components'
2021-06-02 02:53:46.058 CFY [hv-ves_s7ti99] Node instance created
2021-06-02 02:53:46.219 CFY [hv-ves_s7ti99] Configuring node instance: nothing to do
2021-06-02 02:53:41.236 LOG [ves_far0up.create] INFO: Done setting up: dcae-ves-collector
2021-06-02 02:53:46.071 CFY [ves_far0up.create] Task succeeded 'k8splugin.create_for_components'
2021-06-02 02:53:46.181 CFY [ves_far0up] Node instance created
2021-06-02 02:53:46.504 CFY [ves_far0up] Configuring node instance: nothing to do
2021-06-02 02:53:46.707 CFY [ves_far0up] Starting node instance
2021-06-02 02:53:46.888 CFY [prh_arosq8.create] Task succeeded 'k8splugin.create_for_components'
2021-06-02 02:53:46.973 CFY [prh_arosq8] Node instance created
2021-06-02 02:53:47.260 CFY [prh_arosq8] Configuring node instance: nothing to do
2021-06-02 02:53:47.600 CFY [prh_arosq8] Starting node instance
2021-06-02 02:53:47.806 CFY [prh_arosq8.start] Sending task 'k8splugin.create_and_start_container_for_components'
2021-06-02 02:53:47.215 CFY [docker.tca_jn93yj] Node instance created
2021-06-02 02:53:47.503 CFY [docker.tca_jn93yj] Configuring node instance: nothing to do
2021-06-02 02:53:47.630 CFY [docker.tca_jn93yj] Starting node instance
2021-06-02 02:53:47.969 CFY [docker.tca_jn93yj.start] Sending task 'k8splugin.create_and_start_container_for_components'
2021-06-02 02:53:46.295 CFY [hv-ves_s7ti99] Starting node instance
2021-06-02 02:53:46.554 CFY [hv-ves_s7ti99.start] Sending task 'k8splugin.create_and_start_container_for_components'
2021-06-02 02:53:46.834 CFY [ves_far0up.start] Sending task 'k8splugin.create_and_start_container_for_components'
2021-06-02 02:53:44.683 LOG [pgaasvm_y5ikx9.create] WARNING: All done
2021-06-02 02:53:51.847 CFY [pgaasvm_y5ikx9.create] Task succeeded 'pgaas.pgaas_plugin.create_database'
2021-06-02 02:53:52.442 CFY [pgaasvm_y5ikx9] Node instance created
2021-06-02 02:53:52.680 CFY [pgaasvm_y5ikx9] Configuring node instance: nothing to do
2021-06-02 02:53:52.838 LOG [hv-ves_s7ti99.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_s7ti99', '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-06-02 02:53:52.838 LOG [hv-ves_s7ti99.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-06-02 02:53:52.854 LOG [hv-ves_s7ti99.start] INFO: Creating init container: TLS
* [nexus3.onap.org:10001/onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0]
2021-06-02 02:53:53.298 LOG [hv-ves_s7ti99.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-06-02 02:53:53.334 LOG [hv-ves_s7ti99.start] INFO: Waiting up to 1800 secs for dcae-hv-ves-collector to become ready
2021-06-02 02:53:53.758 LOG [ves_far0up.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_far0up', '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'external_cert_directory': u'/opt/app/dcae-certificate/', u'ca_name': u'RA'}, '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-06-02 02:53:53.758 LOG [ves_far0up.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-06-02 02:53:52.984 CFY [pgaasvm_y5ikx9] Starting node instance: nothing to do
2021-06-02 02:53:53.166 CFY [pgaasvm_y5ikx9] Poststarting node instance: nothing to do
2021-06-02 02:53:53.364 CFY [pgaasvm_y5ikx9] Node instance started
2021-06-02 02:53:54.401 CFY [holmesrules_iubfes] Validating node instance before creation: nothing to do
2021-06-02 02:53:54.484 CFY [holmesrules_iubfes] Precreating node instance: nothing to do
2021-06-02 02:53:54.600 CFY [holmesrules_iubfes] Creating node instance
2021-06-02 02:53:53.963 LOG [prh_arosq8.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_arosq8', 'cfynode': u'prh'}, 'external_cert': {u'use_external_tls': False, u'external_certificate_parameters': {u'common_name': u'', u'sans': u''}, u'cert_type': u'P12', u'ca_name': u'RA', u'external_cert_directory': u'/opt/app/dcae-certificate/external'}, 'resource_config': {}, 'volumes': [], 'log_info': {u'log_directory': u'/opt/app/prh/logs'}, 'ports': [u'8100:0'], 'k8s_location': u'central'}
2021-06-02 02:53:53.963 LOG [prh_arosq8.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-06-02 02:53:53.977 LOG [prh_arosq8.start] INFO: Creating init container: TLS
* [nexus3.onap.org:10001/onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0]
2021-06-02 02:53:54.091 LOG [prh_arosq8.start] INFO: k8s deployment initiated successfully for dcae-prh: {'services': ['dcae-prh'], 'namespace': u'onap', 'location': u'central', 'deployment': 'dep-dcae-prh'}
2021-06-02 02:53:54.092 LOG [prh_arosq8.start] INFO: Waiting up to 1800 secs for dcae-prh to become ready
2021-06-02 02:53:54.083 LOG [docker.tca_jn93yj.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_jn93yj', 'cfynode': u'docker.tca'}, 'external_cert': {u'ca_name': u'RA', u'external_certificate_parameters': {u'common_name': u'', u'sans': u''}, u'cert_type': u'P12', u'external_cert_directory': u'/opt/app/dcae-certificate/external', u'use_external_tls': False}, 'resource_config': {}, 'volumes': [], 'log_info': {u'log_directory': u'/opt/logs/dcae-analytics-tca'}, 'ports': [u'9091:0'], 'k8s_location': u'central'}
2021-06-02 02:53:54.084 LOG [docker.tca_jn93yj.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-06-02 02:53:54.139 LOG [docker.tca_jn93yj.start] INFO: Creating init container: TLS
* [nexus3.onap.org:10001/onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0]
2021-06-02 02:53:54.282 LOG [docker.tca_jn93yj.start] INFO: k8s deployment initiated successfully for dcae-tcagen2: {'services': ['dcae-tcagen2'], 'namespace': u'onap', 'location': u'central', 'deployment': 'dep-dcae-tcagen2'}
2021-06-02 02:53:54.282 LOG [docker.tca_jn93yj.start] INFO: Waiting up to 1800 secs for dcae-tcagen2 to become ready
2021-06-02 02:53:53.767 LOG [ves_far0up.start] INFO: Creating init container: TLS
* [nexus3.onap.org:10001/onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0]
2021-06-02 02:53:54.005 LOG [ves_far0up.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-06-02 02:53:54.006 LOG [ves_far0up.start] INFO: Waiting up to 1800 secs for dcae-ves-collector to become ready
2021-06-02 02:53:54.918 CFY [holmesrules_iubfes.create] Sending task 'k8splugin.create_for_components'
2021-06-02 02:54:00.160 LOG [holmesrules_iubfes.create] INFO: Added config for holmes-rule-mgmt
2021-06-02 02:54:00.160 LOG [holmesrules_iubfes.create] INFO: Done setting up: holmes-rule-mgmt
2021-06-02 02:54:02.089 CFY [holmesrules_iubfes.create] Task succeeded 'k8splugin.create_for_components'
2021-06-02 02:54:02.160 CFY [holmesrules_iubfes] Node instance created
2021-06-02 02:54:02.460 CFY [holmesrules_iubfes] Configuring node instance: nothing to do
2021-06-02 02:54:02.539 CFY [holmesrules_iubfes] Starting node instance
2021-06-02 02:54:02.896 CFY [holmesrules_iubfes.start] Sending task 'k8splugin.create_and_start_container_for_components'
2021-06-02 02:54:06.365 LOG [holmesrules_iubfes.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'd98fb6a0c4617a89be11448e0b4895c6e9b727cf21003c2dbb2fdc896022cccd'}, 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'd98fb6a0c4617a89be11448e0b4895c6e9b727cf21003c2dbb2fdc896022cccd'}, 'labels': {'cfydeployment': u'holmes_rules', 'cfynodeinstance': u'holmesrules_iubfes', '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-06-02 02:54:06.366 LOG [holmesrules_iubfes.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-06-02 02:54:06.376 LOG [holmesrules_iubfes.start] INFO: Creating init container: TLS
* [nexus3.onap.org:10001/onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0]
2021-06-02 02:54:06.463 LOG [holmesrules_iubfes.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-06-02 02:54:06.463 LOG [holmesrules_iubfes.start] INFO: Waiting up to 1800 secs for holmes-rule-mgmt to become ready
2021-06-02 02:55:21.995 LOG [hv-ves_s7ti99.start] INFO: k8s deployment is ready for: dcae-hv-ves-collector
2021-06-02 02:55:21.996 LOG [hv-ves_s7ti99.start] INFO: Done starting: dcae-hv-ves-collector
2021-06-02 02:55:22.711 CFY [hv-ves_s7ti99.start] Task succeeded 'k8splugin.create_and_start_container_for_components'
2021-06-02 02:55:22.821 CFY [hv-ves_s7ti99] Poststarting node instance: nothing to do
2021-06-02 02:55:22.927 CFY [hv-ves_s7ti99] Node instance started
Execution ended, waiting 3 seconds for additional log messages
2021-06-02 02:55:23.482 LOG [docker.tca_jn93yj.start] INFO: k8s deployment is ready for: dcae-tcagen2
2021-06-02 02:55:23.483 LOG [docker.tca_jn93yj.start] INFO: Done starting: dcae-tcagen2
2021-06-02 02:55:24.830 CFY [docker.tca_jn93yj.start] Task succeeded 'k8splugin.create_and_start_container_for_components'
2021-06-02 02:55:24.869 CFY [docker.tca_jn93yj] Poststarting node instance: nothing to do
2021-06-02 02:55:24.952 CFY [docker.tca_jn93yj] Node instance started
Execution ended, waiting 3 seconds for additional log messages
2021-06-02 02:55:23.225 CFY 'install' workflow execution succeeded
Finished executing workflow install on deployment hv-ves
* Run 'cfy events list b60a34c9-f3d4-4298-837b-622d624fe6af' to retrieve the execution's events/logs
2021-06-02 02:55:25.386 CFY 'install' workflow execution succeeded
Finished executing workflow install on deployment tcagen2
* Run 'cfy events list ad63afb1-618b-45a6-bdf5-b87632088126' to retrieve the execution's events/logs
2021-06-02 02:55:50.780 LOG [prh_arosq8.start] INFO: k8s deployment is ready for: dcae-prh
2021-06-02 02:55:50.780 LOG [prh_arosq8.start] INFO: Done starting: dcae-prh
2021-06-02 02:55:52.317 CFY [prh_arosq8.start] Task succeeded 'k8splugin.create_and_start_container_for_components'
2021-06-02 02:55:52.322 CFY [prh_arosq8] Poststarting node instance: nothing to do
2021-06-02 02:55:52.449 CFY [prh_arosq8] Node instance started
2021-06-02 02:55:52.836 CFY 'install' workflow execution succeeded
Finished executing workflow install on deployment prh
* Run 'cfy events list 34bf8b73-7138-4f27-8ec2-c13e6f34d2a7' to retrieve the execution's events/logs
2021-06-02 02:55:57.229 LOG [ves_far0up.start] INFO: k8s deployment is ready for: dcae-ves-collector
2021-06-02 02:55:57.229 LOG [ves_far0up.start] INFO: Done starting: dcae-ves-collector
2021-06-02 02:55:59.596 CFY [ves_far0up.start] Task succeeded 'k8splugin.create_and_start_container_for_components'
2021-06-02 02:55:59.654 CFY [ves_far0up] Poststarting node instance: nothing to do
2021-06-02 02:55:59.858 CFY [ves_far0up] Node instance started
2021-06-02 02:56:00.133 CFY 'install' workflow execution succeeded
Finished executing workflow install on deployment ves-tls
* Run 'cfy events list 15317795-2e0e-4d78-ba04-5200426cd43d' to retrieve the execution's events/logs
2021-06-02 02:56:25.571 LOG [holmesrules_iubfes.start] INFO: k8s deployment is ready for: holmes-rule-mgmt
2021-06-02 02:56:25.571 LOG [holmesrules_iubfes.start] INFO: Done starting: holmes-rule-mgmt
2021-06-02 02:56:26.239 CFY [holmesrules_iubfes.start] Task succeeded 'k8splugin.create_and_start_container_for_components'
2021-06-02 02:56:26.332 CFY [holmesrules_iubfes] Poststarting node instance: nothing to do
2021-06-02 02:56:26.551 CFY [holmesrules_iubfes] Node instance started
Execution ended, waiting 3 seconds for additional log messages
2021-06-02 02:56:26.813 CFY 'install' workflow execution succeeded
Finished executing workflow install on deployment holmes_rules
* Run 'cfy events list 2634be48-209c-452f-8778-ad607be556b0' to retrieve the execution's events/logs
+ deploy holmes_engine k8s-holmes-engine.yaml k8s-holmes_engine-inputs.yaml
+ set +e
+ cm_hasany 'blueprints?id=holmes_engine'
++ /bin/jq .metadata.pagination.total
++ curl -Ss -H 'Tenant: default_tenant' --user admin:UmH7vbj6 --cacert /certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/blueprints?id=holmes_engine&_include=id'
+ COUNT=0
+ (( 0 > 0 ))
+ return 1
+ cfy blueprints upload -b holmes_engine /blueprints/k8s-holmes-engine.yaml
/usr/lib/python2.7/site-packages/paramiko/transport.py:33: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
from cryptography.hazmat.backends import default_backend
Uploading blueprint /blueprints/k8s-holmes-engine.yaml...
k8s-holmes-engine... |####################----------------------------| 41.41%
k8s-holmes-engine... |########################################--------| 82.83%
k8s-holmes-engine... |################################################| 100.0%
Blueprint uploaded. The blueprint's id is holmes_engine
+ cm_hasany 'deployments?id=holmes_engine'
++ curl -Ss -H 'Tenant: default_tenant' --user admin:UmH7vbj6 --cacert /certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/deployments?id=holmes_engine&_include=id'
++ /bin/jq .metadata.pagination.total
+ COUNT=0
+ (( 0 > 0 ))
+ return 1
+ INPUTS=
+ '[' -n k8s-holmes_engine-inputs.yaml ']'
+ INPUTS=-i/inputs/k8s-holmes_engine-inputs.yaml
+ cfy deployments create -b holmes_engine -i/inputs/k8s-holmes_engine-inputs.yaml holmes_engine
/usr/lib/python2.7/site-packages/paramiko/transport.py:33: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
from cryptography.hazmat.backends import default_backend
Creating new deployment from blueprint holmes_engine...
Deployment created. The deployment's id is holmes_engine
+ cm_hasany 'node-instances?deployment_id=holmes_engine&state=uninitialized&state=deleted'
++ curl -Ss -H 'Tenant: default_tenant' --user admin:UmH7vbj6 --cacert /certs/cacert.pem 'https://dcae-cloudify-manager:443/api/v3.1/node-instances?deployment_id=holmes_engine&state=uninitialized&state=deleted&_include=id'
++ /bin/jq .metadata.pagination.total
+ COUNT=2
+ (( 2 > 0 ))
+ return 0
+ cfy executions start -d holmes_engine install
/usr/lib/python2.7/site-packages/paramiko/transport.py:33: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
from cryptography.hazmat.backends import default_backend
Executing workflow `install` on deployment `holmes_engine` [timeout=900 seconds]
Deployment environment creation is pending...
2021-06-02 02:56:35.664 CFY Starting 'create_deployment_environment' workflow execution
2021-06-02 02:56:35.674 CFY Installing deployment and workflow plugins
2021-06-02 02:56:35.770 CFY Sending task 'cloudify_agent.operations.install_plugins'
2021-06-02 02:56:35.788 CFY Task started 'cloudify_agent.operations.install_plugins'
2021-06-02 02:56:36.731 LOG INFO: Installing plugin: pgaas
2021-06-02 02:56:37.375 LOG INFO: Using existing installation of managed plugin: 2abe404c-a249-4606-9441-9cfe2ef9c7f6 [package_name: pgaas, package_version: 1.3.0, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-06-02 02:56:37.376 LOG INFO: Installing plugin: k8s
2021-06-02 02:56:37.961 LOG INFO: Using existing installation of managed plugin: cb4be187-8d58-4ab5-b5df-7ed4f0a4679d [package_name: k8splugin, package_version: 3.4.2, supported_platform: linux_x86_64, distribution: centos, distribution_release: core]
2021-06-02 02:56:37.962 CFY Task succeeded 'cloudify_agent.operations.install_plugins'
2021-06-02 02:56:37.997 CFY Creating deployment work directory
2021-06-02 02:56:38.274 CFY 'create_deployment_environment' workflow execution succeeded
2021-06-02 02:56:44.254 CFY Starting 'install' workflow execution
2021-06-02 02:56:44.731 CFY [pgaasvm_j772vh] Validating node instance before creation: nothing to do
2021-06-02 02:56:44.834 CFY [pgaasvm_j772vh] Precreating node instance: nothing to do
2021-06-02 02:56:44.937 CFY [pgaasvm_j772vh] Creating node instance
2021-06-02 02:56:45.194 CFY [pgaasvm_j772vh.create] Sending task 'pgaas.pgaas_plugin.create_database'
2021-06-02 02:56:47.756 LOG [pgaasvm_j772vh.create] WARNING: create_database(holmes)
2021-06-02 02:56:48.533 CFY [pgaasvm_j772vh.create] Task succeeded 'pgaas.pgaas_plugin.create_database'
2021-06-02 02:56:48.581 CFY [pgaasvm_j772vh] Node instance created
2021-06-02 02:56:48.762 CFY [pgaasvm_j772vh] Configuring node instance: nothing to do
2021-06-02 02:56:48.870 CFY [pgaasvm_j772vh] Starting node instance: nothing to do
2021-06-02 02:56:48.987 CFY [pgaasvm_j772vh] Poststarting node instance: nothing to do
2021-06-02 02:56:49.209 CFY [pgaasvm_j772vh] Node instance started
2021-06-02 02:56:49.655 CFY [holmesengine_z89rxc] Validating node instance before creation: nothing to do
2021-06-02 02:56:49.772 CFY [holmesengine_z89rxc] Precreating node instance: nothing to do
2021-06-02 02:56:49.996 CFY [holmesengine_z89rxc] Creating node instance
2021-06-02 02:56:50.118 CFY [holmesengine_z89rxc.create] Sending task 'k8splugin.create_for_components'
2021-06-02 02:56:56.604 LOG [holmesengine_z89rxc.create] INFO: Added config for holmes-engine-mgmt
2021-06-02 02:56:56.604 LOG [holmesengine_z89rxc.create] INFO: Done setting up: holmes-engine-mgmt
2021-06-02 02:56:57.944 CFY [holmesengine_z89rxc.create] Task succeeded 'k8splugin.create_for_components'
2021-06-02 02:56:57.960 CFY [holmesengine_z89rxc] Node instance created
2021-06-02 02:56:58.282 CFY [holmesengine_z89rxc] Configuring node instance: nothing to do
2021-06-02 02:56:58.357 CFY [holmesengine_z89rxc] Starting node instance
2021-06-02 02:56:58.615 CFY [holmesengine_z89rxc.start] Sending task 'k8splugin.create_and_start_container_for_components'
2021-06-02 02:57:02.290 LOG [holmesengine_z89rxc.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'd98fb6a0c4617a89be11448e0b4895c6e9b727cf21003c2dbb2fdc896022cccd'}, 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'd98fb6a0c4617a89be11448e0b4895c6e9b727cf21003c2dbb2fdc896022cccd'}, 'labels': {'cfydeployment': u'holmes_engine', 'cfynodeinstance': u'holmesengine_z89rxc', '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'ca_name': u'RA', u'external_cert_directory': u'/opt/app/dcae-certificate/external'}, '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-06-02 02:57:02.290 LOG [holmesengine_z89rxc.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-06-02 02:57:02.300 LOG [holmesengine_z89rxc.start] INFO: Creating init container: TLS
* [nexus3.onap.org:10001/onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0]
2021-06-02 02:57:02.427 LOG [holmesengine_z89rxc.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-06-02 02:57:02.428 LOG [holmesengine_z89rxc.start] INFO: Waiting up to 1800 secs for holmes-engine-mgmt to become ready
2021-06-02 02:58:37.207 LOG [holmesengine_z89rxc.start] INFO: k8s deployment is ready for: holmes-engine-mgmt
2021-06-02 02:58:37.208 LOG [holmesengine_z89rxc.start] INFO: Done starting: holmes-engine-mgmt
2021-06-02 02:58:39.465 CFY [holmesengine_z89rxc.start] Task succeeded 'k8splugin.create_and_start_container_for_components'
2021-06-02 02:58:39.562 CFY