Updates docs for SR1 with final revision
[genesis.git] / fuel / deploy / templates / hardware_environment / conf / opnfv_box / dea.yaml
1 title: Deployment Environment Adapter (DEA)
2 # DEA API version supported
3 version:
4 created:
5 comment: Config for OPNFV BOX - HA deployment with Ceph
6 environment:
7   name: opnfv_virt
8   mode: ha
9   net_segment_type: gre
10 wanted_release: Juno on Ubuntu 14.04.1
11 nodes:
12 - id: 1
13   interfaces: interfaces_1
14   transformations: transformations_1
15   role: ceph-osd,controller
16 - id: 2
17   interfaces: interfaces_1
18   transformations: transformations_1
19   role: ceph-osd,controller
20 - id: 3
21   interfaces: interfaces_1
22   transformations: transformations_1
23   role: ceph-osd,controller
24 - id: 4
25   interfaces: interfaces_1
26   transformations: transformations_2
27   role: ceph-osd,compute
28 - id: 5
29   interfaces: interfaces_1
30   transformations: transformations_2
31   role: ceph-osd,compute
32 opnfv:
33   hosts:
34   - name:
35     address:
36     fqdn:
37 fuel:
38   ADMIN_NETWORK:
39     ipaddress: 10.20.0.2
40     netmask: 255.255.0.0
41     dhcp_pool_start: 10.20.0.3
42     dhcp_pool_end: 10.20.0.254
43   DNS_UPSTREAM: 8.8.8.8
44   DNS_DOMAIN: domain.tld
45   DNS_SEARCH: domain.tld
46   FUEL_ACCESS:
47     user: admin
48     password: admin
49   HOSTNAME: opnfv
50   NTP1: 0.pool.ntp.org
51   NTP2: 1.pool.ntp.org
52   NTP3: 2.pool.ntp.org
53 interfaces_1:
54   eth0:
55   - public
56   eth1:
57   - fuelweb_admin
58   - management
59   - storage
60   - private
61 transformations_1:
62   transformations:
63   - action: add-br
64     name: br-fw-admin
65   - action: add-br
66     name: br-mgmt
67   - action: add-br
68     name: br-storage
69   - action: add-br
70     name: br-ex
71   - action: add-br
72     name: br-floating
73     provider: ovs
74   - action: add-patch
75     bridges:
76     - br-floating
77     - br-ex
78     mtu: 65000
79     provider: ovs
80   - action: add-br
81     name: br-mesh
82   - action: add-port
83     bridge: br-fw-admin
84     name: eth0
85   - action: add-port
86     bridge: br-mgmt
87     name: eth1.300
88   - action: add-port
89     bridge: br-storage
90     name: eth1.301
91   - action: add-port
92     bridge: br-mesh
93     name: eth1.302
94   - action: add-port
95     bridge: br-ex
96     name: eth0
97 transformations_2:
98   transformations:
99   - action: add-br
100     name: br-fw-admin
101   - action: add-br
102     name: br-mgmt
103   - action: add-br
104     name: br-storage
105   - action: add-br
106     name: br-mesh
107   - action: add-port
108     bridge: br-fw-admin
109     name: eth0
110   - action: add-port
111     bridge: br-mgmt
112     name: eth1.300
113   - action: add-port
114     bridge: br-storage
115     name: eth1.301
116   - action: add-port
117     bridge: br-mesh
118     name: eth1.302
119 network:
120   networking_parameters:
121     base_mac: fa:16:3e:00:00:00
122     dns_nameservers:
123     - 8.8.4.4
124     - 8.8.8.8
125     floating_ranges:
126     - - 172.30.10.83
127       - 172.30.10.92
128     gre_id_range:
129     - 2
130     - 65535
131     internal_cidr: 192.168.111.0/24
132     internal_gateway: 192.168.111.1
133     net_l23_provider: ovs
134     segmentation_type: gre
135     vlan_range:
136     - 1000
137     - 1030
138   networks:
139   - cidr: 172.30.10.0/24
140     gateway: 172.30.10.1
141     ip_ranges:
142     - - 172.30.10.73
143       - 172.30.10.82
144     meta:
145       cidr: 172.30.10.0/24
146       configurable: true
147       floating_range_var: floating_ranges
148       ip_range:
149       - 172.30.10.73
150       - 172.30.10.82
151       map_priority: 1
152       name: public
153       notation: ip_ranges
154       render_addr_mask: public
155       render_type: null
156       use_gateway: true
157       vips:
158       - haproxy
159       - vrouter
160       vlan_start: null
161     name: public
162     vlan_start: null
163   - cidr: 192.168.0.0/24
164     gateway: null
165     ip_ranges:
166     - - 192.168.0.1
167       - 192.168.0.254
168     meta:
169       cidr: 192.168.0.0/24
170       configurable: true
171       map_priority: 2
172       name: management
173       notation: cidr
174       render_addr_mask: internal
175       render_type: cidr
176       use_gateway: false
177       vips:
178       - haproxy
179       - vrouter
180       vlan_start: 300
181     name: management
182     vlan_start: 300
183   - cidr: 192.168.1.0/24
184     gateway: null
185     ip_ranges:
186     - - 192.168.1.1
187       - 192.168.1.254
188     meta:
189       cidr: 192.168.1.0/24
190       configurable: true
191       map_priority: 2
192       name: storage
193       notation: cidr
194       render_addr_mask: storage
195       render_type: cidr
196       use_gateway: false
197       vlan_start: 301
198     name: storage
199     vlan_start: 301
200   - cidr: 192.168.2.0/24
201     gateway: null
202     ip_ranges:
203     - - 192.168.2.1
204       - 192.168.2.254
205     meta:
206       assign_vip: 192.168.2.0/24
207       configurable: true
208       map_priority: 2
209       name: private
210       notation: cidr
211       render_addr_mask: private
212       render_type: cidr
213       seg_type: gre
214       use_gateway: false
215       vlan_start: 302
216     name: private
217     vlan_start: 302
218   - cidr: 10.20.0.0/24
219     gateway: 10.20.0.2
220     ip_ranges:
221     - - 10.20.0.3
222       - 10.20.255.254
223     meta:
224       configurable: false
225       map_priority: 0
226       notation: ip_ranges
227       render_addr_mask: null
228       render_type: null
229       unmovable: true
230       use_gateway: true
231     name: fuelweb_admin
232     vlan_start: null
233 settings:
234   editable:
235     access:
236       email:
237         description: Email address for Administrator
238         label: Email
239         regex:
240           error: Invalid email
241           source: ^\S+@\S+$
242         type: text
243         value: admin@localhost
244         weight: 40
245       metadata:
246         label: Access
247         weight: 10
248       password:
249         description: Password for Administrator
250         label: Password
251         regex:
252           error: Empty password
253           source: \S
254         type: password
255         value: admin
256         weight: 20
257       tenant:
258         description: Tenant (project) name for Administrator
259         label: Tenant
260         regex:
261           error: Invalid tenant name
262           source: ^(?!services$)(?!nova$)(?!glance$)(?!keystone$)(?!neutron$)(?!cinder$)(?!swift$)(?!ceph$)(?![Gg]uest$)(?!.*
263             +.*$).+
264         type: text
265         value: admin
266         weight: 30
267       user:
268         description: Username for Administrator
269         label: Username
270         regex:
271           error: Invalid username
272           source: ^(?!services$)(?!nova$)(?!glance$)(?!keystone$)(?!neutron$)(?!cinder$)(?!swift$)(?!ceph$)(?![Gg]uest$)(?!.*
273             +.*$).+
274         type: text
275         value: admin
276         weight: 10
277     additional_components:
278       ceilometer:
279         description: If selected, Ceilometer component will be installed
280         label: Install Ceilometer
281         type: checkbox
282         value: false
283         weight: 40
284       heat:
285         description: ''
286         label: ''
287         type: hidden
288         value: true
289         weight: 30
290       metadata:
291         label: Additional Components
292         weight: 20
293       mongo:
294         description: If selected, You can use external Mongo DB as ceilometer backend
295         label: Use external Mongo DB
296         restrictions:
297         - settings:additional_components.ceilometer.value == false
298         type: checkbox
299         value: false
300         weight: 40
301       murano:
302         description: If selected, Murano component will be installed
303         label: Install Murano
304         restrictions:
305         - cluster:net_provider != 'neutron'
306         type: checkbox
307         value: false
308         weight: 20
309       sahara:
310         description: If selected, Sahara component will be installed
311         label: Install Sahara
312         type: checkbox
313         value: false
314         weight: 10
315     common:
316       auth_key:
317         description: Public key(s) to include in authorized_keys on deployed nodes
318         label: Public Key
319         type: textarea
320         value: ''
321         weight: 70
322       auto_assign_floating_ip:
323         description: If selected, OpenStack will automatically assign a floating IP
324           to a new instance
325         label: Auto assign floating IP
326         restrictions:
327         - action: hide
328           condition: cluster:net_provider == 'neutron'
329         type: checkbox
330         value: false
331         weight: 40
332       debug:
333         description: Debug logging mode provides more information, but requires more
334           disk space.
335         label: OpenStack debug logging
336         type: checkbox
337         value: false
338         weight: 20
339       libvirt_type:
340         label: Hypervisor type
341         type: radio
342         value: kvm
343         values:
344         - data: kvm
345           description: Choose this type of hypervisor if you run OpenStack on hardware
346           label: KVM
347         - data: qemu
348           description: Choose this type of hypervisor if you run OpenStack on virtual
349             hosts.
350           label: QEMU
351         weight: 30
352       metadata:
353         label: Common
354         weight: 30
355       nova_quota:
356         description: Quotas are used to limit CPU and memory usage for tenants. Enabling
357           quotas will increase load on the Nova database.
358         label: Nova quotas
359         type: checkbox
360         value: false
361         weight: 25
362       puppet_debug:
363         description: Debug puppet logging mode provides more information, but requires
364           more disk space.
365         label: Puppet debug logging
366         type: checkbox
367         value: true
368         weight: 20
369       resume_guests_state_on_host_boot:
370         description: Whether to resume previous guests state when the host reboots.
371           If enabled, this option causes guests assigned to the host to resume their
372           previous state. If the guest was running a restart will be attempted when
373           nova-compute starts. If the guest was not running previously, a restart will
374           not be attempted.
375         label: Resume guests state on host boot
376         type: checkbox
377         value: true
378         weight: 60
379       use_cow_images:
380         description: For most cases you will want qcow format. If it's disabled, raw
381           image format will be used to run VMs. OpenStack with raw format currently
382           does not support snapshotting.
383         label: Use qcow format for images
384         type: checkbox
385         value: true
386         weight: 50
387       use_vcenter:
388         type: hidden
389         value: false
390         weight: 30
391     corosync:
392       group:
393         description: ''
394         label: Group
395         type: text
396         value: 226.94.1.1
397         weight: 10
398       metadata:
399         label: Corosync
400         restrictions:
401         - action: hide
402           condition: 'true'
403         weight: 50
404       port:
405         description: ''
406         label: Port
407         type: text
408         value: '12000'
409         weight: 20
410       verified:
411         description: Set True only if multicast is configured correctly on router.
412         label: Need to pass network verification.
413         type: checkbox
414         value: false
415         weight: 10
416     external_dns:
417       dns_list:
418         description: List of upstream DNS servers, separated by comma
419         label: DNS list
420         regex:
421           error: Invalid IP address list
422           source: ^\*$|^(?:\d|1?\d\d|2[0-4]\d|25[0-5])(?:\.(?:\d|1?\d\d|2[0-4]\d|25[0-5])){3}(?:\s*,\s*(?:\d|1?\d\d|2[0-4]\d|25[0-5])(?:\.(?:\d|1?\d\d|2[0-4]\d|25[0-5])){3})*$
423         type: text
424         value: 8.8.4.4, 8.8.8.8
425         weight: 10
426       metadata:
427         label: Host OS DNS Servers
428         weight: 90
429     external_mongo:
430       hosts_ip:
431         description: IP Addresses of MongoDB. Use comma to split IPs
432         label: MongoDB hosts IP
433         regex:
434           error: Invalid hosts ip sequence
435           source: ^(((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?),)*((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$
436         type: text
437         value: ''
438         weight: 30
439       metadata:
440         label: External MongoDB
441         restrictions:
442         - action: hide
443           condition: settings:additional_components.mongo.value == false
444         weight: 20
445       mongo_db_name:
446         description: Mongo database name
447         label: Database name
448         regex:
449           error: Invalid database name
450           source: ^\w+$
451         type: text
452         value: ceilometer
453         weight: 30
454       mongo_password:
455         description: Mongo database password
456         label: Password
457         regex:
458           error: Password contains spaces
459           source: ^\S*$
460         type: password
461         value: ceilometer
462         weight: 30
463       mongo_replset:
464         description: Name for Mongo replication set
465         label: Replset
466         type: text
467         value: ''
468         weight: 30
469       mongo_user:
470         description: Mongo database username
471         label: Username
472         regex:
473           error: Empty username
474           source: ^\w+$
475         type: text
476         value: ceilometer
477         weight: 30
478     external_ntp:
479       metadata:
480         label: Host OS NTP Servers
481         weight: 100
482       ntp_list:
483         description: List of upstream NTP servers, separated by comma
484         label: NTP server list
485         regex:
486           error: Invalid NTP server list
487           source: ^\s*(?:(?:\w+(?:-+\w+)*\.)+[a-z]+|\d{1,3}(?:\.\d{1,3}){3})\s*(?:,\s*(?:(?:\w+(?:-+\w+)*\.)+[a-z]+|\d{1,3}(\.\d{1,3}){3})\s*)*$
488         type: text
489         value:  0.pool.ntp.org, 1.pool.ntp.org
490         weight: 10
491     kernel_params:
492       kernel:
493         description: Default kernel parameters
494         label: Initial parameters
495         type: text
496         value: console=ttyS0,9600 console=tty0 net.ifnames=0 biosdevname=0 rootdelay=90
497           nomodeset
498         weight: 45
499       metadata:
500         label: Kernel parameters
501         weight: 40
502     murano_settings:
503       metadata:
504         label: Murano Settings
505         restrictions:
506         - action: hide
507           condition: settings:additional_components.murano.value == false
508         weight: 20
509       murano_repo_url:
510         description: ''
511         label: Murano Repository URL
512         type: text
513         value: http://storage.apps.openstack.org/
514         weight: 10
515     neutron_mellanox:
516       metadata:
517         enabled: true
518         label: Mellanox Neutron components
519         restrictions:
520         - action: hide
521           condition: not ('experimental' in version:feature_groups)
522         toggleable: false
523         weight: 50
524       plugin:
525         label: Mellanox drivers and SR-IOV plugin
526         type: radio
527         value: disabled
528         values:
529         - data: disabled
530           description: If selected, Mellanox drivers, Neutron and Cinder plugin will
531             not be installed.
532           label: Mellanox drivers and plugins disabled
533           restrictions:
534           - settings:storage.iser.value == true
535         - data: drivers_only
536           description: If selected, Mellanox Ethernet drivers will be installed to support
537             networking over Mellanox NIC. Mellanox Neutron plugin will not be installed.
538           label: Install only Mellanox drivers
539           restrictions:
540           - settings:common.libvirt_type.value != 'kvm'
541         - data: ethernet
542           description: If selected, both Mellanox Ethernet drivers and Mellanox network
543             acceleration (Neutron) plugin will be installed.
544           label: Install Mellanox drivers and SR-IOV plugin
545           restrictions:
546           - settings:common.libvirt_type.value != 'kvm' or not (cluster:net_provider
547             == 'neutron' and networking_parameters:segmentation_type == 'vlan')
548         weight: 60
549       vf_num:
550         description: Note that one virtual function will be reserved to the storage
551           network, in case of choosing iSER.
552         label: Number of virtual NICs
553         restrictions:
554         - settings:neutron_mellanox.plugin.value != 'ethernet'
555         type: text
556         value: '16'
557         weight: 70
558     opendaylight:
559       metadata:
560         enabled: true
561         label: OpenDaylight plugin
562         plugin_id: 1
563         restrictions:
564         - cluster:net_provider != 'neutron': Only neutron is supported by OpenDaylight
565         toggleable: true
566         weight: 70
567       rest_api_port:
568         description: Port on which ODL REST API will be available.
569         label: Port number
570         regex:
571           error: Invalid port number
572           source: ^([1-9][0-9]{0,3}|[1-5][0-9]{4}|6[0-4][0-9]{3}|65[0-4][0-9]{2}|655[0-2][0-9]|6553[0-5])$
573         type: text
574         value: '8282'
575         weight: 40
576       use_vxlan:
577         description: Configure neutron to use VXLAN tunneling
578         label: Use vxlan
579         restrictions:
580         - action: disable
581           condition: networking_parameters:segmentation_type == 'vlan'
582           message: Neutron with GRE segmentation required
583         type: checkbox
584         value: true
585         weight: 20
586       vni_range_end:
587         description: VXLAN VNI IDs range end
588         label: VNI range end
589         regex:
590           error: Invalid ID number
591           source: ^\d+$
592         restrictions:
593         - action: hide
594           condition: networking_parameters:segmentation_type == 'vlan'
595         type: text
596         value: '10000'
597         weight: 31
598       vni_range_start:
599         description: VXLAN VNI IDs range start
600         label: VNI range start
601         regex:
602           error: Invalid ID number
603           source: ^\d+$
604         restrictions:
605         - action: hide
606           condition: networking_parameters:segmentation_type == 'vlan'
607         type: text
608         value: '10'
609         weight: 30
610     provision:
611       metadata:
612         label: Provision
613         weight: 80
614       method:
615         description: Which provision method to use for this cluster.
616         label: Provision method
617         type: radio
618         value: image
619         values:
620         - data: image
621           description: Copying pre-built images on a disk.
622           label: Image
623         - data: cobbler
624           description: Install from scratch using anaconda or debian-installer.
625           label: (DEPRECATED) Classic (use anaconda or debian-installer)
626     public_network_assignment:
627       assign_to_all_nodes:
628         description: When disabled, public network will be assigned to controllers only
629         label: Assign public network to all nodes
630         type: checkbox
631         value: false
632         weight: 10
633       metadata:
634         label: Public network assignment
635         restrictions:
636         - action: hide
637           condition: cluster:net_provider != 'neutron'
638         weight: 50
639     repo_setup:
640       metadata:
641         always_editable: true
642         label: Repositories
643         weight: 50
644       repos:
645         description: 'Please note: the first repository will be considered the operating
646           system mirror that will be used during node provisioning.
647
648           To create a local repository mirror on the Fuel master node, please follow
649           the instructions provided by running "fuel-createmirror --help" on the Fuel
650           master node.
651
652           Please make sure your Fuel master node has Internet access to the repository
653           before attempting to create a mirror.
654
655           For more details, please refer to the documentation (https://docs.mirantis.com/openstack/fuel/fuel-6.1/operations.html#external-ubuntu-ops).
656
657           '
658         extra_priority: null
659         type: custom_repo_configuration
660         value:
661         - name: ubuntu
662           priority: null
663           section: main
664           suite: trusty
665           type: deb
666           uri: http://10.20.0.2:8080/ubuntu-part
667         - name: ubuntu-updates
668           priority: null
669           section: main
670           suite: trusty
671           type: deb
672           uri: http://10.20.0.2:8080/ubuntu-part
673         - name: ubuntu-security
674           priority: null
675           section: main
676           suite: trusty
677           type: deb
678           uri: http://10.20.0.2:8080/ubuntu-part
679         - name: mos
680           priority: 1050
681           section: main restricted
682           suite: mos6.1
683           type: deb
684           uri: http://10.20.0.2:8080/2014.2.2-6.1/ubuntu/x86_64
685         - name: mos-updates
686           priority: 1050
687           section: main restricted
688           suite: mos6.1-updates
689           type: deb
690           uri: http://10.20.0.2:8080/mos-ubuntu
691         - name: mos-security
692           priority: 1050
693           section: main restricted
694           suite: mos6.1-security
695           type: deb
696           uri: http://10.20.0.2:8080/mos-ubuntu
697         - name: mos-holdback
698           priority: 1100
699           section: main restricted
700           suite: mos6.1-holdback
701           type: deb
702           uri: http://10.20.0.2:8080/mos-ubuntu
703         - name: Auxiliary
704           priority: 1150
705           section: main restricted
706           suite: auxiliary
707           type: deb
708           uri: http://10.20.0.2:8080/2014.2.2-6.1/ubuntu/auxiliary
709     storage:
710       ephemeral_ceph:
711         description: Configures Nova to store ephemeral volumes in RBD. This works best
712           if Ceph is enabled for volumes and images, too. Enables live migration of
713           all types of Ceph backed VMs (without this option, live migration will only
714           work with VMs launched from Cinder volumes).
715         label: Ceph RBD for ephemeral volumes (Nova)
716         type: checkbox
717         value: true
718         weight: 75
719       images_ceph:
720         description: Configures Glance to use the Ceph RBD backend to store images.
721           If enabled, this option will prevent Swift from installing.
722         label: Ceph RBD for images (Glance)
723         restrictions:
724         - settings:storage.images_vcenter.value == true: Only one Glance backend could
725             be selected.
726         type: checkbox
727         value: true
728         weight: 30
729       images_vcenter:
730         description: Configures Glance to use the vCenter/ESXi backend to store images.
731           If enabled, this option will prevent Swift from installing.
732         label: VMWare vCenter/ESXi datastore for images (Glance)
733         restrictions:
734         - action: hide
735           condition: settings:common.use_vcenter.value != true
736         - condition: settings:storage.images_ceph.value == true
737           message: Only one Glance backend could be selected.
738         type: checkbox
739         value: false
740         weight: 35
741       iser:
742         description: 'High performance block storage: Cinder volumes over iSER protocol
743           (iSCSI over RDMA). This feature requires SR-IOV capabilities in the NIC, and
744           will use a dedicated virtual function for the storage network.'
745         label: iSER protocol for volumes (Cinder)
746         restrictions:
747         - settings:storage.volumes_lvm.value != true or settings:common.libvirt_type.value
748           != 'kvm'
749         - action: hide
750           condition: not ('experimental' in version:feature_groups)
751         type: checkbox
752         value: false
753         weight: 11
754       metadata:
755         label: Storage
756         weight: 60
757       objects_ceph:
758         description: Configures RadosGW front end for Ceph RBD. This exposes S3 and
759           Swift API Interfaces. If enabled, this option will prevent Swift from installing.
760         label: Ceph RadosGW for objects (Swift API)
761         restrictions:
762         - settings:storage.images_ceph.value == false
763         type: checkbox
764         value: false
765         weight: 80
766       osd_pool_size:
767         description: Configures the default number of object replicas in Ceph. This
768           number must be equal to or lower than the number of deployed 'Storage - Ceph
769           OSD' nodes.
770         label: Ceph object replication factor
771         regex:
772           error: Invalid number
773           source: ^[1-9]\d*$
774         type: text
775         value: '2'
776         weight: 85
777       volumes_ceph:
778         description: Configures Cinder to store volumes in Ceph RBD images.
779         label: Ceph RBD for volumes (Cinder)
780         restrictions:
781         - settings:storage.volumes_lvm.value == true
782         type: checkbox
783         value: true
784         weight: 20
785       volumes_lvm:
786         description: It is recommended to have at least one Storage - Cinder LVM node.
787         label: Cinder LVM over iSCSI for volumes
788         restrictions:
789         - settings:storage.volumes_ceph.value == true
790         type: checkbox
791         value: false
792         weight: 10
793     syslog:
794       metadata:
795         label: Syslog
796         weight: 50
797       syslog_port:
798         description: Remote syslog port
799         label: Port
800         regex:
801           error: Invalid Syslog port
802           source: ^([1-9][0-9]{0,3}|[1-5][0-9]{4}|6[0-4][0-9]{3}|65[0-4][0-9]{2}|655[0-2][0-9]|6553[0-5])$
803         type: text
804         value: '514'
805         weight: 20
806       syslog_server:
807         description: Remote syslog hostname
808         label: Hostname
809         type: text
810         value: ''
811         weight: 10
812       syslog_transport:
813         label: Syslog transport protocol
814         type: radio
815         value: tcp
816         values:
817         - data: udp
818           description: ''
819           label: UDP
820         - data: tcp
821           description: ''
822           label: TCP
823         weight: 30
824     workloads_collector:
825       enabled:
826         type: hidden
827         value: true
828       metadata:
829         label: Workloads Collector User
830         restrictions:
831         - action: hide
832           condition: 'true'
833         weight: 10
834       password:
835         type: password
836         value: pBkLbu1k
837       tenant:
838         type: text
839         value: services
840       user:
841         type: text
842         value: fuel_stats_user