AUX is a reserved keyword in windows platform.
This prevents the repository from cloning in windows environment.
Issue-ID: NONRTRIC-1096
Change-Id: I1ba379e7562df4efa7c9a436ecbf5a16634c0eac
Signed-off-by: aravind.est <aravindhan.a@est.tech>
```
### To deploy RIC Auxiliary functions
-Choose a deployment recipe (e.g, ./RECIPE_EXAMPLE/AUX/amber_example_recipe.yaml)
+Choose a deployment recipe (e.g, ./RECIPE_EXAMPLE/RICAUX/amber_example_recipe.yaml)
Make a copy of the recipe and edit the key:value pairs in it according to your needs
Set the values of extsvcaux/ricip and extsvcaux/auxip to be the external IP addresses of VM hosting RIC cluster and VM hosting AUX cluster, respectively.
```sh
sphinxcontrib-httpdomain
recommonmark
lfdocs-conf
+urllib3~=1.26.15
\ No newline at end of file
.. SPDX-License-Identifier: CC-BY-4.0
.. ===============LICENSE_START=======================================================
.. Copyright (C) 2019-2020 AT&T Intellectual Property
+.. Modifications Copyright (C) 2025 OpenInfra Foundation Europe
.. ===================================================================================
.. This documentation file is distributed under the Creative Commons Attribution
.. 4.0 International License (the "License"); you may not use this file except in
**Modify the deployment recipe**
-Edit the recipe file ./RECIPE_EXAMPLE/AUX/example_recipe.yaml.
+Edit the recipe file ./RECIPE_EXAMPLE/RICAUX/example_recipe.yaml.
- Specify the IP addresses used by the RIC and AUX cluster ingress controller (e.g., the main interface IP) in the following section.
If you are only testing the AUX cluster, you can put down any private IPs (e.g., 10.0.2.1 and 10.0.2.2).
.. code:: bash
cd dep/bin
- ./deploy-ric-aux ../RECIPE_EXAMPLE/AUX/example_recipe.yaml
+ ./deploy-ric-aux ../RECIPE_EXAMPLE/RICAUX/example_recipe.yaml
**Checking the Deployment Status**
#!/bin/bash
################################################################################
# Copyright (c) 2020 AT&T Intellectual Property. #
+# Modifications Copyright (c) 2025 OpenInfra Foundation Europe. #
# #
# Licensed under the Apache License, Version 2.0 (the "License"); #
# you may not use this file except in compliance with the License. #
#cd ${REPOROOTDIR}/ric-aux/helm/infrastructure
#helm dep update
#cd ..
-#helm install -f ${REPOROOTDIR}/RECIPE_EXAMPLE/AUX/example_recipe.yaml --name bronze-infra --namespace ricaux ./infrastructure
+#helm install -f ${REPOROOTDIR}/RECIPE_EXAMPLE/RICAUX/example_recipe.yaml --name bronze-infra --namespace ricaux ./infrastructure
#
#cd ${REPOROOTDIR}/ric-aux/helm/ves
#helm dep update
#cd ..
-#helm install -f ${REPOROOTDIR}/RECIPE_EXAMPLE/AUX/example_recipe.yaml --name bronze-ves --namespace ricaux ./ves
+#helm install -f ${REPOROOTDIR}/RECIPE_EXAMPLE/RICAUX/example_recipe.yaml --name bronze-ves --namespace ricaux ./ves
#
#
-## edit RECIPE_EXAMPLE/AUX/example_recipe.yaml file
+## edit RECIPE_EXAMPLE/RICAUX/example_recipe.yaml file
##./bin/prepare-common-templates
##cd ric-aux/bin
-##./install -f ${REPOROOTDIR}/RECIPE_EXAMPLE/AUX/example_recipe.yaml -c "ves"
+##./install -f ${REPOROOTDIR}/RECIPE_EXAMPLE/RICAUX/example_recipe.yaml -c "ves"
#
#cd $STARTDIR
#kubectl get pods --all-namespaces
sphinxcontrib-httpdomain
recommonmark
lfdocs-conf
+ urllib3~=1.26.15
commands =
sphinx-build -W -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html
echo "Generated docs available in {toxinidir}/docs/_build/html"
-whitelist_externals = echo
+allowlist_externals = echo
[testenv:docs-linkcheck]
basepython = python3
sphinxcontrib-httpdomain
recommonmark
lfdocs-conf
+ urllib3~=1.26.15
commands = sphinx-build -W -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck