Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Commit

Permalink
consolidate manifest templates
Browse files Browse the repository at this point in the history
  • Loading branch information
amitkgupta committed Mar 19, 2016
1 parent fc35195 commit d5ef0bd
Show file tree
Hide file tree
Showing 10 changed files with 749 additions and 780 deletions.
6 changes: 2 additions & 4 deletions scripts/generate_deployment_manifest
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ if [ "$infrastructure" != "aws" ] && \
fi

spiff merge \
"${templates}/cf-deployment.yml" \
"${templates}/cf-resource-pools.yml" \
"${templates}/cf-jobs.yml" \
"${templates}/cf-properties.yml" \
"${templates}/generic-manifest-mask.yml" \
"${templates}/cf.yml" \
"${templates}/cf-infrastructure-${infrastructure}.yml" \
"$@"
5 changes: 0 additions & 5 deletions spec/fixtures/aws/cf-manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -852,11 +852,6 @@ jobs:
templates:
- name: smoke-tests
release: cf
meta:
environment: ENVIRONMENT
releases:
- name: cf
version: latest
name: ENVIRONMENT
networks:
- name: cf1
Expand Down
5 changes: 0 additions & 5 deletions spec/fixtures/openstack/cf-manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -855,11 +855,6 @@ jobs:
templates:
- name: smoke-tests
release: cf
meta:
environment: ENVIRONMENT
releases:
- name: cf
version: latest
name: ENVIRONMENT
networks:
- cloud_properties:
Expand Down
5 changes: 0 additions & 5 deletions spec/fixtures/vsphere/cf-manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -862,11 +862,6 @@ jobs:
templates:
- name: smoke-tests
release: cf
meta:
environment: ENVIRONMENT
releases:
- name: cf
version: latest
name: ENVIRONMENT
networks:
- name: cf1
Expand Down
5 changes: 0 additions & 5 deletions spec/fixtures/warden/cf-manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -896,11 +896,6 @@ jobs:
templates:
- name: smoke-tests
release: cf
meta:
environment: cf-warden
releases:
- name: cf
version: latest
name: cf-warden
networks:
- name: cf1
Expand Down
37 changes: 0 additions & 37 deletions templates/cf-deployment.yml

This file was deleted.

Loading

0 comments on commit d5ef0bd

Please sign in to comment.