diff --git a/air/using-netris-air.rst b/air/using-netris-air.rst index 8f50572d2..90636ff52 100644 --- a/air/using-netris-air.rst +++ b/air/using-netris-air.rst @@ -2,7 +2,7 @@ Netris Test Controller & Infrastructure Simulation ================================================== -This document provides general tips and tricks for using Netris in Netris' infrastructure simulation platform. +This document provides general tips and tricks for using the Netris test controller and Netris infrastructure simulation. Please refer to individual scenarios in this section to experiment around a specific use case. Once your Try & Learn through Netris Air platform is approved you will receive credentials for accessing a Netris controller with a trial license hosted in Netris Air. @@ -26,7 +26,7 @@ Connect to the controller server using ssh. Username: ubuntu Password: + ssh ubuntu@ Netris Init Modules @@ -36,14 +36,25 @@ Netris init modules are designed to generate Inventory, IPAM, and Topology data Netris test environment may come with a module that is relevant to your use case. If you can't find the right module for your use case, please contact your SA (Solutions Architect) -Init modules are stored in the /home/ubuntu/netris-init/ directory. +Init modules are stored in the ``/home/ubuntu/netris-init/`` directory. -Each module is stored in its own subdirectory. To use a module 'cd' to the appropriate subdirectory, review 'terraform.tfvars' file, make changes to the arguments if needed and save. +Each module is stored in its own subdirectory. To use a module 'cd' to the appropriate subdirectory, review ``terraform.tfvars`` file, make changes to the arguments if needed, and save. -execute tofu-apply or tofu-destroy in the init module subdirectory to apply/destroy the Netris controller configuration. +Execute ``tofu-apply`` or ``tofu-destroy`` in the init module subdirectory to apply/destroy the Netris controller configuration. Start/Stop a Simulation ======================= +Once the topology blueprint, Inventory, and IPAM data are created in Netris -- basically, Netris controller is describing an infrastructure - you can start its simulation. + +Go to: + +.. code-block:: shell-session + + cd /home/ubuntu/netris-air + +Execute ``pulumi up`` or ``pulumi destroy`` to start/stop a simulation of what's described in the Netris Controller + +