Skip to content

Instantly share code, notes, and snippets.

@detiber
Created March 31, 2017 20:18
Show Gist options
  • Save detiber/dbf3d3cac6a4e6bfe745d15945797fa6 to your computer and use it in GitHub Desktop.
Save detiber/dbf3d3cac6a4e6bfe745d15945797fa6 to your computer and use it in GitHub Desktop.
Reproducer
mkdir ~/tmp/reproducer
cd ~/tmp/reproducer
pyvenv venv
source venv/bin/activate
git clone [email protected]:ansible/ansible.git
git clone [email protected]:openshift/openshift-restclient-python.git
cd openshift-restclient-python
pip install -r requirements.txt
python setup.py develop
source ../ansible/hacking/env-setup
cd ../
mkdir library
openshift-ansible-gen
cp _modules/*/*.py library/
oc cluster up
ansible-playbook test.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment