Skip to content

Commit

Permalink
Merge branch 'main' of github.com:jamierajewski/illume-v2
Browse files Browse the repository at this point in the history
  • Loading branch information
jamierajewski committed Aug 16, 2021
2 parents 8361b96 + f279eff commit 8157c95
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ Fill in `/setup-env.sh` with your SSH key location and the path to the OpenStack

if you want to be prompted for them each time you run a Terraform command. DO NOT FILL IN `/terraform/variables.tf`; instead, fill in `/terraform/variables.tfvars` which allows you to keep your credentials separated from the variable template. **DO NOT COMMIT WITH YOUR INFORMATION FILLED IN**.

**NOTE** - Certain information is not included in the repository, as it is hosted in an NFS drive which gets mounted when provisioned. This includes:
- LDAP configuration and database
- User home directories (that correspond to the LDAP accounts)
- Grafana and Prometheus dashboards and configuration

## Build VM Images
The VM images are located under `/packer/vm-profiles`. The images are dependent on one another in sensical ways to keep build times down the higher up the stack you go, while also keeping the profiles themselves concise and lacking repetition. The hierarchy is as follows:

Expand Down
2 changes: 1 addition & 1 deletion terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ variable "domain_name" {
}

variable "project_id" {
description = "Project ID, found on OpenStack"
description = "Project ID (found in OpenStack RC file)"
type = string
}

Expand Down

0 comments on commit 8157c95

Please sign in to comment.