-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add support for RedHat. #5
base: master
Are you sure you want to change the base?
Add support for RedHat. #5
Conversation
Change-Id: Ice304373166fa045046060a313673c01a15db6a4
@@ -1,5 +1,36 @@ | |||
--- | |||
horizon_path: /opt/stack/horizon/ | |||
panel_src_path_os: |
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.
There are enough platform specific variables that I think it would be cleaner to setup individual files for them and then at the top of the main task do an include_vars with_first_found statement.
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.
but vars are hard to overwrite. You could do it in include role but not in host_vars and group_vars. So if we think that some variable could be overwritten we think that better place is defaults/main.
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.
Good point using include_vars does make them harder to overwrite.
Could we please merge that? |
Change-Id: Ibc215389c6760cc4328a56176d933b7629bdc73b
Commit provides Horizon UI is translated properly. Change-Id: Ifb59ed24478a7245ac36bc78e0024a56ecf49e1e
No description provided.