From f9bb492368cc093ebb1da104c3597836f5455fc2 Mon Sep 17 00:00:00 2001 From: "Lemus Contreras, Cristopher J" Date: Wed, 5 Feb 2020 14:13:18 -0800 Subject: [PATCH] Adjusting Host Readiness This change will use the default 5 minutes for Check Host Readiness on computes and storages. Change-Id: I91cc0c98da3eb2da258ce76cfbe37a1a9252ecce Signed-off-by: George Postolache --- automated-robot-suite/Tests/Provision.robot | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/automated-robot-suite/Tests/Provision.robot b/automated-robot-suite/Tests/Provision.robot index ccffa1e..ab74dfa 100644 --- a/automated-robot-suite/Tests/Provision.robot +++ b/automated-robot-suite/Tests/Provision.robot @@ -173,7 +173,7 @@ Provisioning Standard Non-Storage System \ Run Keyword If '${ENVIRONMENT}'=='baremetal' ... Configure Huge Page Size ${compute} \ Unlock Compute ${compute} - \ Check Host Readiness ${compute} 1 + \ Check Host Readiness ${compute} ## TO DO : HERE KEYWORD TO CHECK QUORUM ON CEPH # - Enable ODS on Controllers ${controllers} Create List controller-0 controller-1 @@ -229,6 +229,7 @@ Provisioning Standard Storage System \ Setup Cluster Host Interfaces Storage Node ${storage} \ Add Storage OSD ${storage} /dev/sdb \ Unlock Storage ${storage} + \ Check Host Readiness ${storage} ## TO DO : HERE KEYWORD TO CHECK QUORUM ON CEPH # --- Compute Nodes --- ${computes} = Get Compute Nodes