Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed some out of date links and added in a couple of scenarios. #1278

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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