Project

General

Profile

Task #7591

Updated by Nico Schottelius over 4 years ago

h2. Objective 

 * Migrate internal VMs to uncloud 

 h2. Checklist 

 * Can all required components be deployed (checking on server11) -- document the installation procedures 
 ** -api 
 ** -host 
 ** -network 
 * Is the API secure from outside? 
 ** I am able to connect without otp at the moment 
 * Is the client / cli usable? 
 ** Install, get seed, have fun? 
 * Is there documentation on how to use or recreate the current installation? 
 * Can networks be created? 
 * Can VMs be migrated from one host to another? 


 h2. Tests 

 Objective: test our components 


 h3. uncloud-vmm 

 * mock/create request entry in etcd 
 * verify that uncloud-vmm creates a VM 


 h2. Install instructions (2020-01) 

 * git clone the repo 
 * create venv 
 * run python setup.py install 

 (should work on every distro with venv) 

 <pre> 
 git clone https://code.ungleich.ch/uncloud/uncloud.git 
 cd uncloud 
 python3 -m venv venv 
 . ./venv/bin/activate 
 python setup.py install 
 </pre> 

Back