Update typos and comments according to PR comments

This commit is contained in:
Marek Wolan
2024-10-08 13:40:40 +01:00
parent 39c190e5f4
commit 56a17c3fea
3 changed files with 6 additions and 6 deletions

View File

@@ -93,7 +93,7 @@ Here is an example of creating a custom node adder, DataCenterAdder:
for i in range(config.num_servers):
server = Computer(
hostname=f"server_{i}_{config.data_center_name}",
ip_address=f"192.168.100.{i + 1}",
ip_address=f"192.168.100.{i + 8}",
subnet_mask="255.255.255.0",
default_gateway="192.168.100.1",
start_up_duration=0