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

ipa{server,replica,client}: Add parameter to support to install packages only #1087

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

t-woerner
Copy link
Member

@t-woerner t-woerner commented May 4, 2023

ipaserver: New parameter ipaserver_install_packages_only

The bool value defines if the deployment will continue after the needed packages are installed on the node.

This is useful if images are generated with the packages installed to speed up deployment.

Fixes: #1086 (Proposal: Add 'installation_only' flag to roles)

Changes for ipareplica and ipaclient roles need to be done still.

The bool value defines if the deployment will continue after the needed
packages are installed on the node.

This is useful if images are generated with the packages installed to speed
up deployment.

Fixes: freeipa#1086 (Proposal: Add 'installation_only' flag to roles)
Copy link
Member

@rjeffman rjeffman left a comment

Choose a reason for hiding this comment

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

Are the changes only needed for ipaserver?

@@ -359,6 +359,7 @@ Special Variables
Variable | Description | Required
-------- | ----------- | --------
`ipaserver_install_packages` | The bool value defines if the needed packages are installed on the node. (bool, default: true) | no
`ipaserver_install_packages_only` | The bool value defines if the deployment will continue after the needed packages are installed on the node. (bool, default: true) | no
Copy link
Member

Choose a reason for hiding this comment

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

ipaserver/defaults/main.yml has ipaserver_install_packages_only: false, shouldn't the default be false?

Also, I think the value should be true if only the packages should be installed, so, in my opinion, description should be something like "When set to true, required packages will be installed, but server will not be configured. (bool, default: false)"

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.

Proposal: Add 'installation_only' flag to roles
2 participants