Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
c826dbc
Remove st2resultstracker logging configuration
winem Dec 18, 2020
dd8f6fe
Remove st2resultstracker from the st2actions setup.py
winem Dec 18, 2020
5f3a1eb
Remove st2resultstracker from st2ctl
winem Dec 18, 2020
5c2eea6
Remove st2resultstracker from the launchdev setup and screen configs
winem Dec 18, 2020
844f527
Add note about the st2resultstracker removal to the changelog
winem Dec 18, 2020
7bbd88b
Remove the resultstracker from st2.tests2.conf
winem Dec 18, 2020
ce6f572
Remove the resultstracker from st2.conf.sample
winem Dec 18, 2020
446f7f9
Remove the resultstracker from st2.dev.conf
winem Dec 18, 2020
e1a8dc7
Remove the resultstracker from st2.package.conf
winem Dec 18, 2020
fad451f
Remove the resultstracker from st2 test configurations
winem Dec 18, 2020
c07193c
Merge branch 'master' into winem-remove-st2resultstracker
winem Dec 18, 2020
8c3ae07
Update CHANGELOG.rst
Dec 21, 2020
bc8e98e
Merge branch 'master' into winem-remove-st2resultstracker
winem Dec 23, 2020
2237f78
Remove st2actions.resultstracker.config from the config_gen script
winem Dec 24, 2020
992023b
Remove the resultstracker config options from the st2common config.py
winem Dec 24, 2020
2d5db56
Merge branch 'winem-remove-st2resultstracker' of pgithub.com:/winem/s…
winem Dec 24, 2020
a29d770
remove st2resultstracker screen for the dev env
winem Dec 24, 2020
acb4af0
Remove the resultstracker from the tests st2.conf
winem Dec 24, 2020
72cf5a8
Remove overriden resultstracker config from the st2tests config.py
winem Dec 24, 2020
b2b31b2
Remove st2resultstracker from the st2test fixture configs
winem Dec 24, 2020
4255459
Remove the resultstracker from the HA sample config
winem Dec 24, 2020
3f0aade
Remove the resultstracker test script from the st2action integration …
winem Dec 24, 2020
ac9c68c
Merge branch 'master' into winem-remove-st2resultstracker
winem Jan 16, 2021
aed61f1
Reve st2resultstracker code from st2actions
winem Jan 16, 2021
a904de5
Delete the st2common query module along with related tests
winem Jan 17, 2021
03aafce
Change expected number of runners on the tests
winem Jan 18, 2021
8262088
Add comment to trigger another travis ci-unit run
winem Jan 18, 2021
2c7b297
increase ci-unit command timeout
winem Jan 19, 2021
facaa4e
Remove tests for the query and callback module and start to delete th…
winem Jan 19, 2021
51c6017
Add the post_run method for the base runner again
winem Jan 20, 2021
fbfd8bd
Remove tests for the async action runners
winem Jan 20, 2021
f5ad9e3
Fixes to pass lint checks
winem Jan 21, 2021
bc43cdf
fix remaining lint issue
winem Jan 21, 2021
2ef8388
Merge branch 'master' into winem-remove-st2resultstracker
amanda11 Jan 22, 2021
34ffaf4
Add tests for the async action runner again
winem Jan 22, 2021
ad74ab3
Merge branch 'winem-remove-st2resultstracker' of pgithub.com:/winem/s…
winem Jan 22, 2021
cf54ec5
increase timeout for the integration tests on travis
winem Jan 22, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ env:
# - TASK=ci-packs-tests COMMAND_THRESHOLD=300
# - TASK=ci-unit COMMAND_THRESHOLD=300

- TASK=ci-integration COMMAND_THRESHOLD=300
- TASK=ci-integration COMMAND_THRESHOLD=600

# jobs:
# fast_finish: true
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,14 @@ Removed
* Removed submit-debug-info tool and the st2debug component #5103

* Removed check-licence script (cleanup) #5092

Contributed by @kroustou
* Updated Makefile and CI to use Python 3 only, removing Python 2 (cleanup) #5090

Contributed by @blag
* Remove st2resultstracker from st2ctl, the development environment and the st2actions setup.py (cleanup) #5108

Contributed by @winem

3.3.0 - October 06, 2020
------------------------
Expand Down
3 changes: 0 additions & 3 deletions conf/HA/st2.conf.sample
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ logging = /etc/st2/logging.actionrunner.conf
# The line should be commented and 'always-copy' removed when using EL7 or EL8 as it causes virtualenv issues on pack install
virtualenv_opts = --always-copy

