|
1 | | -ID: managed-fiori |
| 1 | +ID: "sample-manage-products-fiori-launchpad-mta" |
2 | 2 | _schema-version: 3.2.0 |
3 | 3 | version: 1.0.0 |
4 | 4 | parameters: |
5 | 5 | enable-parallel-deployments: true |
6 | 6 | modules: |
7 | | - - name: HTML5Module1 |
| 7 | + - name: HTML5Module |
8 | 8 | type: html5 |
9 | | - path: HTML5Module1 |
| 9 | + path: HTML5Module |
10 | 10 | build-parameters: |
11 | 11 | builder: custom |
12 | 12 | commands: |
13 | 13 | - npm run build |
14 | 14 | supported-platforms: [] |
15 | | - - name: webapp-deployer |
| 15 | + - name: sample-manage-products-deployer |
16 | 16 | type: com.sap.application.content |
17 | 17 | path: . |
18 | 18 | requires: |
19 | | - - name: managed-fiori-html5-repo-host |
| 19 | + - name: sample-manage-products-html5-repo-host |
20 | 20 | parameters: |
21 | 21 | content-target: true |
22 | 22 | build-parameters: |
23 | 23 | build-result: resources |
24 | 24 | requires: |
25 | 25 | - artifacts: |
26 | | - - HTML5Module1-content.zip |
27 | | - name: HTML5Module1 |
| 26 | + - HTML5Module-content.zip |
| 27 | + name: HTML5Module |
28 | 28 | target-path: resources/ |
29 | | - - name: managed-fiori-destination-content |
| 29 | + - name: sample-manage-products-destination-content |
30 | 30 | type: com.sap.application.content |
31 | 31 | build-parameters: |
32 | 32 | no-source: true |
33 | 33 | requires: |
34 | | - - name: managed-fiori-uaa |
| 34 | + - name: sample-manage-products-auth |
35 | 35 | parameters: |
36 | 36 | service-key: |
37 | | - name: managed-fiori-uaa-key |
38 | | - - name: managed-fiori-html5-repo-host |
| 37 | + name: sample-manage-products-auth-key |
| 38 | + - name: sample-manage-products-html5-repo-host |
39 | 39 | parameters: |
40 | 40 | service-key: |
41 | | - name: managed-fiori-html5-repo-host-key |
42 | | - - name: managed-fiori-destination |
| 41 | + name: sample-manage-products-html5-repo-host-key |
| 42 | + - name: sample-manage-products-destination |
43 | 43 | parameters: |
44 | 44 | content-target: true |
45 | 45 | parameters: |
46 | 46 | content: |
47 | 47 | instance: |
48 | 48 | existing_destinations_policy: update |
49 | 49 | destinations: |
50 | | - - Name: managed-fiori-destination-html5 |
51 | | - ServiceInstanceName: managed-fiori-html5-repo-host |
52 | | - ServiceKeyName: managed-fiori-html5-repo-host-key |
53 | | - sap.cloud.service: cloud.service |
54 | | - - Name: managed-fiori-destination-uaa |
| 50 | + - Name: sample-manage-products-destination-html5 |
| 51 | + ServiceInstanceName: sample-manage-products-html5-repo-host |
| 52 | + ServiceKeyName: sample-manage-products-html5-repo-host-key |
| 53 | + sap.cloud.service: multi-cloud-html5-apps-samples |
| 54 | + - Name: sample-manage-products-destination-auth |
55 | 55 | Authentication: OAuth2UserTokenExchange |
56 | | - ServiceInstanceName: managed-fiori-uaa |
57 | | - ServiceKeyName: managed-fiori-uaa-key |
58 | | - sap.cloud.service: cloud.service |
| 56 | + ServiceInstanceName: sample-manage-products-auth |
| 57 | + ServiceKeyName: sample-manage-products-auth-key |
| 58 | + sap.cloud.service: multi-cloud-html5-apps-samples |
59 | 59 |
|
60 | 60 | resources: |
61 | | - - name: managed-fiori-destination |
| 61 | + - name: sample-manage-products-destination |
62 | 62 | type: org.cloudfoundry.managed-service |
63 | 63 | parameters: |
64 | 64 | service-plan: lite |
65 | 65 | service: destination |
66 | 66 | path: ./destination.json |
67 | | - - name: managed-fiori-html5-repo-host |
| 67 | + - name: sample-manage-products-html5-repo-host |
68 | 68 | type: org.cloudfoundry.managed-service |
69 | 69 | parameters: |
70 | 70 | service-plan: app-host |
71 | 71 | service: html5-apps-repo |
72 | 72 | config: |
73 | 73 | sizeLimit: 2 |
74 | | - - name: managed-fiori-uaa |
| 74 | + - name: sample-manage-products-auth |
75 | 75 | type: org.cloudfoundry.managed-service |
76 | 76 | parameters: |
77 | | - path: ./xs-security.json |
78 | | - service-plan: application |
79 | 77 | service: xsuaa |
| 78 | + service-plan: application |
| 79 | + path: ./xs-security.json |
| 80 | + config: |
| 81 | + xsappname: sample-manage-products-${org}-${space} |
| 82 | + tenant-mode: dedicated |
0 commit comments