Commit Graph

15 Commits

Author SHA1 Message Date
ahmadbilalkhalid 6fa77bce4d Remove ucloud_common and put its files under ucloud.common subpackage.
Remove individual config.py used by every component and put them into single config.py ucloud/config.py
Use /etc/ucloud/ucloud.conf for Environment Variables
Refactoring and a lot of it
Make ucloud repo a package and different components of ucloud a subpackage for avoiding code duplication.
Improved logging.
2019-11-18 22:39:57 +05:00
Nico Schottelius 1d2b980c74 [doc] fix permissions before publishing 2019-11-17 18:51:39 +01:00
Nico Schottelius 21df2367bb [doc] Add guide on how to create VMs for ucloud 2019-11-17 18:49:40 +01:00
ahmadbilalkhalid fefbe2e1c7 More Networking Implementation 2019-11-15 21:11:45 +05:00
ahmadbilalkhalid f6eb2ec01f Remove warning of vxlan not working | Docs Updated 2019-11-12 16:33:20 +05:00
ahmadbilalkhalid 5d613df33d Image Creation Message Corrected + ucloud-host read Physical Device for VXLAN from .env 2019-11-12 15:26:10 +05:00
ahmadbilalkhalid e37222c1c7 ucloud-host can not be started by using hostname 2019-11-12 11:50:41 +05:00
ahmadbilalkhalid da5a600ccb single node,w/o ceph networking implemented 2019-11-11 23:42:57 +05:00
ahmadbilalkhalid 2a66be07a6 Merge branch 'master' of code.ungleich.ch:ucloud/ucloud 2019-11-02 20:51:14 +05:00
ahmadbilalkhalid 93dee1c9fc New Features + Refactoring
1. User can now use image name instead of image uuid when creation vm.
   For Example, now user can create an alpine vm using the following
   command
   ```shell
   ucloud-cli vm create --vm-name myvm --cpu 2 --ram '2GB' \
       --os-ssd '10GB' --image images:alpine
   ```
2. Instead of directly running code, code is now placed under a function
   main and is called using the following code
   ```python
   if __name__ == "__main__":
       main()
   ```
3. Multiprocess (Process) is used instead of threading (Thread) to update
   heart beat of host.
4. IP Address of vm is included in vm's status which is retrieved by the
   following command
   ```shell
   ucloud-cli vm status --vm-name myvm
   ```
2019-11-02 20:42:24 +05:00
Nico Schottelius 583bbe34bc ++ network ideas 2019-11-01 23:13:40 +01:00
Nico Schottelius 1a76150d4d ++ network readme update 2019-11-01 21:51:28 +01:00
Nico Schottelius b27f1b62f3 network: up the dev
some kernels do that automatically, some don't
2019-11-01 17:54:02 +01:00
Nico Schottelius a2547bcd83 begin networking 2019-11-01 17:51:06 +01:00
ahmadbilalkhalid da77ac65eb ucloud-{api,scheduler,host,filescanner,imagescanner,metadata} combined 2019-10-25 11:42:40 +05:00