radon-h2020 / radon-particles

TOSCA definitions repository for the RADON project
Apache License 2.0
12 stars 30 forks source link

Implementation for Azure nodes #81

Closed giopnd closed 3 years ago

giopnd commented 3 years ago

The Azure related nodes seems to have no implementation.

is it possible to provide an implementation for:

?

miwurster commented 3 years ago

Hey, what about these examples:

giopnd commented 3 years ago

hmm i didn't noticed those examples. i will try to validate them. thanks.

giopnd commented 3 years ago

i think the node types implemented at https://github.com/radon-h2020/demo-tosca-blueprint-azure-function.git are what i need. @cankarm @anzoman Can you please create a merge request so that i can access the Azure nodes from within the particles?

thanks in advance.

anzoman commented 3 years ago

@giopnd aha I see that there's no modules for Azure Container and Container notification (FaaS trigger) in particles. @cankarm, @miwurster would it be okay if we supply these two modules (from Azure blueprint repo) to particles?

cankarm commented 3 years ago

I think that this would be perfect, @anzoman. It seems that we have some pieces already in TPS, so some initial pieces are already done.

giopnd commented 3 years ago

hi all,

is there any status update on this? can i model Azure FaaS and blob storage using the radon-particles?

anzoman commented 3 years ago

@giopnd yes this is under development and I will supply a new PR by the end of this week.

anzoman commented 3 years ago

@giopnd I've created a PR that will implement Azure modules: #96.

miwurster commented 3 years ago

PR is merged. Thanks for the contrib @anzoman!