14287: Merge branch 'master'
[arvados.git] / lib / config / generated_config.go
index 80fd0cb40dbbb45daa41b192f2a72496344fba85..5e5222d11e28b9265d1270befb30cf4d92c9feea 100644 (file)
@@ -285,6 +285,20 @@ Clusters:
       # > 0s = auto-create a new version when older than the specified number of seconds.
       PreserveVersionIfIdle: -1s
 
+      # Managed collection properties. At creation time, if the client didn't
+      # provide the listed keys, they will be automatically populated following
+      # one of the following behaviors:
+      #
+      # * UUID of the user who owns the containing project.
+      #   responsible_person_uuid: {Function: original_owner, Protected: true}
+      #
+      # * Default concrete value.
+      #   foo_bar: {Value: baz, Protected: false}
+      #
+      # If Protected is true, only an admin user can modify its value.
+      ManagedProperties:
+        SAMPLE: {Function: original_owner, Protected: true}
+
     Login:
       # These settings are provided by your OAuth2 provider (e.g.,
       # sso-provider).
@@ -492,7 +506,7 @@ Clusters:
         # Shell command to execute on each worker to determine whether
         # the worker is booted and ready to run containers. It should
         # exit zero if the worker is ready.
-        BootProbeCommand: "docker ps"
+        BootProbeCommand: "docker ps -q"
 
         # Minimum interval between consecutive probes to a single
         # worker.