Skip to content

Commit 25bd7ca

Browse files
author
Laurence Joseph Pakenham-Smith
authored
Merge pull request #55 from NHSDigital/APM-1572-add-very-empty-manifest-file
APM-1572 Add manifest_template.yml
2 parents 0ab101e + 7e3d527 commit 25bd7ca

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

manifest_template.yml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
## Manifest template ##
2+
# To view the expanded version of this template locally, clone api-management-utils
3+
#
4+
# $ cd /path/to/local/api-management-utils/ansible
5+
# $ DIST_DIR=/path/to/this/repo make template-manifest
6+
#
7+
#
8+
APIGEE_ENVIRONMENTS:
9+
- name: internal-dev
10+
- name: internal-dev-sandbox
11+
- name: internal-qa
12+
- name: internal-qa-sandbox
13+
- name: ref
14+
- name: sandbox
15+
- name: int
16+
- name: prod
17+
---
18+
meta:
19+
api:
20+
name: sync-wrap
21+
guid: 5d47b3a7-711e-4a2f-9db8-0e9dd06df24f
22+
spec_guids: []
23+
schema_version: 1
24+
apigee:
25+
environments:
26+
27+
{% for ENV in APIGEE_ENVIRONMENTS %}
28+
- name: {{ ENV.name }}
29+
products: []
30+
specs: []
31+
api_catalog: []
32+
{% endfor %}

0 commit comments

Comments
 (0)