Skip to content

Instantly share code, notes, and snippets.

@alexcos78
Last active January 31, 2021 22:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexcos78/17829fffe1eeb36a9a22cc0febe278f8 to your computer and use it in GitHub Desktop.
Save alexcos78/17829fffe1eeb36a9a22cc0febe278f8 to your computer and use it in GitHub Desktop.
2021-01-31 21:45:04.428 DEBUG req-813f9ec1-0115-44e8-b912-aedc9db2abf4 - 1 --- [ XNIO-2 task-19] i.r.o.c.f.CustomRequestLoggingFilter : {"headers":{"X-Forwarded-Prefix":"/orchestrator","Accept":"*/*","User-Agent":"python-requests/2.22.0","Connection":"close","X-Forwarded-Proto":"https","X-Forwarded-For":"131.154.97.163","Host":"iotwins-paas.cloud.cnaf.infn.it","Accept-Encoding":"gzip, deflate","X-Real-IP":"131.154.97.163"},"uri":"/info","type":"request","http_method":"GET","client_ip":"131.154.97.163"}
2021-01-31 21:45:04.453 DEBUG req-813f9ec1-0115-44e8-b912-aedc9db2abf4 - 1 --- [ XNIO-2 task-19] i.r.o.c.f.CustomRequestLoggingFilter : {"headers":{"X-Forwarded-Prefix":"/orchestrator","Accept":"*/*","User-Agent":"python-requests/2.22.0","Connection":"close","X-Forwarded-Proto":"https","X-Forwarded-For":"131.154.97.163","Host":"iotwins-paas.cloud.cnaf.infn.it","Accept-Encoding":"gzip, deflate","X-Real-IP":"131.154.97.163"},"uri":"/info","type":"response","http_method":"GET","client_ip":"131.154.97.163","response_status":200,"response_time":24.0}
2021-01-31 21:45:04.513 DEBUG req-a688323b-bff2-47b5-a9b0-55eb5382b410 - 1 --- [ XNIO-2 task-20] i.r.o.c.f.CustomRequestLoggingFilter : {"headers":{"Authorization":"bearer eyJraWQiOiJyc2ExIiwiYWxnIjoiUlMyNTYifQ.eyJzdWIiOiJiMzcwZThkYi1hOGY1LTRjMGYtODkzZC00MjE5MzAwMDIwOTQiLCJpc3MiOiJodHRwczpcL1wvaW90d2lucy1pYW0uY2xvdWQuY25hZi5pbmZuLml0XC8iLCJuYW1lIjoiQWxlc3NhbmRybyBDb3N0YW50aW5pIiwiZ3JvdXBzIjpbIlRCMDIiLCJUQjAyXC9jbG91ZCIsIlRCMDJcL3MzIl0sInByZWZlcnJlZF91c2VybmFtZSI6ImFjb3N0YW50aW5pIiwib3JnYW5pc2F0aW9uX25hbWUiOiJpb3R3aW5zIiwiZXhwIjoxNjEyMTMzMTA0LCJpYXQiOjE2MTIxMjk1MDQsImp0aSI6ImRmZWU2YzQzLWRmNGQtNDNiNC05MDAzLWYxZTBmYzY4YTM2OCIsImNsaWVudF9pZCI6IjdmMDYwNDE1LTlkMWMtNDBlNi05Y2U5LWM5Y2I0MWU4ZTQzNiIsImVtYWlsIjoiYWxlc3NhbmRyby5jb3N0YW50aW5pQGNuYWYuaW5mbi5pdCJ9.JLk2Zz4_Pdhw-_6heiEoZejNMuKqOtF4CJ70_sc8EXW4raar-y9AgwUmI0Lj1ion_BtD37-W6dxhRTzh7xIX3keneY1qu90FwSEpktrMR78eJH7DjxxDob7l8aXNyqTbVf2DrUVziqz_9-7KK5VF96E6bkzEX7yvta-u0psk8PU","X-Forwarded-Prefix":"/orchestrator","Accept":"*/*","User-Agent":"python-requests/2.22.0","Connection":"close","X-Forwarded-Proto":"https","X-Forwarded-For":"131.154.97.163","Host":"iotwins-paas.cloud.cnaf.infn.it","Accept-Encoding":"gzip, deflate","Content-Length":"2495","X-Real-IP":"131.154.97.163","Content-Type":"application/json;charset=UTF-8"},"uri":"/deployments/","type":"request","http_method":"POST","client_ip":"131.154.97.163"}
2021-01-31 21:45:05.000 DEBUG req-a688323b-bff2-47b5-a9b0-55eb5382b410 - 1 --- [ XNIO-2 task-20] .o.s.s.UserInfoIntrospectingTokenService : Validation of received access token performed in 486ms
2021-01-31 21:45:05.006 DEBUG req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [ XNIO-2 task-20] i.r.o.service.DeploymentServiceImpl : Creating deployment with template
tosca_definitions_version: tosca_simple_yaml_1_0
imports:
- indigo_custom_types: https://raw.githubusercontent.com/indigo-dc/tosca-types/master/custom_types.yaml
description: 'Launch a compute node getting the IP and SSH credentials to access via
ssh
'
metadata:
display_name: Start a virtual machine
icon: https://indigo-paas.cloud.ba.infn.it/public/images/vm-icon.png
topology_template:
inputs:
num_cpus:
type: integer
description: Number of virtual cpus for the VM
default: 1
constraints:
- valid_values:
- 1
- 2
- 4
mem_size:
type: scalar-unit.size
description: Amount of memory for the VM
default: 2 GB
constraints:
- valid_values:
- 2 GB
- 4 GB
num_instances:
type: integer
description: Number of VMs to be spawned
default: 1
os_distribution:
type: string
default: ubuntu
description: Operating System distro - valid values ubuntu, centos
constraints:
- valid_values:
- ubuntu
- centos
os_version:
type: version
default: 16.04
description: Operating System distribution version
constraints:
- valid_values:
- '16.04'
- '7'
node_templates:
simple_node:
type: tosca.nodes.indigo.Compute
capabilities:
endpoint:
properties:
network_name: PUBLIC
scalable:
properties:
count:
get_input: num_instances
host:
properties:
num_cpus:
get_input: num_cpus
mem_size:
get_input: mem_size
os:
properties:
distribution:
get_input: os_distribution
version:
get_input: os_version
outputs:
node_ip:
value:
get_attribute:
- simple_node
- public_address
- 0
node_creds:
value:
get_attribute:
- simple_node
- endpoint
- credential
- 0
policies:
- deploy_on_specific_site:
type: tosca.policies.indigo.SlaPlacement
properties:
sla_id: 6013f27e0cd218be4664cb43
2021-01-31 21:45:05.009 INFO req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [ XNIO-2 task-20] i.r.o.tosca.RemoteRepositoryServiceImpl : Fetching local TOSCA dependency jar:file:/orchestrator/orchestrator.war!/WEB-INF/lib/orchestrator-2.4.1-RC.1.jar!/tosca-definitions/tosca-normative-types-1.0.0.yaml
2021-01-31 21:45:05.010 INFO req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [ XNIO-2 task-20] i.r.o.tosca.RemoteRepositoryServiceImpl : Fetched local TOSCA dependency jar:file:/orchestrator/orchestrator.war!/WEB-INF/lib/orchestrator-2.4.1-RC.1.jar!/tosca-definitions/tosca-normative-types-1.0.0.yaml
2021-01-31 21:45:05.023 WARN req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [ XNIO-2 task-20] i.r.orchestrator.tosca.TemplateParser : Non-fatal error parsing TOSCA template jar:file:/orchestrator/orchestrator.war!/WEB-INF/lib/orchestrator-2.4.1-RC.1.jar!/tosca-definitions/tosca-normative-types-1.0.0.yaml:
ParsingError(errorLevel=WARNING, errorCode=UNRECOGNIZED_PROPERTY, context=Ignored field during import, startMark=SimpleMark(line=63, column=9), problem=tosca key is not recognized, endMark=SimpleMark(line=65, column=7), note=entry_schema)
ParsingError(errorLevel=WARNING, errorCode=UNRECOGNIZED_PROPERTY, context=Ignored field during import, startMark=SimpleMark(line=67, column=9), problem=tosca key is not recognized, endMark=SimpleMark(line=69, column=5), note=entry_schema)
ParsingError(errorLevel=WARNING, errorCode=UNRECOGNIZED_PROPERTY, context=Ignored field during import, startMark=SimpleMark(line=401, column=9), problem=tosca key is not recognized, endMark=SimpleMark(line=401, column=29), note=status)
ParsingError(errorLevel=WARNING, errorCode=UNRECOGNIZED_PROPERTY, context=Ignored field during import, startMark=SimpleMark(line=599, column=9), problem=tosca key is not recognized, endMark=SimpleMark(line=599, column=29), note=status)
ParsingError(errorLevel=WARNING, errorCode=UNRECOGNIZED_PROPERTY, context=Ignored field during import, startMark=SimpleMark(line=604, column=9), problem=tosca key is not recognized, endMark=SimpleMark(line=604, column=29), note=status)
ParsingError(errorLevel=WARNING, errorCode=UNRECOGNIZED_PROPERTY, context=Ignored field during import, startMark=SimpleMark(line=742, column=1), problem=tosca key is not recognized, endMark=SimpleMark(line=782, column=1), note=interface_types)
ParsingError(errorLevel=WARNING, errorCode=UNRECOGNIZED_PROPERTY, context=Ignored field during import, startMark=SimpleMark(line=970, column=1), problem=tosca key is not recognized, endMark=SimpleMark(line=976, column=1), note=group_types)
2021-01-31 21:45:05.023 INFO req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [ XNIO-2 task-20] i.r.o.tosca.RemoteRepositoryServiceImpl : Parsed local TOSCA dependency jar:file:/orchestrator/orchestrator.war!/WEB-INF/lib/orchestrator-2.4.1-RC.1.jar!/tosca-definitions/tosca-normative-types-1.0.0.yaml
2021-01-31 21:45:05.127 INFO req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [ XNIO-2 task-20] i.r.o.tosca.RemoteRepositoryServiceImpl : Fetching remote TOSCA dependency https://raw.githubusercontent.com/indigo-dc/tosca-types/master/custom_types.yaml
2021-01-31 21:45:05.383 INFO req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [ XNIO-2 task-20] i.r.o.tosca.RemoteRepositoryServiceImpl : Fetched remote TOSCA dependency https://raw.githubusercontent.com/indigo-dc/tosca-types/master/custom_types.yaml
2021-01-31 21:45:05.427 WARN req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [ XNIO-2 task-20] i.r.orchestrator.tosca.TemplateParser : Non-fatal error parsing TOSCA template https://raw.githubusercontent.com/indigo-dc/tosca-types/master/custom_types.yaml:
ParsingError(errorLevel=WARNING, errorCode=UNRECOGNIZED_PROPERTY, context=Ignored field during import, startMark=SimpleMark(line=205, column=9), problem=tosca key is not recognized, endMark=SimpleMark(line=208, column=3), note=entry_schema)
ParsingError(errorLevel=WARNING, errorCode=UNRECOGNIZED_PROPERTY, context=Ignored field during import, startMark=SimpleMark(line=340, column=9), problem=tosca key is not recognized, endMark=SimpleMark(line=342, column=7), note=entry_schema)
ParsingError(errorLevel=WARNING, errorCode=UNRECOGNIZED_PROPERTY, context=Ignored field during import, startMark=SimpleMark(line=344, column=9), problem=tosca key is not recognized, endMark=SimpleMark(line=346, column=7), note=entry_schema)
ParsingError(errorLevel=WARNING, errorCode=UNRECOGNIZED_PROPERTY, context=Ignored field during import, startMark=SimpleMark(line=1486, column=9), problem=tosca key is not recognized, endMark=SimpleMark(line=1486, column=29), note=entry_schema)
2021-01-31 21:45:05.427 INFO req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [ XNIO-2 task-20] i.r.o.tosca.RemoteRepositoryServiceImpl : Parsed remote TOSCA dependency https://raw.githubusercontent.com/indigo-dc/tosca-types/master/custom_types.yaml
2021-01-31 21:45:05.431 DEBUG req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [ XNIO-2 task-20] i.r.o.s.IndigoInputsPreProcessorService : TOSCA input function replacement: <node_templates[simple_node][capabilities][scalable][properties][count]>, input name <num_instances>, input value <1>
2021-01-31 21:45:05.431 DEBUG req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [ XNIO-2 task-20] i.r.o.s.IndigoInputsPreProcessorService : TOSCA input function replacement: <node_templates[simple_node][capabilities][os][properties][distribution]>, input name <os_distribution>, input value <ubuntu>
2021-01-31 21:45:05.432 DEBUG req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [ XNIO-2 task-20] i.r.o.s.IndigoInputsPreProcessorService : TOSCA input function replacement: <node_templates[simple_node][capabilities][os][properties][version]>, input name <os_version>, input value <16.04>
2021-01-31 21:45:05.432 DEBUG req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [ XNIO-2 task-20] i.r.o.s.IndigoInputsPreProcessorService : TOSCA input function replacement: <node_templates[simple_node][capabilities][host][properties][num_cpus]>, input name <num_cpus>, input value <1>
2021-01-31 21:45:05.433 DEBUG req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [ XNIO-2 task-20] i.r.o.s.IndigoInputsPreProcessorService : TOSCA input function replacement: <node_templates[simple_node][capabilities][host][properties][mem_size]>, input name <mem_size>, input value <2 GB>
2021-01-31 21:45:05.675 INFO req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [ XNIO-2 task-20] i.r.o.s.s.OAuth2TokenCacheService : A valid refresh token for OidcTokenId(clientsId=[7f060415-9d1c-40e6-9ce9-c9cb41e8e436], oidcEntityId=OidcEntityId(super=OidcIssuerAwareId(issuer=https://iotwins-iam.cloud.cnaf.infn.it/), subject=b370e8db-a8f5-4c0f-893d-421930002094)) is already available. Not exchanging the current one
2021-01-31 21:45:05.678 DEBUG req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [ XNIO-2 task-20] i.r.o.s.s.OAuth2TokenCacheService : Retrieving access token for OidcTokenId(clientsId=[7f060415-9d1c-40e6-9ce9-c9cb41e8e436], oidcEntityId=OidcEntityId(super=OidcIssuerAwareId(issuer=https://iotwins-iam.cloud.cnaf.infn.it/), subject=b370e8db-a8f5-4c0f-893d-421930002094)) from cache
2021-01-31 21:45:05.824 DEBUG req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [ XNIO-2 task-20] i.r.o.c.f.CustomRequestLoggingFilter : {"headers":{"Authorization":"bearer eyJraWQiOiJyc2ExIiwiYWxnIjoiUlMyNTYifQ.eyJzdWIiOiJiMzcwZThkYi1hOGY1LTRjMGYtODkzZC00MjE5MzAwMDIwOTQiLCJpc3MiOiJodHRwczpcL1wvaW90d2lucy1pYW0uY2xvdWQuY25hZi5pbmZuLml0XC8iLCJuYW1lIjoiQWxlc3NhbmRybyBDb3N0YW50aW5pIiwiZ3JvdXBzIjpbIlRCMDIiLCJUQjAyXC9jbG91ZCIsIlRCMDJcL3MzIl0sInByZWZlcnJlZF91c2VybmFtZSI6ImFjb3N0YW50aW5pIiwib3JnYW5pc2F0aW9uX25hbWUiOiJpb3R3aW5zIiwiZXhwIjoxNjEyMTMzMTA0LCJpYXQiOjE2MTIxMjk1MDQsImp0aSI6ImRmZWU2YzQzLWRmNGQtNDNiNC05MDAzLWYxZTBmYzY4YTM2OCIsImNsaWVudF9pZCI6IjdmMDYwNDE1LTlkMWMtNDBlNi05Y2U5LWM5Y2I0MWU4ZTQzNiIsImVtYWlsIjoiYWxlc3NhbmRyby5jb3N0YW50aW5pQGNuYWYuaW5mbi5pdCJ9.JLk2Zz4_Pdhw-_6heiEoZejNMuKqOtF4CJ70_sc8EXW4raar-y9AgwUmI0Lj1ion_BtD37-W6dxhRTzh7xIX3keneY1qu90FwSEpktrMR78eJH7DjxxDob7l8aXNyqTbVf2DrUVziqz_9-7KK5VF96E6bkzEX7yvta-u0psk8PU","X-Forwarded-Prefix":"/orchestrator","Accept":"*/*","User-Agent":"python-requests/2.22.0","Connection":"close","X-Forwarded-Proto":"https","X-Forwarded-For":"131.154.97.163","Host":"iotwins-paas.cloud.cnaf.infn.it","Accept-Encoding":"gzip, deflate","Content-Length":"2495","X-Real-IP":"131.154.97.163","Content-Type":"application/json;charset=UTF-8"},"uri":"/deployments/","type":"response","http_method":"POST","client_ip":"131.154.97.163","response_status":201,"response_time":1311.0}
2021-01-31 21:45:05.841 INFO req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-105] i.r.o.service.commands.BaseJavaDelegate : Task Get SLAM - STARTED
2021-01-31 21:45:05.850 DEBUG req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-105] i.r.o.s.s.OAuth2TokenCacheService : Retrieving access token for OidcTokenId(clientsId=[7f060415-9d1c-40e6-9ce9-c9cb41e8e436], oidcEntityId=OidcEntityId(super=OidcIssuerAwareId(issuer=https://iotwins-iam.cloud.cnaf.infn.it/), subject=b370e8db-a8f5-4c0f-893d-421930002094)) from cache
2021-01-31 21:45:06.000 DEBUG req-2b0252e0-5f28-47e5-b4ca-53c0a484726f - 1 --- [ XNIO-2 task-21] i.r.o.c.f.CustomRequestLoggingFilter : {"headers":{"Authorization":"bearer eyJraWQiOiJyc2ExIiwiYWxnIjoiUlMyNTYifQ.eyJzdWIiOiJiMzcwZThkYi1hOGY1LTRjMGYtODkzZC00MjE5MzAwMDIwOTQiLCJpc3MiOiJodHRwczpcL1wvaW90d2lucy1pYW0uY2xvdWQuY25hZi5pbmZuLml0XC8iLCJuYW1lIjoiQWxlc3NhbmRybyBDb3N0YW50aW5pIiwiZ3JvdXBzIjpbIlRCMDIiLCJUQjAyXC9jbG91ZCIsIlRCMDJcL3MzIl0sInByZWZlcnJlZF91c2VybmFtZSI6ImFjb3N0YW50aW5pIiwib3JnYW5pc2F0aW9uX25hbWUiOiJpb3R3aW5zIiwiZXhwIjoxNjEyMTMzMTA0LCJpYXQiOjE2MTIxMjk1MDQsImp0aSI6ImRmZWU2YzQzLWRmNGQtNDNiNC05MDAzLWYxZTBmYzY4YTM2OCIsImNsaWVudF9pZCI6IjdmMDYwNDE1LTlkMWMtNDBlNi05Y2U5LWM5Y2I0MWU4ZTQzNiIsImVtYWlsIjoiYWxlc3NhbmRyby5jb3N0YW50aW5pQGNuYWYuaW5mbi5pdCJ9.JLk2Zz4_Pdhw-_6heiEoZejNMuKqOtF4CJ70_sc8EXW4raar-y9AgwUmI0Lj1ion_BtD37-W6dxhRTzh7xIX3keneY1qu90FwSEpktrMR78eJH7DjxxDob7l8aXNyqTbVf2DrUVziqz_9-7KK5VF96E6bkzEX7yvta-u0psk8PU","X-Forwarded-Prefix":"/orchestrator","Accept":"*/*","User-Agent":"python-requests/2.22.0","Connection":"close","X-Forwarded-Proto":"https","X-Forwarded-For":"131.154.97.163","Host":"iotwins-paas.cloud.cnaf.infn.it","Accept-Encoding":"gzip, deflate","X-Real-IP":"131.154.97.163"},"uri":"/deployments?createdBy=me&page=0&size=9999","type":"request","http_method":"GET","client_ip":"131.154.97.163"}
2021-01-31 21:45:06.003 DEBUG req-2b0252e0-5f28-47e5-b4ca-53c0a484726f - 1 --- [ XNIO-2 task-21] .o.s.s.UserInfoIntrospectingTokenService : Validation of received access token performed in 3ms
2021-01-31 21:45:06.030 DEBUG req-2b0252e0-5f28-47e5-b4ca-53c0a484726f - 1 --- [ XNIO-2 task-21] i.r.o.c.f.CustomRequestLoggingFilter : {"headers":{"Authorization":"bearer eyJraWQiOiJyc2ExIiwiYWxnIjoiUlMyNTYifQ.eyJzdWIiOiJiMzcwZThkYi1hOGY1LTRjMGYtODkzZC00MjE5MzAwMDIwOTQiLCJpc3MiOiJodHRwczpcL1wvaW90d2lucy1pYW0uY2xvdWQuY25hZi5pbmZuLml0XC8iLCJuYW1lIjoiQWxlc3NhbmRybyBDb3N0YW50aW5pIiwiZ3JvdXBzIjpbIlRCMDIiLCJUQjAyXC9jbG91ZCIsIlRCMDJcL3MzIl0sInByZWZlcnJlZF91c2VybmFtZSI6ImFjb3N0YW50aW5pIiwib3JnYW5pc2F0aW9uX25hbWUiOiJpb3R3aW5zIiwiZXhwIjoxNjEyMTMzMTA0LCJpYXQiOjE2MTIxMjk1MDQsImp0aSI6ImRmZWU2YzQzLWRmNGQtNDNiNC05MDAzLWYxZTBmYzY4YTM2OCIsImNsaWVudF9pZCI6IjdmMDYwNDE1LTlkMWMtNDBlNi05Y2U5LWM5Y2I0MWU4ZTQzNiIsImVtYWlsIjoiYWxlc3NhbmRyby5jb3N0YW50aW5pQGNuYWYuaW5mbi5pdCJ9.JLk2Zz4_Pdhw-_6heiEoZejNMuKqOtF4CJ70_sc8EXW4raar-y9AgwUmI0Lj1ion_BtD37-W6dxhRTzh7xIX3keneY1qu90FwSEpktrMR78eJH7DjxxDob7l8aXNyqTbVf2DrUVziqz_9-7KK5VF96E6bkzEX7yvta-u0psk8PU","X-Forwarded-Prefix":"/orchestrator","Accept":"*/*","User-Agent":"python-requests/2.22.0","Connection":"close","X-Forwarded-Proto":"https","X-Forwarded-For":"131.154.97.163","Host":"iotwins-paas.cloud.cnaf.infn.it","Accept-Encoding":"gzip, deflate","X-Real-IP":"131.154.97.163"},"uri":"/deployments?createdBy=me&page=0&size=9999","type":"response","http_method":"GET","client_ip":"131.154.97.163","response_status":200,"response_time":30.0}
2021-01-31 21:45:06.131 INFO req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-105] i.r.o.service.commands.BaseJavaDelegate : Task Get SLAM - ENDED SUCCESSFULLY
2021-01-31 21:45:06.186 INFO req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-106] i.r.o.service.commands.BaseJavaDelegate : Task Get CMDB - STARTED
2021-01-31 21:45:06.315 DEBUG req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-106] i.r.o.service.CmdbServiceImpl : Image list for service <[Image(id=0237778382aeba687ecf99041401d52c, imageId=6345e75f-c527-4a34-9561-33e37c0188e5, imageName=ubuntu-focal-CNAF-x86_64, imageDescription=null, architecture=x86_64, type=Linux, distribution=ubuntu, version=20.04, service=https://cloud-api-pub.cr.cnaf.infn.it:5000/v3, userName=null, gpuDriver=false, gpuDriverVersion=null, cudaSupport=false, cudaVersion=null, cuDnnVersion=null), Image(id=0237778382aeba687ecf99041401daa6, imageId=75662272-2372-49b8-8c51-7bd3aa1567f2, imageName=cirros-0.4.0, imageDescription=null, architecture=x86_64, type=Linux, distribution=null, version=null, service=https://cloud-api-pub.cr.cnaf.infn.it:5000/v3, userName=null, gpuDriver=false, gpuDriverVersion=null, cudaSupport=false, cudaVersion=null, cuDnnVersion=null), Image(id=0237778382aeba687ecf99041401dd36, imageId=31e12b9a-4986-4fbc-aa58-2c533dca0d84, imageName=centos-7-CNAF-x86_64, imageDescription=null, architecture=x86_64, type=Linux, distribution=centos, version=7, service=https://cloud-api-pub.cr.cnaf.infn.it:5000/v3, userName=null, gpuDriver=false, gpuDriverVersion=null, cudaSupport=false, cudaVersion=null, cuDnnVersion=null), Image(id=0237778382aeba687ecf99041401e232, imageId=8558f3c5-af7f-46e0-b1dd-b61a0ced1291, imageName=centos-6-CNAF-x86_64, imageDescription=null, architecture=x86_64, type=Linux, distribution=centos, version=6, service=https://cloud-api-pub.cr.cnaf.infn.it:5000/v3, userName=null, gpuDriver=false, gpuDriverVersion=null, cudaSupport=false, cudaVersion=null, cuDnnVersion=null), Image(id=0237778382aeba687ecf99041401eded, imageId=94a76d1e-cacb-48ce-ad69-c0b26fd9bb53, imageName=ubuntu-xenial-CNAF-x86_64, imageDescription=null, architecture=x86_64, type=Linux, distribution=ubuntu, version=16.04, service=https://cloud-api-pub.cr.cnaf.infn.it:5000/v3, userName=null, gpuDriver=false, gpuDriverVersion=null, cudaSupport=false, cudaVersion=null, cuDnnVersion=null), Image(id=0237778382aeba687ecf99041401ef40, imageId=9ed8e7ef-e932-4850-9576-805668f7ce25, imageName=ubuntu-bionic-CNAF-x86_64, imageDescription=null, architecture=x86_64, type=Linux, distribution=ubuntu, version=18.04, service=https://cloud-api-pub.cr.cnaf.infn.it:5000/v3, userName=null, gpuDriver=false, gpuDriverVersion=null, cudaSupport=false, cudaVersion=null, cuDnnVersion=null), Image(id=0237778382aeba687ecf99041401f27a, imageId=8a7778d8-34cf-4666-831b-4affc067adce, imageName=centos-8-CNAF-x86_64, imageDescription=null, architecture=x86_64, type=Linux, distribution=centos, version=8, service=https://cloud-api-pub.cr.cnaf.infn.it:5000/v3, userName=null, gpuDriver=false, gpuDriverVersion=null, cudaSupport=false, cudaVersion=null, cuDnnVersion=null)]> of provider <INFN-CNAF_TB08_3133f687-c369-4d7a-954e-e4aa46b8c04f>: <INFN-CNAF_TB08>
2021-01-31 21:45:06.316 DEBUG req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-106] i.r.o.service.CmdbServiceImpl : Flavor list for service <[Flavor(id=0237778382aeba687ecf99041401f8f2, flavorId=6ec61b34-2c42-422f-9f39-520df6dc488c, flavorName=iotwins.large, memSize=8196.0, numCpus=4, diskSize=80.0, numGpus=0, gpuVendor=null, gpuModel=null, infinibandSupport=false), Flavor(id=0237778382aeba687ecf9904140202ba, flavorId=55f6c722-fc5d-40de-a100-966301624d72, flavorName=iotwins.8CPU_16GB_100GB_1V100, memSize=16384.0, numCpus=8, diskSize=100.0, numGpus=0, gpuVendor=null, gpuModel=null, infinibandSupport=false), Flavor(id=0237778382aeba687ecf990414020338, flavorId=ec528d11-837b-4fa3-99bb-9083ecc53168, flavorName=iotwins.medium, memSize=4096.0, numCpus=2, diskSize=40.0, numGpus=0, gpuVendor=null, gpuModel=null, infinibandSupport=false), Flavor(id=0237778382aeba687ecf99041402212f, flavorId=7fd5c084-8924-4d41-9755-cf0b27e1a8d8, flavorName=iotwins.xlarge, memSize=16384.0, numCpus=8, diskSize=160.0, numGpus=0, gpuVendor=null, gpuModel=null, infinibandSupport=false), Flavor(id=0237778382aeba687ecf990414023c20, flavorId=a4b21663-2af6-4b39-9cb6-7479f6d37c39, flavorName=iotwins.tiny, memSize=512.0, numCpus=1, diskSize=10.0, numGpus=0, gpuVendor=null, gpuModel=null, infinibandSupport=false)]> of provider <INFN-CNAF_TB08_3133f687-c369-4d7a-954e-e4aa46b8c04f>: <INFN-CNAF_TB08>
2021-01-31 21:45:06.408 DEBUG req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-106] i.r.o.service.CmdbServiceImpl : Image list for service <[Image(id=0237778382aeba687ecf9904140151c1, imageId=6345e75f-c527-4a34-9561-33e37c0188e5, imageName=ubuntu-focal-CNAF-x86_64, imageDescription=null, architecture=x86_64, type=Linux, distribution=ubuntu, version=20.04, service=https://cloud-api-pub.cr.cnaf.infn.it:5000/v3, userName=null, gpuDriver=false, gpuDriverVersion=null, cudaSupport=false, cudaVersion=null, cuDnnVersion=null), Image(id=0237778382aeba687ecf990414015f8b, imageId=75662272-2372-49b8-8c51-7bd3aa1567f2, imageName=cirros-0.4.0, imageDescription=null, architecture=x86_64, type=Linux, distribution=null, version=null, service=https://cloud-api-pub.cr.cnaf.infn.it:5000/v3, userName=null, gpuDriver=false, gpuDriverVersion=null, cudaSupport=false, cudaVersion=null, cuDnnVersion=null), Image(id=0237778382aeba687ecf990414015ff0, imageId=31e12b9a-4986-4fbc-aa58-2c533dca0d84, imageName=centos-7-CNAF-x86_64, imageDescription=null, architecture=x86_64, type=Linux, distribution=centos, version=7, service=https://cloud-api-pub.cr.cnaf.infn.it:5000/v3, userName=null, gpuDriver=false, gpuDriverVersion=null, cudaSupport=false, cudaVersion=null, cuDnnVersion=null), Image(id=0237778382aeba687ecf9904140163de, imageId=8558f3c5-af7f-46e0-b1dd-b61a0ced1291, imageName=centos-6-CNAF-x86_64, imageDescription=null, architecture=x86_64, type=Linux, distribution=centos, version=6, service=https://cloud-api-pub.cr.cnaf.infn.it:5000/v3, userName=null, gpuDriver=false, gpuDriverVersion=null, cudaSupport=false, cudaVersion=null, cuDnnVersion=null), Image(id=0237778382aeba687ecf990414016d3f, imageId=94a76d1e-cacb-48ce-ad69-c0b26fd9bb53, imageName=ubuntu-xenial-CNAF-x86_64, imageDescription=null, architecture=x86_64, type=Linux, distribution=ubuntu, version=16.04, service=https://cloud-api-pub.cr.cnaf.infn.it:5000/v3, userName=null, gpuDriver=false, gpuDriverVersion=null, cudaSupport=false, cudaVersion=null, cuDnnVersion=null), Image(id=0237778382aeba687ecf990414017666, imageId=9ed8e7ef-e932-4850-9576-805668f7ce25, imageName=ubuntu-bionic-CNAF-x86_64, imageDescription=null, architecture=x86_64, type=Linux, distribution=ubuntu, version=18.04, service=https://cloud-api-pub.cr.cnaf.infn.it:5000/v3, userName=null, gpuDriver=false, gpuDriverVersion=null, cudaSupport=false, cudaVersion=null, cuDnnVersion=null), Image(id=0237778382aeba687ecf990414017fa5, imageId=8a7778d8-34cf-4666-831b-4affc067adce, imageName=centos-8-CNAF-x86_64, imageDescription=null, architecture=x86_64, type=Linux, distribution=centos, version=8, service=https://cloud-api-pub.cr.cnaf.infn.it:5000/v3, userName=null, gpuDriver=false, gpuDriverVersion=null, cudaSupport=false, cudaVersion=null, cuDnnVersion=null)]> of provider <INFN-CNAF_TB07_406b0658-126f-4f49-850e-cdb169b978db>: <INFN-CNAF_TB07>
2021-01-31 21:45:06.408 DEBUG req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-106] i.r.o.service.CmdbServiceImpl : Flavor list for service <[Flavor(id=0237778382aeba687ecf99041401800b, flavorId=6ec61b34-2c42-422f-9f39-520df6dc488c, flavorName=iotwins.large, memSize=8196.0, numCpus=4, diskSize=80.0, numGpus=0, gpuVendor=null, gpuModel=null, infinibandSupport=false), Flavor(id=0237778382aeba687ecf990414019302, flavorId=55f6c722-fc5d-40de-a100-966301624d72, flavorName=iotwins.8CPU_16GB_100GB_1V100, memSize=16384.0, numCpus=8, diskSize=100.0, numGpus=0, gpuVendor=null, gpuModel=null, infinibandSupport=false), Flavor(id=0237778382aeba687ecf990414019703, flavorId=ec528d11-837b-4fa3-99bb-9083ecc53168, flavorName=iotwins.medium, memSize=4096.0, numCpus=2, diskSize=40.0, numGpus=0, gpuVendor=null, gpuModel=null, infinibandSupport=false), Flavor(id=0237778382aeba687ecf99041401ae7b, flavorId=7fd5c084-8924-4d41-9755-cf0b27e1a8d8, flavorName=iotwins.xlarge, memSize=16384.0, numCpus=8, diskSize=160.0, numGpus=0, gpuVendor=null, gpuModel=null, infinibandSupport=false), Flavor(id=0237778382aeba687ecf99041401d200, flavorId=a4b21663-2af6-4b39-9cb6-7479f6d37c39, flavorName=iotwins.tiny, memSize=512.0, numCpus=1, diskSize=10.0, numGpus=0, gpuVendor=null, gpuModel=null, infinibandSupport=false)]> of provider <INFN-CNAF_TB07_406b0658-126f-4f49-850e-cdb169b978db>: <INFN-CNAF_TB07>
2021-01-31 21:45:06.487 DEBUG req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-106] i.r.o.service.CmdbServiceImpl : Image list for service <[Image(id=0237778382aeba687ecf99041400b8ea, imageId=6345e75f-c527-4a34-9561-33e37c0188e5, imageName=ubuntu-focal-CNAF-x86_64, imageDescription=null, architecture=x86_64, type=Linux, distribution=ubuntu, version=20.04, service=https://cloud-api-pub.cr.cnaf.infn.it:5000/v3, userName=null, gpuDriver=false, gpuDriverVersion=null, cudaSupport=false, cudaVersion=null, cuDnnVersion=null), Image(id=0237778382aeba687ecf99041400bfee, imageId=75662272-2372-49b8-8c51-7bd3aa1567f2, imageName=cirros-0.4.0, imageDescription=null, architecture=x86_64, type=Linux, distribution=null, version=null, service=https://cloud-api-pub.cr.cnaf.infn.it:5000/v3, userName=null, gpuDriver=false, gpuDriverVersion=null, cudaSupport=false, cudaVersion=null, cuDnnVersion=null), Image(id=0237778382aeba687ecf99041400ca3f, imageId=31e12b9a-4986-4fbc-aa58-2c533dca0d84, imageName=centos-7-CNAF-x86_64, imageDescription=null, architecture=x86_64, type=Linux, distribution=null, version=null, service=https://cloud-api-pub.cr.cnaf.infn.it:5000/v3, userName=null, gpuDriver=false, gpuDriverVersion=null, cudaSupport=false, cudaVersion=null, cuDnnVersion=null), Image(id=0237778382aeba687ecf99041400d3c1, imageId=8558f3c5-af7f-46e0-b1dd-b61a0ced1291, imageName=centos-6-CNAF-x86_64, imageDescription=null, architecture=x86_64, type=Linux, distribution=centos, version=6, service=https://cloud-api-pub.cr.cnaf.infn.it:5000/v3, userName=null, gpuDriver=false, gpuDriverVersion=null, cudaSupport=false, cudaVersion=null, cuDnnVersion=null), Image(id=0237778382aeba687ecf99041400d508, imageId=94a76d1e-cacb-48ce-ad69-c0b26fd9bb53, imageName=ubuntu-xenial-CNAF-x86_64, imageDescription=null, architecture=x86_64, type=Linux, distribution=ubuntu, version=16.04, service=https://cloud-api-pub.cr.cnaf.infn.it:5000/v3, userName=null, gpuDriver=false, gpuDriverVersion=null, cudaSupport=false, cudaVersion=null, cuDnnVersion=null), Image(id=0237778382aeba687ecf99041400d970, imageId=9ed8e7ef-e932-4850-9576-805668f7ce25, imageName=ubuntu-bionic-CNAF-x86_64, imageDescription=null, architecture=x86_64, type=Linux, distribution=ubuntu, version=18.04, service=https://cloud-api-pub.cr.cnaf.infn.it:5000/v3, userName=null, gpuDriver=false, gpuDriverVersion=null, cudaSupport=false, cudaVersion=null, cuDnnVersion=null), Image(id=0237778382aeba687ecf99041400db5d, imageId=8a7778d8-34cf-4666-831b-4affc067adce, imageName=centos-8-CNAF-x86_64, imageDescription=null, architecture=x86_64, type=Linux, distribution=centos, version=8, service=https://cloud-api-pub.cr.cnaf.infn.it:5000/v3, userName=null, gpuDriver=false, gpuDriverVersion=null, cudaSupport=false, cudaVersion=null, cuDnnVersion=null)]> of provider <INFN-CNAF_TB02_807d6c33-8b58-475d-801b-0ef05ded5f94>: <INFN-CNAF_TB02>
2021-01-31 21:45:06.487 DEBUG req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-106] i.r.o.service.CmdbServiceImpl : Flavor list for service <[Flavor(id=0237778382aeba687ecf99041400e041, flavorId=6ec61b34-2c42-422f-9f39-520df6dc488c, flavorName=iotwins.large, memSize=8196.0, numCpus=4, diskSize=80.0, numGpus=0, gpuVendor=null, gpuModel=null, infinibandSupport=false), Flavor(id=0237778382aeba687ecf99041400f698, flavorId=55f6c722-fc5d-40de-a100-966301624d72, flavorName=iotwins.8CPU_16GB_100GB_1V100, memSize=16384.0, numCpus=8, diskSize=100.0, numGpus=0, gpuVendor=null, gpuModel=null, infinibandSupport=false), Flavor(id=0237778382aeba687ecf99041401024d, flavorId=ec528d11-837b-4fa3-99bb-9083ecc53168, flavorName=iotwins.medium, memSize=4096.0, numCpus=2, diskSize=40.0, numGpus=0, gpuVendor=null, gpuModel=null, infinibandSupport=false), Flavor(id=0237778382aeba687ecf9904140111f0, flavorId=7fd5c084-8924-4d41-9755-cf0b27e1a8d8, flavorName=iotwins.xlarge, memSize=16384.0, numCpus=8, diskSize=160.0, numGpus=0, gpuVendor=null, gpuModel=null, infinibandSupport=false), Flavor(id=0237778382aeba687ecf990414012f9a, flavorId=a4b21663-2af6-4b39-9cb6-7479f6d37c39, flavorName=iotwins.tiny, memSize=512.0, numCpus=1, diskSize=10.0, numGpus=0, gpuVendor=null, gpuModel=null, infinibandSupport=false), Flavor(id=0237778382aeba687ecf990414013ee3, flavorId=2ca7eb88-2a88-41df-af5d-b0918127579a, flavorName=iotwins.small, memSize=2048.0, numCpus=1, diskSize=20.0, numGpus=0, gpuVendor=null, gpuModel=null, infinibandSupport=false)]> of provider <INFN-CNAF_TB02_807d6c33-8b58-475d-801b-0ef05ded5f94>: <INFN-CNAF_TB02>
2021-01-31 21:45:06.564 DEBUG req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-106] i.r.o.service.CmdbServiceImpl : Image list for service <[Image(id=0237778382aeba687ecf990414024b4d, imageId=6345e75f-c527-4a34-9561-33e37c0188e5, imageName=ubuntu-focal-CNAF-x86_64, imageDescription=null, architecture=x86_64, type=Linux, distribution=ubuntu, version=20.04, service=https://cloud-api-pub.cr.cnaf.infn.it:5000/v3, userName=null, gpuDriver=false, gpuDriverVersion=null, cudaSupport=false, cudaVersion=null, cuDnnVersion=null), Image(id=0237778382aeba687ecf9904140258b9, imageId=75662272-2372-49b8-8c51-7bd3aa1567f2, imageName=cirros-0.4.0, imageDescription=null, architecture=x86_64, type=Linux, distribution=null, version=null, service=https://cloud-api-pub.cr.cnaf.infn.it:5000/v3, userName=null, gpuDriver=false, gpuDriverVersion=null, cudaSupport=false, cudaVersion=null, cuDnnVersion=null), Image(id=0237778382aeba687ecf99041402613c, imageId=31e12b9a-4986-4fbc-aa58-2c533dca0d84, imageName=centos-7-CNAF-x86_64, imageDescription=null, architecture=x86_64, type=Linux, distribution=centos, version=7, service=https://cloud-api-pub.cr.cnaf.infn.it:5000/v3, userName=null, gpuDriver=false, gpuDriverVersion=null, cudaSupport=false, cudaVersion=null, cuDnnVersion=null), Image(id=0237778382aeba687ecf990414026777, imageId=8558f3c5-af7f-46e0-b1dd-b61a0ced1291, imageName=centos-6-CNAF-x86_64, imageDescription=null, architecture=x86_64, type=Linux, distribution=centos, version=6, service=https://cloud-api-pub.cr.cnaf.infn.it:5000/v3, userName=null, gpuDriver=false, gpuDriverVersion=null, cudaSupport=false, cudaVersion=null, cuDnnVersion=null), Image(id=0237778382aeba687ecf990414026b6b, imageId=94a76d1e-cacb-48ce-ad69-c0b26fd9bb53, imageName=ubuntu-xenial-CNAF-x86_64, imageDescription=null, architecture=x86_64, type=Linux, distribution=ubuntu, version=16.04, service=https://cloud-api-pub.cr.cnaf.infn.it:5000/v3, userName=null, gpuDriver=false, gpuDriverVersion=null, cudaSupport=false, cudaVersion=null, cuDnnVersion=null), Image(id=0237778382aeba687ecf990414027455, imageId=9ed8e7ef-e932-4850-9576-805668f7ce25, imageName=ubuntu-bionic-CNAF-x86_64, imageDescription=null, architecture=x86_64, type=Linux, distribution=ubuntu, version=18.04, service=https://cloud-api-pub.cr.cnaf.infn.it:5000/v3, userName=null, gpuDriver=false, gpuDriverVersion=null, cudaSupport=false, cudaVersion=null, cuDnnVersion=null), Image(id=0237778382aeba687ecf990414027707, imageId=8a7778d8-34cf-4666-831b-4affc067adce, imageName=centos-8-CNAF-x86_64, imageDescription=null, architecture=x86_64, type=Linux, distribution=centos, version=8, service=https://cloud-api-pub.cr.cnaf.infn.it:5000/v3, userName=null, gpuDriver=false, gpuDriverVersion=null, cudaSupport=false, cudaVersion=null, cuDnnVersion=null)]> of provider <INFN-CNAF_TB12_a5dd06ea-5e90-48f5-a2bd-253468df41d1>: <INFN-CNAF_TB12>
2021-01-31 21:45:06.564 DEBUG req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-106] i.r.o.service.CmdbServiceImpl : Flavor list for service <[Flavor(id=0237778382aeba687ecf9904140285a0, flavorId=6ec61b34-2c42-422f-9f39-520df6dc488c, flavorName=iotwins.large, memSize=8196.0, numCpus=4, diskSize=80.0, numGpus=0, gpuVendor=null, gpuModel=null, infinibandSupport=false), Flavor(id=0237778382aeba687ecf990414029d34, flavorId=55f6c722-fc5d-40de-a100-966301624d72, flavorName=iotwins.8CPU_16GB_100GB_1V100, memSize=16384.0, numCpus=8, diskSize=100.0, numGpus=0, gpuVendor=null, gpuModel=null, infinibandSupport=false), Flavor(id=0237778382aeba687ecf99041402a519, flavorId=ec528d11-837b-4fa3-99bb-9083ecc53168, flavorName=iotwins.medium, memSize=4096.0, numCpus=2, diskSize=40.0, numGpus=0, gpuVendor=null, gpuModel=null, infinibandSupport=false), Flavor(id=0237778382aeba687ecf99041402ca01, flavorId=7fd5c084-8924-4d41-9755-cf0b27e1a8d8, flavorName=iotwins.xlarge, memSize=16384.0, numCpus=8, diskSize=160.0, numGpus=0, gpuVendor=null, gpuModel=null, infinibandSupport=false), Flavor(id=0237778382aeba687ecf99041402e7ec, flavorId=a4b21663-2af6-4b39-9cb6-7479f6d37c39, flavorName=iotwins.tiny, memSize=512.0, numCpus=1, diskSize=10.0, numGpus=0, gpuVendor=null, gpuModel=null, infinibandSupport=false), Flavor(id=0237778382aeba687ecf99041402eccd, flavorId=2ca7eb88-2a88-41df-af5d-b0918127579a, flavorName=iotwins.small, memSize=2048.0, numCpus=1, diskSize=20.0, numGpus=0, gpuVendor=null, gpuModel=null, infinibandSupport=false)]> of provider <INFN-CNAF_TB12_a5dd06ea-5e90-48f5-a2bd-253468df41d1>: <INFN-CNAF_TB12>
2021-01-31 21:45:06.675 DEBUG req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-106] i.r.o.service.CmdbServiceImpl : Image list for service <[Image(id=0237778382aeba687ecf9904140035c3, imageId=6345e75f-c527-4a34-9561-33e37c0188e5, imageName=ubuntu-focal-CNAF-x86_64, imageDescription=null, architecture=x86_64, type=Linux, distribution=ubuntu, version=20.04, service=https://cloud-api-pub.cr.cnaf.infn.it:5000/v3, userName=null, gpuDriver=false, gpuDriverVersion=null, cudaSupport=false, cudaVersion=null, cuDnnVersion=null), Image(id=0237778382aeba687ecf9904140039d5, imageId=75662272-2372-49b8-8c51-7bd3aa1567f2, imageName=cirros-0.4.0, imageDescription=null, architecture=x86_64, type=Linux, distribution=null, version=null, service=https://cloud-api-pub.cr.cnaf.infn.it:5000/v3, userName=null, gpuDriver=false, gpuDriverVersion=null, cudaSupport=false, cudaVersion=null, cuDnnVersion=null), Image(id=0237778382aeba687ecf9904140048dc, imageId=31e12b9a-4986-4fbc-aa58-2c533dca0d84, imageName=centos-7-CNAF-x86_64, imageDescription=null, architecture=x86_64, type=Linux, distribution=centos, version=7, service=https://cloud-api-pub.cr.cnaf.infn.it:5000/v3, userName=null, gpuDriver=false, gpuDriverVersion=null, cudaSupport=false, cudaVersion=null, cuDnnVersion=null), Image(id=0237778382aeba687ecf990414004dce, imageId=8558f3c5-af7f-46e0-b1dd-b61a0ced1291, imageName=centos-6-CNAF-x86_64, imageDescription=null, architecture=x86_64, type=Linux, distribution=centos, version=6, service=https://cloud-api-pub.cr.cnaf.infn.it:5000/v3, userName=null, gpuDriver=false, gpuDriverVersion=null, cudaSupport=false, cudaVersion=null, cuDnnVersion=null), Image(id=0237778382aeba687ecf990414005288, imageId=94a76d1e-cacb-48ce-ad69-c0b26fd9bb53, imageName=ubuntu-xenial-CNAF-x86_64, imageDescription=null, architecture=x86_64, type=Linux, distribution=ubuntu, version=16.04, service=https://cloud-api-pub.cr.cnaf.infn.it:5000/v3, userName=null, gpuDriver=false, gpuDriverVersion=null, cudaSupport=false, cudaVersion=null, cuDnnVersion=null), Image(id=0237778382aeba687ecf9904140059c1, imageId=9ed8e7ef-e932-4850-9576-805668f7ce25, imageName=ubuntu-bionic-CNAF-x86_64, imageDescription=null, architecture=x86_64, type=Linux, distribution=ubuntu, version=18.04, service=https://cloud-api-pub.cr.cnaf.infn.it:5000/v3, userName=null, gpuDriver=false, gpuDriverVersion=null, cudaSupport=false, cudaVersion=null, cuDnnVersion=null), Image(id=0237778382aeba687ecf9904140065a7, imageId=8a7778d8-34cf-4666-831b-4affc067adce, imageName=centos-8-CNAF-x86_64, imageDescription=null, architecture=x86_64, type=Linux, distribution=centos, version=8, service=https://cloud-api-pub.cr.cnaf.infn.it:5000/v3, userName=null, gpuDriver=false, gpuDriverVersion=null, cudaSupport=false, cudaVersion=null, cuDnnVersion=null)]> of provider <INFN-CNAF_TB01_7b2ad467-83b5-4498-b1d6-b990b1fb7869>: <INFN-CNAF_TB01>
2021-01-31 21:45:06.675 DEBUG req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-106] i.r.o.service.CmdbServiceImpl : Flavor list for service <[Flavor(id=0237778382aeba687ecf990414006af3, flavorId=6ec61b34-2c42-422f-9f39-520df6dc488c, flavorName=iotwins.large, memSize=8196.0, numCpus=4, diskSize=80.0, numGpus=0, gpuVendor=null, gpuModel=null, infinibandSupport=false), Flavor(id=0237778382aeba687ecf990414006f2c, flavorId=55f6c722-fc5d-40de-a100-966301624d72, flavorName=iotwins.8CPU_16GB_100GB_1V100, memSize=16384.0, numCpus=8, diskSize=100.0, numGpus=0, gpuVendor=null, gpuModel=null, infinibandSupport=false), Flavor(id=0237778382aeba687ecf9904140070e8, flavorId=ec528d11-837b-4fa3-99bb-9083ecc53168, flavorName=iotwins.medium, memSize=4096.0, numCpus=2, diskSize=40.0, numGpus=0, gpuVendor=null, gpuModel=null, infinibandSupport=false), Flavor(id=0237778382aeba687ecf990414008340, flavorId=7fd5c084-8924-4d41-9755-cf0b27e1a8d8, flavorName=iotwins.xlarge, memSize=16384.0, numCpus=8, diskSize=160.0, numGpus=0, gpuVendor=null, gpuModel=null, infinibandSupport=false), Flavor(id=0237778382aeba687ecf99041400a4f8, flavorId=a4b21663-2af6-4b39-9cb6-7479f6d37c39, flavorName=iotwins.tiny, memSize=512.0, numCpus=1, diskSize=10.0, numGpus=0, gpuVendor=null, gpuModel=null, infinibandSupport=false), Flavor(id=0237778382aeba687ecf99041400b160, flavorId=2ca7eb88-2a88-41df-af5d-b0918127579a, flavorName=iotwins.small, memSize=2048.0, numCpus=1, diskSize=20.0, numGpus=0, gpuVendor=null, gpuModel=null, infinibandSupport=false)]> of provider <INFN-CNAF_TB01_7b2ad467-83b5-4498-b1d6-b990b1fb7869>: <INFN-CNAF_TB01>
2021-01-31 21:45:06.679 INFO req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-106] i.r.o.service.commands.BaseJavaDelegate : Task Get CMDB - ENDED SUCCESSFULLY
2021-01-31 21:45:06.737 INFO req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-107] i.r.o.service.commands.BaseJavaDelegate : Task Get Dynafed - STARTED
2021-01-31 21:45:06.743 INFO req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-107] i.r.o.service.commands.BaseJavaDelegate : Task Get Dynafed - ENDED SUCCESSFULLY
2021-01-31 21:45:07.324 INFO req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-109] i.r.o.service.commands.BaseJavaDelegate : Task Get OneData - STARTED
2021-01-31 21:45:07.335 INFO req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-109] i.r.o.service.commands.BaseJavaDelegate : Task Get OneData - ENDED SUCCESSFULLY
2021-01-31 21:45:07.371 INFO req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-110] i.r.o.service.commands.BaseJavaDelegate : Task Prefilter Cloud Providers - STARTED
2021-01-31 21:45:07.375 DEBUG req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-110] i.r.o.s.c.PrefilterCloudProviders : Discarded service INFN-CNAF_TB08_3133f687-c369-4d7a-954e-e4aa46b8c04f of provider INFN-CNAF_TB08 because it doesn't match SLA policies
2021-01-31 21:45:07.375 DEBUG req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-110] i.r.o.s.c.PrefilterCloudProviders : Discarded service INFN-CNAF_TB07_406b0658-126f-4f49-850e-cdb169b978db of provider INFN-CNAF_TB07 because it doesn't match SLA policies
2021-01-31 21:45:07.376 DEBUG req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-110] i.r.o.s.c.PrefilterCloudProviders : Discarded service INFN-CNAF_TB01_7b2ad467-83b5-4498-b1d6-b990b1fb7869 of provider INFN-CNAF_TB01 because it doesn't match SLA policies
2021-01-31 21:45:07.376 DEBUG req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-110] i.r.o.s.c.PrefilterCloudProviders : Discarded service INFN-CNAF_TB12_a5dd06ea-5e90-48f5-a2bd-253468df41d1 of provider INFN-CNAF_TB12 because it doesn't match SLA policies
2021-01-31 21:45:07.376 DEBUG req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-110] i.r.o.s.c.PrefilterCloudProviders : Discarded provider INFN-CNAF_TB08 because it doesn't have any compute service matching the deployment requirements
2021-01-31 21:45:07.377 DEBUG req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-110] i.r.o.s.c.PrefilterCloudProviders : Discarded provider INFN-CNAF_TB07 because it doesn't have any compute service matching the deployment requirements
2021-01-31 21:45:07.377 DEBUG req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-110] i.r.o.s.c.PrefilterCloudProviders : Discarded provider INFN-CNAF_TB01 because it doesn't have any compute service matching the deployment requirements
2021-01-31 21:45:07.378 DEBUG req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-110] i.r.o.s.c.PrefilterCloudProviders : Discarded provider INFN-CNAF_TB12 because it doesn't have any compute service matching the deployment requirements
2021-01-31 21:45:07.383 INFO req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-110] i.r.o.tosca.RemoteRepositoryServiceImpl : Fetching local TOSCA dependency jar:file:/orchestrator/orchestrator.war!/WEB-INF/lib/orchestrator-2.4.1-RC.1.jar!/tosca-definitions/tosca-normative-types-1.0.0.yaml
2021-01-31 21:45:07.384 INFO req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-110] i.r.o.tosca.RemoteRepositoryServiceImpl : Fetched local TOSCA dependency jar:file:/orchestrator/orchestrator.war!/WEB-INF/lib/orchestrator-2.4.1-RC.1.jar!/tosca-definitions/tosca-normative-types-1.0.0.yaml
2021-01-31 21:45:07.399 WARN req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-110] i.r.orchestrator.tosca.TemplateParser : Non-fatal error parsing TOSCA template jar:file:/orchestrator/orchestrator.war!/WEB-INF/lib/orchestrator-2.4.1-RC.1.jar!/tosca-definitions/tosca-normative-types-1.0.0.yaml:
ParsingError(errorLevel=WARNING, errorCode=UNRECOGNIZED_PROPERTY, context=Ignored field during import, startMark=SimpleMark(line=63, column=9), problem=tosca key is not recognized, endMark=SimpleMark(line=65, column=7), note=entry_schema)
ParsingError(errorLevel=WARNING, errorCode=UNRECOGNIZED_PROPERTY, context=Ignored field during import, startMark=SimpleMark(line=67, column=9), problem=tosca key is not recognized, endMark=SimpleMark(line=69, column=5), note=entry_schema)
ParsingError(errorLevel=WARNING, errorCode=UNRECOGNIZED_PROPERTY, context=Ignored field during import, startMark=SimpleMark(line=401, column=9), problem=tosca key is not recognized, endMark=SimpleMark(line=401, column=29), note=status)
ParsingError(errorLevel=WARNING, errorCode=UNRECOGNIZED_PROPERTY, context=Ignored field during import, startMark=SimpleMark(line=599, column=9), problem=tosca key is not recognized, endMark=SimpleMark(line=599, column=29), note=status)
ParsingError(errorLevel=WARNING, errorCode=UNRECOGNIZED_PROPERTY, context=Ignored field during import, startMark=SimpleMark(line=604, column=9), problem=tosca key is not recognized, endMark=SimpleMark(line=604, column=29), note=status)
ParsingError(errorLevel=WARNING, errorCode=UNRECOGNIZED_PROPERTY, context=Ignored field during import, startMark=SimpleMark(line=742, column=1), problem=tosca key is not recognized, endMark=SimpleMark(line=782, column=1), note=interface_types)
ParsingError(errorLevel=WARNING, errorCode=UNRECOGNIZED_PROPERTY, context=Ignored field during import, startMark=SimpleMark(line=970, column=1), problem=tosca key is not recognized, endMark=SimpleMark(line=976, column=1), note=group_types)
2021-01-31 21:45:07.400 INFO req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-110] i.r.o.tosca.RemoteRepositoryServiceImpl : Parsed local TOSCA dependency jar:file:/orchestrator/orchestrator.war!/WEB-INF/lib/orchestrator-2.4.1-RC.1.jar!/tosca-definitions/tosca-normative-types-1.0.0.yaml
2021-01-31 21:45:07.535 INFO req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-110] i.r.o.tosca.RemoteRepositoryServiceImpl : Fetching remote TOSCA dependency https://raw.githubusercontent.com/indigo-dc/tosca-types/master/custom_types.yaml
2021-01-31 21:45:07.556 INFO req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-110] i.r.o.tosca.RemoteRepositoryServiceImpl : Fetched remote TOSCA dependency https://raw.githubusercontent.com/indigo-dc/tosca-types/master/custom_types.yaml
2021-01-31 21:45:07.605 WARN req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-110] i.r.orchestrator.tosca.TemplateParser : Non-fatal error parsing TOSCA template https://raw.githubusercontent.com/indigo-dc/tosca-types/master/custom_types.yaml:
ParsingError(errorLevel=WARNING, errorCode=UNRECOGNIZED_PROPERTY, context=Ignored field during import, startMark=SimpleMark(line=205, column=9), problem=tosca key is not recognized, endMark=SimpleMark(line=208, column=3), note=entry_schema)
ParsingError(errorLevel=WARNING, errorCode=UNRECOGNIZED_PROPERTY, context=Ignored field during import, startMark=SimpleMark(line=340, column=9), problem=tosca key is not recognized, endMark=SimpleMark(line=342, column=7), note=entry_schema)
ParsingError(errorLevel=WARNING, errorCode=UNRECOGNIZED_PROPERTY, context=Ignored field during import, startMark=SimpleMark(line=344, column=9), problem=tosca key is not recognized, endMark=SimpleMark(line=346, column=7), note=entry_schema)
ParsingError(errorLevel=WARNING, errorCode=UNRECOGNIZED_PROPERTY, context=Ignored field during import, startMark=SimpleMark(line=1486, column=9), problem=tosca key is not recognized, endMark=SimpleMark(line=1486, column=29), note=entry_schema)
2021-01-31 21:45:07.605 INFO req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-110] i.r.o.tosca.RemoteRepositoryServiceImpl : Parsed remote TOSCA dependency https://raw.githubusercontent.com/indigo-dc/tosca-types/master/custom_types.yaml
2021-01-31 21:45:07.613 DEBUG req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-110] i.r.o.s.IndigoInputsPreProcessorService : TOSCA input function replacement: <node_templates[simple_node][capabilities][scalable][properties][count]>, input name <num_instances>, input value <1>
2021-01-31 21:45:07.613 DEBUG req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-110] i.r.o.s.IndigoInputsPreProcessorService : TOSCA input function replacement: <node_templates[simple_node][capabilities][os][properties][distribution]>, input name <os_distribution>, input value <ubuntu>
2021-01-31 21:45:07.614 DEBUG req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-110] i.r.o.s.IndigoInputsPreProcessorService : TOSCA input function replacement: <node_templates[simple_node][capabilities][os][properties][version]>, input name <os_version>, input value <16.04>
2021-01-31 21:45:07.614 DEBUG req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-110] i.r.o.s.IndigoInputsPreProcessorService : TOSCA input function replacement: <node_templates[simple_node][capabilities][host][properties][num_cpus]>, input name <num_cpus>, input value <1>
2021-01-31 21:45:07.615 DEBUG req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-110] i.r.o.s.IndigoInputsPreProcessorService : TOSCA input function replacement: <node_templates[simple_node][capabilities][host][properties][mem_size]>, input name <mem_size>, input value <2 GB>
2021-01-31 21:45:07.616 DEBUG req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-110] i.r.o.service.ToscaServiceImpl : Looking up images by metatada Image(id=null, imageId=null, imageName=null, imageDescription=null, architecture=null, type=null, distribution=ubuntu, version=16.04, service=null, userName=null, gpuDriver=null, gpuDriverVersion=null, cudaSupport=null, cudaVersion=null, cuDnnVersion=null)
2021-01-31 21:45:07.616 DEBUG req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-110] i.r.o.service.ToscaServiceImpl : Found image match in service <INFN-CNAF_TB02_807d6c33-8b58-475d-801b-0ef05ded5f94> of provider <INFN-CNAF_TB02>: Image(id=0237778382aeba687ecf99041400d508, imageId=94a76d1e-cacb-48ce-ad69-c0b26fd9bb53, imageName=ubuntu-xenial-CNAF-x86_64, imageDescription=null, architecture=x86_64, type=Linux, distribution=ubuntu, version=16.04, service=https://cloud-api-pub.cr.cnaf.infn.it:5000/v3, userName=null, gpuDriver=false, gpuDriverVersion=null, cudaSupport=false, cudaVersion=null, cuDnnVersion=null)
2021-01-31 21:45:07.617 DEBUG req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-110] i.r.o.service.ToscaServiceImpl : Looking up flavors by metatada Flavor(id=null, flavorId=null, flavorName=null, memSize=2000.0, numCpus=1, diskSize=null, numGpus=null, gpuVendor=null, gpuModel=null, infinibandSupport=null)
2021-01-31 21:45:07.617 DEBUG req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-110] i.r.o.service.ToscaServiceImpl : Found flavor match in service <INFN-CNAF_TB02_807d6c33-8b58-475d-801b-0ef05ded5f94> of provider <INFN-CNAF_TB02>: Flavor(id=0237778382aeba687ecf990414013ee3, flavorId=2ca7eb88-2a88-41df-af5d-b0918127579a, flavorName=iotwins.small, memSize=2048.0, numCpus=1, diskSize=20.0, numGpus=0, gpuVendor=null, gpuModel=null, infinibandSupport=false)
2021-01-31 21:45:07.619 INFO req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-110] i.r.o.service.commands.BaseJavaDelegate : Task Prefilter Cloud Providers - ENDED SUCCESSFULLY
2021-01-31 21:45:07.661 INFO req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-111] i.r.o.service.commands.BaseJavaDelegate : Task Get Monitoring - STARTED
2021-01-31 21:45:07.668 WARN req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-111] i.r.o.s.commands.GetMonitoringData : Error retrieving monitoring data for provider <INFN-CNAF_TB02>
it.reply.orchestrator.exception.service.DeploymentException: Error fetching monitoring data for provider <INFN-CNAF_TB02>; nested exception is org.springframework.web.client.ResourceAccessException: I/O error on GET request for "http://192.168.1.5:8082/monitoring/adapters/zabbix/zones/indigo/types/infrastructure/groups/INFN-CNAF_TB02": Connect to 192.168.1.5:8082 [/192.168.1.5] failed: Connection refused (Connection refused); nested exception is org.apache.http.conn.HttpHostConnectException: Connect to 192.168.1.5:8082 [/192.168.1.5] failed: Connection refused (Connection refused)
at it.reply.orchestrator.service.MonitoringServiceImpl.getProviderData(MonitoringServiceImpl.java:69)
at it.reply.orchestrator.service.commands.GetMonitoringData.lambda$execute$0(GetMonitoringData.java:54)
at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
at java.util.Iterator.forEachRemaining(Iterator.java:116)
at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801)
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482)
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472)
at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499)
at it.reply.orchestrator.service.commands.GetMonitoringData.execute(GetMonitoringData.java:61)
at it.reply.orchestrator.service.commands.GetMonitoringData.execute(GetMonitoringData.java:36)
at it.reply.orchestrator.service.commands.BaseWorkflowCommand.customExecute(BaseWorkflowCommand.java:38)
at it.reply.orchestrator.service.commands.BaseJavaDelegate.execute(BaseJavaDelegate.java:57)
at org.flowable.engine.impl.delegate.invocation.JavaDelegateInvocation.invoke(JavaDelegateInvocation.java:35)
at org.flowable.engine.impl.delegate.invocation.DelegateInvocation.proceed(DelegateInvocation.java:35)
at org.flowable.engine.impl.delegate.invocation.DefaultDelegateInterceptor.handleInvocation(DefaultDelegateInterceptor.java:26)
at org.flowable.engine.impl.bpmn.behavior.ServiceTaskDelegateExpressionActivityBehavior.execute(ServiceTaskDelegateExpressionActivityBehavior.java:105)
at org.flowable.engine.impl.agenda.ContinueProcessOperation.executeActivityBehavior(ContinueProcessOperation.java:258)
at org.flowable.engine.impl.agenda.ContinueProcessOperation.executeSynchronous(ContinueProcessOperation.java:155)
at org.flowable.engine.impl.agenda.ContinueProcessOperation.continueThroughFlowNode(ContinueProcessOperation.java:112)
at org.flowable.engine.impl.agenda.ContinueProcessOperation.run(ContinueProcessOperation.java:76)
at org.flowable.engine.impl.interceptor.CommandInvoker.executeOperation(CommandInvoker.java:88)
at org.flowable.engine.impl.interceptor.CommandInvoker.executeOperations(CommandInvoker.java:72)
at org.flowable.engine.impl.interceptor.CommandInvoker.execute(CommandInvoker.java:56)
at org.flowable.engine.impl.interceptor.BpmnOverrideContextInterceptor.execute(BpmnOverrideContextInterceptor.java:25)
at org.flowable.engine.common.impl.interceptor.TransactionContextInterceptor.execute(TransactionContextInterceptor.java:53)
at org.flowable.engine.common.impl.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:71)
at org.flowable.idm.spring.SpringTransactionInterceptor$1.doInTransaction(SpringTransactionInterceptor.java:49)
at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:133)
at org.flowable.idm.spring.SpringTransactionInterceptor.execute(SpringTransactionInterceptor.java:46)
at org.flowable.engine.common.impl.interceptor.LogInterceptor.execute(LogInterceptor.java:30)
at org.flowable.engine.common.impl.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:56)
at org.flowable.engine.common.impl.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:51)
at org.flowable.job.service.impl.asyncexecutor.ExecuteAsyncRunnable.executeJob(ExecuteAsyncRunnable.java:128)
at org.flowable.job.service.impl.asyncexecutor.ExecuteAsyncRunnable.run(ExecuteAsyncRunnable.java:116)
at java.lang.Thread.run(Thread.java:748)
Caused by: org.springframework.web.client.ResourceAccessException: I/O error on GET request for "http://192.168.1.5:8082/monitoring/adapters/zabbix/zones/indigo/types/infrastructure/groups/INFN-CNAF_TB02": Connect to 192.168.1.5:8082 [/192.168.1.5] failed: Connection refused (Connection refused); nested exception is org.apache.http.conn.HttpHostConnectException: Connect to 192.168.1.5:8082 [/192.168.1.5] failed: Connection refused (Connection refused)
at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:675)
at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:637)
at org.springframework.web.client.RestTemplate.getForEntity(RestTemplate.java:337)
at it.reply.orchestrator.service.MonitoringServiceImpl.getProviderData(MonitoringServiceImpl.java:61)
... 36 common frames omitted
Caused by: org.apache.http.conn.HttpHostConnectException: Connect to 192.168.1.5:8082 [/192.168.1.5] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
at org.springframework.http.client.HttpComponentsClientHttpRequest.executeInternal(HttpComponentsClientHttpRequest.java:89)
at org.springframework.http.client.AbstractBufferingClientHttpRequest.executeInternal(AbstractBufferingClientHttpRequest.java:48)
at org.springframework.http.client.AbstractClientHttpRequest.execute(AbstractClientHttpRequest.java:53)
at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:661)
... 39 common frames omitted
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
at java.net.Socket.connect(Socket.java:589)
at org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 52 common frames omitted
2021-01-31 21:45:07.671 INFO req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-111] i.r.o.service.commands.BaseJavaDelegate : Task Get Monitoring - ENDED SUCCESSFULLY
2021-01-31 21:45:07.696 INFO req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-112] i.r.o.service.commands.BaseJavaDelegate : Task Get Providers Rank - STARTED
2021-01-31 21:45:07.740 INFO req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-112] i.r.o.service.commands.BaseJavaDelegate : Task Get Providers Rank - ENDED SUCCESSFULLY
2021-01-31 21:45:07.817 INFO req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-113] i.r.o.service.commands.BaseJavaDelegate : Task Choose Provider and update Deployment - STARTED
2021-01-31 21:45:07.825 DEBUG req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-113] i.r.o.service.commands.UpdateDeployment : Generated Cloud Provider Endpoint is: CloudProviderEndpoint(imEndpoint=null, cpEndpoint=https://cloud-api-pub.cr.cnaf.infn.it:5000/v3, cpComputeServiceId=INFN-CNAF_TB02_807d6c33-8b58-475d-801b-0ef05ded5f94, iaasType=OPENSTACK, region=Optional[sdds], iaasHeaderId=Optional.empty, vaultEndpoint=null, hybridCloudProviderEndpoints={}, iamEnabled=true, idpProtocol=openid)
2021-01-31 21:45:07.826 INFO req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-113] i.r.o.service.commands.BaseJavaDelegate : Task Choose Provider and update Deployment - ENDED SUCCESSFULLY
2021-01-31 21:45:07.890 INFO req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-114] i.r.o.service.commands.BaseJavaDelegate : Task Deploy - STARTED
2021-01-31 21:45:07.904 INFO req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-114] i.r.o.tosca.RemoteRepositoryServiceImpl : Fetching local TOSCA dependency jar:file:/orchestrator/orchestrator.war!/WEB-INF/lib/orchestrator-2.4.1-RC.1.jar!/tosca-definitions/tosca-normative-types-1.0.0.yaml
2021-01-31 21:45:07.904 INFO req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-114] i.r.o.tosca.RemoteRepositoryServiceImpl : Fetched local TOSCA dependency jar:file:/orchestrator/orchestrator.war!/WEB-INF/lib/orchestrator-2.4.1-RC.1.jar!/tosca-definitions/tosca-normative-types-1.0.0.yaml
2021-01-31 21:45:07.926 WARN req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-114] i.r.orchestrator.tosca.TemplateParser : Non-fatal error parsing TOSCA template jar:file:/orchestrator/orchestrator.war!/WEB-INF/lib/orchestrator-2.4.1-RC.1.jar!/tosca-definitions/tosca-normative-types-1.0.0.yaml:
ParsingError(errorLevel=WARNING, errorCode=UNRECOGNIZED_PROPERTY, context=Ignored field during import, startMark=SimpleMark(line=63, column=9), problem=tosca key is not recognized, endMark=SimpleMark(line=65, column=7), note=entry_schema)
ParsingError(errorLevel=WARNING, errorCode=UNRECOGNIZED_PROPERTY, context=Ignored field during import, startMark=SimpleMark(line=67, column=9), problem=tosca key is not recognized, endMark=SimpleMark(line=69, column=5), note=entry_schema)
ParsingError(errorLevel=WARNING, errorCode=UNRECOGNIZED_PROPERTY, context=Ignored field during import, startMark=SimpleMark(line=401, column=9), problem=tosca key is not recognized, endMark=SimpleMark(line=401, column=29), note=status)
ParsingError(errorLevel=WARNING, errorCode=UNRECOGNIZED_PROPERTY, context=Ignored field during import, startMark=SimpleMark(line=599, column=9), problem=tosca key is not recognized, endMark=SimpleMark(line=599, column=29), note=status)
ParsingError(errorLevel=WARNING, errorCode=UNRECOGNIZED_PROPERTY, context=Ignored field during import, startMark=SimpleMark(line=604, column=9), problem=tosca key is not recognized, endMark=SimpleMark(line=604, column=29), note=status)
ParsingError(errorLevel=WARNING, errorCode=UNRECOGNIZED_PROPERTY, context=Ignored field during import, startMark=SimpleMark(line=742, column=1), problem=tosca key is not recognized, endMark=SimpleMark(line=782, column=1), note=interface_types)
ParsingError(errorLevel=WARNING, errorCode=UNRECOGNIZED_PROPERTY, context=Ignored field during import, startMark=SimpleMark(line=970, column=1), problem=tosca key is not recognized, endMark=SimpleMark(line=976, column=1), note=group_types)
2021-01-31 21:45:07.926 INFO req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-114] i.r.o.tosca.RemoteRepositoryServiceImpl : Parsed local TOSCA dependency jar:file:/orchestrator/orchestrator.war!/WEB-INF/lib/orchestrator-2.4.1-RC.1.jar!/tosca-definitions/tosca-normative-types-1.0.0.yaml
2021-01-31 21:45:08.037 INFO req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-114] i.r.o.tosca.RemoteRepositoryServiceImpl : Fetching remote TOSCA dependency https://raw.githubusercontent.com/indigo-dc/tosca-types/master/custom_types.yaml
2021-01-31 21:45:08.076 INFO req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-114] i.r.o.tosca.RemoteRepositoryServiceImpl : Fetched remote TOSCA dependency https://raw.githubusercontent.com/indigo-dc/tosca-types/master/custom_types.yaml
2021-01-31 21:45:08.117 WARN req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-114] i.r.orchestrator.tosca.TemplateParser : Non-fatal error parsing TOSCA template https://raw.githubusercontent.com/indigo-dc/tosca-types/master/custom_types.yaml:
ParsingError(errorLevel=WARNING, errorCode=UNRECOGNIZED_PROPERTY, context=Ignored field during import, startMark=SimpleMark(line=205, column=9), problem=tosca key is not recognized, endMark=SimpleMark(line=208, column=3), note=entry_schema)
ParsingError(errorLevel=WARNING, errorCode=UNRECOGNIZED_PROPERTY, context=Ignored field during import, startMark=SimpleMark(line=340, column=9), problem=tosca key is not recognized, endMark=SimpleMark(line=342, column=7), note=entry_schema)
ParsingError(errorLevel=WARNING, errorCode=UNRECOGNIZED_PROPERTY, context=Ignored field during import, startMark=SimpleMark(line=344, column=9), problem=tosca key is not recognized, endMark=SimpleMark(line=346, column=7), note=entry_schema)
ParsingError(errorLevel=WARNING, errorCode=UNRECOGNIZED_PROPERTY, context=Ignored field during import, startMark=SimpleMark(line=1486, column=9), problem=tosca key is not recognized, endMark=SimpleMark(line=1486, column=29), note=entry_schema)
2021-01-31 21:45:08.117 INFO req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-114] i.r.o.tosca.RemoteRepositoryServiceImpl : Parsed remote TOSCA dependency https://raw.githubusercontent.com/indigo-dc/tosca-types/master/custom_types.yaml
2021-01-31 21:45:08.122 DEBUG req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-114] i.r.o.s.IndigoInputsPreProcessorService : TOSCA input function replacement: <node_templates[simple_node][capabilities][scalable][properties][count]>, input name <num_instances>, input value <1>
2021-01-31 21:45:08.122 DEBUG req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-114] i.r.o.s.IndigoInputsPreProcessorService : TOSCA input function replacement: <node_templates[simple_node][capabilities][os][properties][distribution]>, input name <os_distribution>, input value <ubuntu>
2021-01-31 21:45:08.123 DEBUG req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-114] i.r.o.s.IndigoInputsPreProcessorService : TOSCA input function replacement: <node_templates[simple_node][capabilities][os][properties][version]>, input name <os_version>, input value <16.04>
2021-01-31 21:45:08.123 DEBUG req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-114] i.r.o.s.IndigoInputsPreProcessorService : TOSCA input function replacement: <node_templates[simple_node][capabilities][host][properties][num_cpus]>, input name <num_cpus>, input value <1>
2021-01-31 21:45:08.123 DEBUG req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-114] i.r.o.s.IndigoInputsPreProcessorService : TOSCA input function replacement: <node_templates[simple_node][capabilities][host][properties][mem_size]>, input name <mem_size>, input value <2 GB>
2021-01-31 21:45:08.125 DEBUG req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-114] i.r.o.s.s.OAuth2TokenCacheService : Retrieving access token for OidcTokenId(clientsId=[7f060415-9d1c-40e6-9ce9-c9cb41e8e436], oidcEntityId=OidcEntityId(super=OidcIssuerAwareId(issuer=https://iotwins-iam.cloud.cnaf.infn.it/), subject=b370e8db-a8f5-4c0f-893d-421930002094)) from cache
2021-01-31 21:45:08.126 DEBUG req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-114] i.r.o.service.ToscaServiceImpl : Looking up images by metatada Image(id=null, imageId=null, imageName=null, imageDescription=null, architecture=null, type=null, distribution=ubuntu, version=16.04, service=null, userName=null, gpuDriver=null, gpuDriverVersion=null, cudaSupport=null, cudaVersion=null, cuDnnVersion=null)
2021-01-31 21:45:08.126 DEBUG req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-114] i.r.o.service.ToscaServiceImpl : Found image match in service <INFN-CNAF_TB02_807d6c33-8b58-475d-801b-0ef05ded5f94> of provider <INFN-CNAF_TB02>: Image(id=0237778382aeba687ecf99041400d508, imageId=94a76d1e-cacb-48ce-ad69-c0b26fd9bb53, imageName=ubuntu-xenial-CNAF-x86_64, imageDescription=null, architecture=x86_64, type=Linux, distribution=ubuntu, version=16.04, service=https://cloud-api-pub.cr.cnaf.infn.it:5000/v3, userName=null, gpuDriver=false, gpuDriverVersion=null, cudaSupport=false, cudaVersion=null, cuDnnVersion=null)
2021-01-31 21:45:08.127 DEBUG req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-114] i.r.o.service.ToscaServiceImpl : Looking up flavors by metatada Flavor(id=null, flavorId=null, flavorName=null, memSize=2000.0, numCpus=1, diskSize=null, numGpus=null, gpuVendor=null, gpuModel=null, infinibandSupport=null)
2021-01-31 21:45:08.127 DEBUG req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-114] i.r.o.service.ToscaServiceImpl : Found flavor match in service <INFN-CNAF_TB02_807d6c33-8b58-475d-801b-0ef05ded5f94> of provider <INFN-CNAF_TB02>: Flavor(id=0237778382aeba687ecf990414013ee3, flavorId=2ca7eb88-2a88-41df-af5d-b0918127579a, flavorName=iotwins.small, memSize=2048.0, numCpus=1, diskSize=20.0, numGpus=0, gpuVendor=null, gpuModel=null, infinibandSupport=false)
2021-01-31 21:45:08.133 DEBUG req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-114] i.r.orchestrator.tosca.TemplateParser : tosca_definitions_version: tosca_simple_yaml_1_0
metadata:
template_name: template
template_version: 1.0.0-SNAPSHOT
template_author: orchestrator
description: "Launch a compute node getting the IP and SSH credentials to access via ssh"
imports:
- indigo_custom_types: https://raw.githubusercontent.com/indigo-dc/tosca-types/master/custom_types.yaml
topology_template:
inputs:
num_cpus:
type: integer
required: true
default: 1
constraints:
- valid_values: [1, 2, 4]
description: "Number of virtual cpus for the VM"
mem_size:
type: scalar-unit.size
required: true
default: "2 GB"
constraints:
- valid_values: ["2 GB", "4 GB"]
description: "Amount of memory for the VM"
num_instances:
type: integer
required: true
default: 1
description: "Number of VMs to be spawned"
os_distribution:
type: string
required: true
default: ubuntu
constraints:
- valid_values: [ubuntu, centos]
description: "Operating System distro - valid values ubuntu, centos"
os_version:
type: version
required: true
default: 16.04
constraints:
- valid_values: [16.04, 7]
description: "Operating System distribution version"
node_templates:
simple_node:
type: tosca.nodes.indigo.Compute
properties:
os_users: []
capabilities:
scalable:
properties:
min_instances: 1
max_instances: 1
count: 1
os:
properties:
distribution: ubuntu
version: 16.04
image: "ost://cloud-api-pub.cr.cnaf.infn.it/94a76d1e-cacb-48ce-ad69-c0b26fd9bb53"
endpoint:
properties:
private_ip: true
protocol: tcp
secure: false
network_name: PUBLIC
initiator: source
host:
properties:
num_cpus: 1
mem_size: "2 GB"
instance_type: "iotwins.small"
artifacts:
os_users_role:
file: indigo-dc.os_users
type: tosca.artifacts.AnsibleGalaxy.role
policies:
- deploy_on_specific_site:
type: tosca.policies.indigo.SlaPlacement
properties:
sla_id: 6013f27e0cd218be4664cb43
outputs:
node_creds:
value: { get_attribute: [ simple_node, endpoint, credential, 0 ] }
node_ip:
value: { get_attribute: [ simple_node, public_address, 0 ] }
2021-01-31 21:45:08.134 DEBUG req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-114] i.r.o.s.s.OAuth2TokenCacheService : Retrieving access token for OidcTokenId(clientsId=[7f060415-9d1c-40e6-9ce9-c9cb41e8e436], oidcEntityId=OidcEntityId(super=OidcIssuerAwareId(issuer=https://iotwins-iam.cloud.cnaf.infn.it/), subject=b370e8db-a8f5-4c0f-893d-421930002094)) from cache
2021-01-31 21:45:08.135 DEBUG req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-114] i.r.o.s.d.p.factory.ImClientFactory : IM authorization header built from access token
2021-01-31 21:45:08.136 DEBUG req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-114] i.r.o.s.d.p.factory.ImClientFactory : Generating OPENSTACK credentials with: CloudProviderEndpoint(imEndpoint=null, cpEndpoint=https://cloud-api-pub.cr.cnaf.infn.it:5000/v3, cpComputeServiceId=INFN-CNAF_TB02_807d6c33-8b58-475d-801b-0ef05ded5f94, iaasType=OPENSTACK, region=Optional[sdds], iaasHeaderId=Optional.empty, vaultEndpoint=null, hybridCloudProviderEndpoints={}, iamEnabled=true, idpProtocol=openid)
DEBUG 2021-01-31 21:45:08.146 GMT+0000 ImJavaApiLogger [SimpleAsyncTaskExecutor-114] - es.upv.i3m.grycap.im.rest.client.ImClient: Calling REST service: POST 'https://iotwins-paas.cloud.cnaf.infn.it/im/infrastructures'
DEBUG 2021-01-31 21:45:08.146 GMT+0000 ImJavaApiLogger [SimpleAsyncTaskExecutor-114] - es.upv.i3m.grycap.im.rest.client.ImClient: POST content 'tosca_definitions_version: tosca_simple_yaml_1_0
metadata:
template_name: template
template_version: 1.0.0-SNAPSHOT
template_author: orchestrator
description: "Launch a compute node getting the IP and SSH credentials to access via ssh"
imports:
- indigo_custom_types: https://raw.githubusercontent.com/indigo-dc/tosca-types/master/custom_types.yaml
topology_template:
inputs:
num_cpus:
type: integer
required: true
default: 1
constraints:
- valid_values: [1, 2, 4]
description: "Number of virtual cpus for the VM"
mem_size:
type: scalar-unit.size
required: true
default: "2 GB"
constraints:
- valid_values: ["2 GB", "4 GB"]
description: "Amount of memory for the VM"
num_instances:
type: integer
required: true
default: 1
description: "Number of VMs to be spawned"
os_distribution:
type: string
required: true
default: ubuntu
constraints:
- valid_values: [ubuntu, centos]
description: "Operating System distro - valid values ubuntu, centos"
os_version:
type: version
required: true
default: 16.04
constraints:
- valid_values: [16.04, 7]
description: "Operating System distribution version"
node_templates:
simple_node:
type: tosca.nodes.indigo.Compute
properties:
os_users: []
capabilities:
scalable:
properties:
min_instances: 1
max_instances: 1
count: 1
os:
properties:
distribution: ubuntu
version: 16.04
image: "ost://cloud-api-pub.cr.cnaf.infn.it/94a76d1e-cacb-48ce-ad69-c0b26fd9bb53"
endpoint:
properties:
private_ip: true
protocol: tcp
secure: false
network_name: PUBLIC
initiator: source
host:
properties:
num_cpus: 1
mem_size: "2 GB"
instance_type: "iotwins.small"
artifacts:
os_users_role:
file: indigo-dc.os_users
type: tosca.artifacts.AnsibleGalaxy.role
policies:
- deploy_on_specific_site:
type: tosca.policies.indigo.SlaPlacement
properties:
sla_id: 6013f27e0cd218be4664cb43
outputs:
node_creds:
value: { get_attribute: [ simple_node, endpoint, credential, 0 ] }
node_ip:
value: { get_attribute: [ simple_node, public_address, 0 ] }
'
2021-01-31 21:45:14.757 INFO req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-114] i.r.o.s.d.providers.ImServiceImpl : InfrastructureId for deployment <11eb640d-9448-711a-a7b8-0242f1c51fa0> is: 98e6babc-640d-11eb-9908-0242ac110004
2021-01-31 21:45:14.759 INFO req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-114] i.r.o.service.commands.BaseJavaDelegate : Task Deploy - ENDED SUCCESSFULLY
2021-01-31 21:45:14.878 INFO req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-116] i.r.o.service.commands.BaseJavaDelegate : Task Poll for deploy complete - STARTED
2021-01-31 21:45:14.898 DEBUG req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-116] i.r.o.s.s.OAuth2TokenCacheService : Retrieving access token for OidcTokenId(clientsId=[7f060415-9d1c-40e6-9ce9-c9cb41e8e436], oidcEntityId=OidcEntityId(super=OidcIssuerAwareId(issuer=https://iotwins-iam.cloud.cnaf.infn.it/), subject=b370e8db-a8f5-4c0f-893d-421930002094)) from cache
2021-01-31 21:45:14.900 DEBUG req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-116] i.r.o.s.d.p.factory.ImClientFactory : IM authorization header built from access token
2021-01-31 21:45:14.900 DEBUG req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-116] i.r.o.s.d.p.factory.ImClientFactory : Generating OPENSTACK credentials with: CloudProviderEndpoint(imEndpoint=null, cpEndpoint=https://cloud-api-pub.cr.cnaf.infn.it:5000/v3, cpComputeServiceId=INFN-CNAF_TB02_807d6c33-8b58-475d-801b-0ef05ded5f94, iaasType=OPENSTACK, region=Optional[sdds], iaasHeaderId=Optional.empty, vaultEndpoint=null, hybridCloudProviderEndpoints={}, iamEnabled=true, idpProtocol=openid)
DEBUG 2021-01-31 21:45:14.914 GMT+0000 ImJavaApiLogger [SimpleAsyncTaskExecutor-116] - es.upv.i3m.grycap.im.rest.client.ImClient: Calling REST service: GET 'https://iotwins-paas.cloud.cnaf.infn.it/im/infrastructures/98e6babc-640d-11eb-9908-0242ac110004/state'
2021-01-31 21:45:15.132 DEBUG req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-116] i.r.o.s.d.providers.ImServiceImpl : Infrastructure state 'pending'
2021-01-31 21:45:15.137 INFO req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-116] i.r.o.service.commands.BaseJavaDelegate : Task Poll for deploy complete - ENDED SUCCESSFULLY
2021-01-31 21:45:18.075 INFO req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-117] i.r.o.service.commands.BaseJavaDelegate : Task Notify - STARTED
2021-01-31 21:45:18.082 INFO req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-117] i.r.o.service.commands.BaseJavaDelegate : Task Notify - ENDED SUCCESSFULLY
2021-01-31 21:45:36.996 DEBUG req-fa65a1c6-f2e0-41fe-a4cb-eab8537705bf - 1 --- [ XNIO-2 task-22] i.r.o.c.f.CustomRequestLoggingFilter : {"headers":{"Authorization":"bearer eyJraWQiOiJyc2ExIiwiYWxnIjoiUlMyNTYifQ.eyJzdWIiOiJiMzcwZThkYi1hOGY1LTRjMGYtODkzZC00MjE5MzAwMDIwOTQiLCJpc3MiOiJodHRwczpcL1wvaW90d2lucy1pYW0uY2xvdWQuY25hZi5pbmZuLml0XC8iLCJuYW1lIjoiQWxlc3NhbmRybyBDb3N0YW50aW5pIiwiZ3JvdXBzIjpbIlRCMDIiLCJUQjAyXC9jbG91ZCIsIlRCMDJcL3MzIl0sInByZWZlcnJlZF91c2VybmFtZSI6ImFjb3N0YW50aW5pIiwib3JnYW5pc2F0aW9uX25hbWUiOiJpb3R3aW5zIiwiZXhwIjoxNjEyMTMzMTA0LCJpYXQiOjE2MTIxMjk1MDQsImp0aSI6ImRmZWU2YzQzLWRmNGQtNDNiNC05MDAzLWYxZTBmYzY4YTM2OCIsImNsaWVudF9pZCI6IjdmMDYwNDE1LTlkMWMtNDBlNi05Y2U5LWM5Y2I0MWU4ZTQzNiIsImVtYWlsIjoiYWxlc3NhbmRyby5jb3N0YW50aW5pQGNuYWYuaW5mbi5pdCJ9.JLk2Zz4_Pdhw-_6heiEoZejNMuKqOtF4CJ70_sc8EXW4raar-y9AgwUmI0Lj1ion_BtD37-W6dxhRTzh7xIX3keneY1qu90FwSEpktrMR78eJH7DjxxDob7l8aXNyqTbVf2DrUVziqz_9-7KK5VF96E6bkzEX7yvta-u0psk8PU","X-Forwarded-Prefix":"/orchestrator","Accept":"*/*","User-Agent":"python-requests/2.22.0","Connection":"close","X-Forwarded-Proto":"https","X-Forwarded-For":"131.154.97.163","Host":"iotwins-paas.cloud.cnaf.infn.it","Accept-Encoding":"gzip, deflate","X-Real-IP":"131.154.97.163"},"uri":"/deployments?createdBy=me&page=0&size=9999","type":"request","http_method":"GET","client_ip":"131.154.97.163"}
2021-01-31 21:45:37.000 DEBUG req-fa65a1c6-f2e0-41fe-a4cb-eab8537705bf - 1 --- [ XNIO-2 task-22] .o.s.s.UserInfoIntrospectingTokenService : Validation of received access token performed in 3ms
2021-01-31 21:45:37.026 DEBUG req-fa65a1c6-f2e0-41fe-a4cb-eab8537705bf - 1 --- [ XNIO-2 task-22] i.r.o.c.f.CustomRequestLoggingFilter : {"headers":{"Authorization":"bearer eyJraWQiOiJyc2ExIiwiYWxnIjoiUlMyNTYifQ.eyJzdWIiOiJiMzcwZThkYi1hOGY1LTRjMGYtODkzZC00MjE5MzAwMDIwOTQiLCJpc3MiOiJodHRwczpcL1wvaW90d2lucy1pYW0uY2xvdWQuY25hZi5pbmZuLml0XC8iLCJuYW1lIjoiQWxlc3NhbmRybyBDb3N0YW50aW5pIiwiZ3JvdXBzIjpbIlRCMDIiLCJUQjAyXC9jbG91ZCIsIlRCMDJcL3MzIl0sInByZWZlcnJlZF91c2VybmFtZSI6ImFjb3N0YW50aW5pIiwib3JnYW5pc2F0aW9uX25hbWUiOiJpb3R3aW5zIiwiZXhwIjoxNjEyMTMzMTA0LCJpYXQiOjE2MTIxMjk1MDQsImp0aSI6ImRmZWU2YzQzLWRmNGQtNDNiNC05MDAzLWYxZTBmYzY4YTM2OCIsImNsaWVudF9pZCI6IjdmMDYwNDE1LTlkMWMtNDBlNi05Y2U5LWM5Y2I0MWU4ZTQzNiIsImVtYWlsIjoiYWxlc3NhbmRyby5jb3N0YW50aW5pQGNuYWYuaW5mbi5pdCJ9.JLk2Zz4_Pdhw-_6heiEoZejNMuKqOtF4CJ70_sc8EXW4raar-y9AgwUmI0Lj1ion_BtD37-W6dxhRTzh7xIX3keneY1qu90FwSEpktrMR78eJH7DjxxDob7l8aXNyqTbVf2DrUVziqz_9-7KK5VF96E6bkzEX7yvta-u0psk8PU","X-Forwarded-Prefix":"/orchestrator","Accept":"*/*","User-Agent":"python-requests/2.22.0","Connection":"close","X-Forwarded-Proto":"https","X-Forwarded-For":"131.154.97.163","Host":"iotwins-paas.cloud.cnaf.infn.it","Accept-Encoding":"gzip, deflate","X-Real-IP":"131.154.97.163"},"uri":"/deployments?createdBy=me&page=0&size=9999","type":"response","http_method":"GET","client_ip":"131.154.97.163","response_status":200,"response_time":31.0}
2021-01-31 21:45:48.062 INFO req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-119] i.r.o.service.commands.BaseJavaDelegate : Task Poll for deploy complete - STARTED
2021-01-31 21:45:48.077 DEBUG req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-119] i.r.o.s.s.OAuth2TokenCacheService : Retrieving access token for OidcTokenId(clientsId=[7f060415-9d1c-40e6-9ce9-c9cb41e8e436], oidcEntityId=OidcEntityId(super=OidcIssuerAwareId(issuer=https://iotwins-iam.cloud.cnaf.infn.it/), subject=b370e8db-a8f5-4c0f-893d-421930002094)) from cache
2021-01-31 21:45:48.078 DEBUG req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-119] i.r.o.s.d.p.factory.ImClientFactory : IM authorization header built from access token
2021-01-31 21:45:48.079 DEBUG req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-119] i.r.o.s.d.p.factory.ImClientFactory : Generating OPENSTACK credentials with: CloudProviderEndpoint(imEndpoint=null, cpEndpoint=https://cloud-api-pub.cr.cnaf.infn.it:5000/v3, cpComputeServiceId=INFN-CNAF_TB02_807d6c33-8b58-475d-801b-0ef05ded5f94, iaasType=OPENSTACK, region=Optional[sdds], iaasHeaderId=Optional.empty, vaultEndpoint=null, hybridCloudProviderEndpoints={}, iamEnabled=true, idpProtocol=openid)
DEBUG 2021-01-31 21:45:48.099 GMT+0000 ImJavaApiLogger [SimpleAsyncTaskExecutor-119] - es.upv.i3m.grycap.im.rest.client.ImClient: Calling REST service: GET 'https://iotwins-paas.cloud.cnaf.infn.it/im/infrastructures/98e6babc-640d-11eb-9908-0242ac110004/state'
2021-01-31 21:45:48.942 DEBUG req-a688323b-bff2-47b5-a9b0-55eb5382b410 11eb640d-9448-711a-a7b8-0242f1c51fa0 1 --- [askExecutor-119] i.r.o.s.d.providers.ImServiceImpl : Infrastructure state 'pending'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment