Skip to content

Conversation

ymorimo
Copy link
Contributor

@ymorimo ymorimo commented Oct 9, 2020

https://scalar-labs.atlassian.net/browse/DLT-6177

Removed the option enable_log_volume from the monitor module. An external volume should always be created to store logs.

@ymorimo ymorimo requested review from feeblefakie and tei-k October 9, 2020 08:40
@ymorimo ymorimo self-assigned this Oct 9, 2020
Copy link
Collaborator

@feeblefakie feeblefakie left a comment

Choose a reason for hiding this comment

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

Thanks! Left 1 question.


resource "azurerm_managed_disk" "monitor_log_volume" {
count = local.monitor.enable_log_volume ? local.monitor.resource_count : 0
count = local.monitor.resource_count
Copy link
Collaborator

Choose a reason for hiding this comment

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

Not checking if enable_tdagent is a bug of the Azure module?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ah, right. Updated to check the variable for the Azure module to match the AWS in this PR: 1c86ddb

Copy link
Contributor

@tei-k tei-k left a comment

Choose a reason for hiding this comment

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

LGTM! 👍

Copy link
Collaborator

@feeblefakie feeblefakie left a comment

Choose a reason for hiding this comment

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

LGTM!

@feeblefakie feeblefakie merged commit 4f44502 into master Oct 13, 2020
@feeblefakie feeblefakie deleted the monitor-external-volume-always branch October 13, 2020 01:22
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.

3 participants