Skip to content
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

Merged
merged 3 commits into from
Nov 21, 2023

Conversation

bianchi2
Copy link
Collaborator

@bianchi2 bianchi2 commented Nov 19, 2023

This PR adds an optional deployment with docker-in-docker privileged container that can be used to run Jmeter and Selenium tests.

Checklist

  • I have successful end to end tests run (with & without domain)
  • I have added unit tests (if applicable)
  • I have user documentation (if applicable)

config.tfvars Outdated
################################################################################

# Create deployment with a docker-in-docker privileged container. Defaults to false
# start_test_deployment = true
Copy link
Collaborator

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.

Copy link
Collaborator Author

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"
Copy link
Collaborator

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.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, sounds good.

@nanux
Copy link
Collaborator

nanux commented Nov 20, 2023

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?

@bianchi2
Copy link
Collaborator Author

@nanux added DCAPT Configuration page. Thanks!

@bianchi2 bianchi2 merged commit b33ed3a into main Nov 21, 2023
2 checks passed
@bianchi2 bianchi2 deleted the CLIP-1828-exec-pod branch November 21, 2023 00:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants