This website requires JavaScript.
Explore
Help
Sign in
sanghee
/
uncloud
Watch
1
Star
0
Fork
You've already forked uncloud
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
cc0ca68498
uncloud
/
.gitignore
7 lines
47 B
Text
Raw
Normal View
History
Unescape
Escape
ucloud-{api,scheduler,host,filescanner,imagescanner,metadata} combined
2019-10-25 06:42:40 +00:00
.idea
.vscode
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 15:42:24 +00:00
__pycache__
single node,w/o ceph networking implemented
2019-11-11 18:42:57 +00:00
docs/build
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 17:39:57 +00:00
logs.txt
Reference in a new issue
Copy permalink