This repository was archived by the owner on May 26, 2025. It is now read-only.
CF 4.xx#21
Open
necrophonic wants to merge 74 commits intomasterfrom
Open
Conversation
Delete unused scripts. Use more recent bosh version. Bosh S3 blobstore.
Stick with CF v4.0.0 ftm Remove unnecessary S3 objects
Bump API workers to 5 Specify repo versions as pipeline parameters, not secrets Remove some cruft
Read vars from S3
Add S3 and KMS rules to concourse profile
[#160478328]
Update Readme [#157117678]
[#158185683]
[#158185683]
[#158185683]
[#158185683]
…OSH data [#160480416]
…rap into feature/terraform
…rap into feature/terraform
Reduce cats instance count
Reduce cats nodes to 4
necrophonic
commented
Sep 18, 2018
| @@ -0,0 +1,67 @@ | |||
| #!/bin/bash | |||
| # | |||
| # This script will set up a connection to a BOSH environment for you: | |||
Contributor
Author
There was a problem hiding this comment.
Incorrect docs - this isn't BOSH
necrophonic
commented
Sep 18, 2018
|
|
||
| 3. Create an AWS user and access credentials | ||
|
|
||
| You will need to create (manually) an AWS user and generate access and secret keys via the AWS console. |
Contributor
Author
There was a problem hiding this comment.
Doesn't specify what permissions the user with the access key needs to have to be able to spin this up.
necrophonic
commented
Sep 18, 2018
| from_port = "0" | ||
| to_port = "65535" | ||
| cidr_blocks = ["0.0.0.0/0"] | ||
| description = "Sod it, let jumpbox see the world" |
Contributor
Author
There was a problem hiding this comment.
Description needs to be redone
necrophonic
commented
Sep 18, 2018
| ] | ||
| } | ||
|
|
||
| # NASTY HACK ALERT - we cannot find a way in terraform to perform an action on all elements of a list |
Contributor
Author
There was a problem hiding this comment.
If these stay in then they'll need to be raised as issues on the repo
necrophonic
commented
Sep 18, 2018
| protocol = "tcp" | ||
| from_port = 8443 | ||
| to_port = 8443 | ||
| source_security_group_id = "${aws_security_group.concourse.id}" |
Contributor
Author
There was a problem hiding this comment.
Security groups should all have description's
0d70ec5 to
9d9fcb7
Compare
Force delete of IAM user if keys exist
Add Vagrant-based build tools
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
FOR COMMENT - DO NOT MERGE