Skip to content

padok-team/blog-openstack-aws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Deploy your own private cloud with OpenStack on AWS

Blog post

Requirements

Getting started

Everything happens in the infrastructure folder:

cd infrastructure
  1. Copy terraform.tfvars.tbd into terraform.tfvars

  2. Add your public SSH key in this file

  3. Deploy the infrastructure

    terraform init
    terraform workspace new openstack-test
    terraform apply # type 'yes' to confirm
  4. You can connect to your newly created VM. Follow the rest of the article to deploy OpenStack.

    ssh -i <PRIVATE_KEY_PATH> ubuntu@<PUBLIC_IP>

Destroy the infrastructure

terraform destroy # type 'yes' to confirm

License

License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages