-
Couldn't load subscription status.
- Fork 63
Add new example - sandbox-aws with AWS full spec #48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Chris Perro <[email protected]>
Signed-off-by: Chris Perro <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be infra_region
examples/sandbox-aws/definition.yml
Outdated
| #These will take precedence over those set in your profile | ||
| ############################################################################### | ||
| name_prefix: chpe #name prefix for everything, infra, plat, and run | ||
| region: us-east-1 #CSP region for infra |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
infra_region
examples/sandbox-aws/definition.yml
Outdated
| #Operational Database Configurations | ||
| ################################################################################ | ||
| opdb: | ||
| name: chpe-od-2 #Override OpDB name - default is <name_prefix>-od |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
opdb:
definitions:
- name: foo
- name: bar
examples/sandbox-aws/definition.yml
Outdated
| ################################################################################ | ||
| #Data Warehouse Configurations | ||
| ################################################################################ | ||
| dw: #No current configs can be set here (yet) No newline at end of file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
include df
Signed-off-by: Chris Perro <[email protected]>
No description provided.