-
Notifications
You must be signed in to change notification settings - Fork 51
Update general inventory file vars appendix #3310
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
Conversation
| `redis_tls_cert` | ||
| |
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.
| `redis_tls_cert` | |
| | |
| `redis_tls_cert` | |
| `redis_tls_cert` |
Looks like we're missing redis_tls_{cert,key} variables from the containerized README but those exist in the code
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.
Updated thanks for catching that!
Will I create a Jira to update the README or is it OK?
| Optional | ||
| `rhel8` | ||
|
||
| `use_archive_compression` |
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.
use_archive_compression
and use_db_compression
(as well as their component prefixed variables) also exist in containerized
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 hoping to add those as part of AAP-39129
fa75dbe
to
44b6082
Compare
| `bundle_install` | ||
| Controls whether or not to perform an offline or bundled installation. Set this variable to `true` to enable an offline or bundled installation. | ||
| Optional | ||
| `false` |
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 value is set to true automatically if running bundle installer, for both RPM and containerized.
| `bundle_dir` | ||
| Path to the bundle directory used when performing a bundle install. | ||
| Required if `bundle_install=true` | ||
| `false` |
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 default is /var/lib/ansible-automation-platform-bundle
for RPM installer, <current dir>/bundle
for containerized.
| Optional | ||
| `true` | ||
|
||
| `precreate_partition_hours` |
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 a variable used only for controller.
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.
will move this var to the controller vars file
|
||
This variable is used as a host variable for particular hosts and not under the `[all:vars]` section. | ||
|
||
| Required if `registry_auth=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.
same as password, need to be set if cred is required in RPM installer.
|
||
The username credential for access to the registry source defined in `registry_url`. | ||
|
||
| Required if `registry_auth=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.
registry_auth
is a variable used in containerized installer only. For RPM installer, the var needs to be set if password is required to access registry_url
.
| `routable_hostname` | ||
| `routable_hostname` | ||
| Used if the machine running the installation program can only route to the target host through a specific URL. | ||
For example, if you use short names in your inventory, but the node running the installation program can only resolve that host by using a FQDN. If `routable_hostname` is not set, it should default to `ansible_host`. |
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 should default to ansible_host
-> It defaults to
44b6082
to
505d793
Compare
Thank you for the feedback Satoe :) |
505d793
to
f3c8e7d
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.
Just the one comment, just a suggestion feel free to keep what you have. LGTM
|
||
| `aap_service_san_records` | ||
| | ||
| A list of additional SAN records for signing a service. These should be assigned to components in the inventory file as host variables rather than group or all variables. All strings should also contain their corresponding SAN option prefix such as `DNS:` or `IP:`. |
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.
Suggested rewrite for active voice: "Assign these to components in the inventory file as host variables, not group or all variables."
Also for the last sentence, could you sub out "Should" for "must"? Should gives the user an option, but if they need these option prefixes lets just tell em.
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.
Super feedback TY! Will implement
Updates the general inventory file vars appendix and adds a redis vars file for redis specific vars. General variables - Appendix Inventory file variables improvements https://issues.redhat.com/browse/AAP-40600
f3c8e7d
to
26a6d2f
Compare
* Update general inventory file vars appendix Updates the general inventory file vars appendix and adds a redis vars file for redis specific vars. General variables - Appendix Inventory file variables improvements https://issues.redhat.com/browse/AAP-40600 * Updates based on SME feedback * updates based on SME feedback * Updates based on peer review feedback
* Update general inventory file vars appendix Updates the general inventory file vars appendix and adds a redis vars file for redis specific vars. General variables - Appendix Inventory file variables improvements https://issues.redhat.com/browse/AAP-40600 * Updates based on SME feedback * updates based on SME feedback * Updates based on peer review feedback
Updates the general inventory file vars appendix and adds a redis vars file for redis specific vars.
General variables - Appendix Inventory file variables improvements
https://issues.redhat.com/browse/AAP-40600