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

reordering installation guides #87

Merged
merged 1 commit into from
Jan 26, 2024
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
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Nephio demo on Windows
description: >
Step by step guide to run Nephio on Windows
weight: 5
weight: 6
---

# Nephio demo on Windows
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Nephio Free5gc Operator
description: >
Step by step guide to deploy the Free5gc Operator
weight: 5
weight: 6
---

Concepts as [Operator]({{< ref "/docs/glossary.md#operator" >}}) and
Expand Down
4 changes: 2 additions & 2 deletions content/en/docs/guides/install-guides/explore-sandbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
title: Overview of the single VM installation
description: >
An overview of the Nephio single VM
weight: 4
weight: 5
---


You have installed the Nephio single VM [using the installation instructions]({{< relref "install-on-sandbox.md" >}}).
You have installed the Nephio single VM [using the installation instructions]({{< relref "install-on-single-vm.md" >}}).
The installation has done a good job of installing a complex software stack without any fuss. Let's take a look around.

![Software Installed by the Nephio Sandbox Installation](/images/install-guides/ManagementCluster.png)
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/guides/install-guides/install-on-byoc.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ options, if you wish to assemble your own set of components.

| Environment | Description |
| ----------- | ---------------------------------------------------------- |
| [Single VM]({{< relref "install-on-sandbox.md" >}}) | The single VM demo environment, set up "the hard way" - without using the included provisioning script. This creates a complete Nephio-in-a-VM, just like the R1 demo environment. These instructions cover both Ubuntu and Fedora. |
| [Single VM]({{< relref "install-on-single-vm.md" >}}) | The single VM demo environment, set up "the hard way" - without using the included provisioning script. This creates a complete Nephio-in-a-VM, just like the R1 demo environment. These instructions cover both Ubuntu and Fedora. |
| [Google Cloud Platform]({{< relref "install-on-gcp.md" >}}) | Nephio running in GCP. A GKE cluster is used as the management cluster, with Anthos Config Controller for GCP infrastructure provisioning, Gitea as the Git provider, and Web UI authentication and authorization via Google OAuth 2.0 |
| [OpenShift]({{< relref "install-on-openshift.md" >}}) | Nephio running in OpenShift, with Cluster API as the cluster provisioner, Gitea as the Git provider and Web UI authentication backed by Open Shift OIDC. |

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Installation on a single VM
description: >
Nephio Installation in a sandbox VM
weight: 3
weight: 4
---

{{% pageinfo %}}
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/guides/install-guides/openstack.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: OpenStack deployment management
description: >
OpenStack Multi-Cluster Deployment Management with Nephio
weight: 6
weight: 7
---

## Prerequisites
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Package transformations guide
description: >
Package Transformations Work in Nephio Sandbox Installation
weight: 6
weight: 7
---

# Table of Contents
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/guides/install-guides/webui-auth-gcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: WebUI authenticaiton with Google OAuth 2.0 or OIDC
description: >
These instructions explain how to set up the Nephio WebUI to use Google OAuth 2.0 for authentication, or using OIDC
backed by Google authentication.
weight: 6
weight: 7
---


Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/guides/install-guides/webui-auth-okta.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: WebUI OIDC authenticaiton with Okta
description: >
These instructions explain how to set up the Nephio WebUI to use OIDC with Okta for authentication.
weight: 6
weight: 7
---

If you are not exposing the webui on a load balancer IP address, but are instead using `kubectl port-forward`, you
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/guides/install-guides/webui.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Install WebUI
description: >
These instructions explain how to install the Nephio WebUI.
weight: 5
weight: 6
---

{{% pageinfo %}}
Expand Down