OCC - Full Documentation Revamp (migrated from docs)#145
Open
SlimJ4 wants to merge 5 commits into
Open
Conversation
Migrated all changes from the sa-occ-revamp-1 branch from the docs repo.
benchbzh
reviewed
Jun 8, 2026
| | `ovhBgpArea` | long | No | OVHcloud private AS (usually left empty — assigned automatically) | | ||
| | `subnet` | ipv4Block | No | /30 peering subnet (e.g. `192.0.2.0/30`). First IP is OVHcloud, second is yours. | | ||
|
|
||
| **Example request:** |
| | `bgpNeighborArea` | long | No | BGP AS number for the AZ neighbour | | ||
| | `bgpNeighborIp` | ipv4 | No | Router IP for the BGP session within the AZ | | ||
|
|
||
| **Example request:** |
| | `customerBgpArea` | long | No | Your AS number (still required for L3 — used for PoP-level peering) | | ||
| | `subnet` | ipv4Block | No | /30 peering subnet. First IP is OVHcloud, second is yours. | | ||
|
|
||
| **Example request:** |
| | `nextHop` | ipv4 | No | Next-hop IP address for the static route | | ||
| | `subnet` | ipv4Block | No | Destination subnet for the static route | | ||
|
|
||
| **Example request — route your on-premises subnet through the OVHcloud Connect link:** |
|
|
||
| #### Add multiple static routes | ||
|
|
||
| Create one extra configuration per destination subnet: |
| | Segment | Endpoints | ASNs | | ||
| |---|---|---| | ||
| | Azure ↔ Provider | Azure (ASN 12076) ↔ MCR/Provider ASN | 12076 ↔ Provider | | ||
| | Provider ↔ OVHcloud | MCR/Provider ASN ↔ OVHcloud BGP AS [TODO: per-PoP — 65501 EU / 65502 CA / 65519 Asia] | Provider ↔ [TODO: per-PoP] | |
Collaborator
There was a problem hiding this comment.
Do we leave "TODO: per-PoP" as is?
| [Configure OCC L3 with BGP](/guides/network/ovhcloud-connect/l3-bgp). | ||
|
|
||
| Ensure the provider MCR: | ||
| - Advertises GCP VPC prefixes (`10.3.0.0/16`) toward OVHcloud (BGP AS [TODO: per-PoP — 65501 EU / 65502 CA / 65519 Asia]). |
Collaborator
There was a problem hiding this comment.
Do we leave "TODO: per-PoP" as is?
| | Segment | Endpoints | ASNs | | ||
| |---|---|---| | ||
| | GCP ↔ Provider | Cloud Router (ASN 16550) ↔ MCR (Provider ASN) | 16550 ↔ Provider | | ||
| | Provider ↔ OVHcloud | MCR (Provider ASN) ↔ OVHcloud BGP AS [TODO: per-PoP — 65501 EU / 65502 CA / 65519 Asia] | Provider ↔ [TODO: per-PoP] | |
Collaborator
There was a problem hiding this comment.
Do we leave "TODO: per-PoP" as is?
|
|
||
| #### Useful links | ||
|
|
||
| - **Website:** [bso.co/network/cloud-connectivity](https://www.bso.co/network/cloud-connectivity) |
| #### Useful links | ||
|
|
||
| - **Website:** [bso.co/network/cloud-connectivity](https://www.bso.co/network/cloud-connectivity) | ||
| - **Documentation:** [bso.co/resources](https://www.bso.co/resources) |
benchbzh
reviewed
Jun 9, 2026
| #### Useful links | ||
|
|
||
| - **Website:** [consoleconnect.com](https://www.consoleconnect.com/clouds/connect-to-ovhcloud/) | ||
| - **Documentation:** [docs.consoleconnect.com](https://docs.consoleconnect.com/) |
Collaborator
There was a problem hiding this comment.
Borken link, the good one is maybe info.consoleconnect.com/resources or www.consoleconnect.com/help/
…x links Proofread the full OVHcloud Connect revamp (27 guides × EN/FR): - Proofread EN + FR: canonical "Go further" phrasing, /links/community, MDX fixes (Tabs imports, :::warning, code-fence languages, blank lines), FR typography (NBSP), bump lastUpdated to 2026-06-09 - Standardize action-button labels against the Manager: Network, OVHcloud Connect, Order/Commander, OVHcloud Connect Direct/Provider, Cancel/Résilier, Cancel my subscription/Résilier mon service - Rewrite cancellation flow (My offers and services -> Cancel my subscription) - Fix bandwidth values (Direct 1/10/100 Gbps, Provider 50 Mbps-50 Gbps) - Rename slugs for coherence (+ images, symlinks, sidebar, inbound links): diagnostics->monitor, provider-control-panel-setup->occ-provider-control-panel-setup, ovhcloud-connect-overview->introduction, logs-to-customers->logs-forwarding - Titles include the product name; EN descriptions use "Find out how to" - Localize fallback-locale overview essentials, /links rewrites, Microsoft Learn FR links - Fix broken inbound links to removed occ-* slugs in snc-vmware-reversibility and landing-zone-migration (x7 locales) - i18n: translate the "Architectures" sidebar label Note: redirect maps need regeneration for renamed published URLs (ovhcloud-connect-overview, logs-to-customers) - handled by release tooling.
Collaborator
Author
|
@benchbzh Addressing all of them ASAP, I'll ping you when done :) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Complete restructuring of the OCC documentation, with new and more detailed guides.