Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed links for rebranding #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DEPLOYMENT.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Deploying the Workload Expansion

1. Deploy the Baseline stack found [here](https://github.com/oracle-quickstart/oci-enterprise-scale-baseline-landing-zone). The Workload Expansion can not be deployed as a stand-alone. It builds on top of the Enterprise Scale Baseline Landing Zone adding a minimal baseline for a workload.
1. Deploy the Baseline stack found [here](https://github.com/oci-landing-zones/oci-enterprise-scale-baseline-landing-zone). The Workload Expansion can not be deployed as a stand-alone. It builds on top of the Enterprise Scale Baseline Landing Zone adding a minimal baseline for a workload.

2. Create a terraform.tfvars file and populate with the required variables or override existing variables. Note: An example tfvars file is included for reference. Using this file is the preferred way to run the stack from the CLI, because of the large number of variables to manage.

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# oci-esblz-workload-expansion
This Terraform stack deploys the Workload Expansion to the [Baseline Landing Zone](https://github.com/oracle-quickstart/oci-enterprise-scale-baseline-landing-zone).
This Terraform stack deploys the Workload Expansion to the [Baseline Landing Zone](https://github.com/oci-landing-zones/oci-enterprise-scale-baseline-landing-zone).

This Workload Expansion extends the Baseline Landing Zone deploying minimal resources needed to add a workload to the Baseline.

## Requirements
- [Terraform](https://www.terraform.io/) >= 1.0.0

## Prerequisites
The [Enterprise Scale Baseline Landing Zone](https://github.com/oracle-quickstart/oci-enterprise-scale-baseline-landing-zone) must be deployed prior to this stack.
The [Enterprise Scale Baseline Landing Zone](https://github.com/oci-landing-zones/oci-enterprise-scale-baseline-landing-zone) must be deployed prior to this stack.

Detailed project prerequisites are included in the following [OCI CAF - Architecture Documentation](https://docs.oracle.com/en-us/iaas/Content/cloud-adoption-framework/technology-implementation.htm).

Expand All @@ -21,7 +21,7 @@ category a particular variable belongs to. Not all the variables in this file ar
## Deploy Using Oracle Resource Manager
1. Click to deploy the stack

[![Deploy to Oracle Cloud](https://oci-resourcemanager-plugin.plugins.oci.oraclecloud.com/latest/deploy-to-oracle-cloud.svg)](https://cloud.oracle.com/resourcemanager/stacks/create?zipUrl=https://github.com/oracle-quickstart/oci-enterprise-scale-baseline-landing-zone/releases/download/latest/oci-enterprise-scale-baseline-landing-zone.zip)
[![Deploy to Oracle Cloud](https://oci-resourcemanager-plugin.plugins.oci.oraclecloud.com/latest/deploy-to-oracle-cloud.svg)](https://cloud.oracle.com/resourcemanager/stacks/create?zipUrl=https://github.com/oci-landing-zones/oci-enterprise-scale-baseline-landing-zone/releases/download/latest/oci-enterprise-scale-baseline-landing-zone.zip)

If you aren't already signed in, when prompted, enter the tenancy and user credentials. Review and accept the terms and conditions.

Expand Down