Skip to content
This repository has been archived by the owner on Jul 28, 2020. It is now read-only.

Commit

Permalink
Merge pull request #71 from StackStorm/feature/st2scheduler
Browse files Browse the repository at this point in the history
Add new service 'st2scheduler' (MERGE after st2 'v3.0' release)
  • Loading branch information
armab authored Jan 30, 2019
2 parents af23886 + f6c42ce commit 44ec512
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# stackstorm cookbook CHANGELOG

## In Development


## 0.6.0

* Add new service 'st2scheduler' introduced since st2 'v3.0'

## 0.5.0

* Migrate from 'mongodb' to 'sc-mongodb' cookbook for Chef 13+ support
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
license 'Apache-2.0'
description 'Installs/Configures stackstorm'
long_description 'Installs/Configures stackstorm'
version '0.5.0'
version '0.6.0'

supports 'ubuntu', '= 14.04'
supports 'redhat', '~> 7.5'
Expand Down
2 changes: 1 addition & 1 deletion recipes/_services.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
st2actionrunner st2api st2stream
st2auth st2garbagecollector st2notifier
st2resultstracker st2rulesengine st2sensorcontainer
st2timersengine st2workflowengine
st2timersengine st2workflowengine st2scheduler
).freeze

# Enable & Start st2 services
Expand Down
2 changes: 1 addition & 1 deletion spec/recipes/_services_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
st2actionrunner st2api st2stream
st2auth st2garbagecollector st2notifier
st2resultstracker st2rulesengine st2sensorcontainer
st2timersengine st2workflowengine
st2timersengine st2workflowengine st2scheduler
).freeze

describe 'stackstorm::_services' do
Expand Down
2 changes: 1 addition & 1 deletion test/recipes/default/_services.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
st2actionrunner st2api st2stream
st2auth st2garbagecollector st2notifier
st2resultstracker st2rulesengine st2sensorcontainer
st2timersengine st2workflowengine
st2timersengine st2workflowengine st2scheduler
).freeze

ST2_SERVICES.each do |service_name|
Expand Down

0 comments on commit 44ec512

Please sign in to comment.