Skip to content

Commit 79dc2de

Browse files
authored
Upgrade info (#46)
1 parent 35be28b commit 79dc2de

File tree

5 files changed

+33
-6
lines changed

5 files changed

+33
-6
lines changed

docs/getting-started/download.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@ curl -fsSL https://i.hhdev.io/oras | bash
5050

5151
* [Concepts](../concepts/overview.md)
5252
* [Virtual LAB](../vlab/overview.md)
53-
* [Installation](../install-upgrade/overview.md)
53+
* [Installation](../install-upgrade/install.md)
5454
* [User guide](../user-guide/overview.md)

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ You can read more about its [concepts](concepts/overview.md) and [architecture](
1111
documentation.
1212

1313
You can find out how to [download](getting-started/download.md) and try the Fabric on the self-hosted
14-
[fully virtualized lab](vlab/overview.md) or on [hardware](install-upgrade/overview.md).
14+
[fully virtualized lab](vlab/overview.md) or on [hardware](install-upgrade/install.md).

docs/install-upgrade/.pages

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
nav:
2-
- Overview: overview.md
2+
- Install: install.md
33
- Supported Devices: supported-devices.md
44
- System Requirements: requirements.md
55
- Build Wiring Diagram: build-wiring.md
66
- Fabric Configuration: config.md
7+
- ...
8+
- Upgrade: upgrade.md

docs/install-upgrade/overview.md renamed to docs/install-upgrade/install.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Install Fabric
22

3-
!!! warning ""
4-
Under construction.
5-
63
## Prerequisites
74

85
* A machine with access to the Internet to use Fabricator and build installer with at least 8 GB RAM and 25 GB of disk space

docs/install-upgrade/upgrade.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Upgrading from Alpha-7 to Beta-1
2+
## Control Node
3+
Ensure the hardware that is to be used for the control node meets the [system requirements](requirements.md#control-node). The upgrade process is destructive of the host, so ensure all data needed is removed from the selected server before the upgrade is started.
4+
5+
## Management Network
6+
Beta-1 uses the RJ-45 management ports of the switches instead of front panel ports. A simple management network will need to be in place and cabled before the install of Beta-1. The control node will run a DHCP server on this network and must be the sole DHCP server. Do not co-mingle other services or equipment on this network, it is for the exclusive use of the control node and switches.
7+
8+
## Install Switch Vendor ONIE
9+
Beta-1 uses the switch vendor ONIE for installation of the NOS. The latest vendor provided version of ONIE is recommended to be installed. Hedgehog ONIE **must not** be used.
10+
11+
12+
## Changes to the Wiring Diagram
13+
14+
* All API versions changed from `v1alpha2` to `v1beta1`
15+
* `Server[control=true]` object type was removed and replaced with `ControlNode` object in the `fabricator.githedgehog.com/v1beta1` API (.spec.control field removed), `Server` object only describes workload server now
16+
* All initial configuration is mainly still available using the `hhfab init` flags but now configurable in the `fab.yaml` file it creates and available in the runtime in the `Fabricator` object in the `fabricator.githedgehog.com/v1beta1` API
17+
* `Connection[type=management]` object removed, relevant information is now present on the `ControlNode` object in the form of the management interface and its config, switches are always connected using management port
18+
* `.spec.location` remove from `Switch` object
19+
* `.spec.boot` added to `Switch` object with `mac` and `serial` fields, at least **one** of them is required to identify switch for installation
20+
21+
## Install The Control Node
22+
Follow the [instructions](install.md#build-control-node-configuration-and-installer) for installing the Beta-1 Fabric on a control node.
23+
24+
25+
## Install NOS using ONIE NOS Install Option
26+
As the switches boot up, select the ONIE option from the grub screen. From there select the "NOS Install" option. The install option will cause the switch to begin searching for installation media, this media is supplied by the control node.
27+
28+

0 commit comments

Comments
 (0)