Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Disable services by default #65

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

Conversation

felixb
Copy link

@felixb felixb commented Jan 14, 2016

This changes removes code enabling services by installing the package.
The reasons you don't want enabled services by default is:

  • provisioning tools like puppet/chef/ansible should handle states of services
  • installing just a mesos-master should not spawn a mesos-slave silently (after reboot)
  • installing just a mesos-slave should not spawn a mesos-master silently (after reboot)
  • installing the package just to get the libmesos.so (e.g. on a jenkins) for running a framework should not spawn mesos-master and mesos-slave (after reboot)

This changes removes code enabling services by installing the package.
The reasons you don't want enabled services by default is:

 * provisioning tools like puppet/chef/ansible should handle states of services
 * installing just a mesos-master should not spawn a mesos-slave silently (after reboot)
 * installing just a mesos-slave should not spawn a mesos-master silently (after reboot)
 * installing the package just to get the libmesos.so (e.g. on a jenkins) for running a framework should not spawn mesos-master and mesos-slave (after reboot)
@xiaods
Copy link

xiaods commented Apr 15, 2016

+1

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants