summaryrefslogtreecommitdiffstats
path: root/Vagrantfile
Commit message (Collapse)AuthorAgeFilesLines
* Add missing atomic- and openshift-enterprisePep Turró Mauri2016-02-091-1/+3
| | | | | | Some checks related to *enterprise deployments were still only looking for "enterprise" deployment_type. Update them to cover also atomic-enterprise and openshift-enterprise deployment types.
* Vagrant RHEL registration cleanupPep Turró Mauri2015-10-241-21/+0
| | | | Remove vagrant-registration because it's not needed anymore.
* Use official centos images for VagrantfileJason DeTiberus2015-09-031-5/+4
|
* Use deployment_type, not openshift_deployment_typePep Turró Mauri2015-08-031-1/+1
| | | | This seems to be what's used in other places
* Deploying enterprise with VagrantPep Turró Mauri2015-08-031-6/+33
|
* Reference deployment_type instead of hardcoding originPep Turró Mauri2015-08-031-1/+1
|
* fixes #331 causes NetworkManager to yield 2nd NICDale Bewley2015-07-091-0/+2
|
* Add vagrantfile and minor bugfixesJason DeTiberus2015-04-281-0/+62
- Add Vagrantfile for configuring a basic cluster - Add an initial readme for using vagrant - explicitly set connection: local and sudo: false for localhost actions in playbooks/common/openshift-node/config.yml - Fix permissions issue with openshift config file for non-root user