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

Schematics agent init #5

Merged
merged 17 commits into from
Mar 20, 2024
Merged

Schematics agent init #5

merged 17 commits into from
Mar 20, 2024

Conversation

rajatagarwal-ibm
Copy link
Member

Description

Creates Schematics Agent and deploys it on the existing cluster.

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.

SKIP UPGRADE TEST: init module
SKIP UPGRADE TEST: init module
rajatagarwal-ibm and others added 10 commits March 7, 2024 11:05
SKIP UPGRADE TEST: init module
SKIP UPGRADE TEST: init module
SKIP UPGRADE TEST: init module
SKIP UPGRADE TEST: init module
SKIP UPGRADE TEST: init module
SKIP UPGRADE TEST: init module
SKIP UPGRADE TEST: init module
SKIP UPGRADE TEST: init module
SKIP UPGRADE TEST: init module
@ocofaigh ocofaigh requested review from toddgiguere and removed request for ocofaigh March 15, 2024 12:10
.github/CODEOWNERS Outdated Show resolved Hide resolved
toddgiguere
toddgiguere previously approved these changes Mar 15, 2024
examples/complete/main.tf Outdated Show resolved Hide resolved
SKIP UPGRADE TEST: init module
@rajatagarwal-ibm
Copy link
Member Author

/run pipeline

@rajatagarwal-ibm
Copy link
Member Author

/run pipeline

@rajatagarwal-ibm
Copy link
Member Author

/run pipeline

Copy link
Member

@ocofaigh ocofaigh left a comment

Choose a reason for hiding this comment

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

I left some comments. I think maybe rename the complete example to kubernetes as we will probably want examples for openshift added at some point too.

.github/settings.yml Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
type = string
description = "The schematics agent version."
nullable = false
default = "1.0.1-beta"
Copy link
Member

Choose a reason for hiding this comment

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

why are we locking into a beta version? Also we need to figure out how we will manage this version. What are the current available versions and how often are they released? Should the module only support versions that we have tested yet?

Copy link
Member Author

Choose a reason for hiding this comment

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

This needs to be updated as the ibm_schematics_agent is still in the beta. This is the only version which supports Kubernetes yet. I have been told that Openshift support will come soon in the upcoming version. Once that's out we can probably decide how to update this version.

variables.tf Show resolved Hide resolved
outputs.tf Show resolved Hide resolved
main.tf Outdated Show resolved Hide resolved
variable "agent_version" {
type = string
description = "The schematics agent version."
default = "1.0.1-beta"
Copy link
Member

Choose a reason for hiding this comment

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

By adding a default value here, its just one more place we need to maintain it. I guess we need to decide how we want to set the module up in terms of supporting versions, and if we do that we would want to pass the version in the tests. But lets first decide how we will handle versions as per my other comment

README.md Show resolved Hide resolved
SKIP UPGRADE TEST: init module
@rajatagarwal-ibm
Copy link
Member Author

/run pipeline

SKIP UPGRADE TEST: init module
@rajatagarwal-ibm
Copy link
Member Author

/run pipeline

Copy link
Member

@ocofaigh ocofaigh left a comment

Choose a reason for hiding this comment

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

Good enough for initial release so going to merge. I'll create an issue with some follow up actions

@ocofaigh ocofaigh merged commit 3fadce2 into main Mar 20, 2024
2 checks passed
@ocofaigh ocofaigh deleted the schematics-agent-init branch March 20, 2024 11:48
@terraform-ibm-modules-ops
Copy link
Contributor

🎉 This PR is included in version 1.0.0 🎉

The release is available on GitHub release

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