summaryrefslogtreecommitdiff
path: root/playbooks/openstack/openshift-cluster/files
AgeCommit message (Collapse)Author
2017-08-25Remove unsupported playbooks and utilitiesRussell Teague
2017-04-04Port 10255 unnecessary. Removing all instancesChris Callegari
2016-11-08Revert "Revert openshift.node.nodename changes"Scott Dodson
2016-11-07Revert "Fix the nodeName of the OpenShift nodes on OpenStack"Scott Dodson
This reverts commit aaaf82ba6032d0b1e9c36a39a7eda25b8c5f4b84.
2016-10-19Fix typosRodolfo Carvalho
2016-09-27Remove the DNS VM on OpenStackLénaïc Huard
2016-09-22Fix the nodeName of the OpenShift nodes on OpenStackLénaïc Huard
2016-08-19Open OpenStack security group for the service node port rangeLénaïc Huard
With OpenShift 3.2, creating a service accessible from the outside of the cluster thanks to `nodePort` automatically opens the “local” `iptables` firewall to allow incoming connection on the `nodePort` of the service. In order to benefit from this improvement, the OpenStack security group shouldn’t block those incoming connections. This change opens, on the OS nodes, the port range dedicated to service node ports.
2016-07-12Re-align the OpenStack firewall rules with the iptables rulesLénaïc Huard
2016-06-07add skydns port 8053 to openstack master sec groupjawed
2016-05-05add user-data file back to openstack provisionerJason DeTiberus
2016-05-05openstack_fixesJason DeTiberus
- move openstack user-data content into heat template
2016-04-20added new openshift-metrics serviceJose David Martin Nieto
2016-04-01Enable Ansible ssh pipelining to speedup deploymentLénaïc Huard
https://docs.ansible.com/ansible/intro_configuration.html#pipelining
2016-02-22added node-secgroup to master_nodesJose David Martin Nieto
2016-02-04Add a DNS server on OpenStack clustersLénaïc Huard
2016-01-07Rename env into clusterid and add environment in the OpenStack VMs tagsLénaïc Huard
2015-12-11Updating env-host-type to host patternsKenny Woodson
2015-11-18Add etcd nodes management in OpenStackLénaïc Huard
Fixes #472
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-15Make all the OpenStack resources be managed by a Heat StackLénaïc Huard
2015-06-08Implement OpenStack providerLénaïc Huard