https://github.com/oracle-quickstart/oci-netscout
Terraform module to deploy Netscout on Oracle Cloud Infrastructure (OCI)
https://github.com/oracle-quickstart/oci-netscout
cloud netscout oci oracle partner-led terraform
Last synced: 2 months ago
JSON representation
Terraform module to deploy Netscout on Oracle Cloud Infrastructure (OCI)
- Host: GitHub
- URL: https://github.com/oracle-quickstart/oci-netscout
- Owner: oracle-quickstart
- License: apache-2.0
- Archived: true
- Created: 2020-01-30T22:21:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-30T22:23:10.000Z (over 5 years ago)
- Last Synced: 2025-02-19T21:12:48.564Z (4 months ago)
- Topics: cloud, netscout, oci, oracle, partner-led, terraform
- Language: HCL
- Homepage:
- Size: 872 KB
- Stars: 1
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# oci-netscout
Warning --- under active development and not yet ready to use!
The [Oracle Cloud Infrastructure (OCI) Quick Start](https://github.com/oracle-quickstart?q=oci-quickstart) is a collection of examples that allow Oracle Cloud Infrastructure users to get a quick start deploying advanced infrastructure on OCI.
The oci-quickstart-template repository contains the template that can be used for accelerating the construction of quickstarts that runs from local Terraform CLI and OCI Resource Manager.
Simple is a sample application that deploys a standalone virtual machine from the Oracle Cloud Infrastructure Marketplace.
This repo is under active development. Building open source software is a community effort. We're excited to engage with the community building this.
## How this project is organized
Each application is stored on its own top level folder.
Within the simple application project there are 3 modules:
- [simple-cli](simple-cli): launch a simple VM that subscribes to a Marketplace Image running from Terraform CLI.
- [simple-orm](simple-orm): Responsible for packaging the simple-cli module in OCI [Resource Manager Stack](https://docs.cloud.oracle.com/iaas/Content/ResourceManager/Tasks/managingstacksandjobs.htm) format.
- [terraform-modules](terraform-modules): contains a list of re-usable terraform modules for managing infrastructure resources like vcn, subnets, security, etc.## Prerequisites
First off we'll need to do some pre deploy setup. That's all detailed [here](https://github.com/oracle/oci-quickstart-prerequisites).
## Deploying Simple
Detailed instructions for deploying Simple on Oracle Cloud Infrastructure can be found in the [simple](./simple/README.md) space.