Skip to content

Commit 5416fe0

Browse files
committed
Removed references to Quick Installer for 3.10
1 parent cb8ac7f commit 5416fe0

19 files changed

+52
-367
lines changed

_topic_map.yml

-2
Original file line numberDiff line numberDiff line change
@@ -284,8 +284,6 @@ Topics:
284284
File: host_preparation
285285
- Name: Installing on Containerized Hosts
286286
File: rpm_vs_containerized
287-
- Name: Quick Installation
288-
File: quick_install
289287
- Name: Advanced Installation
290288
File: advanced_install
291289
- Name: Disconnected Installation

admin_guide/backup_restore.adoc

+1-4
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,6 @@ ifdef::openshift-enterprise,openshift-origin[]
6464
reinstallation, save all the files used in the initial installation. This may
6565
include:
6666
+
67-
- *_~/.config/openshift/installer.cfg.yml_* (from the
68-
xref:../install_config/install/quick_install.adoc#install-config-install-quick-install[Quick Installation]
69-
method)
7067
- Ansible playbooks and inventory files (from the
7168
xref:../install_config/install/advanced_install.adoc#install-config-install-advanced-install[Advanced
7269
Installation] method)
@@ -257,7 +254,7 @@ and displays {product-title}'s configuration:
257254

258255
If you want to deploy etcd on master hosts, then there is no need to create a
259256
new host. If you want to deploy dedicated etcd out of master hosts, then you
260-
must create new hosts.
257+
must create new hosts.
261258

262259
Choose a system to be the initial etcd member, and restore its etcd backup and
263260
configuration:

admin_guide/manage_nodes.adoc

-6
Original file line numberDiff line numberDiff line change
@@ -111,12 +111,6 @@ certificates, and other important steps. See the
111111
xref:../install_config/adding_hosts_to_existing_cluster.adoc#adding-nodes-advanced[advanced
112112
installation] method for instructions on running the playbook directly.
113113

114-
ifdef::openshift-enterprise[]
115-
Alternatively, if you used the quick installation method, you can
116-
xref:../install_config/adding_hosts_to_existing_cluster.adoc#adding-nodes-or-reinstalling-quick[re-run
117-
the installer to add nodes], which performs the same steps.
118-
endif::[]
119-
120114
[[deleting-nodes]]
121115
== Deleting Nodes
122116

day_two_guide/topics/adding_master_host.adoc

+2-8
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,7 @@ documentation.
1111
The scale up playbook performs all the tasks required to add a new master to the current
1212
*{rhocp}* environment, including generating certificates, installing *{rhocp}* packages and configuring the host itself.
1313

14-
Depending on the installation procedure chosen when deploying the *{rhocp}* environment,
15-
there are two different methods for adding nodes to the *{rhocp}* environment:
16-
17-
* Using the quick installer tool
18-
* Using the advanced install
19-
20-
NOTE: This document focuses on the last option, scale up the environment using the advanced install.
14+
Add nodes to the *{rhocp}* environment using the advanced installation method.
2115

2216
[[requirements]]
2317
==== Requirements
@@ -174,4 +168,4 @@ node03.example.com openshift_node_labels="{'role':'app','zone':'C'}"
174168
[new_nodes]
175169
----
176170

177-
// vim: set syntax=asciidoc:
171+
// vim: set syntax=asciidoc:

getting_started/install_openshift.adoc

-11
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,6 @@ This guide introduces you to the basic concepts of {product-title}, and helps
1515
you install a basic application. This guide is not suitable for deploying or
1616
installing a production environment of {product-title}.
1717

18-
[IMPORTANT]
19-
====
20-
This guide uses the quick installer for the initial cluster installation;
21-
however, as of {product-title} 3.9, the quick installation method is deprecated.
22-
In a future release, it will be removed completely, and the procedure in this
23-
guide will be updated accordingly. In addition, using the quick installer to
24-
upgrade from version 3.7 to 3.9 is not supported. The
25-
xref:../install_config/install/advanced_install.adoc#install-config-install-advanced-install[advanced installation] method will continue to be supported for new installations and
26-
cluster upgrades.
27-
====
28-
2918
[[install-prerequisites]]
3019
=== Prerequisites
3120

