Skip to content
This repository has been archived by the owner on May 15, 2019. It is now read-only.

Katello/zest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Zest is a rubygem api library for communicating with a Pulp 3 Server. It is autogenerated from Pulp 3's api specification.

This git repository does not host the library, but instead provides tooling for generating new versions of the gem.

Zest rubygem build instructions

  1. Setup pulplift: https://github.com/pulp/pulplift. Git clone the project and follow the Setup instructions in the README
  2. Checkout zest within pulplift, your directory structure should look like:
$ ls -l pulplift/
ansible.cfg
ansible-pulp3
forklift
playbooks
README.md
roles
vagrant
Vagrantfile
zest
  1. Set the build version, in zest/playbook.yml
  2. Within pulplift, run:
ansible-playbook zest/playbook.yml  -e "pulplift_state=up gem_version=0.0.2"

This will spinup a pulp3 vagrant box, generate a new zest gem and copy it back to the pulplift directory.

  1. To push to rubygems.org (if you have permissions):
gem push zest-0.0.z.gem
  1. Destroy your box:
vagrant destroy zest-builder

About

Tools for building the zest rubygem

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published