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
Copy file name to clipboardExpand all lines: app-dev/devops-and-containers/devops/oci-devops-terraform-function-java-graalvm/README.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,14 +50,19 @@ The DevOps project is not specific to any programming language but includes <a h
50
50
51
51
# How to use this asset?
52
52
53
-
Clone this repo locally. In OCI Console click <code>Create Stack</code> under <code>Resource Manager</code> in your project compartment. Drag-n-drop the <ahref="./files">files -folder</a> to <code>Stack Configuration</code> (<b>folder type</b>).
53
+
Clone this repo locally. In OCI Console click <code>Create Stack</code> under <code>Resource Manager</code> in your project compartment. Drag-n-drop the <ahref="./files">files</a> -folder to <code>Stack Configuration</code> (<b>folder type</b>) or click this button below to create the stack on your OCI tenancy:
54
+
55
+
<p>
56
+
57
+
[](https://cloud.oracle.com/resourcemanager/stacks/create?zipUrl=https://github.com/oracle-devrel/technology-engineering/releases/download/latest/devops-tf-stack.zip)
58
+
54
59
<p>
55
-
OCI DevOps IAM Policies are not part of the stack, please refer to <ahref="https://docs.oracle.com/en-us/iaas/Content/devops/using/devops_iampolicies.htm">docs</a> how to create them first.
60
+
Note! OCI DevOps <code>IAM Policies</code> are not part of the stack, please refer to <ahref="https://docs.oracle.com/en-us/iaas/Content/devops/using/devops_iampolicies.htm">docs</a> how to create them before running the devops project pipelines.
56
61
<p>
57
62
58
63
### Stack settings
59
64
60
-
Before applying the Stack fill in the vars:
65
+
Creating the stack in OCI Resource Manger fill in the vars:
61
66
62
67

63
68
@@ -68,7 +73,7 @@ Before applying the Stack fill in the vars:
68
73
<li><i>docker_password</i> is your OCIR Docker user password (your user profile auth token in OCI)</li>
69
74
</ul>
70
75
71
-
Run Stacks's Apply to create the OCI DevOps project.
76
+
After creation run Stacks's Apply to create the OCI DevOps project.
72
77
<p>
73
78
The Stack creates only a <i>private subnet</i> in the VCN and hence the Function cannot be called outside the tenancy by default after the build and deploy.
0 commit comments