blob: bbedada17ad5a1929a75fdbb77ce00d3ffdb0c55 [file] [log] [blame]
Gopinath Taget9b609e02018-03-07 16:02:50 -08001pull_docker_registry: docker-registry:5000/
2
3images:
4 xos_core:
5 repository: xosproject/xos-ui
6 tag: 'latest'
7 xos_gui:
8 repository: xosproject/xos-gui
9 tag: 'latest'
10 xos_db:
11 repository: xosproject/xos-postgres
12 tag: 'latest'
13 xos_tosca:
14 repository: xosproject/xos-tosca
15 tag: 'latest'
16 xos_chameleon:
17 repository: xosproject/chameleon
18 tag: 'latest'
19 node:
20 repository: node
21 tag: 'latest'
22 redis:
23 repository: redis
24 tag: 'latest'
25 xos_ws:
26 repository: xosproject/xos-ws
27 tag: 'latest'
28
29# synchronizers:
30# - name: vsg
31# repository: xosprogect/vsg-synchronizer
32# tag: 'latest'
33
34secrets:
35 im_cert_chain: <BASE64_ENCODED_PEM_DATA>
36 core_api_cert: <BASE64_ENCODED_PEM_DATA>
37 core_api_key: <BASE64_ENCODED_PEM_DATA>
38
39configs:
40 initial_data_config: <INITIAL_DATA>
41 core_config: <CORE_CONFIG_DATA>
42 gui_style_config: <STYLE_CONFIG_DATA>
43 gui_app_config: <APP_CONFIG_DATA>
44 gateway_config: <GATEWAY_CONFIG_DATA>
45 tosca_config: <TOSCA_CONFIG_DATA>
46 # |-
47 # ---
48 # name: xos-core
49 # database:
50 # name: xos
51 # username: postgres
52 # password: password
53 # logging:
54 # version: 1
55 # handlers:
56 # console:
57 # class: logging.StreamHandler
58 # file:
59 # class: logging.handlers.RotatingFileHandler
60 # filename: /var/log/xos.log
61 # maxBytes: 10485760
62 # backupCount: 5
63 # loggers:
64 # '':
65 # handlers:
66 # - console
67 # - file
68 # level: DEBUG
69 # xos_dir: /opt/xos