Added CSIT for Macroflow with HEAT
[integration/csit.git] / plans / so / macroflow / config / override-files / vnfm-simulator / onapheat / override.yaml
1 spring:
2  h2:
3   console:
4   enabled: true
5   path: console
6  datasource:
7   url: jdbc:h2:mem:testdb;DB_CLOSE_ON_EXIT=FALSE
8   username: admin
9   password: admin
10  http:
11   converters:
12    preferred-json-mapper: gson
13  security:
14   usercredentials:
15    - username: vnfm
16      password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
17      role: BPEL-Client
18
19 server:
20   port: 9093
21   tomcat:
22     max-threads: 50
23   ssl:
24     client-auth: need
25     key-alias: so@so.onap.org
26     key--store-password: '7Em3&j4.19xYiMelhD5?xbQ.'
27     key-store: classpath:so-vnfm-simulator.p12
28     key-store-type: PKCS12
29   request:
30     grant:
31       auth: twowaytls
32   dns:
33     name: so-vnfm-simulator
34
35 vnfds:
36   vnfdlist:
37   -  vnfdid: sgsn-mme_12df452s04131
38      vnfclist:
39      - vnfcid: VNFC1
40        resourceTemplateId: vnfd1_vnfc1
41        vduId: vnfd1_vduForVnfc1
42        type: COMPUTE
43      - vnfcid: VNFC2
44        resourceTemplateId: vnfd1_vnfc2
45        vduId: vnfd1_vduForVnfc2
46        type: COMPUTE
47   -  vnfdid: 2
48      vnfclist:
49      - vnfcid: VNFC3
50        resourceTemplateId: vnfd2_vnfc3
51        vduId: vnfd2_vduForVnfc3
52        type: COMPUTE
53      - vnfcid: VNFC4
54        resourceTemplateId: vnfd2_vnfc4
55        vduId: vnfd2_vduForVnfc4
56        type: COMPUTE