Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.
/ oracle Public archive

Documentation, tooling and other resources related to the Jenkins Infrastructure Project parts hosted in Oracle.

License

Notifications You must be signed in to change notification settings

jenkins-infra/oracle

Repository files navigation

Jenkins Infra on Oracle

Warning This project is archived as per jenkins-infra/helpdesk#3761, hence this repository archival

This repository hosts the infrastructure-as-code definition for all the Oracle Cloud Infrastructure resources for the Jenkins Infrastructure Project.

Requirements

  • An Oracle Cloud account with the administration permissions on the tenant jenkins infra.

  • The requirements (of the shared tools) listed at shared-tools/terraform#requirements.

  • The Terraform Azure Bucket on a local file named backend-config:

  • The git command line to allow cloning the repository and its submodule shared-tools

    • This repository has submodules. Once you cloned the repository, execute the following command to obtain the shared tools:
git submodule update --init --recursive

HowTo

IMPORTANT: Don't blindly execute the terraform code located in this repository on your own account as it may lead your account bill to significantly increase.

Once you've fulfilled the #requirements, you may execute any command from https://github.com/jenkins-infra/shared-tools/blob/main/terraform/README.adoc#available-commands by adding the correct flag --directory pointing to .shared-tools/terraform/:

make --directory=.shared-tools/terraform help
make --directory=.shared-tools/terraform lint
# ...

A usual change to this repository looks like the following:

  • Fork the repository and clone it locally
  • Follow the #requirements steps to obtain the shared tools
  • Start by running a full make --directory=.shared-tools/terraform validate command to ensure that you work on a sane base (should generate a report TXT file with no changes to be applied)
  • Edit the Terraform project files
  • Run the command make --directory=.shared-tools/terraform validate again to ensure that your changes are OK
  • Commit, push and open a pull request to let the Jenkins pipeline run the test + plan (as per https://github.com/jenkins-infra/shared-tools/blob/main/terraform/README.adoc#jenkins-pipeline)

About

Documentation, tooling and other resources related to the Jenkins Infrastructure Project parts hosted in Oracle.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published