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

Skip service start during bootstrap #5563

Merged
merged 2 commits into from
Jul 3, 2024

Commits on Jun 28, 2024

  1. Allowed service management during bootstrap to be skipped by defining…

    … bootstrap_skip_services
    
    During provisioning starting services can be problematic, for example in a
    kickstart environment before first boot. Inability to start services can result
    in the bootstrap procedure failing, resulting in loss of key information like
    the hub a host was bootstrapped to. This change allows bootstrap to skip
    managing services if the class bootstrap_skip_services is defined.
    
    Ticket: ENT-11932
    Changelog: Title
    nickanderson committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    07172a4 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Add new cf-agent option --skip-bootstrap-service-start

    For environments where CFEngine services have to be started in
    some special way.
    
    Ticket: ENT-11932
    Changelog: cf-agent now has a new option
               --skip-bootstrap-service-start to skip starting
               CFEngine services during the bootstrap process
    vpodzime committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    f5e2678 View commit details
    Browse the repository at this point in the history