install_config/adding_hosts_to_existing_cluster.adoc

+5-105
Original file line numberDiff line numberDiff line change
@@ -11,105 +11,13 @@
1111

1212
toc::[]
1313

14-
== Overview
15-
16-
Depending on how your {product-title} cluster was installed, you can add new
17-
hosts (either nodes or masters) to your installation by using the install tool
18-
for quick installations, or by using the *_scaleup.yml_* playbook for advanced
19-
installations.
20-
21-
[[adding-nodes-or-reinstalling-quick]]
22-
== Adding Hosts Using the Quick Installer Tool
23-
24-
If you used the quick install tool to install your {product-title} cluster, you
25-
can use the quick install tool to add a new node host to your existing cluster.
26-
27-
[NOTE]
28-
====
29-
Currently, you can not use the quick installer tool to add new master hosts. You
30-
must use the
31-
xref:../install_config/install/advanced_install.adoc#install-config-install-advanced-install[advanced
32-
installation] method to do so.
33-
====
34-
35-
If you used the installer in either
36-
xref:../install_config/install/quick_install.adoc#running-an-interactive-installation[interactive] or
37-
xref:../install_config/install/quick_install.adoc#running-an-unattended-installation[unattended] mode, you can re-run the
38-
installation as long as you have an
39-
xref:../install_config/install/quick_install.adoc#defining-an-installation-configuration-file[installation configuration
40-
file] at *_~/.config/openshift/installer.cfg.yml_* (or specify a different
41-
location with the `-c` option).
42-
43-
////
44-
If you installed using the
45-
xref:../install_config/install/advanced_install.adoc#install-config-install-advanced-install[advanced
46-
installation] method and therefore do not have an installation configuration
47-
file, you can either try
48-
xref:../install_config/install/quick_install.adoc#defining-an-installation-configuration-file[creating your own] based on
49-
your cluster's current configuration, or see the advanced installation method on
50-
how to
51-
xref:adding-nodes-advanced[run the playbook for adding new nodes directly].
52-
////
53-
54-
[IMPORTANT]
55-
====
56-
See the
57-
xref:../scaling_performance/cluster_limits.adoc#scaling-performance-cluster-limits[cluster
58-
limits] section for the recommended maximum number of nodes.
59-
====
60-
61-
To add nodes to your installation:
62-
63-
. Ensure you have the latest installer and playbooks by updating the
64-
*atomic-openshift-utils* package:
65-
+
66-
----
67-
# yum update atomic-openshift-utils
68-
----
69-
70-
. Run the installer with the `scaleup` subcommand in interactive or
71-
unattended mode:
72-
+
73-
----
74-
# atomic-openshift-installer [-u] [-c </path/to/file>] scaleup
75-
----
76-
77-
. The installer detects your current environment and allows you to add additional nodes:
78-
+
79-
----
80-
*** Installation Summary ***
81-
82-
Hosts:
83-
- 100.100.1.1
84-
- OpenShift master
85-
- OpenShift node
86-
- Etcd (Embedded)
87-
- Storage
88-
89-
Total OpenShift masters: 1
90-
Total OpenShift nodes: 1
91-
92-
93-
---
94-
95-
We have detected this previously installed OpenShift environment.
96-
97-
This tool will guide you through the process of adding additional
98-
nodes to your cluster.
99-
100-
Are you ready to continue? [y/N]:
101-
----
102-
+
103-
Choose (y) and follow the on-screen instructions to complete your desired task.
104-
10514
[[adding-nodes-advanced]]
106-
== Adding Hosts Using the Advanced Install
15+
== Adding Hosts
10716

