|
12 | 12 |
|
13 | 13 | <!-- TOC initiated with [gh-md-toc](https://github.com/ekalinin/github-markdown-toc) --> |
14 | 14 | <!--ts--> |
15 | | - |
| 15 | +* [cf-ops-automation (COA)](#cf-ops-automation-coa) |
| 16 | + * [Table of Contents](#table-of-contents) |
| 17 | + * [Introduction](#introduction) |
| 18 | + * [Core principles](#core-principles) |
| 19 | + * [Skills prereqs](#skills-prereqs) |
| 20 | + * [Model Overview](#model-overview) |
| 21 | + * [Sample deployment topology](#sample-deployment-topology) |
| 22 | + * [Generated pipelines](#generated-pipelines) |
| 23 | + * [singletons](#singletons) |
| 24 | + * [per-root-deployment](#per-root-deployment) |
| 25 | + * [Template engine reference documentation](#template-engine-reference-documentation) |
| 26 | + * [Multi deployer support](#multi-deployer-support) |
| 27 | + * [Bosh deployer](#bosh-deployer) |
| 28 | + * [Concourse pipeline deployer](#concourse-pipeline-deployer) |
| 29 | + * [Resource lifecycle overview](#resource-lifecycle-overview) |
| 30 | + * [Bosh deployment resources template format](#bosh-deployment-resources-template-format) |
| 31 | + * [Iaas specifics support](#iaas-specifics-support) |
| 32 | + * [Terraform specific](#terraform-specific) |
| 33 | + * [Bosh cli v2 specific features support](#bosh-cli-v2-specific-features-support) |
| 34 | + * [ops-files](#ops-files) |
| 35 | + * [vars-files](#vars-files) |
| 36 | + * [Cloud and runtime config](#cloud-and-runtime-config) |
| 37 | + * [git submodules](#git-submodules) |
| 38 | + * [enable deployment format (enable-deployment.yml)](#enable-deployment-format-enable-deploymentyml) |
| 39 | + * [deployment dependencies format (deployment-dependencies.yml)](#deployment-dependencies-format-deployment-dependenciesyml) |
| 40 | + * [Cloudfoundry application resources template format](#cloudfoundry-application-resources-template-format) |
| 41 | + * [pipeline auto-update](#pipeline-auto-update) |
| 42 | + * [Concourse team](#concourse-team) |
| 43 | + * [terraform](#terraform) |
| 44 | + * [file format](#file-format) |
| 45 | + * [delete lifecycle support](#delete-lifecycle-support) |
| 46 | + * [bosh deployment](#bosh-deployment) |
| 47 | + * [cf-app deployment](#cf-app-deployment) |
| 48 | + * [shared and private configuration](#shared-and-private-configuration) |
| 49 | + * ["paas-templates" and "secrets" repo structure examples](#paas-templates-and-secrets-repo-structure-examples) |
| 50 | + * [Stemcell management](#stemcell-management) |
| 51 | +* [COA development](#coa-development) |
| 52 | + * [Status and roadmap](#status-and-roadmap) |
| 53 | + * [Interns](#interns) |
| 54 | + * [Running the Test Suite](#running-the-test-suite) |
| 55 | + * [Generating pipelines locally and uploading a test version](#generating-pipelines-locally-and-uploading-a-test-version) |
| 56 | + * [Local terraform development](#local-terraform-development) |
| 57 | + * [Submitting Pull Requests](#submitting-pull-requests) |
| 58 | + * [Releasing COA](#releasing-coa) |
| 59 | + * [Standard release](#standard-release) |
| 60 | + * [Hotfix release](#hotfix-release) |
| 61 | + * [Bootstrapping a COA env](#bootstrapping-a-coa-env) |
| 62 | + * [How to use it](#how-to-use-it) |
| 63 | + * [Prerequisites](#prerequisites) |
| 64 | + * [Connecting to Concourse](#connecting-to-concourse) |
| 65 | + * [Known issues](#known-issues) |
| 66 | + * [VMs access issues](#vms-access-issues) |
| 67 | + * [Stemcell loading creates a timeout](#stemcell-loading-creates-a-timeout) |
| 68 | + * [Some Concourse resource won't load](#some-concourse-resource-wont-load) |
| 69 | +* [FAQ](#faq) |
| 70 | + * [How to initialize a new bosh deployment template ?](#how-to-initialize-a-new-bosh-deployment-template-) |
| 71 | + * [How to enable a bosh deployment template ?](#how-to-enable-a-bosh-deployment-template-) |
| 72 | + * [How to upload a bosh release not available on bosh.io?](#how-to-upload-a-bosh-release-not-available-on-boshio) |
| 73 | + * [How to generate a tfvars in json from a yaml template?](#how-to-generate-a-tfvars-in-json-from-a-yaml-template) |
| 74 | + * [Sample](#sample) |
| 75 | + * [How to bootstrap pipelines to a new concourse?](#how-to-bootstrap-pipelines-to-a-new-concourse) |
| 76 | + * [pre requisite](#pre-requisite) |
| 77 | + * [How to create a new root deployment?](#how-to-create-a-new-root-deployment) |
| 78 | + * [pre requisite](#pre-requisite-1) |
| 79 | +* [Credits](#credits) |
| 80 | +* [Changelog](#changelog) |
| 81 | +* [Upgrade](#upgrade) |
| 82 | + * [pre requisite](#pre-requisite-2) |
16 | 83 |
|
17 | 84 | <!-- Created by https://github.com/ekalinin/github-markdown-toc --> |
18 | 85 |
|
|
0 commit comments