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

8 Commits

Author SHA1 Message Date
Emilio Garcia
3de4da3fbc external dns 2019-11-04 15:58:12 -05:00
Martin André
2afe8977cf OpenStack: Document externalDNS setting 2019-10-28 12:52:12 +01:00
Emilio Garcia
6caa48d261 Update Docs to support root volume
Co-Authored-By: Martin André <m.andre@redhat.com>
2019-09-27 09:43:14 +02:00
OpenShift Merge Robot
66e47aaae3 Merge pull request #2339 from mandre/openstack-customization-fixup
OpenStack: clarify doc around computeFlavor property
2019-09-12 10:59:25 +02:00
Mike Fedosin
3f2c3a0eba OpenStack: remove region from install config
This parameter is not used by the installer and completely ignored
during the installation, so it just confuses users and should be removed.

The real region value is taken from clouds.yaml file.
2019-09-11 10:19:22 +02:00
Martin André
7ce8308048 OpenStack: clarify doc around computeFlavor property
Make it clear that the `computeFlavor` property sets the flavor for
both compute and control-plane nodes, unless overridden via the
machine-pool `type` property.
2019-09-10 09:54:31 +02:00
W. Trevor King
a947609d66 docs/user: Standardize install-config property documentation
This is a bit more accessible than pointing folks at Godocs, since it
allows us to focus on the YAML property names (while Godocs
understandably focus on Go property names) and YAML renderings.  Also
break up our old "one big example" install-config.yaml into a minimal
per-platform example and a series of small extentions excercising
groups of properties.

The vSphere docs are based heavily on [1].

Also drop proxy.md.  It was added in e7edbf71fd (Add proxy
configuration to bootstrap node, 2019-06-24, #1832), but:

* Proxy testing and Squid configuration information belongs in
  openshift/release, not in the installer repository.
* docs/user/customization.md now contains a more complete proxy-config
  fragment.

OpenStack computeFlavor precedence is based on [2].

[1]: https://github.com/openshift/openshift-docs/blob/enterprise-4.2/modules/installation-vsphere-config-yaml.adoc
     Last touched by commit openshift/openshift-docs@25afc7626d , 2019-08-19
[2]: https://github.com/openshift/installer/pull/2162#discussion_r322410878
2019-09-09 12:37:28 -07:00
Mike Fedosin
fbf793b488 openstack: Update User Documentation
Refresh the user documentation with the current state of deployment on
OpenStack.

Co-Authored-By: Emilio Garcia <egarcia@redhat.com>
Co-Authored-By: Ramon Acedo Rodriguez <racedoro@redhat.com>
Co-Authored-By: Martin André <m.andre@redhat.com>
2019-08-19 17:22:27 +02:00