-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Ops] Add possibility to specify the infrastructure bucket name direc…
…tly, rather than referencing the CloudFormation stack that deploys it.
- Loading branch information
Showing
2 changed files
with
14 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
REGION=eu-west-1 | ||
STACK_NAME=parallelcluster-ui-demo | ||
INFRA_BUCKET_STACK_NAME=pcluster-manager-github | ||
INFRA_BUCKET_STACK_NAME=pcluster-manager-github | ||
# If the bucket used by the environment is not managed by a dedicated CloudFormation stack, | ||
# specify the bucket name as follows and comment out 'INFRA_BUCKET_STACK_NAME'. | ||
# INFRA_BUCKET_NAME=pcluster-ui-bucket |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters