miskopo / freeipa-tools

FreeIPA Developer tools

Home Page:http://www.freeipa.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ipa-tools

This repository contains tools that automate some tasks in FreeIPA development.

For guidelines, see: http://www.freeipa.org/page/Contribute/Code

TLDR

These tools might work for other projects that work similarly.

ipatool

The most documented script is the all-in-one "ipatool", which can:

  • apply given patches, adding "Reviewed-By:" lines, and push them upstream
  • apply given patches to a remote VM
  • mark tickets as "on-review" based on patches for those tickets

Dependencies:

yum install python3 python3-PyYAML python3-blessings python3-unidecode \
    python3-docopt python3-github3py python3-xtermcolor python3-libpagure

See docs in the script itself

other tools

See docs in the tools themselves, if any.

see also

Tomáš has a set of scripts to manage VMs for testing IPA on: https://github.com/tbabej/labtool

About

FreeIPA Developer tools

http://www.freeipa.org/


Languages

Language:Python 96.1%Language:Shell 3.9%