Skip to content

Commit

Permalink
replace custom small-footprint with upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisjbell committed Jul 30, 2020
1 parent 2a934ba commit e7dd5b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 44 deletions.
7 changes: 5 additions & 2 deletions hooks/blueprint
Original file line number Diff line number Diff line change
Expand Up @@ -190,10 +190,13 @@ for want in $GENESIS_REQUESTED_FEATURES; do
compiled-releases)
want_feature "cf-deployment/operations/use-compiled-releases" || features+=( "compiled-releases" )
;;
small-footprint)
want_feature "cf-deployment/operations/scale-to-one-az" || features+=( "small-footprint" )
;;
local-postgres-db|local-mysql-db|mysql-db|postgres-db) db_specified=1; features+=( "$want" ) ;;
bare|partitioned-network|haproxy|tls|self-signed) features+=( "$want" ) ;;
aws-blobstore|azure-blobstore|gcp-blobstore|gcp-use-access-key) features+=( "$want" ) ;;
nfs-volume-services|small-footprint|enable-service-discovery) features+=( "$want" ) ;;
nfs-volume-services|enable-service-discovery) features+=( "$want" ) ;;
app-autoscaler-integration|prometheus-integration) features+=( "$want" ) ;;
+migrated_v1_env|+override-db-names) features+=( "$want" ) ;;
cf-deployment/*)
Expand Down Expand Up @@ -331,7 +334,7 @@ for want in $GENESIS_REQUESTED_FEATURES; do
compiled-releases)
manifest+=( "cf-deployment/operations/use-compiled-releases.yml" ) ;;
small-footprint)
manifest+=( "operations/small-footprint.yml" ) ;;
manifest+=( "cf-deployment/operations/scale-to-one-az.yml" ) ;;
nfs-volume-services)
manifest+=( "cf-deployment/operations/enable-nfs-volume-service.yml" );;
enable-service-discovery)
Expand Down
42 changes: 0 additions & 42 deletions operations/small-footprint.yml

This file was deleted.

0 comments on commit e7dd5b4

Please sign in to comment.