Skip to content

Commit 31901b7

Browse files
committed
Fix installing Amazon EC2 plugin (#4190)
* Hide plugin installation for Satellite (enabled by default) * Use verification instead of optional step; split verification steps * Use proper UI label in verification
1 parent 3fbffe5 commit 31901b7

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

guides/common/assembly_provisioning-cloud-instances-ec2.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ include::modules/con_provisioning-cloud-instances-in-amazon-ec2.adoc[]
88
// FIXME: use attribute to specify compute resource and reuse procedure?
99
include::modules/con_prerequisites-for-amazon-ec2-provisioning.adoc[leveloffset=+1]
1010

11+
ifndef::satellite[]
1112
include::modules/proc_installing-amazon-ec2-plugin.adoc[leveloffset=+1]
13+
endif::[]
1214

1315
include::modules/proc_adding-an-amazon-ec2-connection-to-server.adoc[leveloffset=+1]
1416

guides/common/modules/proc_installing-amazon-ec2-plugin.adoc

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,13 @@ Install the Amazon EC2 plugin to attach an EC2 compute resource provider to {Pro
55
This allows you to manage and deploy hosts to EC2.
66

77
.Procedure
8-
. Install the EC2 compute resource provider on your {ProjectServer}:
8+
* Install the EC2 compute resource provider on your {ProjectServer}:
99
+
1010
[options="nowrap", subs="+quotes,verbatim,attributes"]
1111
----
1212
# {foreman-installer} --enable-foreman-compute-ec2
1313
----
14-
. Optional: In the {ProjectWebUI}, navigate to *Administer* > *About* and select the *compute resources* tab to verify the installation of the Amazon EC2 plugin.
14+
15+
.Verification
16+
. In the {ProjectWebUI}, navigate to *Administer* > *About*.
17+
. On the *Available Providers* tab, verify the installation of the Amazon EC2 plugin.

0 commit comments

Comments
 (0)