radon-h2020 / radon-delivery-toolchain

Project listing all delivery toolchain requirements including: RADON orchestrator, Monitoring, Template Library, CI/CD.
Apache License 2.0
0 stars 4 forks source link

R-T5.1-7: Support of FaaS deployment to AWS cloud platform #11

Closed cankarm closed 4 years ago

cankarm commented 4 years ago
ID: R-T5.1-7
Type: PORTABILITY
User story: As an Operations Engineer, I want to be able to deploy TOSCA blueprint to AWS
Requirement: Support of FaaS deployment to AWS cloud platform
Extended Description: The TOSCA bluprints and Ansible playbooks should be developed to deploy RADON model on AWS cloud platform
Priority: Must have
Affected Tools: TEMPLATE_LIBRARY
Means of Verification: Test if such playbooks and blueprints are available in Template Library repository and its possible to deploy toy example to AWS cloud platform only using playbooks and blueprints from Template Library.
cankarm commented 4 years ago

All required templates are already available in the Template library:

$ xopera-template-library template list | grep -B 1 -A 4  Aws
id: 2
shorthandName: AwsBucket
typeUri: radon.nodes
templateTypeId: 7
publicAccess: True
createdBy: 1
--
id: 3
shorthandName: AwsLambda
typeUri: radon.nodes.function
templateTypeId: 7
publicAccess: True
createdBy: 1
--
id: 4
shorthandName: AwsBucketNotification
typeUri: radon.nodes.triggers
templateTypeId: 7
publicAccess: True
createdBy: 1
--
id: 5
shorthandName: AwsRole
typeUri: radon.policies
templateTypeId: 7
publicAccess: True
createdBy: 1
--
id: 6
shorthandName: AwsApiGateway
typeUri: radon.nodes.triggers
templateTypeId: 7
publicAccess: True
createdBy: 1
--
id: 13
shorthandName: DemoBlueprintAws
typeUri: node.blueprint
templateTypeId: 10
publicAccess: True
createdBy: 1
cankarm commented 4 years ago

As initial templates to form basic AWS FaaS operations are present, I'm closing this issue.

gcasale commented 4 years ago

Closed state approved.