Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use wait_for_connection to validate ssh transport is alive | Scott Dodson | 2018-02-07 | 1 | -0/+6 |
| | |||||
* | Add GPG keys in the base image and don't install docker | Clayton Coleman | 2018-01-25 | 1 | -1/+2 |
| | |||||
* | Split control plane and component install in deploy_cluster | Clayton Coleman | 2018-01-23 | 1 | -2/+11 |
| | |||||
* | PyYAML is required by openshift_facts on nodes | Clayton Coleman | 2018-01-23 | 1 | -0/+2 |
| | |||||
* | Move origin-gce roles and playbooks into openshift-ansible | Clayton Coleman | 2018-01-23 | 10 | -0/+365 |
| | | | | | | | | | | | | | | This moves all core functionality into the openshift-ansible repo, adds the necessary equivalent entrypoint to the openshift-ansible installer image, and ensures the dynamic inventory mechanisms in openshift-ansible continue to work. Notable changes from origin-gce: * playbook extensions changed to .yml * dynamic inventory subdirectory created to prevent accidental use * use the custom entrypoint entrypoint-gcp for this image * move tasks into openshift_gcp role | ||||
* | Playbook Consolidation - byo/config.yml | Russell Teague | 2017-12-06 | 1 | -16/+0 |
| | |||||
* | Playbook Consolidation - Initialization | Russell Teague | 2017-11-15 | 1 | -5/+2 |
| | |||||
* | Port origin-gce roles for cluster setup to copy AWS provisioning | Clayton Coleman | 2017-09-14 | 1 | -0/+19 |
This is a rough cut of the existing origin-gce structure (itself a refined version of the ref arch). I've removed everything except core cluster provisioning, image building, and inventory setup. Node groups are part of the "all at once" provisioning but can be changed. |