blob: 3c8f3c8ac760cf628788730da411d42d8d3430a1 [file] [log] [blame]
Ajay Lotan Thakur05ce5ce2022-09-25 20:36:16 -07001..
2 SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org>
3 SPDX-License-Identifier: Apache-2.0
4
5.. _aiab5g-guide:
6
7Aether In a Box - 5G
8====================
9
Marikkannu, Sureshc85fb3d2023-09-29 08:25:37 -070010The documentation for Aether In a Box (AiaB) - 5G is located in `Aether OnRamp <https://docs.aetherproject.org/master/onramp/overview.html>`_,
Arrobo, Gabriel83bfe402023-03-09 17:04:11 -080011where specifics about setting up AiaB 5G, running 5G test, troubleshooting,
Marikkannu, Sureshc85fb3d2023-09-29 08:25:37 -070012and other details are described.
Ajay Lotan Thakur05ce5ce2022-09-25 20:36:16 -070013
14Developer Loop
15______________
16
17Suppose you wish to test a new build of a 5G SD-CORE services. You can deploy
Arrobo, Gabriel83bfe402023-03-09 17:04:11 -080018custom images by editing ~/aether-in-a-box/sd-core-5g-values.yaml, for
19example::
Ajay Lotan Thakur05ce5ce2022-09-25 20:36:16 -070020
21 images:
22 tags:
23 webui: omecproject/5gc-webui:master-7f96cfd
24
Arrobo, Gabriel83bfe402023-03-09 17:04:11 -080025To upgrade a running 5G SD-CORE with the new image, or to redeploy the 5G
26SD-CORE with the image::
Ajay Lotan Thakur05ce5ce2022-09-25 20:36:16 -070027
28 make reset-5g-test # delete 5G deployment if it was already started before updating image
Arrobo, Gabriel83bfe402023-03-09 17:04:11 -080029 make 5g-core # now this deployment will use new webui image