Skip to content

OCC - Full Documentation Revamp (migrated from docs)#145

Open
SlimJ4 wants to merge 5 commits into
developfrom
sa-occ-revamp
Open

OCC - Full Documentation Revamp (migrated from docs)#145
SlimJ4 wants to merge 5 commits into
developfrom
sa-occ-revamp

Conversation

@SlimJ4

@SlimJ4 SlimJ4 commented Jun 5, 2026

Copy link
Copy Markdown
Collaborator

Complete restructuring of the OCC documentation, with new and more detailed guides.

  • New guides, deletion of guides, update of existing guides
  • Tools used : Claude
  • Can be merged as soon as possible.

@Y0Coss Y0Coss added Network The PR documents Network products: BYOIP, Additional IP, Load Balancer, OVHcloud Connect, vRack NEW The PR contains new unreleased guides. Sidebar must be edited. labels Jun 5, 2026

@benchbzh benchbzh left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello @SlimJ4, can you check these comments please?

| `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:**

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing example

| `bgpNeighborArea` | long | No | BGP AS number for the AZ neighbour |
| `bgpNeighborIp` | ipv4 | No | Router IP for the BGP session within the AZ |

**Example request:**

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing example

| `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:**

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing example

| `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:**

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing example


#### Add multiple static routes

Create one extra configuration per destination subnet:

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing information

| 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] |

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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]).

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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] |

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we leave "TODO: per-PoP" as is?


#### Useful links

- **Website:** [bso.co/network/cloud-connectivity](https://www.bso.co/network/cloud-connectivity)

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Broken link

#### Useful links

- **Website:** [bso.co/network/cloud-connectivity](https://www.bso.co/network/cloud-connectivity)
- **Documentation:** [bso.co/resources](https://www.bso.co/resources)

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Broken link

#### Useful links

- **Website:** [consoleconnect.com](https://www.consoleconnect.com/clouds/connect-to-ovhcloud/)
- **Documentation:** [docs.consoleconnect.com](https://docs.consoleconnect.com/)

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.
@SlimJ4

SlimJ4 commented Jun 9, 2026

Copy link
Copy Markdown
Collaborator Author

@benchbzh Addressing all of them ASAP, I'll ping you when done :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Network The PR documents Network products: BYOIP, Additional IP, Load Balancer, OVHcloud Connect, vRack NEW The PR contains new unreleased guides. Sidebar must be edited.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants