From 3c20e4e4ec4dd916254fc04ed57e219946a91c5a Mon Sep 17 00:00:00 2001 From: fpolanco-one Date: Wed, 15 Apr 2026 16:40:21 -0400 Subject: [PATCH 1/3] M #- Adding VNet access notes --- .../opennebula_sandbox_deployment/validate_the_environment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/getting_started/try_opennebula/opennebula_sandbox_deployment/validate_the_environment.md b/content/getting_started/try_opennebula/opennebula_sandbox_deployment/validate_the_environment.md index 5cb18580b..2453e267d 100644 --- a/content/getting_started/try_opennebula/opennebula_sandbox_deployment/validate_the_environment.md +++ b/content/getting_started/try_opennebula/opennebula_sandbox_deployment/validate_the_environment.md @@ -206,7 +206,7 @@ The image below shows the newly instantiated WordPress VM and the Alpine VM that ![image](/images/minione-running_vms.png)
-As you can see in the image above, its IP address is 172.16.100.3. +As you can see in the image above, its IP address is 172.16.100.3. Note: This IP will only be reachable from localhost, bridged networks, or another instance in the same VNet. ### Step 3. Connect to WordPress From b438224545a2634a79e4e048ec5a12bd8f98e55a Mon Sep 17 00:00:00 2001 From: fpolanco-one Date: Wed, 15 Apr 2026 16:43:42 -0400 Subject: [PATCH 2/3] M #- Adding VNet access notes Signed-off-by: Felipe Polanco --- .../opennebula_sandbox_deployment/validate_the_environment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/getting_started/try_opennebula/opennebula_sandbox_deployment/validate_the_environment.md b/content/getting_started/try_opennebula/opennebula_sandbox_deployment/validate_the_environment.md index 2453e267d..47ebf4ad2 100644 --- a/content/getting_started/try_opennebula/opennebula_sandbox_deployment/validate_the_environment.md +++ b/content/getting_started/try_opennebula/opennebula_sandbox_deployment/validate_the_environment.md @@ -206,7 +206,7 @@ The image below shows the newly instantiated WordPress VM and the Alpine VM that ![image](/images/minione-running_vms.png)
-As you can see in the image above, its IP address is 172.16.100.3. Note: This IP will only be reachable from localhost, bridged networks, or another instance in the same VNet. +As you can see in the image above, its IP address is 172.16.100.3. Note: This IP will only be reachable from localhost, bridged networks, or another instance in the same VNet. ### Step 3. Connect to WordPress From b01d374e5cf515d8564e2b2879e93f46fbdc8da2 Mon Sep 17 00:00:00 2001 From: fpolanco-one Date: Mon, 20 Apr 2026 12:19:41 -0400 Subject: [PATCH 3/3] Add missing dependency in scons --- .../installation_process/build_from_source_code/compile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/software/installation_process/build_from_source_code/compile.md b/content/software/installation_process/build_from_source_code/compile.md index 53977ea0c..14b5858b1 100644 --- a/content/software/installation_process/build_from_source_code/compile.md +++ b/content/software/installation_process/build_from_source_code/compile.md @@ -112,7 +112,7 @@ The packages do a `system-wide` installation. To create a similar environment, c oneadmin@frontend:~/ $> wget oneadmin@frontend:~/ $> tar xzf oneadmin@frontend:~/ $> cd opennebula-x.y.z -oneadmin@frontend:~/opennebula-x.y.z/ $> scons -j2 mysql=yes syslog=yes fireedge=yes +oneadmin@frontend:~/opennebula-x.y.z/ $> scons -j2 mysql=yes syslog=yes fireedge=yes grpcproto=yes [ lots of compiling information ] scons: done building targets. oneadmin@frontend:~/opennebula-x.y.z $> sudo ./install.sh -u oneadmin -g oneadmin