From afd00d9a32481556d5db8dfb67acefd8e76e8b99 Mon Sep 17 00:00:00 2001 From: Monika Bujak <152476722+mbujak-hyland@users.noreply.github.com> Date: Tue, 26 Nov 2024 12:46:00 +0100 Subject: [PATCH] [DOCS-7934] Update Nexus URLs for ACS 7.3+ (#1605) * [DOCS-7934] Update Nexus URLs for ACS 7.3+ * [DOCS-7934] Add info about the playbook's supported versions * [DOCS-7934] Minor fix * [DOCS-7934]Update per technical review * [DOCS-7934] Add quotation marks to search terms --- .../7.3/develop/rest-api-guide/folders-files.md | 2 +- content-services/7.3/install/ansible.md | 6 ++++-- .../7.4/develop/rest-api-guide/folders-files.md | 2 +- content-services/7.4/install/ansible.md | 6 ++++-- .../latest/develop/rest-api-guide/folders-files.md | 2 +- content-services/latest/install/ansible.md | 6 ++++-- 6 files changed, 15 insertions(+), 9 deletions(-) diff --git a/content-services/7.3/develop/rest-api-guide/folders-files.md b/content-services/7.3/develop/rest-api-guide/folders-files.md index 6c1b46ef9c..6dab3be2fc 100644 --- a/content-services/7.3/develop/rest-api-guide/folders-files.md +++ b/content-services/7.3/develop/rest-api-guide/folders-files.md @@ -3187,7 +3187,7 @@ Alfresco system. It's assumed that you are using Alfresco SDK. *Download the Form Development Kit (FDK) Source JAR* -Download the FDK Source code from [Alfresco artifacts repository (Nexus)](https://artifacts.alfresco.com/nexus/service/local/repositories/releases/content/org/alfresco/test/fdk-custom-model-module/1.0/fdk-custom-model-module-1.0-sources.jar){:target="_blank"}. +Download the FDK Source code: `fdk-custom-model-module-x.x-sources`, where `x.x` is the version number. To download the FDK Source code, search for `"fdk-custom-model-module"` in the Alfresco Nexus repository available at https://nexus.alfresco.com/nexus. *Copy the FDK content model files into the SDK project* diff --git a/content-services/7.3/install/ansible.md b/content-services/7.3/install/ansible.md index 81195373e2..0ccb1dd7c3 100644 --- a/content-services/7.3/install/ansible.md +++ b/content-services/7.3/install/ansible.md @@ -136,7 +136,9 @@ The table below shows the version of the components deployed by the playbook for Not all distributions of Linux may match the version requirements for Ansible and its dependencies. Below we describe how to configure a control node with one of the many ways to set a Python virtual environment. With Python `virtualenvs` you can install the exact same versions of Ansible we use when testing without impacting your system installation of Python. By doing so, you're ensuring the best chances of success. -1. Download the Ansible playbook [zip file](https://nexus.alfresco.com/nexus/service/local/repositories/releases/content/org/alfresco/alfresco-ansible-deployment/2.2.1/alfresco-ansible-deployment-2.2.1.zip){:target="_blank"}. +1. Download the Ansible playbook: `alfresco-ansible-deployment-x.x`, where `x.x` is the version number. + + You can download the Ansible playbook from the Alfresco's Nexus repository available at https://nexus.alfresco.com/nexus. Find the zip file in the repository by searching for `"alfresco-ansible-deployment"`. For the supported version of the playbook, see [Alfresco Ansible Deployment](https://alfresco.github.io/alfresco-ansible-deployment/overview.html){:target="_blank"}. It is recommended to use the latest version. If you're not working directly on the control node, transfer the ZIP file to the control node together with the SSH private key required to login to the target machines, and SSH into the control node. @@ -825,7 +827,7 @@ The following error during installation indicates Nexus login issues: ..... Error was a , original message: An unhandled exception occurred while running the lookup plugin 'url'. Error was a , original message: Received HTTP error for -https://artifacts.alfresco.com/nexus/service/local/repositories/enterprise-releases/content/org/alfresco/alfresco-content-services-distribution/7.0.0/alfresco-content-services-distribution-7.1.0.zip.sha1 +https://artifacts.alfresco.com/nexus/repository/enterprise-releases/org/alfresco/alfresco-content-services-distribution/7.0.0/alfresco-content-services-distribution-7.1.0.zip.sha1 : HTTP Error 401: basic auth failed" }* ``` diff --git a/content-services/7.4/develop/rest-api-guide/folders-files.md b/content-services/7.4/develop/rest-api-guide/folders-files.md index 2437d14a2b..bed474172f 100644 --- a/content-services/7.4/develop/rest-api-guide/folders-files.md +++ b/content-services/7.4/develop/rest-api-guide/folders-files.md @@ -3187,7 +3187,7 @@ Alfresco system. It's assumed that you are using Alfresco SDK. *Download the Form Development Kit (FDK) Source JAR* -Download the FDK Source code from [Alfresco artifacts repository (Nexus)](https://artifacts.alfresco.com/nexus/service/local/repositories/releases/content/org/alfresco/test/fdk-custom-model-module/1.0/fdk-custom-model-module-1.0-sources.jar){:target="_blank"}. +Download the FDK Source code: `fdk-custom-model-module-x.x-sources`, where `x.x` is the version number. To download the FDK Source code, search for `"fdk-custom-model-module"` in the Alfresco Nexus repository available at https://nexus.alfresco.com/nexus. *Copy the FDK content model files into the SDK project* diff --git a/content-services/7.4/install/ansible.md b/content-services/7.4/install/ansible.md index e5ffd46286..1fdee62e34 100644 --- a/content-services/7.4/install/ansible.md +++ b/content-services/7.4/install/ansible.md @@ -146,7 +146,9 @@ The table below shows the version of the components deployed by the playbook for Not all distributions of Linux may match the version requirements for Ansible and its dependencies. Below we describe how to configure a control node with one of the many ways to set a Python virtual environment. With Python `virtualenvs` you can install the exact same versions of Ansible we use when testing without impacting your system installation of Python. By doing so, you're ensuring the best chances of success. -1. Download the Ansible playbook [zip file](https://nexus.alfresco.com/nexus/service/local/repositories/releases/content/org/alfresco/alfresco-ansible-deployment/2.3.0/alfresco-ansible-deployment-2.3.0.zip){:target="_blank"}. +1. Download the Ansible playbook: `alfresco-ansible-deployment-x.x`, where `x.x` is the version number. + + You can download the Ansible playbook from the Alfresco's Nexus repository available at https://nexus.alfresco.com/nexus. Find the zip file in the repository by searching for `"alfresco-ansible-deployment"`. For the supported version of the playbook, see [Alfresco Ansible Deployment](https://alfresco.github.io/alfresco-ansible-deployment/overview.html){:target="_blank"}. It is recommended to use the latest version. If you're not working directly on the control node, transfer the ZIP file to the control node together with the SSH private key required to login to the target machines, and SSH into the control node. @@ -859,7 +861,7 @@ The following error during installation indicates Nexus login issues: ..... Error was a , original message: An unhandled exception occurred while running the lookup plugin 'url'. Error was a , original message: Received HTTP error for -https://artifacts.alfresco.com/nexus/service/local/repositories/enterprise-releases/content/org/alfresco/alfresco-content-services-distribution/7.0.0/alfresco-content-services-distribution-7.1.0.zip.sha1 +https://artifacts.alfresco.com/nexus/repository/enterprise-releases/org/alfresco/alfresco-content-services-distribution/7.0.0/alfresco-content-services-distribution-7.1.0.zip.sha1 : HTTP Error 401: basic auth failed" }* ``` diff --git a/content-services/latest/develop/rest-api-guide/folders-files.md b/content-services/latest/develop/rest-api-guide/folders-files.md index 6b09c9300c..a76f94fc2b 100644 --- a/content-services/latest/develop/rest-api-guide/folders-files.md +++ b/content-services/latest/develop/rest-api-guide/folders-files.md @@ -3187,7 +3187,7 @@ Alfresco system. It's assumed that you are using Alfresco SDK. *Download the Form Development Kit (FDK) Source JAR* -Download the FDK Source code from [Alfresco artifacts repository (Nexus)](https://artifacts.alfresco.com/nexus/service/local/repositories/releases/content/org/alfresco/test/fdk-custom-model-module/1.0/fdk-custom-model-module-1.0-sources.jar){:target="_blank"}. +Download the FDK Source code: `fdk-custom-model-module-x.x-sources`, where `x.x` is the version number. To download the FDK Source code, search for `"fdk-custom-model-module"` in the Alfresco Nexus repository available at https://nexus.alfresco.com/nexus. *Copy the FDK content model files into the SDK project* diff --git a/content-services/latest/install/ansible.md b/content-services/latest/install/ansible.md index dab1015b94..bfdc74400d 100644 --- a/content-services/latest/install/ansible.md +++ b/content-services/latest/install/ansible.md @@ -146,7 +146,9 @@ The table below shows the version of the components deployed by the playbook for Not all distributions of Linux may match the version requirements for Ansible and its dependencies. Below we describe how to configure a control node with one of the many ways to set a Python virtual environment. With Python `virtualenvs` you can install the exact same versions of Ansible we use when testing without impacting your system installation of Python. By doing so, you're ensuring the best chances of success. -1. Download the Ansible playbook [zip file](https://nexus.alfresco.com/nexus/service/local/repositories/releases/content/org/alfresco/alfresco-ansible-deployment/2.3.0/alfresco-ansible-deployment-2.3.0.zip){:target="_blank"}. +1. Download the Ansible playbook: `alfresco-ansible-deployment-x.x`, where `x.x` is the version number. + + You can download the Ansible playbook from the Alfresco's Nexus repository available at https://nexus.alfresco.com/nexus. Find the zip file in the repository by searching for `"alfresco-ansible-deployment"`. For the supported version of the playbook, see [Alfresco Ansible Deployment](https://alfresco.github.io/alfresco-ansible-deployment/overview.html){:target="_blank"}. It is recommended to use the latest version. If you're not working directly on the control node, transfer the ZIP file to the control node together with the SSH private key required to login to the target machines, and SSH into the control node. @@ -859,7 +861,7 @@ The following error during installation indicates Nexus login issues: ..... Error was a , original message: An unhandled exception occurred while running the lookup plugin 'url'. Error was a , original message: Received HTTP error for -https://artifacts.alfresco.com/nexus/service/local/repositories/enterprise-releases/content/org/alfresco/alfresco-content-services-distribution/7.0.0/alfresco-content-services-distribution-7.1.0.zip.sha1 +https://artifacts.alfresco.com/nexus/repository/enterprise-releases/org/alfresco/alfresco-content-services-distribution/7.0.0/alfresco-content-services-distribution-7.1.0.zip.sha1 : HTTP Error 401: basic auth failed" }* ```