You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: day_two_guide/topics/etcd_backup.adoc
+3-2
Original file line number
Diff line number
Diff line change
@@ -28,8 +28,9 @@ etcdctl version: 3.2.5
28
28
API version: 3.2
29
29
----
30
30
31
-
See xref:../upgrading/migrating_etcd.adoc[Migrating etcd Data (v2
32
-
to v3) section] for information about how to migrate to v3.
31
+
See
32
+
link:https://docs.openshift.com/container-platform/3.7/upgrading/migrating_etcd.html[Migrating etcd Data (v2 to v3) section] in the {product-title} 3.7 documentation for
Copy file name to clipboardExpand all lines: install_config/install/advanced_install.adoc
+98-44
Original file line number
Diff line number
Diff line change
@@ -28,19 +28,18 @@ own implementation using the configuration management tool of your choosing.
28
28
====
29
29
While RHEL Atomic Host is supported for running containerized {product-title}
30
30
services, the advanced installation method utilizes Ansible, which is not
31
-
available in RHEL Atomic Host, and must therefore be run from
31
+
available in RHEL Atomic Host. The RPM-based installer must therefore be run
32
+
from
32
33
ifdef::openshift-enterprise[]
33
34
a RHEL 7 system.
34
35
endif::[]
35
36
ifdef::openshift-origin[]
36
37
a supported version of Fedora, CentOS, or RHEL.
37
38
endif::[]
38
39
The host initiating the installation does not need to be intended for inclusion
39
-
in the {product-title} cluster, but it can be.
40
-
41
-
Alternatively, a
42
-
xref:running-the-advanced-installation-system-container[containerized version of the installer] is available as a system container, which is currently a
43
-
Technology Preview feature.
40
+
in the {product-title} cluster, but it can be. Alternatively, a
41
+
xref:running-the-advanced-installation-system-container[containerized version of the installer] is available as a system container, which can be run from a RHEL
topic and deciding between the RPM and containerized methods, you can continue
76
+
in this topic to xref:configuring-ansible[Configuring Ansible Inventory Files].
77
+
78
+
ifdef::openshift-origin[]
79
+
[[advanced-cloud-providers]]
80
+
=== Cloud installation
81
+
82
+
{product-title} VMs can be provisioned in a cloud environment.
83
+
84
+
You can use Ansible playbooks to automate defining of your cloud hosted infrastructure and
85
+
applying post-provision configuration for the supported cloud providers. Follow these advanced installation
86
+
to help you create the needed playbooks.
87
+
88
+
==== OpenStack provider
89
+
90
+
As an alternate, you can install {product-title} using the OpenStack CLI.
91
+
For more information, See the
92
+
link:https://access.redhat.com/documentation/en-us/reference_architectures/2017/html-single/deploying_and_managing_red_hat_openshift_container_platform_3.6_on_red_hat_openstack_platform_10[reference architecture] for {product-title} 3.6 and Red Hat OpenStack Platform 10.
93
+
94
+
As a prerequisite to using the Openstack CLI, first provision VMs and configure the cloud
95
+
infrastructure, such as networking, storage, firewall and security groups.
96
+
For information on these configuration tasks using the reference architecture,
The reference architecture for automated installations based on
109
+
link:https://docs.openstack.org/heat/latest[OpenStack Heat] templates for
110
+
link:https://access.redhat.com/documentation/en-us/reference_architectures/2017/html/deploying_red_hat_openshift_container_platform_3.4_on_red_hat_openstack_platform_10[{product-title} 3.4 on Red Hat OpenStack Platform 10]
111
+
is no longer supported. For the Red Hat OpenStack 13 release, this process is replaced with the
catalog] is enabled by default during installation. Enabling the service broker
1686
+
The
1687
+
xref:../../architecture/service_catalog/index.adoc#architecture-additional-concepts-service-catalog[service catalog] is enabled by default during installation. Enabling the service broker
1654
1688
allows service brokers to be registered with the catalog.
1655
1689
1656
1690
[NOTE]
@@ -1673,9 +1707,9 @@ as well; see xref:configuring-openshift-ansible-broker[Configuring the OpenShift
Ansible broker] (OAB) is enabled by default. However, further configuration may be required for use.
1710
+
The
1711
+
xref:../../architecture/service_catalog/ansible_service_broker.adoc#arch-ansible-service-broker[OpenShift Ansible broker] (OAB) is enabled by default during installation. However,
1712
+
further configuration may be required for use.
1679
1713
1680
1714
[[configuring-oab-storage]]
1681
1715
==== Configuring Persistent Storage for the OpenShift Ansible Broker
@@ -1686,9 +1720,30 @@ using persistent volumes (PVs) to function. If no PV is available, etcd will
1686
1720
wait until the PV can be satisfied. The OAB application will enter a `CrashLoop`
1687
1721
state until its etcd instance is available.
1688
1722
1689
-
Some Ansible playbook bundles (APBs) may also require a PV for their own usage.
1690
-
Two APBs are currently provided with {product-title} 3.7: MediaWiki and
1691
-
PostgreSQL. Both of these require their own PV to deploy.
1723
+
Some Ansible playbook bundles (APBs) also require a PV for their own usage in
1724
+
order to deploy. For example, each of the database APBs have two plans: the
1725
+
Development plan uses ephermal storage and does not require a PV, while the
1726
+
Production plan is persisted and does require a PV.
1727
+
1728
+
[options="header"]
1729
+
|===
1730
+
|APB |PV Required?
1731
+
1732
+
|*postgresql-apb*
1733
+
|Yes, but only for the Production plan
1734
+
1735
+
|*mysql-apb*
1736
+
|Yes, but only for the Production plan
1737
+
1738
+
|*mariadb-apb*
1739
+
|Yes, but only for the Production plan
1740
+
1741
+
|*mediawiki-apb*
1742
+
|Yes
1743
+
1744
+
|===
1745
+
1746
+
To configure persistent storage for the OAB:
1692
1747
1693
1748
[NOTE]
1694
1749
====
@@ -1697,8 +1752,6 @@ but
1697
1752
xref:../../install_config/persistent_storage/index.adoc#install-config-persistent-storage-index[other persistent storage providers] can be used instead.
1698
1753
====
1699
1754
1700
-
To configure persistent storage for the OAB:
1701
-
1702
1755
. In your inventory file, add `nfs` to the `[OSEv3:children]` section to enable
Starting with {product-title} 3.7, the xref:../../architecture/service_catalog/template_service_broker.adoc#arch-template-service-broke[template service broker] (TSB) is enabled by default.
1824
+
The
1825
+
xref:../../architecture/service_catalog/template_service_broker.adoc#arch-template-service-broke[template service broker] (TSB) is enabled by default during installation.
1772
1826
1773
1827
To configure the TSB, one or more projects must be defined as the broker's
1774
1828
source namespace(s) for loading templates and image streams into the service
@@ -2388,10 +2442,10 @@ concern for the install restarting *docker* on the host.
0 commit comments