vmeoc / Tito

https://www.vmcloud.fr
17 stars 20 forks source link

blueprint executions #9

Open aishvaryaps opened 4 years ago

aishvaryaps commented 4 years ago

how to deploy this blueprint

vmeoc commented 4 years ago

Hi, this sample app is available through different kind of blueprint. You have VMware vRA blueprint, Terraform blueprint, K8 blueprints, etc... Which one do you want to deploy?

aishvaryaps commented 4 years ago

VMWare vRA blueprint. I want to deploy this application through cloud assembly blueprint . And later create a code stream pipeline for the same .

On Thu, 16 Jan 2020 at 1:28 PM, Vincent Meoc notifications@github.com wrote:

Hi, this sample app is available through different kind of blueprint. You have VMware vRA blueprint, Terraform blueprint, K8 blueprints, etc... Which one do you want to deploy?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/vmeoc/Tito/issues/9?email_source=notifications&email_token=ALQLAV5F4RQDOG2GHJSAA2TQ6AHRVA5CNFSM4KGTDWT2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEJDEDOI#issuecomment-575029689, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALQLAV7VJ6AZAVWRKFKI2JTQ6AHRVANCNFSM4KGTDWTQ .

vmeoc commented 4 years ago

Then you should find what you want here: https://github.com/vmeoc/Tito/tree/master/asset/Deployment/CloudAssembly You have several blueprints here: Tito FE is just the Front end Tito FE and RDS is the front end running in a cloud agnostic machine and the DB running in RDS Tito monolith FE and DB multi cloud is quite interesting since it's a fully agnostic blueprint which you can run in any clouds tito with micro services is the most advanced on using the agnostic objects for the monolith part of Tito and AWS services for the micro service part (Lambda serverless + API GW + IAM + RDS). You'll need a bit of setup on the AWS VPC, Sec group, subnets, etc... to make this working though.