Skip to content

Commit

Permalink
chore(docs): update TOC
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrho committed Sep 10, 2023
1 parent 49883d4 commit cdfb8c7
Showing 1 changed file with 29 additions and 2 deletions.
31 changes: 29 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,35 @@

This repository provides Terraform scripts and configuration files to set up a demo environment for the Juniper Cloud-Native Router (JCNR) on AWS. It sets up AWS resources and configures JCNR in both east and west VPCs.

<!-- START doctoc -->
<!-- END doctoc -->
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents**

- [AWS Resources Created](#aws-resources-created)
- [Directory Structure](#directory-structure)
- [Before start](#before-start)
- [Prerequisites](#prerequisites)
- [Demo Topology](#demo-topology)
- [Setup Guide](#setup-guide)
- [1. Clone the Repository](#1-clone-the-repository)
- [2. Install Necessary Tools](#2-install-necessary-tools)
- [3. AWS Configuration](#3-aws-configuration)
- [Obtaining AWS CLI Access Token from AWS Console:](#obtaining-aws-cli-access-token-from-aws-console)
- [Configuring AWS CLI:](#configuring-aws-cli)
- [4. Terraform Initialization and Apply](#4-terraform-initialization-and-apply)
- [5. Labeling EKS Worker Node](#5-labeling-eks-worker-node)
- [6. Setting up JCNR Secrets](#6-setting-up-jcnr-secrets)
- [A. Configure `jcnr-secrets.yaml` Manually](#a-configure-jcnr-secretsyaml-manually)
- [Optional: Using `setup.sh` under `secrets` directroy for Automated Setup](#optional-using-setupsh-under-secrets-directroy-for-automated-setup)
- [B. Using the Assistant Tool to Configure `jcnr-secrets.yaml`](#b-using-the-assistant-tool-to-configure-jcnr-secretsyaml)
- [7. AWS Marketplace Subscription for JCNR](#7-aws-marketplace-subscription-for-jcnr)
- [8. Helm Setup for JCNR](#8-helm-setup-for-jcnr)
- [8. Install JCNR with Helm](#8-install-jcnr-with-helm)
- [Configure JCNR and Add workloads](#configure-jcnr-and-add-workloads)
- [Setting up JCNR Configurations](#setting-up-jcnr-configurations)
- [9. Cleanup or Teardown](#9-cleanup-or-teardown)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->


## AWS Resources Created
Expand Down

0 comments on commit cdfb8c7

Please sign in to comment.