From 0d09e2b7301defd1f408d17373cbf991a922c693 Mon Sep 17 00:00:00 2001 From: Alex Yang Date: Wed, 26 Apr 2017 14:14:43 +0800 Subject: Implement the deployment script with python 1. deploy.py: control the work flow of the deployment 2. daisy_server.py: maintain the ssh connection with daisy server and execute ssh commands 3. environment.py: create/find/delete the nodes/vms, install operating system and openstack on nodes 4. libvirt_utils.py: deal with the vm templates and call virsh commands 5. utils.py: some common functions such as file/directory/bash operation Change-Id: I1caa4b0b3118665e15410e8f02bcb6473e5a530b Signed-off-by: Alex Yang --- requirements.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index e69de29b..7cf1ddc9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -0,0 +1,4 @@ +configobj +paramiko +pyyaml +scp -- cgit 1.2.3-korg