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

feat(provisioning-templates): Modified default provisioning templates… #214

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

Conversation

smirta
Copy link
Member

@smirta smirta commented Feb 11, 2025

… for use at RaBe added

  • Comparison of RaBe kickstart template with default is required. Not sure if in meantime it's a newer default
  • Adding the templates as files needs to be evaluated. May be easier to compare to defaults from foreman repo.

@smirta smirta requested a review from hairmare February 11, 2025 22:26
@smirta smirta self-assigned this Feb 12, 2025
DNS1=<%[email protected][0].subnet.dns_primary %>
DNS2=<%[email protected][0].subnet.dns_secondary %>
- content: |
network: {config: disabled}
Copy link
Member

Choose a reason for hiding this comment

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

suggestion:

Suggested change
network: {config: disabled}
network:
config: disabled

phone_home:
url: <%= foreman_url('built') %>
post: []
tries: 10
Copy link
Member

Choose a reason for hiding this comment

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

question: Should we also manage power_state like upstream does?

<% if host_param_true?('reboot') -%>
power_state:
  mode: reboot
  timeout: 30
  condition: true
<% end -%>

@hairmare
Copy link
Member

Adding the templates as files needs to be evaluated. May be easier to compare to defaults from foreman repo

Yes please! that would make sense.

I can provide links to the upstream templates for diff if needed.

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.

2 participants