From ac6719bf38d9456a96d38b4b58f53ae16df35a59 Mon Sep 17 00:00:00 2001 From: April M Date: Fri, 11 Jul 2025 11:04:32 -0700 Subject: [PATCH] minor edits --- modules/ROOT/nav.adoc | 5 +++-- modules/ROOT/pages/setup-ansible-playbooks.adoc | 12 ++++++------ 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/modules/ROOT/nav.adoc b/modules/ROOT/nav.adoc index d59aed68..cd6396d0 100644 --- a/modules/ROOT/nav.adoc +++ b/modules/ROOT/nav.adoc @@ -41,12 +41,13 @@ ** xref:ROOT:change-read-routing.adoc[] * Phase 5 ** xref:ROOT:connect-clients-to-target.adoc[] -* References +* Support ** xref:ROOT:troubleshooting-tips.adoc[] ** xref:ROOT:troubleshooting-scenarios.adoc[] -** xref:ROOT:contributions.adoc[] ** xref:ROOT:faqs.adoc[] ** xref:ROOT:glossary.adoc[] +** xref:ROOT:contributions.adoc[] +* Release notes ** {product-proxy-repo}/releases[{product-proxy} release notes] ** {product-automation-repo}/releases[{product-automation} release notes] diff --git a/modules/ROOT/pages/setup-ansible-playbooks.adoc b/modules/ROOT/pages/setup-ansible-playbooks.adoc index e4ae3741..1f598b9a 100644 --- a/modules/ROOT/pages/setup-ansible-playbooks.adoc +++ b/modules/ROOT/pages/setup-ansible-playbooks.adoc @@ -105,26 +105,26 @@ ssh -F jumphost . From the jumphost, download the latest {product-utility} executable from the {product-automation-repo}/releases[{product-automation} GitHub repository] {product-automation-shield}. + The package filename format is `zdm-util-**PLATFORM**-**VERSION**.tgz`. -The following example downloads {product-utility} version 2.3.0 for Linux amd64. +The following example downloads {product-utility} version 2.3.1 for Linux amd64. To download a different package, change the version and package filename accordingly. + [source,bash] ---- -wget https://github.com/datastax/zdm-proxy-automation/releases/download/v2.3.0/zdm-util-linux-amd64-v2.3.0.tgz +wget https://github.com/datastax/zdm-proxy-automation/releases/download/v2.3.1/zdm-util-linux-amd64-v2.3.1.tgz ---- . Extract the archive: + [source,bash] ---- -tar -xvf zdm-util-linux-amd64-v2.3.0.tgz +tar -xvf zdm-util-linux-amd64-v2.3.1.tgz ---- . Run {product-utility}: + [source,bash] ---- -./zdm-util-v2.3.0 +./zdm-util-v2.3.1 ---- The utility prompts you for a few configuration values, then creates and initializes the Ansible Control Host container. @@ -140,7 +140,7 @@ For example: [source,bash] ---- -./zdm-util-v2.3.0 -utilConfigFile your_config_file +./zdm-util-v2.3.1 -utilConfigFile your_config_file ---- ==== @@ -169,7 +169,7 @@ You can always run {product-utility} again, if necessary. . You're asked if you have an existing Ansible inventory file. If you do, and you transferred it to the jumphost, you can just specify it. -If you do not, product-utility} will create one based on your answers to prompts and save it. +If you do not, {product-utility} will create one based on your answers to prompts and save it. Here we'll assume that you do not have one. Enter `n`. + The created file will be named `zdm_ansible_inventory` in your working directory.