Actions
Task #7591
closed
NS
NS
uncloud production checklist 2020-01
Task #7591:
uncloud production checklist 2020-01
Start date:
01/09/2020
Due date:
% Done:
0%
Estimated time:
PM Check date:
Description
Objective¶
- Migrate internal VMs to uncloud
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?
Tests¶
Objective: test our components
uncloud-vmm¶
- mock/create request entry in etcd
- verify that uncloud-vmm creates a VM
Install instructions (2020-01)¶
- git clone the repo
- create venv
- run python setup.py install
(should work on every distro with venv)
git clone https://code.ungleich.ch/uncloud/uncloud.git cd uncloud python3 -m venv venv . ./venv/bin/activate python setup.py install
Actions