Skip to content

Commit 731b997

Browse files
Upgrading the atp deployment solution
1 parent 69b0081 commit 731b997

File tree

12 files changed

+1534
-510
lines changed

12 files changed

+1534
-510
lines changed

cloud-foundation/solutions/ATP Deployment/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright © 2022, Oracle and/or its affiliates.
1+
# Copyright © 2025, Oracle and/or its affiliates.
22
# All rights reserved. Licensed under the Universal Permissive License (UPL), Version 1.0 as shown at https://oss.oracle.com/licenses/upl.
33

44
.terraform
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<!--
2+
3+
# Copyright © 2024, Oracle and/or its affiliates.
4+
# All rights reserved. Licensed under the Universal Permissive License (UPL), Version 1.0 as shown at https://oss.oracle.com/licenses/upl.
5+
6+
7+
-->
8+
# Contributing to Oracle Cloud Foundation Terraform Framework
9+
10+
## Contributing to Oracle Cloud Foundation Terraform Framework
11+
12+
Oracle welcomes contributions to this repository from anyone.
13+
14+
If you want to submit a pull request to fix a bug or enhance an existing
15+
feature, please first open an issue and link to that issue when you
16+
submit your pull request.
17+
18+
If you have any questions about a possible submission, feel free to open
19+
an issue too.
20+
21+
## Pull request process
22+
23+
1. Fork this repository
24+
1. Create a branch in your fork to implement the changes. We recommend using
25+
the issue number as part of your branch name, e.g. `1234-fixes`
26+
1. Ensure that there is at least one test that would fail without the fix and
27+
passes post fix
28+
1. Submit the pull request. *Do not leave the pull request blank*. Explain exactly
29+
what your changes are meant to do and provide simple steps on how to validate
30+
your changes, ideally referencing the test. Ensure that you reference the issue
31+
you created as well. We will assign the pull request to 1-2 people for review
32+
before it is submitted internally and the PR is closed.
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
Copyright © 2024 Oracle and/or its affiliates. All rights reserved.
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 person obtaining a copy of this
6+
software, associated documentation and/or data (collectively the "Software"), free of charge and under any and
7+
all copyright rights in the Software, and any and all patent rights owned or freely licensable by each licensor
8+
hereunder covering either (i) the unmodified Software as contributed to or provided by such licensor, or
9+
(ii) the Larger Works (as defined below), to deal in both
10+
11+
(a) the Software, and
12+
(b) any piece of software and/or hardware listed in the lrgrwrks.txt file if one is included with the Software
13+
(each a “Larger Work” to which the Software is contributed by such licensors),
14+
15+
without restriction, including without limitation the rights to copy, create derivative works of, display,
16+
perform, and distribute the Software and make, use, sell, offer for sale, import, export, have made, and have
17+
sold the Software and the Larger Work(s), and to sublicense the foregoing rights on either these or other terms.
18+
19+
This license is subject to the following condition:
20+
The above copyright notice and either this complete permission notice or at a minimum a reference to the UPL must
21+
be included in all copies or substantial portions of the Software.
22+
23+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
24+
THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
25+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
26+
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
27+
IN THE SOFTWARE.

cloud-foundation/solutions/ATP Deployment/README.md

Lines changed: 638 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)