scylladb / scylla-ami

7 stars 29 forks source link

Add a user info parameter to start AMI with out starting scylla services #1

Closed tzach closed 8 years ago

tzach commented 9 years ago

In many cases, Scylla AMI configuration need to be set before starting the services. Adding a --start-service false option will help.

syuu1228 commented 8 years ago

@avikivity Can we let systemd to cancel to boot up scylla-server.service in scylla-ami-setup.service script, by calling systemctl disable scylla-server?

syuu1228 commented 8 years ago

Please check '[PATCH scylla] dist: abandon to start scylla-server when it's disabled from AMI userdata ' and '[PATCH scylla-ami] adding --stop-services'.