-
Notifications
You must be signed in to change notification settings - Fork 1
Fully Configurable DA #22
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
Conversation
|
/run pipeline |
|
/run pipeline |
|
/run pipeline |
|
We can have an initial review of the implementation but the CBR support needs to be added in the fully configurable DA which is being tracked in this PR before merge. |
|
@iamar7 CBR PR just merged to the module |
ocofaigh
left a comment
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.
See comments
| assert.NotNil(t, output, "Expected some output") | ||
| } | ||
| } | ||
|
|
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.
DA needs an upgrade test too
| variable "provider_visibility" { | ||
| description = "Set the visibility value for the IBM terraform provider. Supported values are `public`, `private`, `public-and-private`. [Learn more](https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs/guides/custom-service-endpoints)." | ||
| type = string | ||
| default = "public" |
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.
why is this not private?
.catalog-onboard-pipeline.yaml
Outdated
| - name: deploy-arch-ibm-cloud-monitoring | ||
| kind: solution | ||
| catalog_id: xxxx-xxxx-xxxx-xxxx-xxxxxxxx | ||
| offering_id: xxxx-xxxx-xxxx-xxxx-xxxxxxxx |
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.
73debdbf-894f-4c14-81c7-5ece3a70b67d
.catalog-onboard-pipeline.yaml
Outdated
| offerings: | ||
| - name: deploy-arch-ibm-cloud-monitoring | ||
| kind: solution | ||
| catalog_id: xxxx-xxxx-xxxx-xxxx-xxxxxxxx |
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.
7df1e4ca-d54c-4fd0-82ce-3d13247308cd
solutions/fully-configurable/main.tf
Outdated
| create_cloud_monitoring = var.existing_cloud_monitoring_crn == null | ||
| cloud_monitoring_crn = local.create_cloud_monitoring ? module.cloud_monitoring[0].crn : var.existing_cloud_monitoring_crn | ||
| cloud_monitoring_instance_name = "${local.prefix}${var.cloud_monitoring_instance_name}" | ||
| metrics_router_target_name = "${local.prefix}-${var.metrics_routing_target_name}" |
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 think this will result in a double dash?
ibm_catalog.json
Outdated
| } | ||
| }, | ||
| { | ||
| "key": "enable_platform_metrics" |
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.
mark this as required
|
/run pipeline |
| })) | ||
| }))) | ||
| })) | ||
| description = "(Optional, list) List of context-based restrictions rules to create" |
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.
This needs to point to the markdown helper doc
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.
Going to merge the PR as is and we can add this in a subsequent PR. Tracked in #26
|
/run pipeline |
|
The test failed on destroy: Seems related to CBR zone and not code in the module. Will retry.. |
|
/run pipeline |
|
🎉 This PR is included in version 1.2.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Description
Solutions for full-configurable have been added along with tests and documentation.
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