-
Notifications
You must be signed in to change notification settings - Fork 119
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
Implement terraform based system tests #227
Merged
Merged
Changes from all commits
Commits
Show all changes
66 commits
Select commit
Hold shift + click to select a range
75c6c41
Terraform executor as Docker image
fe54067
Implement docker-compose for tf executor
4eb1f8b
Enable _dev/deploy for data streams
2690b65
Fix
039e39a
Merge branch '89-enable-deploy-everywhere' into 89-terraform-definitions
b324b83
Gohack: github.com/mtojek/package-spec/code/go
22c92c9
Install service deployer as static resource
62a6e85
Cleanup
7ddd7fe
Define sample test config for AWS SNS
0f25284
WIP
6f7e4af
Fix
6bacf60
Build terraform environment
deb2c26
Merge branch 'master' into 89-terraform-definitions
1916b4f
Mount TF_DIR
6248a86
Set envs in policies
3ce33c8
Fix: lint
3b5db75
Fix: build dir (empty value)
958c43b
Fix: yml file
ebdf53a
Fix: service name
dcfb15c
Fix: brackets
2b8fac7
Fix
12efcff
Fix: reference issue
6ae050c
Fix: period
ba9cd9f
Set time
b908c9d
Do not print request body to prevent leaks
c1ded23
Fix: format
5e26d8a
Sample for EC2 metrics
0f64098
Fix EC2 system test
075a2db
Disable SNS test
14174ee
Pass test run ID
2d2b18b
Next fixes
5806a4e
Fix: formatter
652755e
Try: enable monitoring
0921c14
Merge branch 'master' into 89-enable-deploy-everywhere
90d0a1c
Update dependency on package-spec
be253b7
Address PR comments
eae2df2
Merge branch '89-enable-deploy-everywhere' into 89-terraform-definitions
ca8faec
Fix failing test
3c9b61e
Fix: go.sum
57ab7ba
Don't set ports
4b2cc85
Update package-spec
3cc0cfb
Collect logs for integrations
d9f5ec3
Use cloud environment
977cc06
Merge branch 'master' into 89-terraform-definitions
c990cb7
Fix: go mod tidy
36bf34b
Update package-spec dependency
c7ad301
Support session token
77ff5c9
Terraform service deployer
7ddc1f4
nit-picks
8275c7c
Don't connect to the stack network
b3c0b59
writeTerraformDeployerResources
c044a01
Link: env-file
a128259
Link GH issue
38dd80e
Fix comment
133bf5d
Next improvements
f14ad49
nit: separator
8c116fb
Docs
ebf857c
Update docs/howto/system_testing.md
mtojek 8871d00
Update docs/howto/system_testing.md
mtojek b43c3a1
Introductory sentences
2ea691f
Docker compose, terraform
5934ad0
More generic
4d4011f
Dont set hostname
a97a874
Check if there is a single definition of service deployer
34097cd
Fix
e7e8764
Another fix
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
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
Oops, something went wrong.
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.
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.
Similar to my comment on the Docker Composer service deployer, I would add an introductory sentence to bridge the gap between what's shown in the sample file structure and this sentence here.
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.
Fixed