108-
If you installed using the advanced install, you can add new hosts to your
109-
cluster by running the *_scaleup.yml_* playbook. This playbook queries the
110-
master, generates and distributes new certificates for the new hosts, then runs
111-
the configuration playbooks on the new hosts only. Before running the
112-
*_scaleup.yml_* playbook, complete all prerequisite
17+
You can add new hosts to your cluster by running the *_scaleup.yml_* playbook.
18+
This playbook queries the master, generates and distributes new certificates for
19+
the new hosts, then runs the configuration playbooks on the new hosts only.
20+
Before running the *_scaleup.yml_* playbook, complete all prerequisite
11321
xref:../install_config/install/host_preparation.adoc#install-config-install-host-preparation[host
11422
preparation] steps.
11523

@@ -118,14 +26,6 @@ preparation] steps.
11826
The scaleup playbook only configures the new host. It does not update *_NO_PROXY_* in master services and it does not restart master services.
11927
====
12028

121-
122-
ifdef::openshift-enterprise[]
123-
This process is similar to re-running the installer in the
124-
xref:adding-nodes-or-reinstalling-quick[quick installation method to add nodes],
125-
however you have more configuration options available when using the advanced
126-
method and when running the playbooks directly.
127-
endif::[]
128-
12929
You must have an existing inventory file (for example, *_/etc/ansible/hosts_*)
13030
that is representative of your current cluster configuration in order to run the
13131
*_scaleup.yml_* playbook.

install_config/configuring_authentication.adoc

+4-12
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,10 @@ xref:../install_config/install/advanced_install.adoc#configuring-cluster-variabl
3131
{product-title} user names containing `/`, `:`, and `%` are not supported.
3232
====
3333

