Skip to content

Commit 67f6f52

Browse files
committed
version 1
1 parent db82c35 commit 67f6f52

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed
Loading

OracleSolaris_OCI/04_VirtualBox_to_OCI/README.md

+12-7
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ After you have completed Step 1, you need to login to your OCI Instance and ensu
5050

5151
### 2.1 Creating a bucket in your compartment
5252

53-
A Bucket, part of the Oracle Cloud Infrastructure Object Storage service, is a container for storing objects in a compartment within an Object Storage namespace. A ==B==ucket is associated with a single compartment. A Bucket is used by Oracle VM VirtualBox to upload and save the Virtual Machine Image on Oracle Cloud Infrastructure.
53+
A Bucket, part of the Oracle Cloud Infrastructure Object Storage service, is a container for storing objects in a compartment within an Object Storage namespace. A Bucket is associated with a single compartment. A Bucket is used by Oracle VM VirtualBox to upload and save the Virtual Machine Image on Oracle Cloud Infrastructure.
5454

5555
- On the OCI Main Menu, click on "Storage==> Buckets"
5656
- Click "Create Bucket"
@@ -72,13 +72,18 @@ The OCI VCN is a virtual, private network that can be set up in OCI. It closely
7272

7373
![](Images/OCI_VCN.png)
7474

75-
The execution of this operation includes the creation of:
7675

77-
- 3 different Subnet(s) – 1 for each Availability Domain
78-
- 1 Default Route Table for the OCI Compartment
79-
- 1 Internet Gateway for the OCI Compartment
80-
- 1 Default Security List for the OCI Compartment
81-
- 1 Default DHCP Service for the OCI Compartment
76+
77+
### 2.2 Creating a Subnet within your Virtual Cloud Network (VCN)*
78+
79+
*if you already have a subnet defined within your VCN, you can continue using it to migrate from VirtualBox to OCI else you can follow the steps below.
80+
81+
- Once your new VCN has been provisioned, click on "Create Subnet"
82+
- Choose your preferred name for the subnet
83+
- [Define a CIDR block](https://docs.oracle.com/en-us/iaas/Content/Network/Tasks/managingVCNs_topic-Overview_of_VCNs_and_Subnets.htm#Overview)
84+
- Click "Create Subnet"
85+
86+
![](Images/OCI_subnet.png)
8287

8388
------
8489

0 commit comments

Comments
 (0)