Skip to content

Commit 674169c

Browse files
committed
june review
1 parent bc09bbd commit 674169c

8 files changed

Lines changed: 85 additions & 2 deletions

File tree

cloud-infrastructure/virtualization-solutions/oracle-cloud-migrations/README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
Oracle Cloud Migrations enables customers to migrate virtual machines to Oracle Cloud Infrastructure (OCI) Compute instances. It helps customers eliminate manual migration tasks and ultimately reduces errors in asset discovery and migration planning and execution.
44

5-
Reviewed: 012.11.2025
5+
Current source environments supported: VMware Sphere and AWS EC2
6+
7+
Reviewed: 01.07.2026
68

79
# Table of Contents
810

@@ -31,7 +33,9 @@ Reviewed: 012.11.2025
3133

3234
# Reusable Assets
3335

34-
- [OCM Solution Definition Document](https://github.com/oracle-devrel/technology-engineering/tree/main/cloud-infrastructure/virtualization-solutions/oracle-cloud-migrations/ocm-solution-definition-document)
36+
- [OCM Solution Definition Document](./ocm-solution-definition-document)
37+
- [Using the OCM service over FastConnect or VPN](./ocm-over-fastconnect)
38+
3539

3640

3741

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
Copyright (c) 2026 Oracle and/or its affiliates.
2+
3+
The Universal Permissive License (UPL), Version 1.0
4+
5+
Subject to the condition set forth below, permission is hereby granted to any
6+
person obtaining a copy of this software, associated documentation and/or data
7+
(collectively the "Software"), free of charge and under any and all copyright
8+
rights in the Software, and any and all patent rights owned or freely
9+
licensable by each licensor hereunder covering either (i) the unmodified
10+
Software as contributed to or provided by such licensor, or (ii) the Larger
11+
Works (as defined below), to deal in both
12+
13+
(a) the Software, and
14+
(b) any piece of software and/or hardware listed in the lrgrwrks.txt file if
15+
one is included with the Software (each a "Larger Work" to which the Software
16+
is contributed by such licensors),
17+
18+
without restriction, including without limitation the rights to copy, create
19+
derivative works of, display, perform, and distribute the Software and make,
20+
use, sell, offer for sale, import, export, have made, and have sold the
21+
Software and the Larger Work(s), and to sublicense the foregoing rights on
22+
either these or other terms.
23+
24+
This license is subject to the following condition:
25+
The above copyright notice and either this complete permission notice or at
26+
a minimum a reference to the UPL must be included in all copies or
27+
substantial portions of the Software.
28+
29+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
30+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
31+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
32+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
33+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
34+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
35+
SOFTWARE.

cloud-infrastructure/virtualization-solutions/oracle-cloud-migrations/ocm-over-fastconnect/README.md

Whitespace-only changes.
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# Using the Oracle Cloud Migrations service over FastConnect or VPN
2+
3+
4+
## OCI Object Storage Public End point support
5+
6+
While OCI object storage now supports private end points, today this is not yet supported by OCM. Routing the traffic via FastConnect will require the customer to update their own routing rules to ensure traffic is directed via FastConnect
7+
8+
## OCM Network flow
9+
10+
The Oracle Cloud Migrations service (OCM) allows you to migrate Virtual Machines from other platforms like VMware vSphere environments. It does this by using OCI public services to query information and to replicate the virtual disks (using OCI Object Storage).
11+
12+
For customers that have a FastConnect or IPSEC VPN tunnel in place between their own environment and OCI, this connection will not be used by default for OCM, as these are public internet endpoints.
13+
14+
Default Traffic Flow of OCM Service
15+
<img src="images/trafficflow.png">
16+
17+
18+
## OCM Public End Points
19+
20+
OCM used the following services. To ensure that all traffic flows over your FastConnect or VPN, check the Public IP Addresses for the Oracle Service Network: https://docs.oracle.com/iaas/tools/public_ip_ranges.json
21+
22+
- cloudmigration.[region].oci.oraclecloud.com
23+
- cloudbridge.[region].oci.oraclecloud.com
24+
- auth.[region].oraclecloud.com
25+
- overlay.[region].oci.oraclecloud.com
26+
- telemetry-ingestion.[region].oci.oraclecloud.com
27+
- secrets.vaults.[region].oci.oraclecloud.com
28+
- vaults.[region].oci.oraclecloud.com
29+
- query.[region].oci.oraclecloud.com
30+
- objectstorage.[region].oraclecloud.com
31+
32+
If you only want to redirect the actual replication data, you just need to re-route all objectstorage traffic via your FastConnect/VPN. IP addresses for your region used by Object Storage are specifically mentioned in the JSON file.
33+
Here an example for the eu-frankfurt-1 region in the public_ip_ranges.json:
34+
35+
36+
37+
38+
# License
39+
40+
Copyright (c) 2026 Oracle and/or its affiliates.
41+
42+
Licensed under the Universal Permissive License (UPL), Version 1.0.
43+
44+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details.
108 KB
Loading
27 KB
Loading
60.3 KB
Loading
121 KB
Loading

0 commit comments

Comments
 (0)