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

tempest: add kibana_version to the identity senction of tempest.conf #2214

Open
wants to merge 1 commit into
base: stable/4.0
Choose a base branch
from

Conversation

sjamgade
Copy link
Contributor

kibana_version conf is needed by monasca_log_api_tempest testcases as
this key-value pair is added headers of requests to kibana
https://opendev.org/openstack/monasca-log-api/src/tag/newton-eol/monasca_log_api_tempest/config.py#L40

sample failure: https://ci.suse.de/job/openstack-mkcloud/8437/consoleText

kibana_version conf is needed by monasca_log_api_tempest testcases as
this key-value pair is added headers of requests to kibana
https://opendev.org/openstack/monasca-log-api/src/tag/newton-eol/monasca_log_api_tempest/config.py#L40
@@ -92,6 +92,7 @@ alt_username = <%= @alt_comp_user %>
alt_tenant_name = <%= @alt_comp_tenant %>
alt_password = <%= @alt_comp_pass %>
alt_domain_name = Default
kibana_version = '4.6.3'
Copy link
Contributor

Choose a reason for hiding this comment

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

would it be possible to get the installed kibana version instead of hardcoding the version?

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 am not sure how to carry that version from monasca-server node to controller where the tempest is installed without putting is much effort for SOC7 which I was told is EOL in couple of months from now.
Also Kibana is not something we update frequently so this version wont change as often.

What do you suggest ?

@JanZerebecki
Copy link
Contributor

Looks good, but needs rebase.

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

Successfully merging this pull request may close these issues.

3 participants