From f545fb1091b8f621da6a87d0e61a9fcbf97edfb4 Mon Sep 17 00:00:00 2001 From: Noah Gildersleeve Date: Mon, 20 May 2024 16:25:52 -0700 Subject: [PATCH] fixed some out of date links and added in a couple of scenarios. --- .../manual/deployment/install-bare-metal-iso.md | 3 +-- .../manual/deployment/install-bare-metal-pxe.md | 3 +-- .../deployment/install-nested-virtualization.md | 5 ++--- .../manual/deployment/verify-installer-options.md | 3 +++ .../manual/deployment/verify-vip-load-balancer.md | 11 +++++++++++ 5 files changed, 18 insertions(+), 7 deletions(-) diff --git a/docs/content/manual/deployment/install-bare-metal-iso.md b/docs/content/manual/deployment/install-bare-metal-iso.md index 4a40cb2e4..41ecf327b 100644 --- a/docs/content/manual/deployment/install-bare-metal-iso.md +++ b/docs/content/manual/deployment/install-bare-metal-iso.md @@ -1,8 +1,7 @@ --- title: Install Harvester on a bare Metal node using ISO image --- -Install using ISO image -https://docs.harvesterhci.io/v0.3/install/iso-install/ +[Install using ISO image](https://docs.harvesterhci.io/v1.3/install/index/) ## Expected Results 1. On completion of the installation, Harvester should provide the management url and show status. diff --git a/docs/content/manual/deployment/install-bare-metal-pxe.md b/docs/content/manual/deployment/install-bare-metal-pxe.md index 69848a625..eabfcc6fc 100644 --- a/docs/content/manual/deployment/install-bare-metal-pxe.md +++ b/docs/content/manual/deployment/install-bare-metal-pxe.md @@ -1,8 +1,7 @@ --- title: Install Harvester on a bare Metal node using PXE boot (e2e_be) --- -Install Harvester using PXE boot -https://docs.harvesterhci.io/v0.3/install/pxe-boot-install/ +[Install Harvester using PXE boot](https://docs.harvesterhci.io/v1.3/install/pxe-boot-install) ## Expected Results 1. On completion of the installation, Harvester should provide the management url and show status. diff --git a/docs/content/manual/deployment/install-nested-virtualization.md b/docs/content/manual/deployment/install-nested-virtualization.md index 4a40cb2e4..1ec675844 100644 --- a/docs/content/manual/deployment/install-nested-virtualization.md +++ b/docs/content/manual/deployment/install-nested-virtualization.md @@ -1,8 +1,7 @@ --- -title: Install Harvester on a bare Metal node using ISO image +title: Install Harvester on a virtual nested node using ISO image --- -Install using ISO image -https://docs.harvesterhci.io/v0.3/install/iso-install/ +[Install using ISO image](https://docs.harvesterhci.io/v1.3/install/index/) ## Expected Results 1. On completion of the installation, Harvester should provide the management url and show status. diff --git a/docs/content/manual/deployment/verify-installer-options.md b/docs/content/manual/deployment/verify-installer-options.md index 58e47734b..76f1e33b8 100644 --- a/docs/content/manual/deployment/verify-installer-options.md +++ b/docs/content/manual/deployment/verify-installer-options.md @@ -3,9 +3,12 @@ title: Verify the Installer Options --- 1. Verify the following options available while installing the Harvester is working - Installation target + - Node IP - Cluster token - Password + - DNS Server - VIP + - HTTP Proxy - NTP Address ## Expected Results diff --git a/docs/content/manual/deployment/verify-vip-load-balancer.md b/docs/content/manual/deployment/verify-vip-load-balancer.md index 22d23cc4e..36fbba3a8 100644 --- a/docs/content/manual/deployment/verify-vip-load-balancer.md +++ b/docs/content/manual/deployment/verify-vip-load-balancer.md @@ -1,6 +1,8 @@ --- title: VIP Load balancer verification (e2e_be) --- + +## Case DHCP 1. Install Harvester on one Node - Install with VIP pulling from DHCP - Verify that IP is assigned via DHCP  @@ -10,6 +12,15 @@ title: VIP Load balancer verification (e2e_be) 4. Create new VM 5. Connect to VM via web console +## Case Static IP +1. Install Harvester on one Node + - Install with VIP set statically + - Verify that IP is assigned correctly +2. Add at least one additional node + - Use VIP address as management address for adding node +3. Finish install of additional nodes +4. Create new VM +5. Connect to VM via web console ## Expected Results 1. Install of all nodes should complete