From 16bd775cce9c9ba3cdea4a72351428d5a1c758bc Mon Sep 17 00:00:00 2001 From: Sai Sindhur Malleni Date: Sun, 15 Jul 2018 13:22:18 -0600 Subject: [PATCH] Update README with ansible version --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 1361db8..b2f6c8d 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,7 @@ Infrared spawns required number of VMs to act as undercloud, controller and comp ## Requirements -infrared-scale only needs ansible to work. All other requirements are installed as a part of infared installation. You must have passwordless-authentication and access to the hypervisor you want launch VMs on from the node running infrared-scale(can be achieved using ssh-copy-id) - +infrared-scale only needs ansible to work. ansible > v2.5 is required.. All other requirements are installed as a part of infared installation. You must have passwordless-authentication and acces to the hypervisor you want launch VMs on from the node running infrared-scale(can be achieved using ssh-copy-id) ## Getting Started infrared-scale is designed to install and orchestrate infrared from you local machine. You can change this by pointing to the appropriate host in this [playbook](ansible/deploy-scale-cloud.yml).