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

update Analysis/README.md #90

Closed
wants to merge 0 commits into from
Closed

update Analysis/README.md #90

wants to merge 0 commits into from

Conversation

jwesterd-redhat
Copy link
Contributor

No description provided.

Copy link
Collaborator

@djdanielsson djdanielsson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed a few little things

roles/common/README.md Outdated Show resolved Hide resolved
| leapp_preupg_opt | String | --no-rhsm when leapp_upgrade_type is connected | Upstream repository usage - whether to use RHSM |
| leapp_metadata_url | String | | URL to the leapp metadata, usually over https |
| leapp_enable_repos_args | String | | --enablerepo (leapp_repos_enabled) or blank |
| leapp_repos_enabled | String | satellite-client-6-for-rhel-{{ ansible_distribution_major_version | int + 1 }}-x86_64-rpms | Satellite repo for the satellite client |
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not rendering correctly because of the extra | char.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this looks to be rendering correctly from what I can tell

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, looking deeper, I noticed the leapp_repos_enabled variable of String type with this default value is commented out in the code. As currently implemented, this variable is List type and default value is [].

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That is correct, it is a list, and the default is an empty list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants