-
Notifications
You must be signed in to change notification settings - Fork 38
Manifest.yml schema
Louis edited this page Jan 17, 2018
·
2 revisions
name: The name of the module (required)
version: A SemVer 2 version (required)
description: A single-sentence description of this project (optional)
home: The URL of this project's home page (optional)
# kite init github.com/rubykube/bosh-concourse.git -i
# clone repo
# read manifest
# Ask are you sure you want to install Bosh-Concourse Stack? (Y/n)
# enter value director_name (bosh-director)? my-bosh
# enter value internal_cidr (10.0.20.0/26)? 10.0.69.0/26
#
# It render the vars:
# config/environments/%KITE_ENV%/vars.bosh-concourse.yml
variables:
director_name: bosh-director
internal_cidr: 10.0.20.0/26
internal_gw: 10.0.20.1
internal_ip: 10.0.20.10
project_id: example-project
zone: us-east1-a
network: example-platform
subnetwork: platform_net
kubernetes_apiserver: cluster.local