summaryrefslogtreecommitdiff
path: root/README_openstack.md
AgeCommit message (Collapse)Author
2016-11-16Merge pull request #2734 from dougbtv/openstack_timeout_optionJason DeTiberus
[openstack] allows timeout option for heat create stack
2016-11-05[openstack] allows timeout option for heat create stackdougbtv
2016-11-05[openstack] updates documentation to show that you need to install shadedougbtv
2016-08-24remove fedora origin copr (it's in mainline fedora now), some dnf/yum clean upAdam Miller
Signed-off-by: Adam Miller <maxamillion@fedoraproject.org>
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-02-25Add warnings to bin/cluster and READMEsAndrew Butcher
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-07-15Make all the OpenStack resources be managed by a Heat StackLénaïc Huard
2015-06-08Implement OpenStack providerLénaïc Huard