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

cephadm: Refactor bootstrap.yml #18

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

Conversation

markgoddard
Copy link

Some tasks in bootstrap.yml go beyond the initial bootstrap, and may be
required if configuration changes or new hosts are added.

This change separates out configuration tasks into config.yml, and
cluster specification tasks into cluster.yml.

Some tasks in bootstrap.yml go beyond the initial bootstrap, and may be
required if configuration changes or new hosts are added.

This change separates out configuration tasks into config.yml, and
cluster specification tasks into cluster.yml.
@markgoddard
Copy link
Author

I haven't tested this, just wanted opinions on the approach.

Copy link
Member

@mnasiadka mnasiadka 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, but it would be nice to test it somewhere.

@cityofships cityofships self-assigned this Nov 24, 2021
@cityofships
Copy link
Member

Getting:

ERROR! Error when evaluating variable in import path: pkg_{{ ansible_os_family | lower }}.yml.

When using static imports, ensure that any variables used in their names are defined in vars/vars_files
or extra-vars passed in from the command line. Static imports cannot use variables from facts or inventory
sources like group or host vars.

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.

3 participants