Project

lita-pulp

0.0
No commit activity in last 3 years
No release in over 3 years
Lita bot for pulp server
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

lita-pulp

A lita handler plugin for pulp server operations.

Installation

Add lita-pulp to your Lita instance's Gemfile:

gem "lita-pulp"

Configuration

Configuration options

Lita.configure do |config|
  config.handlers.pulp.url="https://pulp.co.epi.web"
  config.handlers.pulp.api_path="/pulp/api/v2/"
  config.handlers.pulp.username="admin"
  config.handlers.pulp.password="admin"
  config.handlers.pulp.verify_ssl=false #optional default to false
end

Usage

It can do following:

  • List all rpm repositories
  • List all puppet repositories
  • Show a repository details
  • Search rpm package
  • Search puppet module
  • Copy rpm package from one repository to another
  • Copy puppet module from one repository to another
  • Create rpm/puppet repository
  • Delete a repository