Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MTA-3245 disconnected installation #901

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/cli-guide/master.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ include::topics/about-cli.adoc[leveloffset=+2]
// Install the CLI
include::topics/installing-cli-tool.adoc[leveloffset=+2]

// Install the CLI in a disconnected environment
include::topics/installing-cli-tool-disconnected.adoc[leveloffset=+3]

// CLI known issues
include::topics/cli-tool-known-issues.adoc[leveloffset=+3]

Expand Down
12 changes: 12 additions & 0 deletions docs/topics/installing-cli-tool-disconnected.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
// Module included in the following assemblies:
//
// * docs/cli-guide/master.adoc

:_content-type: PROCEDURE

[id="installing-cli-tool-disconnected_{context}"]
= Installing the {CLINameTitle} in a disconnected environment

You can install the {CLINameTitle} on Linux, Windows, or macOS operating systems in a disconnected environment.

To do this in {ProductShortName} 7.0., you must use `podman pull` to create the CLI image on the machine before disconnecting from the internet. At the same time, you must also download the CLI binary.
2 changes: 1 addition & 1 deletion docs/topics/installing-cli-tool.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Password: <***********>
+
[source,terminal]
----
podman cp $(podman create registry.redhat.com/mta-toolkit/mta-mta-cli-rhel9:{ProductVersion}):/usr/local/bin/mta-cli ./
podman pull registry.redhat.io/mta/mta-rhel8-operator:{RegistryProductVersion}
anarnold97 marked this conversation as resolved.
Show resolved Hide resolved
----
+
This command will copy the binary `PATH` for system-wide use.
Expand Down
1 change: 1 addition & 0 deletions docs/topics/templates/document-attributes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ ifdef::mta[]
:WebNameURL: user_interface_guide
:WebConsoleBookName: {WebNameTitle} Guide
:ProductVersion: 7.0.3
:RegistryProductVersion: 7.0.3-7
anarnold97 marked this conversation as resolved.
Show resolved Hide resolved
:PluginName: MTA plugin
// :MavenProductVersion: 7.0.0.GA-redhat-00001
:ProductDistributionVersion: 7.0.3.GA-redhat
Expand Down