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

Fixes #24101 - execute confine for puppet3 check for sat 6.4 #197

Merged

Conversation

kgaikwad
Copy link
Member

No description provided.

@theforeman-bot
Copy link
Member

Issues: #24101

@@ -21,8 +21,8 @@ class PreUpgradeCheck < Abstract
def compose
add_steps(find_checks(:default))
add_steps(find_checks(:pre_upgrade))
add_steps(find_checks(:puppet_upgrade_guide))
Copy link
Member Author

Choose a reason for hiding this comment

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

I think, this check should be before validating repositories so moved line above repo. validate check.

Copy link
Member Author

@kgaikwad kgaikwad Jun 29, 2018

Choose a reason for hiding this comment

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

If upgrade path goes from sat 6.4 to sat 6.4.z, never like from sat 6.3 to sat 6.4.z then we don't need it in sat 6.4.z scenario. But here, it is needed for sat 6.4.

Copy link
Member Author

Choose a reason for hiding this comment

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

@iNecas,
Still I think, it may happen that upgrade path from sat 6.3.z to sat 6.4.z so would like to know your suggestion on this?

Copy link
Member

Choose a reason for hiding this comment

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

I think it should probably not be in 6.4.z, but only in 6.4 (upgrading from 6.3)

Copy link
Member Author

Choose a reason for hiding this comment

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

Thank you @iNecas.
Updated PR with this modification.

@kgaikwad kgaikwad force-pushed the 24101_fix_puppet_check_to_scenarios branch from 761cf3a to 3290ff9 Compare June 29, 2018 07:07
Copy link
Contributor

@ntkathole ntkathole left a comment

Choose a reason for hiding this comment

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

Looks good

@iNecas
Copy link
Member

iNecas commented Jun 29, 2018

Thanks @kgaikwad and @ntkathole

@iNecas iNecas merged commit 80f9cb7 into theforeman:master Jun 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants