-
Notifications
You must be signed in to change notification settings - Fork 24
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
feat: refactor AT and Monitoring config #660
Conversation
/run pipeline |
/run pipeline |
/run pipeline |
/run pipeline |
/run pipeline |
/run pipeline |
1 similar comment
/run pipeline |
/run pipeline |
Upgrade test failing:
^^ expected due to name update in example - no impact to consumers of the module
^ expected to the monitoring an activity tracking being enabled by default - update in place - no downtime for users
^ expected to the monitoring an activity tracking being enabled by default - update in place - no downtime for users
^ expected to the monitoring an activity tracking being enabled by default - update in place - no downtime for users |
/run pipeline |
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.
Code all looked good, just a few module based versions need looking at/cleaning up.
modules/fscloud/README.md
Outdated
@@ -89,7 +89,7 @@ module "cos_fscloud" { | |||
| Name | Version | | |||
|------|---------| | |||
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.4.0 | | |||
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | >= 1.66.0, <2.0.0 | | |||
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | >= 1.67.0-beta1 | |
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.
1.67.0 is available
modules/fscloud/version.tf
Outdated
# version = ">= 1.67.0-beta1, <2.0.0" | ||
version = ">= 1.67.0-beta1" |
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.
version 1.67.0 is available
modules/buckets/version.tf
Outdated
# version = ">= 1.67.0-beta1, < 2.0.0" | ||
version = ">= 1.66.0" |
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.
Validate this version. Remove comment about beta.
/run pipeline |
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.
LGTM
🎉 This issue has been resolved in version 8.6.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Description
In 1.67.0, you no longer need to pass monitoring or AT CRNs to enable monitoring or activity tracking on a bucket. If values not passed, it will default to the Monitoring or AT instance in the same location as the bucket.
As part of this work
sysdig_crn
has been renamed tomonitoring_crn
.The following new variables have also been added to the root level module:
activity_tracker_read_data_events
,activity_tracker_write_data_events
,activity_tracker_management_events
,request_metrics_enabled
andusage_metrics_enabled
. Previously the logic only set these to true if an instance CRN was passed, but as that is now optional, I have exposed them all as their own variables and defaulted them all totrue
See #643 and #648
Release required?
x.x.X
)x.X.x
)X.x.x
)Release notes content
Run the pipeline
If the CI pipeline doesn't run when you create the PR, the PR requires a user with GitHub collaborators access to run the pipeline.
Run the CI pipeline when the PR is ready for review and you expect tests to pass. Add a comment to the PR with the following text:
Checklist for reviewers
For mergers