[resultstracker]
logging = /etc/st2/logging.resultstracker.conf

[notifier]
logging = /etc/st2/logging.notifier.conf

Expand Down
9 changes: 0 additions & 9 deletions conf/logrotate.conf
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,6 @@ notifempty
endscript
}

## Results Tracker
/var/log/st2/st2resultstracker*.log {
daily
rotate 5
postrotate
st2ctl reopen-log-files st2resultstracker > /dev/null
endscript
}

## Notifier
/var/log/st2/st2notifier*.log {
daily
Expand Down
12 changes: 0 additions & 12 deletions conf/st2.conf.sample
Original file line number Diff line number Diff line change
Expand Up @@ -224,18 +224,6 @@ logging = /etc/st2/logging.notifier.conf
# Enable/Disable support for pack common libs. Setting this config to ``True`` would allow you to place common library code for sensors and actions in lib/ folder in packs and use them in python sensors and actions. See https://docs.stackstorm.com/reference/sharing_code_sensors_actions.html for details.
enable_common_libs = False

[resultstracker]
# Sleep delay in between queries when query queue is empty.
empty_q_sleep_time = 1
# Location of the logging configuration file.
logging = /etc/st2/logging.resultstracker.conf
# Sleep delay for query when there is no more worker in pool.
no_workers_sleep_time = 1
# Time interval between queries to external workflow system.
query_interval = 5
# Number of threads to use to query external workflow systems.
thread_pool_size = 10

[rulesengine]
# Location of the logging configuration file.
logging = /etc/st2/logging.rulesengine.conf
Expand Down
4 changes: 0 additions & 4 deletions conf/st2.dev.conf
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,6 @@ url = amqp://guest:guest@127.0.0.1:5672/
[ssh_runner]
remote_dir = /tmp

[resultstracker]
logging = st2actions/conf/logging.resultstracker.conf
query_interval = 0.1

[scheduler]
logging = st2actions/conf/logging.scheduler.conf

Expand Down
3 changes: 0 additions & 3 deletions conf/st2.package.conf
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ logging = /etc/st2/logging.rulesengine.conf
logging = /etc/st2/logging.actionrunner.conf
virtualenv_opts = --always-copy

[resultstracker]
logging = /etc/st2/logging.resultstracker.conf

[notifier]
logging = /etc/st2/logging.notifier.conf

Expand Down
4 changes: 0 additions & 4 deletions conf/st2.tests.conf
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,6 @@ url = amqp://guest:guest@127.0.0.1:5672/
[ssh_runner]
remote_dir = /tmp

[resultstracker]
logging = st2actions/conf/logging.resultstracker.conf
query_interval = 0.1

[notifier]
logging = st2actions/conf/logging.notifier.conf

Expand Down
3 changes: 0 additions & 3 deletions conf/st2.tests1.conf
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ url = amqp://guest:guest@127.0.0.1:5672/
[ssh_runner]
remote_dir = /tmp

[resultstracker]
logging = st2actions/conf/logging.resultstracker.conf

[notifier]
logging = st2actions/conf/logging.notifier.conf

Expand Down
4 changes: 0 additions & 4 deletions conf/st2.tests2.conf
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,6 @@ url = amqp://guest:guest@127.0.0.1:5672/
[ssh_runner]
remote_dir = /tmp

[resultstracker]
logging = st2actions/conf/logging.resultstracker.conf
query_interval = 0.1

[notifier]
logging = st2actions/conf/logging.notifier.conf

Expand Down
22 changes: 0 additions & 22 deletions st2actions/bin/st2resultstracker

This file was deleted.

44 changes: 0 additions & 44 deletions st2actions/conf/logging.resultstracker.conf

This file was deleted.

22 changes: 0 additions & 22 deletions st2actions/conf/syslog.resultstracker.conf

This file was deleted.

1 change: 0 additions & 1 deletion st2actions/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
scripts=[
'bin/st2actionrunner',
'bin/st2notifier',
'bin/st2resultstracker',
'bin/st2workflowengine',
'bin/st2scheduler',
]
Expand Down
74 changes: 0 additions & 74 deletions st2actions/st2actions/cmd/st2resultstracker.py

This file was deleted.

Empty file.
57 changes: 0 additions & 57 deletions st2actions/st2actions/resultstracker/config.py

This file was deleted.

Loading