From 17c8c63e7ea12d007d675e84bddf228b352dfb0d Mon Sep 17 00:00:00 2001 From: Ameer Haj Ali Date: Thu, 27 Aug 2020 01:43:03 +0300 Subject: [PATCH] Metadata schema (#10328) * metadata * Eric Co-authored-by: Ameer Haj Ali --- python/ray/autoscaler/ray-schema.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/python/ray/autoscaler/ray-schema.json b/python/ray/autoscaler/ray-schema.json index 5c1f81573..d3891b6a9 100644 --- a/python/ray/autoscaler/ray-schema.json +++ b/python/ray/autoscaler/ray-schema.json @@ -248,6 +248,10 @@ "type": "boolean", "description": "If enabled, file mounts will sync continously between the head node and the worker nodes. The nodes will not re-run setup commands if only the contents of the file mounts folders change." }, + "metadata": { + "type": "object", + "description": "Metadata field that can be used to store user-defined data in the cluster config. Ray does not interpret these fields." + }, "initialization_commands": { "$ref": "#/definitions/commands", "description": "List of commands that will be run before `setup_commands`. If docker is enabled, these commands will run outside the container and before docker is setup."