-
Notifications
You must be signed in to change notification settings - Fork 1
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:An ability to override Kibana image URL in DA #345
base: main
Are you sure you want to change the base?
Conversation
/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.
See comments. Also please update the variable description for enable_kibana_dashboard
and make sure to reference the new kibana_image_reference
input.
Also any time you add a new input variable to a DA solution, you need to also add it to the ibm_catalog.json file. The variables ion that file are sorted in an order that keeps related variables group together. So ensure to add the new variable with the other kibana related variable inputs
…hboard and elasticsearch_full_version,changed empty string to null added variable in ibm_catalog.json
/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.
see latest comments
@aatreyee2506 before running the pipeline, ensure your branch is up to date with latest code in |
Syncing changes with main.
/run pipeline |
/run pipeline |
@aatreyee2506 @Ak-sky Why was the PR closed? |
@ocofaigh, it was by mistake, reopening this. |
/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.
see comments
@aatreyee2506 @Ak-sky any update on this? |
Hi @ocofaigh ,working on this now. |
/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.
see comments
/run pipeline |
/run pipeline |
/run pipeline |
@aatreyee2506 - Please do not commit |
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.
@aatreyee2506 Provided some comments, please check.
/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.
Left some more comments.
/run pipeline |
/run pipeline |
/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
Description
Added a variable "kibana_image_reference" to give the users an option to override the kibana image.
Git issue
Release required?
x.x.X
)x.X.x
)X.x.x
)Release notes content
This PR adds variable "kibana_image_reference" to give the users an option either to go with the default image or give their own image as an input.
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