Skip to content

Commit

Permalink
fixed some out of date links and added in a couple of scenarios.
Browse files Browse the repository at this point in the history
  • Loading branch information
noahgildersleeve committed May 20, 2024
1 parent 790c494 commit f545fb1
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 7 deletions.
3 changes: 1 addition & 2 deletions docs/content/manual/deployment/install-bare-metal-iso.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
3 changes: 1 addition & 2 deletions docs/content/manual/deployment/install-bare-metal-pxe.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
3 changes: 3 additions & 0 deletions docs/content/manual/deployment/verify-installer-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 11 additions & 0 deletions docs/content/manual/deployment/verify-vip-load-balancer.md
Original file line number Diff line number Diff line change
@@ -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 
Expand All @@ -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
Expand Down

0 comments on commit f545fb1

Please sign in to comment.