Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

AmpereComputing/terraform-openstack-default-flavors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ampere Computing

This repo will be archived in 30 days from 11/28. This is in an effort to keep a clean and timely Github presence for Ampere computing. As a result of the archiving any issues, pull requests, code, labels, milestones, projects, wiki, releases, commits, tags, branches, reactions, code scanning alerts, comments and permissions become read-only.

Please plan accordingly or reach out to repo owner with concerns.

Thank you.

-Ampere Computing

terraform-openstack-default-flavors

License

Description

Terraform module to enable some default flavors after an installation of openstack. Default values were translated from the init-runonce scripts.

Usage


module "default_flavors" {
  source = "github.com/amperecomputing/terraform-openstack-default-flavors"
  enable_m1_tiny = true
  enable_m1_small = true
  enable_m1_medium = true
  enable_m1_large = true
  enable_m1_xlarge = true
}

About

OpenStack post installation configuration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages