1
0
mirror of https://github.com/openshift/installer.git synced 2026-02-07 12:47:07 +01:00
Commit Graph

8 Commits

Author SHA1 Message Date
Steven Hardy
0b6d686f87 OpenStack Destroy Support
This adds initial support for destroy for OpenStack

Note that because gophercloud doesn't currently support nova tags[1]
I've used Metadata for servers (which is already populated with the
tectonicClusterId via the server properties).

Also note this requires changes to the terraform-provider-openstack which
are in the latest 1.12 release:

https://github.com/terraform-providers/terraform-provider-openstack/releases/tag/v1.12.0
https://github.com/terraform-providers/terraform-provider-openstack/issues/453
2018-11-16 09:10:48 +00:00
Clayton Coleman
3248996de2 security: Open ports 9000-9999 inside the cluster for host network services
In OpenShift 3.x we opened 9000-9999 for TCP for all internal connections
between masters, infra, and workers so that we could have a range that
host level services inside the cluster could coordinate on. This range
is analogous to node ports, except unlike node ports it is only available
on the inside. The most common consumers are node network metrics ports
(node exporter, cluster version operator, network operator, sdn, node
proxy) that need to be reachable from prometheus without magic tricks.
A second set is internal secured services that want to connect but must
be host network, like gluster, storage services, or other cluster level
proxies.

Open the range 9000-9999 by default so that new services don't require
either a reinstall or manual management. Future changes in the platform
may autoallocate from this range, but for now teams must reserve.
2018-11-15 15:35:46 -05:00
Abhinav Dahiya
4fbf790d85 data/data: convert master ign list to single ign 2018-10-26 14:31:48 -07:00
OpenShift Merge Robot
2f42f8a8f0 Merge pull request #428 from flaper87/master
Add OpenStack OWNERS
2018-10-07 09:20:25 -07:00
Flavio Percoco
5192edd08b Add OpenStack OWNERS 2018-10-06 06:00:20 +02:00
Tomas Sedovic
848d65b615 Revert "Adds egresses to the worker and master"
This reverts commit 725af9ec07.

Whenever a new security group is created in OpenStack, an egress rule is
added as well by default.

The rules here are not necessary and they break the deployment. When
Terraform attemts to create the egress rules, it recieves a 409 response
from Neutron and errors out.
2018-10-05 11:55:35 +02:00
Emilio Garcia
725af9ec07 Adds egresses to the worker and master 2018-10-03 14:22:03 +00:00
Flavio Percoco
d963640c9a Add OpenStack platform support to the installer.
This commit includes support for OpenStack as a target deployment
platform.  There are still some things to implement, such as DNS and
destroy support, that will come in future PRs.

Contributors (in alphabetical order) include:

Co-authored-by: Flavio Percoco <flavio@redhat.com>
Co-authored-by: Jeremiah Stuever <jstuever@redhat.com>
Co-authored-by: Russell Bryant <rbryant@redhat.com>
Co-authored-by: Steven Hardy <shardy@redhat.com>
Co-authored-by: Tomas Sedovic <tsedovic@redhat.com>
Co-authored-by: W. Trevor King <wking@tremily.us>
2018-10-01 19:17:26 -04:00