Created
March 3, 2015 11:31
-
-
Save goern/acfb9bac168b6eec44eb to your computer and use it in GitHub Desktop.
Oh-My-Vagrant configuration to deplo OpenShift Enterprise 3
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
--- | |
:domain: goern.example.com | |
:network: 192.168.196.0/24 | |
:image: rhel-7.1 | |
:boxurlprefix: '' | |
:sync: rsync | |
:folder: '' | |
:extern: | |
- type: git | |
system: ansible | |
repository: [email protected]:goern/openshift-ansible.git | |
directory: ose3 | |
branch: enterprise2 | |
:puppet: false | |
:classes: [] | |
:docker: false | |
:ansible: [] | |
:playbook: | |
- ose3/playbooks/byo/config.yml | |
:cachier: false | |
:vms: | |
- :name: master | |
:ansible: | |
- masters | |
- :name: node-1 | |
:ansible: | |
- nodes | |
- :name: node-2 | |
:ansible: | |
- nodes | |
:namespace: ose3 | |
:count: 0 | |
:username: '' | |
:password: '' | |
:poolid: true | |
:repos: [] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment