From 21d4aa1cb3ce35efdb690687ca2d2aa5ce298199 Mon Sep 17 00:00:00 2001 From: Isaac Eldridge Date: Thu, 15 Jan 2026 10:36:17 -0800 Subject: [PATCH 1/2] Update agent network documentation to clarify the requirements for creating a target space, specifying the need for a private space on CloudHub 2.0 or a deployment target on Anypoint Runtime Fabric. Streamline instructions for setting up gateways by referencing the 'Get Started' documentation. --- ...agent-networks-in-a-ci-cd-environment.adoc | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/modules/ROOT/pages/af-build-agent-networks-in-a-ci-cd-environment.adoc b/modules/ROOT/pages/af-build-agent-networks-in-a-ci-cd-environment.adoc index 73919f383..14a96e31a 100644 --- a/modules/ROOT/pages/af-build-agent-networks-in-a-ci-cd-environment.adoc +++ b/modules/ROOT/pages/af-build-agent-networks-in-a-ci-cd-environment.adoc @@ -31,24 +31,9 @@ For more information, see xref:anypoint-cli::auth.adoc[]. === Create a Target Space for Your Environment -To deploy an agent network, you'll need a target space, if you don't have one already. +To deploy an agent network, you need a private space on CloudHub 2.0 or a deployment target on Anypoint Runtime Fabric. See xref:af-get-started.adoc#setup-space[]. -You can either create a private space for CloudHub 2.0 deployment or a namespace for Runtime Fabric. For more information about Runtime Fabric deployments, see xref:runtime-fabric::create-custom-namespace.adoc[]. - -==== Create a Private Space for CloudHub 2.0 Deployment - -. Open Anypoint Runtime Manager. -. Select the environment to use. -. Select **Private Spaces**. -. Select **Create private space**. -. Enter `agent-network-space` or another name in the private space. -. Select **Create**. -. Select **Create private network**. -. Associate the space with the business group and environments you need to deploy your agent network to. You must complete this step so that the private space appears as a valid deployment target in Anypoint Code Builder and Anypoint CLI. - -After you create a target space, set up the ingress and egress gateways for deployment, if you haven't already done so. For agent networks, at least one small Managed Flex Gateway and one large Managed Flex Gateway is required in your environment. For more information about gateways, see xref:gateway::flex-architecture-basic-deployments.adoc[]. - -Use the `agent-network:setup:gateways` command as specified in the command reference. +After you create a target space, set up the ingress and egress gateways for deployment, if you haven't already done so. See xref:af-get-started.adoc#setup-gateways[]. == CLI for Agent Fabric Plugin Reference From fbedbf86c45f30b650ca6faa89dc29e0a1574cf7 Mon Sep 17 00:00:00 2001 From: Isaac Eldridge Date: Thu, 15 Jan 2026 10:38:57 -0800 Subject: [PATCH 2/2] Refine instructions in agent network documentation by adjusting the phrasing for setting up ingress and egress gateways, enhancing clarity and readability. --- .../pages/af-build-agent-networks-in-a-ci-cd-environment.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/af-build-agent-networks-in-a-ci-cd-environment.adoc b/modules/ROOT/pages/af-build-agent-networks-in-a-ci-cd-environment.adoc index 14a96e31a..81fb8a8ff 100644 --- a/modules/ROOT/pages/af-build-agent-networks-in-a-ci-cd-environment.adoc +++ b/modules/ROOT/pages/af-build-agent-networks-in-a-ci-cd-environment.adoc @@ -33,7 +33,7 @@ For more information, see xref:anypoint-cli::auth.adoc[]. To deploy an agent network, you need a private space on CloudHub 2.0 or a deployment target on Anypoint Runtime Fabric. See xref:af-get-started.adoc#setup-space[]. -After you create a target space, set up the ingress and egress gateways for deployment, if you haven't already done so. See xref:af-get-started.adoc#setup-gateways[]. +After you create a target space, and haven't already done so, set up the ingress and egress gateways for deployment. See xref:af-get-started.adoc#setup-gateways[]. == CLI for Agent Fabric Plugin Reference