You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CD3 stands for Cloud Deployment Design Deliverable.
7
8
The CD3 Automation toolkit has been developed to help in automating the OCI resource object management.
8
9
<br>
9
10
It reads input data in the form of CD3 Excel sheets and generates the terraform files instead of handling the task through the OCI console manually. This simplifies the management of the company's infrastructure as code.
@@ -14,28 +15,37 @@ It reads input data in the form of CD3 Excel sheets and generates the terraform
14
15
`To ease the execution of toolkit, we have provided the steps to build an image which encloses the code base and its package dependencies. Follow the steps provided below to clone the repo and build the image.`
15
16
<br><br>
16
17
17
-
#### OCI Services Supported by CD3
18
+
#### OCI Services Currently Supported by CD3
18
19
<imgwidth="748"alt="Screenshot 2022-12-30 at 1 05 59 PM"src="https://user-images.githubusercontent.com/103475219/210046038-91acacfd-5d65-4bc3-a1a8-90d425d2e3d3.png">
19
20
20
21
21
22
## Getting Started
22
23
24
+
### Pre-requisites
25
+
* Git
26
+
* Any docker cli compatible platform such as Docker or Rancher.
27
+
* OCI Tenancy Access Requirement -
28
+
Appropriate IAM policies must be in place for each of the resources that the user may try to create.
29
+
Minimum requirement for the user to get started is to have the ability to read to the tenancy.
30
+
23
31
### To clone the repo
24
32
* Open your terminal and change the directory to the one where you want to download the git repo.
Note : ${image_tag} should be replaced with suitable tag as per your requirements/standards.
51
-
52
-
The above steps have been tested on Windows (Git Bash) and MacOS.
60
+
<b>Note</b> : <i>The above steps have been tested on Windows (Git Bash) and MacOS.</i>
53
61
54
62
## Contributing
55
63
This project is open source. Please submit your contributions by forking this repository and submitting a pull request! Oracle appreciates any contributions that are made by the open source community.
0 commit comments