From ffc5ee7062c15c70d630b0e30bcb775a296456fc Mon Sep 17 00:00:00 2001 From: Kim Hammar Date: Wed, 4 Sep 2024 11:24:53 +0200 Subject: [PATCH] Update variables.yml --- ansible/group_vars/all/variables.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ansible/group_vars/all/variables.yml b/ansible/group_vars/all/variables.yml index fa2fb02a3..82c358d40 100644 --- a/ansible/group_vars/all/variables.yml +++ b/ansible/group_vars/all/variables.yml @@ -61,6 +61,7 @@ csle_config: metastore_user: "csle" metastore_password: "csle" metastore_database_name: "csle" + version: "0.7.0" cluster_config: cluster_nodes: - ip: "34.142.42.219" @@ -73,4 +74,4 @@ csle_config: cpus: 8 gpus: 0 RAM: 64 - allow_registration: true \ No newline at end of file + allow_registration: true