Merge nbp installation into opensds ansible script
[stor4nfv.git] / ci / ansible / group_vars / osdsdock.yml
1 ---\r
2 # Dummy variable to avoid error because ansible does not recognize the\r
3 # file as a good configuration file when no variable in it.\r
4 dummy:\r
5 \r
6 \r
7 ###########\r
8 # GENERAL #\r
9 ###########\r
10 \r
11 # Change it according to your backend, currently support 'lvm', 'ceph', 'cinder'\r
12 enabled_backend: lvm\r
13 \r
14 # These fields are NOT suggested to be modified\r
15 dock_endpoint: localhost:50050\r
16 dock_log_file: "{{ opensds_log_dir }}/osdsdock.log"\r
17 \r
18 ###########\r
19 #   LVM   #\r
20 ###########\r
21 \r
22 pv_devices: # Specify block devices and ensure them existed if you choose lvm\r
23   #- /dev/sdc\r
24   #- /dev/sdd\r
25 vg_name: vg001 # Specify a name randomly\r
26 \r
27 # These fields are NOT suggested to be modified\r
28 lvm_name: lvm backend\r
29 lvm_description: This is a lvm backend service\r
30 lvm_driver_name: lvm\r
31 lvm_config_path: "{{ opensds_config_dir }}/driver/lvm.yaml"\r
32 \r
33 ###########\r
34 #  CEPH   #\r
35 ###########\r
36 \r
37 ceph_pools: # Specify pool name randomly\r
38   - rbd\r
39   #- ssd\r
40   #- sas\r
41 \r
42 # These fields are NOT suggested to be modified\r
43 ceph_name: ceph backend\r
44 ceph_description: This is a ceph backend service\r
45 ceph_driver_name: ceph\r
46 ceph_config_path: "{{ opensds_config_dir }}/driver/ceph.yaml"\r
47 \r
48 ###########\r
49 # CINDER  #\r
50 ###########\r
51 \r
52 # Use block-box install cinder_standalone if true, see details in:\r
53 # https://github.com/openstack/cinder/tree/master/contrib/block-box\r
54 use_cinder_standalone: true\r
55 # If true, you can configure cinder_container_platform,  cinder_image_tag,\r
56 # cinder_volume_group.\r
57 \r
58 # Default: debian:stretch, and ubuntu:xenial, centos:7 is also supported.\r
59 cinder_container_platform: debian:stretch\r
60 # The image tag can be arbitrarily modified, as long as follow the image naming\r
61 # conventions, default: debian-cinder\r
62 cinder_image_tag: debian-cinder\r
63 # The cinder standalone use lvm driver as default driver, therefore `volume_group`\r
64 # should be configured, the default is: cinder-volumes. The volume group will be\r
65 # removed when use ansible script clean environment.\r
66 cinder_volume_group: cinder-volumes\r
67 # All source code and volume group file will be placed in the cinder_data_dir:\r
68 cinder_data_dir: "{{ workplace }}/cinder_data_dir"\r
69 \r
70 \r
71 # These fields are not suggested to be modified\r
72 cinder_name: cinder backend\r
73 cinder_description: This is a cinder backend service\r
74 cinder_driver_name: cinder\r
75 cinder_config_path: "{{ opensds_config_dir }}/driver/cinder.yaml"\r
76 \r
77 ###########\r
78 # DOCKER  #\r
79 ###########\r
80 \r
81 dock_docker_image: opensdsio/opensds-dock:latest\r