-
Notifications
You must be signed in to change notification settings - Fork 20
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
Create an optional deployment with a privileged dind container #345
Conversation
config.tfvars
Outdated
################################################################################ | ||
|
||
# Create deployment with a docker-in-docker privileged container. Defaults to false | ||
# start_test_deployment = true |
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.
I thought we were setting the commented values to the defaults.
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.
Good catch. Fixed
variables.tf
Outdated
# test deployment configuration | ||
|
||
variable "start_test_deployment" { | ||
description = "Whether to start DCAPT Jmeter and Selenium deployment" |
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 we say something like "Deploy necessary resources to start DCAPT testing"? So it is potentially flexible in future.
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.
Yes, sounds good.
Should we create DCAPT section under https://atlassian-labs.github.io/data-center-terraform/userguide/configuration/CONFIGURATION/ so we can start documenting DCAPT specifics there? |
@nanux added DCAPT Configuration page. Thanks! |
This PR adds an optional deployment with docker-in-docker privileged container that can be used to run Jmeter and Selenium tests.
Checklist