A Genesis Kit for Cloud Foundry
Go to file
Haochen Hu c48af332b3 update nfs-volume-release to support bionic 2022-09-13 21:41:03 -04:00
cf-deployment update nfs-volume-release to support bionic 2022-09-13 21:41:03 -04:00
ci release v2.1.2 2022-02-17 18:54:23 +00:00
devtools Restored the pull-upstream written by Dennis 2022-02-13 22:47:13 -05:00
hooks override uaa and credhub releases with log4j fix 2022-02-14 00:00:53 -05:00
operations fix 3d322f4 2021-03-17 16:14:51 +01:00
overlay override uaa and credhub releases with log4j fix 2022-02-14 00:00:53 -05:00
spec updated concourse-go image to 1.16 2022-02-14 00:03:55 -05:00
.gitignore All the files I didn't commit already 2018-02-01 14:51:21 -05:00
CONDUCT.md Add Contributing guidleines / Code of Conduct 2019-10-21 12:34:35 -04:00
CONTRIBUTING.md Add Contributing guidleines / Code of Conduct 2019-10-21 12:34:35 -04:00
HISTORY 1.9.0 release candidate (#105) 2020-01-27 21:29:36 -05:00
LICENSE Added MIT license 2019-12-20 09:02:06 -08:00
MANUAL.md Spec fix and Adapter/Syslogger Cleanup (#179) 2022-02-07 18:45:45 -08:00
README.md Upgrade CF components to newer versions (#30) 2018-07-25 12:50:05 -07:00
kit.yml Defer the Cloud Config validation 2020-12-17 16:15:16 -08:00

README.md

Cloud Foundry Genesis Kit

This is a Genesis Kit for the Cloud Foundry. It will deploy a Cloud Foundry environment, loosely based off of cf-deployments.

Quick Start

To use it, you don't even need to clone this repository! Just run the following (using Genesis v2):

# create a cf-deployments repo using the latest version of the cf kit
genesis init --kit cf

# create a cf-deployments repo using v1.0.0 of the cf kit
genesis init --kit cf/1.0.0

# create a my-cf-configs repo using the latest version of the cf kit
genesis init --kit cf -d my-cf-configs

Learn More

For more in-depth documentation, check out the manual.