From d97ab793d15aefce7211312770de3639606cd857 Mon Sep 17 00:00:00 2001 From: Larry Peterson Date: Wed, 30 Oct 2024 14:47:43 -0700 Subject: [PATCH] jenkins & docs repos Signed-off-by: Larry Peterson --- onramp/directory.rst | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/onramp/directory.rst b/onramp/directory.rst index cca7de2..eee0655 100644 --- a/onramp/directory.rst +++ b/onramp/directory.rst @@ -124,12 +124,18 @@ self-contained if you are interested in deploying just that subsystem, but this guide approaches the deployment challenge from an integrated, end-to-end perspective. -Because OnRamp uses Ansible as its primary deployment tool, a general -understanding of Ansible is helpful (see the suggested reference). -However, this guide walks you, step-by-step, through the process of -deploying and operating Aether, so previous experience with Ansible is -not a requirement. Note that Ansible has evolved to be both a -"Community Toolset" anyone can use to manage a software deployment, +There are two other Aether-related repos of note; they are **not** +managed as submodules of ``aether-onramp``: + + | Aether Documentation: https://github.com/opennetworkinglab/aether-docs + | Jenkins Pipelines: https://github.com/opennetworkinglab/aether-jenkins + +Finally, because OnRamp uses Ansible as its primary deployment tool, a +general understanding of Ansible is helpful (see the suggested +reference). However, this guide walks you, step-by-step, through the +process of deploying and operating Aether, so previous experience with +Ansible is not a requirement. Note that Ansible has evolved to be both +a "Community Toolset" anyone can use to manage a software deployment, and an "Automation Platform" offered as a service by RedHat. OnRamp uses the toolset, but not the platform/service.