This repository has been archived by the owner on Aug 18, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsymphony.yml
65 lines (65 loc) · 2.87 KB
/
symphony.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
levels:
- level: level0
msiId: <insert client id guid here>
stacks:
- stack: launchpad
repo: base
landingZonePath: /tf/caf/symphony/caf_modules/landingzones/caf_launchpad
landingZoneConfigurationPath: /tf/caf/symphony/config_launchpad/level0/launchpad
launchpad: true
- level: level1
msiId: <insert client id guid here>
stacks:
- stack: foundations
repo: base
landingZonePath: /tf/caf/symphony/caf_modules/landingzones/caf_solution/
landingZoneConfigurationPath: /tf/caf/symphony/config_platform/level1/foundations
- level: level2
msiId: <insert client id guid here>
stacks:
- stack: shared_services
repo: base
landingZonePath: /tf/caf/symphony/caf_modules/landingzones/caf_solution/
landingZoneConfigurationPath: /tf/caf/symphony/config_platform/level2/shared_services
tfState: caf_shared_services.tfstate
- stack: networking_hub
repo: base
landingZonePath: /tf/caf/symphony/caf_modules/landingzones/caf_solution/
landingZoneConfigurationPath: /tf/caf/symphony/config_platform/level2/networking/hub
tfState: networking_hub.tfstate
- level: level3
msiId: <insert client id guid here>
stacks:
- stack: catalog_service
repo: catalog
landingZonePath: /tf/caf/symphony/caf_modules/landingzones/caf_solution/
landingZoneConfigurationPath: /tf/caf/config_app_testapp/level3/catalog
tfState: catalog_service.tfstate
- stack: search_service
repo: search
landingZonePath: /tf/caf/symphony/caf_modules/landingzones/caf_solution/
landingZoneConfigurationPath: /tf/caf/configuration/${environment}/level3/search
tfState: search_service.tfstate
- stack: frontdoor_service
repo: frontdoor
landingZonePath: /tf/caf/symphony/caf_modules/landingzones/caf_solution/
landingZoneConfigurationPath: /tf/caf/config_app_testapp/level3/frontdoor
tfState: frontdoor_service.tfstate
- level: level4
msiId: <insert client id guid here>
stacks:
- stack: catalog_service_application
repo: catalog
landingZonePath: /tf/caf/symphony/caf_modules/landingzones/caf_solution/add-ons/catalog_app_addon
landingZoneConfigurationPath: /tf/caf/config_app_testapp/level3/catalog_app_addon
tfState: catalog_service_application.tfstate
- stack: search_service
repo: search_application
landingZonePath: /tf/caf/public/landingzones/caf_solutions/search_app_addon
landingZoneConfigurationPath: /tf/caf/config_app_testapp/level4/search_app_addon
tfState: search_application.tfstate
- stack: frontdoor_service_application
repo: frontdoor
landingZonePath: /tf/caf/public/landingzones/caf_solutions/frontdoor_app_addon
landingZoneConfigurationPath: /tf/caf/config_app_testapp/level3/level4/frontdoor_app_addon
tfState: frontdoor_service_application.tfstate