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
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions chef/cookbooks/tempest/templates/default/tempest.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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 ?


[identity-feature-enabled]
domain_specific_drivers = <%= node[:keystone][:domain_specific_drivers] ? "True" : "False" %>
Expand Down