Created
March 31, 2017 20:18
-
-
Save detiber/dbf3d3cac6a4e6bfe745d15945797fa6 to your computer and use it in GitHub Desktop.
Reproducer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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