pivotal-cf/terraforming-openstack

Name: terraforming-openstack

Owner: Pivotal Cloud Foundry

Description: null

Created: 2018-04-30 23:49:43.0

Updated: 2018-05-07 18:19:06.0

Pushed: 2018-05-07 18:19:05.0

Homepage: null

Size: 25

Language: HCL

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

How Does One Use This?

Please note that the master branch is generally unstable. If you are looking for something “tested”, please consume one of our releases.

What Does This Do?

You will get a booted ops-manager VM plus some networking.

Looking to setup a different IAAS?
Prerequisites

You will need terraform:

 update
 install terraform
Var File

Copy the stub content below into a file called terraform.tfvars and put it in the root of this project.

These vars will be used when you run terraform apply.

You should fill in the stub values with the correct content.

name = ""
ect = ""
name = ""
word = ""
on = ""
 ""
_url = ""
rnal_network_name = ""
rnal_cidr = ""
manager_image = "/path/to/pcf-openstack-2.1-build.214.raw"
air = ""
= <<KEY
-BEGIN RSA PRIVATE KEY-----
-END RSA PRIVATE KEY-----

Var Details
Running

Note: please make sure you have created the terraform.tfvars file above as mentioned.

Standing up environment
aform init
aform plan -out=plan
aform apply plan
Tearing down environment
aform destroy

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.