34-
If you installed {product-title} using
35-
the
36-
ifdef::openshift-enterprise[]
37-
xref:../install_config/install/quick_install.adoc#install-config-install-quick-install[Quick Installation] or
38-
endif::[]
39-
xref:../install_config/install/advanced_install.adoc#install-config-install-advanced-install[Advanced Installation]
40-
method, the
41-
ifdef::openshift-enterprise[]
42-
xref:DenyAllPasswordIdentityProvider[Deny All] identity provider is
43-
used by default, which denies access for all user names and
44-
passwords. To allow access, you must choose a different identity provider and
45-
configure the master configuration file appropriately (located at
34+
The xref:DenyAllPasswordIdentityProvider[Deny All] identity provider is used by
35+
default, which denies access for all user names and passwords. To allow access,
36+
you must choose a different identity provider and configure the master
37+
configuration file appropriately (located at
4638
*_/etc/origin/master/master-config.yaml_* by default).
4739
endif::[]
4840
ifdef::openshift-origin[]

install_config/configuring_sdn.adoc

-8
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,6 @@ See
8181
xref:../install_config/install/advanced_install.adoc#advanced-install-networking-variables-table[Configuring Cluster Variables] for descriptions of networking-related Ansible variables
8282
that can be set in your inventory file.
8383

84-
ifdef::openshift-enterprise[]
85-
For initial xref:../install_config/install/quick_install.adoc#install-config-install-quick-install[quick installations],
86-
the *ovs-subnet* plug-in is installed and configured by default as well, and can
87-
be
88-
xref:../install_config/master_node_configuration.adoc#master-configuration-files[reconfigured post-installation]
89-
using the `*networkConfig*` stanza of the *_master-config.yaml_* file.
90-
endif::[]
91-
9284
[[configuring-the-pod-network-on-masters]]
9385
== Configuring the Pod Network on Masters
9486

install_config/install/host_preparation.adoc

+11-18
Original file line numberDiff line numberDiff line change
@@ -319,28 +319,28 @@ devices, which is not supported for production use and only appropriate for
319319
proof of concept environments. For production environments, you must create a
320320
thin pool logical volume and re-configure Docker to use that volume.
321321

322-
Docker stores images and containers in a graph driver, which is a pluggable storage technology, such as *DeviceMapper*,
323-
*OverlayFS*, and *Btrfs*. Each has advantages and disadvantages. For example, OverlayFS is faster than DeviceMapper
324-
at starting and stopping containers, but is not Portable Operating System Interface for Unix (POSIX) compliant
322+
Docker stores images and containers in a graph driver, which is a pluggable storage technology, such as *DeviceMapper*,
323+
*OverlayFS*, and *Btrfs*. Each has advantages and disadvantages. For example, OverlayFS is faster than DeviceMapper
324+
at starting and stopping containers, but is not Portable Operating System Interface for Unix (POSIX) compliant
325325
because of the architectural limitations of a union file system and is not supported prior to Red Hat Enterprise
326-
Linux 7.2. See the link:https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/?version=7[Red Hat Enterprise Linux] release notes
326+
Linux 7.2. See the link:https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/?version=7[Red Hat Enterprise Linux] release notes
327327
for information on using OverlayFS with your version of RHEL.
328328

329-
For more information on the benefits and limitations of DeviceMapper and OverlayFS,
329+
For more information on the benefits and limitations of DeviceMapper and OverlayFS,
330330
see xref:../../scaling_performance/optimizing_storage.adoc#choosing-a-graph-driver[Choosing a Graph Driver].
331331

332332

333333
[[configuring-docker-overlayfs]]
334334
=== Configuring OverlayFS
335335

336-
OverlayFS is a type of union file system. It allows you to overlay one file system on top of another.
337-
Changes are recorded in the upper file system, while the lower file system remains unmodified.
336+
OverlayFS is a type of union file system. It allows you to overlay one file system on top of another.
337+
Changes are recorded in the upper file system, while the lower file system remains unmodified.
338338

339339
xref:../../scaling_performance/optimizing_storage.adoc#comparing-overlay-graph-drivers[Comparing the Overlay vs. Overlay2 Graph Drivers]
340340
has more information about the *overlay* and *overlay2* drivers.
341341

342-
For information on enabling the OverlayFS storage driver for the Docker service, see the
343-
link:https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux_atomic_host/7/html-single/managing_containers/#using_the_overlay_graph_driver[Red Hat
342+
For information on enabling the OverlayFS storage driver for the Docker service, see the
343+
link:https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux_atomic_host/7/html-single/managing_containers/#using_the_overlay_graph_driver[Red Hat
344344
Enterprise Linux Atomic Host documentation].
345345

346346

@@ -719,15 +719,8 @@ Containerized Hosts]
719719
to prepare your hosts.
720720

721721
When you are ready to proceed, you can install {product-title} using the
722-
xref:quick_install.adoc#install-config-install-quick-install[quick installation] or
723-
xref:advanced_install.adoc#install-config-install-advanced-install[advanced installation] method.
724-
725-
[IMPORTANT]
726-
====
727-
As of {product-title} 3.9, the quick installation method is deprecated. In a
728-
future release, it will be removed completely. In addition, using the quick
729-
installer to upgrade from version 3.7 to 3.9 is not supported.
730-
====
722+
xref:advanced_install.adoc#install-config-install-advanced-install[advanced
723+
installation] method.
731724
endif::[]
732725

733726
ifdef::openshift-origin[]

install_config/install/index.adoc

-7
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,6 @@
77
:experimental:
88
:prewrap!:
99

10-
ifdef::openshift-enterprise[]
11-
The xref:../../install_config/install/quick_install.adoc#install-config-install-quick-install[quick installation]
12-
method allows you to use an interactive CLI utility to install {product-title}
13-
across a set of hosts. This installer is a self-contained wrapper intended for
14-
usage on a Red Hat Enterprise Linux 7 host.
15-
endif::[]
16-
1710
ifdef::openshift-origin[]
1811
You can quickly get {product-title} running by choosing an installation method
1912
in xref:../../getting_started/administrators.adoc#getting-started-administrators[Getting Started for

install_config/install/planning.adoc

