daily pastebin goal
45%
SHARE
TWEET

Untitled

a guest May 27th, 2015 312 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. cloud-init-output.log:
  2.  
  3. Cloud-init v. 0.7.7 running 'init' at Fri, 22 May 2015 07:37:23 +0000. Up 49.04 seconds.
  4. ci-info: +++++++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++++++
  5. ci-info: +--------+------+----------------+---------------+-------+-------------------+
  6. ci-info: | Device |  Up  |    Address     |      Mask     | Scope |     Hw-Address    |
  7. ci-info: +--------+------+----------------+---------------+-------+-------------------+
  8. ci-info: |  lo:   | True |   127.0.0.1    |   255.0.0.0   |   .   |         .         |
  9. ci-info: |  lo:   | True |       .        |       .       |   d   |         .         |
  10. ci-info: | eth0:  | True | 192.168.111.30 | 255.255.255.0 |   .   | fa:16:3e:d1:b1:e9 |
  11. ci-info: | eth0:  | True |       .        |       .       |   d   | fa:16:3e:d1:b1:e9 |
  12. ci-info: +--------+------+----------------+---------------+-------+-------------------+
  13. ci-info: +++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++
  14. ci-info: +-------+---------------+---------------+---------------+-----------+-------+
  15. ci-info: | Route |  Destination  |    Gateway    |    Genmask    | Interface | Flags |
  16. ci-info: +-------+---------------+---------------+---------------+-----------+-------+
  17. ci-info: |   0   |    0.0.0.0    | 192.168.111.1 |    0.0.0.0    |    eth0   |   UG  |
  18. ci-info: |   1   | 192.168.111.0 |    0.0.0.0    | 255.255.255.0 |    eth0   |   U   |
  19. ci-info: +-------+---------------+---------------+---------------+-----------+-------+
  20. Cloud-init v. 0.7.7 running 'modules:config' at Fri, 22 May 2015 07:38:12 +0000. Up 97.95 seconds.
  21. 2015-05-22 00:38:13,194 - util.py[WARNING]: Running module locale (<module 'cloudinit.config.cc_locale' from '/usr/lib/python2.7/site-packages/cloud
  22. init/config/cc_locale.pyc'>) failed
  23. Cloud-init v. 0.7.7 running 'modules:final' at Fri, 22 May 2015 07:38:13 +0000. Up 99.16 seconds.
  24. Cloud-init v. 0.7.7 finished at Fri, 22 May 2015 07:38:14 +0000. Datasource DataSourceEc2.  Up 99.44 seconds
  25.  
  26. cloud.cfg:
  27. users:
  28.  - default
  29.  
  30. disable_root: 1
  31. ssh_pwauth:   0
  32.  
  33. locale_configfile: /etc/sysconfig/i18n
  34. mount_default_fields: [~, ~, 'auto', 'defaults,nofail', '0', '2']
  35. resize_rootfs_tmp: /dev
  36. ssh_deletekeys:   0
  37. ssh_genkeytypes:  ~
  38. syslog_fix_perms: ~
  39.  
  40. cloud_init_modules:
  41.  - migrator
  42.  - bootcmd
  43.  - write-files
  44.  - growpart
  45.  - resizefs
  46.  - set_hostname
  47.  - update_hostname
  48.  - update_etc_hosts
  49.  - rsyslog
  50.  - users-groups
  51.  - ssh
  52.  
  53. cloud_config_modules:
  54.  - mounts
  55.  - locale
  56.  - set-passwords
  57.  - yum-add-repo
  58.  - package-update-upgrade-install
  59.  - timezone
  60.  - puppet
  61.  - chef
  62.  - salt-minion
  63.  - mcollective
  64.  - disable-ec2-metadata
  65.  - runcmd
  66.  
  67. cloud_final_modules:
  68.  - rightscale_userdata
  69.  - scripts-per-once
  70.  - scripts-per-boot
  71.  - scripts-per-instance
  72.  - scripts-user
  73.  - ssh-authkey-fingerprints
  74.  - keys-to-console
  75.  - phone-home
  76.  - final-message
  77.  
  78. system_info:
  79.   default_user:
  80.     name: centos
  81.     lock_passwd: true
  82.     gecos: Cloud User
  83.     groups: [wheel, adm, systemd-journal]
  84.     sudo: ["ALL=(ALL) NOPASSWD:ALL"]
  85.     shell: /bin/bash
  86.   distro: rhel
  87.   paths:
  88.     cloud_dir: /var/lib/cloud
  89.     templates_dir: /etc/cloud/templates
  90.   ssh_svcname: sshd
  91.  
  92. # vim:syntax=yaml
RAW Paste Data
Top