openfaas / faasd

A lightweight & portable faas engine
https://store.openfaas.com/l/serverless-for-everyone-else
MIT License
2.98k stars 214 forks source link

IaC for faasd linode #270

Closed s3lva-kumar closed 2 years ago

s3lva-kumar commented 2 years ago

Signed-off-by: s3lva-kumar 98340923+s3lva-kumar@users.noreply.github.com

Description

This PR for faasd IaC to linode.

Motivation and Context

How Has This Been Tested?

Tested the provisioning with terraform on Linode.

Types of changes

Checklist:

Commits:

Code:

Docs:

derek[bot] commented 2 years ago

Thank you for your contribution. unfortunately, one or more of your commits are missing the required "Signed-off-by:" statement. Signing off is part of the Developer Certificate of Origin (DCO) which is used by this project.

Read the DCO and project contributing guide carefully, and amend your commits using the git CLI. Note that this does not require any cryptography, keys or special steps to be taken.

:bulb: Shall we fix this?

This will only take a few moments.

First, clone your fork and checkout this branch using the git CLI.

Next, set up your real name and email address:

git config --global user.name "Your Full Name" git config --global user.email "you@domain.com"

Finally, run one of these commands to add the "Signed-off-by" line to your commits.

If you only have one commit so far then run: git commit --amend --signoff and then git push --force. If you have multiple commits, watch this video.

Check that the message has been added properly by running "git log".

alexellis commented 2 years ago

Hi @s3lva-kumar,

Thanks for your interest and contribution.

At this stage, we're looking to the community to maintain their own set of Terraform scripts for faasd, and we will continue to maintain the DigitalOcean example you can find the faasd repo.

I'll close this PR and we'll create a new page to list your repo with the others that are on the thread over at #250

https://github.com/itTrident/terraform-linode-faasd

Regards,

Alex

alexellis commented 2 years ago

@welteki can you create a new file please under "docs" called terraform.md and index all the community entries we have so far in a table?

Similar to this table: https://github.com/openfaas/faas/blob/master/community.md#openfaas-providers

Repo link, company / personal author name, origin (official, community), status: active, inactive, deprecated.