#2257: fix text and make examples in node configs more specific

This commit is contained in:
Czar Echavez
2024-02-26 09:47:12 +00:00
parent e964b8a3ea
commit 634f634097
6 changed files with 80 additions and 70 deletions

View File

@@ -16,18 +16,20 @@ example server
.. code-block:: yaml
nodes:
- ref: server_1
hostname: server_1
type: server
ip_address: 192.168.10.10
subnet_mask: 255.255.255.0
default_gateway: 192.168.10.1
dns_server: 192.168.1.10
applications:
...
services:
...
simulation:
network:
nodes:
- ref: server_1
hostname: server_1
type: server
ip_address: 192.168.10.10
subnet_mask: 255.255.255.0
default_gateway: 192.168.10.1
dns_server: 192.168.1.10
applications:
...
services:
...
.. include:: common/common_node_attributes.rst