-
Notifications
You must be signed in to change notification settings - Fork 96
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
Drop mentions of --foreman-proxy-register-in-foreman #3080
base: master
Are you sure you want to change the base?
Conversation
I am cool w/o a migration. |
When network connections or ports to {Project} are not yet open, registration of the {SmartProxy} will fail. | ||
Correctly configure the network and firewalls before rerunning the installer. |
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.
This should be covered in Prerequisites. It may need a different wording.
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 was thinking about the same thing.
When network connections or ports to {Project} are not yet open, registration of the {SmartProxy} will fail. | ||
Correctly configure the network and firewalls before rerunning the installer. |
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.
Same here.
@@ -38,7 +38,6 @@ Retain a copy of the `{foreman-installer}` command that the `{certs-generate}` c | |||
_output omitted_ | |||
{installer-scenario-smartproxy} \ | |||
--certs-tar-file "/root/{smart-proxy-context}_cert/_{smartproxy-example-com}_-certs.tar" \ | |||
--foreman-proxy-register-in-foreman "true" \ |
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.
This is actually command output and comes from https://github.com/theforeman/foreman-installer/blob/2ec4fbdac78e208dbe83dc9414f73ab0dd60ee69/katello_certs/hooks/boot/02-message-helpers.rb#L60 so I think this particular line needs to be kept in until we drop it from the installer.
Moving back to draft because it needs some installer work as well before we can proceed. |
b50a399
to
324d5a4
Compare
Trivial rebase without any content changes just so I could test previews after I made changes there. |
324d5a4
to
4743e08
Compare
By removing mentions of this, it becomes an unsupported feature. This is good because various parts of the documentation assume it's turned on. Users can easily get into unexpected errors way further down the line if they disable this feature. Where there were explicit instructions to disable it, the text is changed into troubleshooting.
4743e08
to
5db7c76
Compare
By removing mentions of this, it becomes an unsupported feature. This is good because various parts of the documentation assume it's turned on. Users can easily get into unexpected errors way further down the line if they disable this feature.
Where there were explicit instructions to disable it, the text is changed into troubleshooting.
I'd appreciate some feedback on the phrasing of the changed lines.
Please cherry-pick my commits into: