-
Notifications
You must be signed in to change notification settings - Fork 16
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
Update ansible docs according to docs.theforeman.org/nightly urls #45
Update ansible docs according to docs.theforeman.org/nightly urls #45
Conversation
'ImportingRoles' => "#{ForemanThemeSatellite.documentation_root}/managing_configurations_using_ansible_integration_in_red_hat_satellite/getting_started_with_ansible_in_satellite_ansible#Importing_Ansible_Roles_and_Variables_ansible", | ||
'Variables' => "#{ForemanThemeSatellite.documentation_root}/managing_configurations_using_ansible_integration_in_red_hat_satellite/getting_started_with_ansible_in_satellite_ansible#Overriding_Ansible_Variables_in_satellite_ansible", |
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.
I'm not sure if it's a good idea to replace these keys. It's possible that they are coded elsewhere as identifiers and if we remove them, then we lose the connection. But I'll try to find someone who really understands it to ack this.
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.
It was correct to remove them, because they were removed from the source code.
@girijaasoni please remove the lines again.
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.
We shortened the guide URL in 6.15, but the long variant is valid for 6.14. Ie. if cherry-picked, it won't work.
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.
When you're taking the suggestions in theforeman/foreman_ansible#711 I think you'll need to override docs_url
in the LinksController
. We haven't don't that yet, but it needs to happen.
We already have override for the foreman_theme_satellite/app/controllers/concerns/documentation_controller_branding.rb Line 37 in 4fa1231
Although, once the PR gets in, we will need to add |
I know why I couldn't find it: I had the master branch checked out, not develop. My bad |
b7dd463
to
6e0933d
Compare
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.
The Ansible changes look alright. I don't have an instance to test them, though.
6e0933d
to
ad97f02
Compare
f886c72
to
fbfdedc
Compare
'Managing_Configurations_Ansible' => | ||
{ |
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.
'Managing_Configurations_Ansible' => | |
{ | |
'Managing_Configurations_Ansible' => { |
214c18a
to
ba40b0e
Compare
ba40b0e
to
5eac842
Compare
@ekohl LGTM, any last comments? |
Note: The satellite URLs will work for 6.15 or higher :)
Blocked by theforeman/foreman_ansible#711