Skip to content

Commit 7ad550c

Browse files
Add a preview guide for foremanctl installer (#3975)
Co-authored-by: Lena Ansorgová <[email protected]>
1 parent 6b6866f commit 7ad550c

File tree

6 files changed

+34
-0
lines changed

6 files changed

+34
-0
lines changed

guides/common/attributes-titles.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
:DeployingAWSDocTitle: Deploying {ProjectName} on Amazon Web Services
1313
:HammerDocTitle: Using the Hammer CLI tool
1414
:InstallingServerDocTitle: Installing {ProjectServerTitle} {ProjectVersion} on {install-on-os}
15+
:InstallingServerCTLDocTitle: Installing {ProjectServerTitle} {ProjectVersion} on {install-on-os} by using foremanctl
1516
// Installing Disconnected - defined for Satellite only
1617
:InstallingServerDisconnectedDocTitle: Installing {ProjectServerTitle} in a disconnected network environment
1718
:InstallingSmartProxyDocTitle: Installing a {SmartProxy}{nbsp}Server {ProjectVersion} on {install-on-os}
@@ -38,11 +39,13 @@
3839

3940
ifdef::katello[]
4041
:InstallingServerDocTitle: Installing {ProjectServerTitle} with Katello {KatelloVersion} plugin on {install-on-os}
42+
:InstallingServerCTLDocTitle: Installing {ProjectServerTitle} with Katello {KatelloVersion} plugin on {install-on-os} by using foremanctl
4143
:QuickstartDocTitle: Quickstart guide for {Project} with Katello on {install-on-os}
4244
endif::[]
4345

4446
ifdef::satellite[]
4547
:InstallingServerDocTitle: Installing {ProjectServerTitle} in a connected network environment
48+
:InstallingServerCTLDocTitle: Installing {ProjectServerTitle} in a connected network environment by using foremanctl
4649
:InstallingSmartProxyDocTitle: Installing Capsule Server
4750
:ManagingConfigurationsAnsibleDocTitle: Managing configurations by using Ansible integration
4851
:ManagingConfigurationsPuppetDocTitle: Managing configurations by using Puppet integration
@@ -54,6 +57,7 @@ endif::[]
5457

5558
ifdef::orcharhino[]
5659
:InstallingServerDocTitle: Installing {ProjectServerTitle}
60+
:InstallingServerCTLDocTitle: Installing {ProjectServerTitle} by using foremanctl
5761
:InstallingSmartProxyDocTitle: Installing {SmartProxyServer}
5862
:QuickstartDocTitle: Quickstart
5963
endif::[]
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include ../common/Makefile
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../common
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<title>{InstallingServerCTLDocTitle}</title>
2+
<productname>Red Hat Satellite</productname>
3+
<productnumber>{ProjectVersion}</productnumber>
4+
<subtitle>Install and configure Satellite Server in a network with Internet access</subtitle>
5+
<abstract>
6+
<para>This guide describes how to install Red Hat Satellite from a connected network, perform initial configuration, and configure external services.</para>
7+
</abstract>
8+
<authorgroup id="Author_Group">
9+
<author>
10+
<firstname>Red Hat Satellite</firstname>
11+
<surname>Documentation Team</surname>
12+
<email>[email protected]</email>
13+
</author>
14+
</authorgroup>
15+
<xi:include href="Common_Content/Legal_Notice.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../common/images/
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
include::common/attributes.adoc[]
2+
include::common/header.adoc[]
3+
:installing-satellite-server-connected:
4+
:context: {project-context}
5+
:mode: connected
6+
:ProductName: {ProjectServer}
7+
:installer-foremanctl:
8+
9+
= {InstallingServerCTLDocTitle}
10+
11+
:FeatureName: The `foremanctl` installer
12+
include::common/modules/snip_technology-preview.adoc[]

0 commit comments

Comments
 (0)