Merge "Only start 1 subunit worker per node"

This commit is contained in:
Jenkins 2015-02-10 23:46:43 +00:00 committed by Gerrit Code Review
commit f66c043a13

View File

@ -30,19 +30,4 @@ class openstack_project::subunit_worker (
db_host => $subunit2sql_db_host,
db_pass => $subunit2sql_db_pass,
}
subunit2sql::worker { 'B':
config_file => 'puppet:///modules/openstack_project/logstash/jenkins-subunit-worker.yaml',
db_host => $subunit2sql_db_host,
db_pass => $subunit2sql_db_pass,
}
subunit2sql::worker { 'C':
config_file => 'puppet:///modules/openstack_project/logstash/jenkins-subunit-worker.yaml',
db_host => $subunit2sql_db_host,
db_pass => $subunit2sql_db_pass,
}
subunit2sql::worker { 'D':
config_file => 'puppet:///modules/openstack_project/logstash/jenkins-subunit-worker.yaml',
db_host => $subunit2sql_db_host,
db_pass => $subunit2sql_db_pass,
}
}