Skip to content

Commit d4e2d42

Browse files
committed
Added initial zip file for resource manager
1 parent cfc210c commit d4e2d42

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

app-dev/devops/ansible-jenkins/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,16 @@ can eventually be modified or forked.
1212
* Tested on Oracle Linux 8
1313
* Instance generated only if it is in a public subnet network
1414
* Port 22 must be opened on the instance, as OCI Resource Manager will need to connect to the instance through SSH
15+
* Jenkins port can't be between 0 and 1024, as those are Linux reserved ports and would require further configurations to be exposed
16+
* To access Jenkins, the instance and Jenkins port must be reachable
17+
* As the instance will be updated, it will take a while during the first run
1518

1619
Although these limitations might not fit every use case, the code can be used as a reference and there are ways to lift them.
1720

21+
[
22+
![Deploy to Oracle Cloud]
23+
(https://oci-resourcemanager-plugin.plugins.oci.oraclecloud.com/latest/deploy-to-oracle-cloud.svg)
24+
]
25+
(https://cloud.oracle.com/resourcemanager/stacks/create
26+
?zipUrl=<package-url>)
27+
Binary file not shown.

app-dev/devops/ansible-jenkins/providers.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
# SOFTWARE.
3535

3636
terraform {
37+
required_version = ">= 1.2"
3738
required_providers {
3839
oci = {
3940
source = "oracle/oci"

0 commit comments

Comments
 (0)