Guest User

Untitled

a guest
Jan 28th, 2014
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. AWS/eu2:] root@abc99-eu2:/etc/cloud# cat /etc/cloud/cloud.cfg
  2. user: root
  3. disable_root: 0
  4. preserve_hostname: False
  5. # datasource_list: ["NoCloud", "ConfigDrive", "OVF", "MAAS", "Ec2", "CloudStack"]
  6.  
  7. cloud_init_modules:
  8. - bootcmd
  9. - resizefs
  10. - set_hostname
  11. - update_hostname
  12. - update_etc_hosts
  13. - ca-certs
  14. - rsyslog
  15. - ssh
  16.  
  17. cloud_config_modules:
  18. - disk-setup
  19. - mounts
  20. - ssh-import-id
  21. - locale
  22. - set-passwords
  23. - grub-dpkg
  24. - apt-pipelining
  25. - apt-update-upgrade
  26. - landscape
  27. - timezone
  28. - puppet
  29. - chef
  30. - salt-minion
  31. - mcollective
  32. - disable-ec2-metadata
  33. - runcmd
  34. - byobu
  35.  
  36. cloud_final_modules:
  37. - rightscale_userdata
  38. - scripts-per-once
  39. - scripts-per-boot
  40. - scripts-per-instance
  41. - scripts-user
  42. - keys-to-console
  43. - phone-home
  44. - final-message
  45.  
  46. system_info:
  47. package_mirrors:
  48. - arches: [i386, amd64]
  49. failsafe:
  50. primary: http://archive.ubuntu.com/ubuntu
  51. security: http://security.ubuntu.com/ubuntu
  52. search:
  53. primary:
  54. - http://%(ec2_region)s.ec2.archive.ubuntu.com/ubuntu/
  55. - http://%(availability_zone)s.clouds.archive.ubuntu.com/ubuntu/
  56. security: []
  57. - arches: [armhf, armel, default]
  58. failsafe:
  59. primary: http://ports.ubuntu.com/ubuntu-ports
  60. security: http://ports.ubuntu.com/ubuntu-ports
Advertisement
Add Comment
Please, Sign In to add comment