-29
Original file line numberDiff line numberDiff line change
@@ -48,35 +48,6 @@ ifdef::openshift-enterprise[]
4848
* _Is my installation supported if integrating with other technologies?_ See the link:https://access.redhat.com/articles/2176281[OpenShift Container Platform Tested Integrations] for a list of tested integrations.
4949
endif::[]
5050

51-
[[installation-methods]]
52-
== Installation Methods
53-
54-
[IMPORTANT]
55-
====
56-
As of {product-title} 3.9, the quick installation method is deprecated. In a
57-
future release, it will be removed completely. In addition, using the quick
58-
installer to upgrade from version 3.7 to 3.9 is not supported.
59-
====
60-
61-
Both the quick and advanced installation methods are supported for development
62-
and production environments. If you want to quickly get {product-title} up and
63-
running to try out for the first time, use the quick installer and let the
64-
interactive CLI guide you through the configuration options relevant to your
65-
environment.
66-
67-
For the most control over your cluster’s configuration, you can use the advanced
68-
installation method. This method is particularly suited if you are already
69-
familiar with Ansible. However, following along with the {product-title}
70-
documentation should equip you with enough information to reliably deploy your
71-
cluster and continue to manage its configuration post-deployment using the
72-
provided Ansible playbooks directly.
73-
74-
If you install initially using the quick installer, you can always further tweak
75-
your cluster’s configuration and adjust the number of hosts in the cluster using
76-
the same installer tool. If you wanted to later switch to using the advanced
77-
method, you can create an inventory file for your configuration and carry on
78-
that way.
79-
8051
ifdef::openshift-origin[]
8152
[[planning-cloud-providers]]
8253
=== On-premises vs Cloud Providers

install_config/install/rpm_vs_containerized.adoc

+5-27
Original file line numberDiff line numberDiff line change
@@ -52,18 +52,13 @@ Containerized methods:
5252
|===
5353

5454
[[install-config-install-install-methods-containerized]]
55-
== Install Methods for Containerized Hosts
55+
== Install Method for Containerized Hosts
5656

57-
As with the RPM installation, you can choose between the xref:../../install_config/install/quick_install.adoc#install-config-install-quick-install[quick] and xref:../../install_config/install/advanced_install.adoc#install-config-install-advanced-install[advanced] install methods for the containerized install.
57+
As with the RPM installation, you can use the
58+
xref:../../install_config/install/advanced_install.adoc#install-config-install-advanced-install[advanced]
59+
installation method for the containerized install.
5860

59-
For the quick installation method, you can choose between the RPM or
60-
containerized method on a per host basis during the interactive installation, or
61-
set the values manually in an
62-
xref:../../install_config/install/quick_install.adoc#defining-an-installation-configuration-file[installation
63-
configuration file].
64-
65-
For the advanced installation method, you can set the Ansible variable
66-
`*containerized=true*` in an
61+
You can set the Ansible variable `*containerized=true*` in an
6762
xref:../../install_config/install/advanced_install.adoc#configuring-ansible[inventory
6863
file] on a cluster-wide or per host basis.
6964

@@ -99,23 +94,6 @@ openshift_docker_insecure_registries=<registry_hostname>
9994
openshift_docker_blocked_registries=<registry_hostname>
10095
----
10196

102-
ifdef::openshift-enterprise[]
103-
For the quick installation method, you can export the following environment
104-
variables on each target host:
105-
106-
----
107-
# export OO_INSTALL_ADDITIONAL_REGISTRIES=<registry_hostname>
108-
# export OO_INSTALL_INSECURE_REGISTRIES=<registry_hostname>
109-
----
110-
111-
112-
[IMPORTANT]
113-
====
114-
Blocked Docker registries cannot currently be specified using the quick
115-
installation method.
116-
====
117-
endif::[]
118-
11997
The configuration of additional, insecure, and blocked Docker registries occurs
12098
at the beginning of the installation process to ensure that these settings are
12199
applied before attempting to pull any of the required images.

0 commit comments

Comments
 (0)