Repository: aurora Updated Branches: refs/heads/master 1c09d5833 -> 339840d38
Make aurora-scheduler-kerberos.conf startup manual. Testing Done: vagrant up Waiting on results of e2e test. Bugs closed: AURORA-1304 Reviewed at https://reviews.apache.org/r/33819/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/339840d3 Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/339840d3 Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/339840d3 Branch: refs/heads/master Commit: 339840d38918698bf8a4bbd99da07344bd729588 Parents: 1c09d58 Author: Kevin Sweeney <[email protected]> Authored: Mon May 11 10:59:45 2015 -0700 Committer: Kevin Sweeney <[email protected]> Committed: Mon May 11 10:59:45 2015 -0700 ---------------------------------------------------------------------- examples/vagrant/upstart/aurora-scheduler-kerberos.conf | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aurora/blob/339840d3/examples/vagrant/upstart/aurora-scheduler-kerberos.conf ---------------------------------------------------------------------- diff --git a/examples/vagrant/upstart/aurora-scheduler-kerberos.conf b/examples/vagrant/upstart/aurora-scheduler-kerberos.conf index 7333e81..414539b 100644 --- a/examples/vagrant/upstart/aurora-scheduler-kerberos.conf +++ b/examples/vagrant/upstart/aurora-scheduler-kerberos.conf @@ -14,6 +14,7 @@ description "aurora scheduler (kerberos e2e test)" start on stopped rc RUNLEVEL=[2345] respawn post-stop exec sleep 5 +manual # Environment variables control the behavior of the Mesos scheduler driver (libmesos). env GLOG_v=0
