You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/server/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@ For example usage, please check the following [example](../../examples/simple/ma
16
16
| <aname="input_abfs_bucket_location"></a> [abfs\_bucket\_location](#input\_abfs\_bucket\_location)| The location of the ABFS bucket (https://cloud.google.com/storage/docs/locations).|`string`| n/a | yes |
17
17
| <aname="input_abfs_bucket_name"></a> [abfs\_bucket\_name](#input\_abfs\_bucket\_name)| The name of the ABFS bucket. |`string`|`"abfs"`| no |
18
18
| <aname="input_abfs_docker_image_uri"></a> [abfs\_docker\_image\_uri](#input\_abfs\_docker\_image\_uri)| Docker image URI for the ABFS server |`string`| n/a | yes |
19
+
| <aname="input_abfs_extra_params"></a> [abfs\_extra\_params](#input\_abfs\_extra\_params)| A list of extra parameters to append to the abfs command |`list(string)`|`[]`| no |
| <aname="input_abfs_server_allow_stopping_for_update"></a> [abfs\_server\_allow\_stopping\_for\_update](#input\_abfs\_server\_allow\_stopping\_for\_update)| Allow to stop the server to update properties |`bool`|`true`| no |
21
22
| <aname="input_abfs_server_cos_image_ref"></a> [abfs\_server\_cos\_image\_ref](#input\_abfs\_server\_cos\_image\_ref)| Reference to the COS boot image to use for the ABFS server |`string`|`"projects/cos-cloud/global/images/family/cos-109-lts"`| no |
Copy file name to clipboardExpand all lines: modules/uploaders/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,11 +14,13 @@ For example usage, please check the following [example](../../examples/simple/ma
14
14
| <aname="input_abfs_datadisk_mountpoint"></a> [abfs\_datadisk\_mountpoint](#input\_abfs\_datadisk\_mountpoint)| Location for mounting the ABFS datadisk on the host VM |`string`|`"/mnt/disks/abfs-data"`| no |
15
15
| <aname="input_abfs_docker_image_uri"></a> [abfs\_docker\_image\_uri](#input\_abfs\_docker\_image\_uri)| Docker image URI for the ABFS uploader |`string`| n/a | yes |
16
16
| <aname="input_abfs_enable_git_lfs"></a> [abfs\_enable\_git\_lfs](#input\_abfs\_enable\_git\_lfs)| Enable Git LFS support |`bool`|`false`| no |
17
+
| <aname="input_abfs_extra_params"></a> [abfs\_extra\_params](#input\_abfs\_extra\_params)| A list of extra parameters to append to the abfs command |`list(string)`|`[]`| no |
17
18
| <aname="input_abfs_gerrit_uploader_allow_stopping_for_update"></a> [abfs\_gerrit\_uploader\_allow\_stopping\_for\_update](#input\_abfs\_gerrit\_uploader\_allow\_stopping\_for\_update)| Allow to stop uploaders to update properties |`bool`|`true`| no |
18
19
| <aname="input_abfs_gerrit_uploader_count"></a> [abfs\_gerrit\_uploader\_count](#input\_abfs\_gerrit\_uploader\_count)| The number of gerrit uploader instances to create |`number`|`3`| no |
19
20
| <aname="input_abfs_gerrit_uploader_datadisk_name_prefix"></a> [abfs\_gerrit\_uploader\_datadisk\_name\_prefix](#input\_abfs\_gerrit\_uploader\_datadisk\_name\_prefix)| A name prefix for the ABFS gerrit uploader datadisk(s) that will be attached to VM(s). Note, this does not affect the mounting of the disk - the device name is always set to "abfs-server-storage" |`string`|`"abfs-gerrit-uploader-datadisk"`| no |
20
21
| <aname="input_abfs_gerrit_uploader_datadisk_size_gb"></a> [abfs\_gerrit\_uploader\_datadisk\_size\_gb](#input\_abfs\_gerrit\_uploader\_datadisk\_size\_gb)| Size in GB for the ABFS gerrit uploader datadisk(s) that will be attached to the VM(s) |`number`|`4096`| no |
21
22
| <aname="input_abfs_gerrit_uploader_datadisk_type"></a> [abfs\_gerrit\_uploader\_datadisk\_type](#input\_abfs\_gerrit\_uploader\_datadisk\_type)| The PD regional disk type to use for the ABFS gerrit uploader datadisk(s) |`string`|`"pd-ssd"`| no |
23
+
| <aname="input_abfs_gerrit_uploader_extra_params"></a> [abfs\_gerrit\_uploader\_extra\_params](#input\_abfs\_gerrit\_uploader\_extra\_params)| A list of extra parameters to append to the gerrit upload-daemon sub-command |`list(string)`|`[]`| no |
22
24
| <aname="input_abfs_gerrit_uploader_git_branch"></a> [abfs\_gerrit\_uploader\_git\_branch](#input\_abfs\_gerrit\_uploader\_git\_branch)| Branches from where to find projects (e.g. ["main","v-keystone-qcom-release"]) (default ["main"]) |`set(string)`| <pre>[<br/> "main"<br/>]</pre> | no |
23
25
| <aname="input_abfs_gerrit_uploader_machine_type"></a> [abfs\_gerrit\_uploader\_machine\_type](#input\_abfs\_gerrit\_uploader\_machine\_type)| Machine type for ABFS gerrit uploaders |`string`|`"n2d-standard-48"`| no |
24
26
| <aname="input_abfs_gerrit_uploader_manifest_server"></a> [abfs\_gerrit\_uploader\_manifest\_server](#input\_abfs\_gerrit\_uploader\_manifest\_server)| The manifest server to assume |`string`|`"android.googlesource.com"`| no |
0 commit comments