James vms deployment#64
Merged
JPadovano1483 merged 21 commits intoApr 29, 2026
Merged
Conversation
fae8d76 to
0b7a84e
Compare
a3f9e6e to
9d65f25
Compare
Contributor
Author
|
Changes:
I left the original database scripts, yaml, and getting-started documentation for now. Let me know if I should remove these. Currently there are copies of the database scripts in the helmfile directory, but before merging I will make sure there is only one source for these. I think if we want to remove the old yaml, I would say we should keep the scripts in the helmfile directory, but if we want to keep them around I would leave the scripts where they are. |
Contributor
Author
|
Fixes #10 |
ted-ross
approved these changes
Apr 29, 2026
Member
ted-ross
left a comment
There was a problem hiding this comment.
I think the SQL scripts should be removed from their old location so we don't cause confusion by having two copies.
688fe0b to
ac815ae
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@ted-ross Here is what I currently have working for the deployment of the required VMS components:
I am still improving and polishing some things, but wanted to get feedback on the overall current state and setup. One thing I should have asked more about earlier that I mentioned to Andy is that the helmfile cli is a community managed tool, so I am not sure what IBM's policy is on using this. He is going to look into it, but we can pivot away from using that if need be.
The README still needs to be cleaned up and vetted more, but I believe following the "Prerequisites" and "Deploying on a single cluster" sections should get you running. One thing to note is that Keycloak is a bit particular about using a hostname. I found that if I didn't set a hostname and create an ingress, the auth callback would fail. I will keep exploring configuring this for development environments. The steps I took to configure this were:
I would recommend using a fresh cluster or one without cert-manager installed for testing. Feel free to grab me if it would be easier to go through that way.