Guest User

Cloud Lab Notes

a guest
Nov 1st, 2016
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. Username : srinivas
  2. Password : root
  3. ------------------------------------------
  4. To configure Proxy:
  5. vi /etc/apt/apt.conf
  6. add proxy via:
  7. Acquire::http::Proxy "http://172.27.10.69";
  8. Acquire::https::Proxy "http://172.27.10.69";
  9. ------------------------------------------
  10. When cloning, the Mac address should be changed, to do so, if the file:
  11. /etc/udev/rule/70.pr [signals a persistent MAC on a (physical) machine]
  12. should be deleted
  13. Static IPs should be changed.
  14.  
  15. ------------------------------------------
  16. Check out proxmox which is a hybrid level hypervisor
  17. ------------------------------------------
  18. Openstack, runs on RESTful API
  19. Has Nodes
  20. Controler node : Manage Resources, issue Commands
  21. Compute Node : Manage Hypervisors
  22. Network node : Manage networking Components
  23. Cinder Node : Storage - Block Storage [Like a HDD, install OS here]
  24. Swift Node : Storage - Object Storage [Store DB backups, documents, etc here]
  25. Has Components
  26. A DB : REST APIs store and retrieve from this component
  27. Keystone : Manages User Management; REST APIs are supported via this
  28. Glance : For image creation, deployment, backup; This is image storage
  29. Nova : It is a compute service that manages hypervisors
  30. Neutron
  31. Cinder
  32. Swift
  33. Dashboard
Add Comment
Please, Sign In to add comment