Skip to content

Commit c487405

Browse files
committed
Update ToC
Signed-off-by: Pedro Ielpi <pielpi@opennebula.io>
1 parent a189772 commit c487405

35 files changed

Lines changed: 89 additions & 127 deletions

File tree

content/7.0/product/apps-marketplace/marketplace_appliances/_index.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

content/7.0/product/apps-marketplace/marketplace_appliances/ray.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

content/7.0/product/apps-marketplace/marketplace_appliances/vnf.md

Lines changed: 0 additions & 26 deletions
This file was deleted.

content/7.0/product/apps-marketplace/marketplace_appliances/wordpress.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

content/7.0/product/apps-marketplace/private_marketplaces/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Using the Marketplace is recommended in many scenarios. To name a few:
4848

4949
Before reading this chapter make sure you have read the [Quick Start]({{% relref "../../../quick_start" %}}) guide.
5050

51-
Read the [Public Marketplaces]({{% relref "../public_marketplaces/index#public-marketplaces" %}}) as it’s global for all OpenNebula installations. Then, read the specific guide for the private Marketplace flavor you are interested in. Finally, read the [Managing Marketplace Apps]({{% relref "../marketplace_appliances/marketapps#marketapp" %}}) to understand what operations you can perform on Marketplace Apps.
51+
Read the [Public Marketplaces]({{% relref "../public_marketplaces/index#public-marketplaces" %}}) as it’s global for all OpenNebula installations. Then, read the specific guide for the private Marketplace flavor you are interested in. Finally, read the [Managing Marketplace Apps]({{% relref "../../../solutions/integrations_and_tools/marketplace_appliances/marketapps" %}}) to understand what operations you can perform on Marketplace Apps.
5252

5353
## Hypervisor Compatibility
5454

content/7.0/product/cloud_clusters_infrastructure_configuration/hosts_and_clusters_configuration/cluster_guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ DATASTORES
9393

9494
Datastores and virtual networks can be added to multiple clusters. This means that any Host in those clusters is properly configured to run VMs using images from those datastores, or is using leases from those virtual networks.
9595

96-
For instance, if you have several Hosts configured to use a given Open vSwitch network, you would group them in the same cluster. The [Scheduler]({{% relref "../../cloud_system_administration/capacity_planning/scheduler" %}}) will know that VMs using these resources can be deployed in any of the Hosts of the cluster.
96+
For instance, if you have several Hosts configured to use a given Open vSwitch network, you would group them in the same cluster. The [Scheduler]({{% relref "../../cloud_system_administration/scheduler" %}}) will know that VMs using these resources can be deployed in any of the Hosts of the cluster.
9797

9898
These operations can be done with the `onecluster` `addvnet/delvnet` and `adddatastore/deldatastore`, respectively:
9999

content/7.0/product/cloud_clusters_infrastructure_configuration/hosts_and_clusters_configuration/hosts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ $ onehost update
250250
TYPE="production"
251251
```
252252

253-
This tag can be used at a later time for scheduling purposes, [see more details here]({{% relref "../../cloud_system_administration/capacity_planning/scheduler" %}}).
253+
This tag can be used at a later time for scheduling purposes, [see more details here]({{% relref "../../cloud_system_administration/scheduler" %}}).
254254

255255
<a id="host-guide-sync"></a>
256256

content/7.0/product/cloud_system_administration/capacity_planning/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ weight: "1"
1717
This Chapter shows the different mechanisms available to administrators and users for controlling the capacity assigned to Virtual Machines:
1818

1919
> - First, you can control the apparent capacity of Hosts by [configuring host overcommitment]({{% relref "overcommitment#overcommitment" %}}).
20-
> - You can also fine-tune [the scheduling policies]({{% relref "scheduler/overview#scheduler-overview" %}}) that control how resources from Hosts, Datastores, and Virtual Networks are allocated to Virtual Machines.
20+
> - You can also fine-tune [the scheduling policies]({{% relref "../scheduler/overview" %}}) that control how resources from Hosts, Datastores, and Virtual Networks are allocated to Virtual Machines.
2121
> - Similarly, you can limit the resources that are made available to users, by using the [quota system]({{% relref "quotas#quota-auth" %}}).
2222
> - Finally, some workloads may require that you co-allocate or coordinate the capacity assigned to a group of Virtual Machines. [Affinity and placement rules can be set for VM groups]({{% relref "affinity#vmgroups" %}}).
2323

content/7.0/product/cloud_system_administration/monitoring_and_alerting/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ categories:
55
pageintoc: ""
66
tags:
77
no_list: "true"
8-
weight: "4"
8+
weight: "5"
99
---
1010

1111
<!--# Monitoring and Alerting -->

content/7.0/product/cloud_system_administration/monitoring_and_alerting/forecast.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Resource forecasting is automatically enabled upon hypervisor package installati
2525
- **Enhanced capacity planning** – Make data-driven decisions about infrastructure expansion.
2626
- **Optimized workload scheduling** – Improve VM placement based on predictive analysis to minimize resource contention and maintain stability.
2727

28-
When integrated with the [OpenNebula Distributed Resource Scheduler (DRS)]({{% relref "../capacity_planning/scheduler/drs#scheduler-drs" %}}), forecasting enables intelligent workload balancing, helping prevent bottlenecks and improve cluster efficiency.
28+
When integrated with the [OpenNebula Distributed Resource Scheduler (DRS)]({{% relref "../scheduler/drs#scheduler-drs" %}}), forecasting enables intelligent workload balancing, helping prevent bottlenecks and improve cluster efficiency.
2929

3030
## Types of Forecasts
3131

@@ -49,7 +49,7 @@ By default, long-term forecasts project resource usage for the next 30 days.
4949

5050
**Purpose**: Facilitates immediate operational decisions and dynamic resource adjustments.
5151

52-
Short-term forecasts power the Predictive DRS, optimizing cluster load distribution. To enable predictive scheduling, refer to [Distributed Resource Scheduling]({{% relref "../capacity_planning/scheduler/drs#scheduler-drs" %}}).
52+
Short-term forecasts power the Predictive DRS, optimizing cluster load distribution. To enable predictive scheduling, refer to [Distributed Resource Scheduling]({{% relref "../scheduler/drs#scheduler-drs" %}}).
5353

5454
Sunstone’s **Monitoring** tab also provides short-term forecast data.
5555

0 commit comments

Comments
 (0)