Git Product home page Git Product logo

rundeck_history_purge_tool's Introduction

rundeck_history_purge_tool

Rundeck history purge tool with conditions

Usage

usage: rd_purge_history.py [-h] [-j JOB_FILTER] -t ACCESS_TOKEN [-H HOST]
                           [-P PORT] [-k KEEP_HISTORY_SIZE]
                           [-m MAX_DELETE_SIZE] [-c CHUNK_SIZE] [-n]
                           project

positional arguments:
  project

optional arguments:
  -h, --help            show this help message and exit
  -j JOB_FILTER, --job_filter JOB_FILTER
  -t ACCESS_TOKEN, --access_token ACCESS_TOKEN
  -H HOST, --host HOST
  -P PORT, --port PORT
  -k KEEP_HISTORY_SIZE, --keep_history_size KEEP_HISTORY_SIZE
  -m MAX_DELETE_SIZE, --max_delete_size MAX_DELETE_SIZE
  -c CHUNK_SIZE, --chunk_size CHUNK_SIZE
  -n, --dry_run

Example usage with cron

# The oldest 10 histories of 'job1' in 'main' project are purged everyday, but keep latest 20 histories
5 0 * * * python  $PATH_TO_THIS_DIR/rundeck_history_purge_tool/rd_purge_history.py main -c 10 -k 20 -j job1 >> ~/cron.log

rundeck_history_purge_tool's People

Contributors

soymsk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

rundeck_history_purge_tool's Issues

Client Error: Bad Request

Thanks for sharing your tool, but I am not able to run it. I am getting an exception as shown below. What version of Python are you using? Also you README shows an incorrect example usage with "-s 10" parameters, which are not available.

$ python --version
Python 2.7.12
$ python /var/lib/rundeck/rundeck_history_purge_tool/rd_purge_history.py -t mytoken myproject -m 100 -j myjob
Args:
max_delete_size: 100
dry_run: False
project: myproject
host: localhost
keep_history_size: 20
chunk_size: 20
job_filter: myjob
port: 4440
Traceback (most recent call last):
File "/var/lib/rundeck/rundeck_history_purge_tool/rd_purge_history.py", line 127, in
args.dry_run
File "/var/lib/rundeck/rundeck_history_purge_tool/rd_purge_history.py", line 51, in purge_history
total = get_history_total(client, project, job_filter)
File "/var/lib/rundeck/rundeck_history_purge_tool/rd_purge_history.py", line 38, in get_history_total
history = search_history(client, project, job_filter)
File "/var/lib/rundeck/rundeck_history_purge_tool/rd_purge_history.py", line 24, in search_history
res = client.get(request)
File "/var/lib/rundeck/rundeck_history_purge_tool/rd_purge_history.py", line 102, in get
res.raise_for_status()
File "/usr/lib/python2.7/dist-packages/requests/models.py", line 683, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.