Skip to content

Conversation

@ocofaigh
Copy link
Contributor

@ocofaigh ocofaigh commented Dec 10, 2025

Description

  • added au-syd and ca-tor support for watsonx.ai
  • fixed a bug where watsonx assistant region was incorrectly being used for watsonx.ai region
  • removed debug from restapi provider
  • updated instance inputs to use service picker dropdown
  • uddated DA to use terraform 1.12.2
  • updated tests to cover more test coverage

Release required?

  • No release
  • Patch release (x.x.X)
  • Minor release (x.X.x)
  • Major release (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:

/run pipeline

Checklist for reviewers

  • If relevant, a test for the change is included or updated with this PR.
  • If relevant, documentation for the change is included or updated with this PR.

For mergers

  • Use a conventional commit message to set the release level. Follow the guidelines.
  • Include information that users need to know about the PR in the commit message. The commit message becomes part of the GitHub release notes.
  • Use the Squash and merge option.

@ocofaigh
Copy link
Contributor Author

/run pipeline

@ocofaigh
Copy link
Contributor Author

It seems this DA is no longer idempotent and hence is failing the tests. I created tracking issue: #342

@ocofaigh
Copy link
Contributor Author

/run pipeline

@ocofaigh
Copy link
Contributor Author

/run pipeline

@ocofaigh
Copy link
Contributor Author

/run pipeline

@ocofaigh
Copy link
Contributor Author

/run pipeline

@ocofaigh
Copy link
Contributor Author

/run pipeline

Copy link
Member

@imprateeksh imprateeksh left a comment

Choose a reason for hiding this comment

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

@ocofaigh - Provided few comments, please check once.

resource_group_id = module.resource_group.resource_group_id
name = "${var.prefix}-es"
region = var.region
service_endpoints = "public-and-private"
Copy link
Member

Choose a reason for hiding this comment

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

I have seen this earlier also that a warning is shown when using public-and-private endpoint. Can check here in the test logs.

Image

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I won't fix that yet - that can be done as part of the effort to run the tests in schematics. If I do that now, it will fail as GHA wont have access to the private enpoint

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Its not an error - its a warning

}

output "kms_instance_crn" {
value = module.key_protect.key_protect_id
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
value = module.key_protect.key_protect_id
value = module.key_protect.key_protect_crn

key protect CRN should be used as key_protect_id will provide service instance id.

Copy link
Contributor Author

@ocofaigh ocofaigh Dec 11, 2025

Choose a reason for hiding this comment

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

The ID and CRN are the same for Key Protect (its not guid). But I'll update anyway


output "elasticsearch_crn" {
value = module.elasticsearch.crn
description = "Elasticsearch CRN."
Copy link
Member

Choose a reason for hiding this comment

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

small correction -

Suggested change
description = "Elasticsearch CRN."
description = "Elasticsearch instance CRN."

ImplicitRequired: false,
Region: region,
ImplicitRequired: false,
Region: region,
Copy link
Member

Choose a reason for hiding this comment

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

Region is fixed as us-south here. Is this ok or should we include random regions like in other repos?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I can add this yes (but was not the goal of the PR)

@imprateeksh
Copy link
Member

imprateeksh commented Dec 11, 2025

Both Tests failed due to these errors -
a) Failed to install provider
b) Inconsistent dependency lock file

image

@ocofaigh
Copy link
Contributor Author

/run pipeline

2 similar comments
@ocofaigh
Copy link
Contributor Author

/run pipeline

@ocofaigh
Copy link
Contributor Author

/run pipeline

@ocofaigh
Copy link
Contributor Author

/run pipeline

@ocofaigh
Copy link
Contributor Author

/run pipeline

@ocofaigh ocofaigh merged commit 68e2f3b into main Dec 12, 2025
2 checks passed
@ocofaigh ocofaigh deleted the ocofaigh-patch-2 branch December 12, 2025 12:19
@terraform-ibm-modules-ops
Copy link
Contributor

🎉 This PR is included in version 2.7.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants