summaryrefslogtreecommitdiff
path: root/playbooks/openstack
AgeCommit message (Collapse)Author
2015-10-05Revert "GCE support"Thomas Wiest
2015-10-01Removed some application specific code like insecure registries, heat templateChengcheng Mu
2015-10-01oo_option fixed, some clean upChengcheng Mu
2015-10-01GCE-support (more information in PR, README_GCE.md)Chengcheng Mu
2015-08-26Merge pull request #483 from lhuard1A/issue_471Wesley Hearn
Properly pass the "external network" option to the HEAT template
2015-08-17Merge pull request #405 from sdodson/loglevel2Brenton Leanhardt
Set loglevel=2 as our default across the board
2015-08-17Properly pass the "external network" option to the HEAT templateLénaïc Huard
Fixes #471
2015-08-12Infra node support for OpenStackLénaïc Huard
2015-07-29Set loglevel=2 as our default across the boardScott Dodson
2015-07-23Infra node supportWesley Hearn
2015-07-17Implement RHEL subscription for enterprise deployment typeLénaïc Huard
2015-07-16Merge pull request #315 from lhuard1A/all_os_in_heatThomas Wiest
Make all the OpenStack resources be managed by a Heat Stack
2015-07-15Make all the OpenStack resources be managed by a Heat StackLénaïc Huard
2015-07-10Playbook updates for clustered etcdJason DeTiberus
- Add support to bin/cluster for specifying etcd hosts - defaults to 0, if no etcd hosts are selected, then configures embedded etcd - Updates for the byo inventory file for etcd and master as node by default - Consolidation of cluster logic more centrally into common playbook - Added etcd config support to playbooks - Restructured byo playbooks to leverage the common openshift-cluster playbook - Added support to common master playbook to generate and apply external etcd client certs from the etcd ca - start of refactor for better handling of master certs in a multi-master environment. - added the openshift_master_ca and openshift_master_certificates roles to manage master certs instead of generating them in the openshift_master role - added etcd host groups to the cluster update playbooks - aded better handling of host groups when they are either not present or are empty. - Update AWS readme
2015-07-03Add a generic mechanism for passing optionsLénaïc Huard
And use it in the libvirt and openstack playbooks
2015-06-10Templatize configs and 0.5.2 changesJason DeTiberus
- Templatize node config - Templatize master config - Integrated sdn changes - Updates for openshift_facts - Added support for node, master and sdn related changes - registry_url - added identity provider facts - Removed openshift_sdn_* roles - Install httpd-tools if configuring htpasswd auth - Remove references to external_id - Setting external_id interferes with nodes associating with the generated node object when pre-registering nodes. - osc/oc and osadm/oadm binary detection in openshift_facts Misc Changes: - make non-errata puddle default for byo example - comment out master in list of nodes in inventory/byo/hosts - remove non-error errors from fluentd_* roles - Use admin kubeconfig instead of openshift-client
2015-06-08Implement OpenStack providerLénaïc Huard