Advertisement
Guest User

Centos-6.5-var-log--cloud-init.log

a guest
Sep 22nd, 2014
315
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 67.30 KB | None | 0 0
  1. Sep 22 18:02:11 centos6Template [CLOUDINIT] util.py[DEBUG]: Cloud-init v. 0.7.4 running 'init-local' at Mon, 22 Sep 2014 16:02:11 +0000. Up 28.54 seconds.
  2. Sep 22 18:02:11 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /var/lib/cloud (recursive=False)
  3. Sep 22 18:02:11 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /var/lib/cloud (recursive=True)
  4. Sep 22 18:02:11 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /var/lib/cloud/scripts (recursive=False)
  5. Sep 22 18:02:11 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /var/lib/cloud/scripts (recursive=True)
  6. Sep 22 18:02:11 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /var/lib/cloud/scripts/per-instance (recursive=False)
  7. Sep 22 18:02:11 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /var/lib/cloud/scripts (recursive=True)
  8. Sep 22 18:02:11 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /var/lib/cloud/scripts/per-once (recursive=False)
  9. Sep 22 18:02:11 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /var/lib/cloud/scripts (recursive=True)
  10. Sep 22 18:02:11 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /var/lib/cloud/scripts/per-boot (recursive=False)
  11. Sep 22 18:02:11 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /var/lib/cloud (recursive=True)
  12. Sep 22 18:02:11 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /var/lib/cloud/seed (recursive=False)
  13. Sep 22 18:02:11 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /var/lib/cloud (recursive=True)
  14. Sep 22 18:02:11 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /var/lib/cloud/instances (recursive=False)
  15. Sep 22 18:02:11 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /var/lib/cloud (recursive=True)
  16. Sep 22 18:02:11 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /var/lib/cloud/handlers (recursive=False)
  17. Sep 22 18:02:11 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /var/lib/cloud (recursive=True)
  18. Sep 22 18:02:11 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /var/lib/cloud/sem (recursive=False)
  19. Sep 22 18:02:11 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /var/lib/cloud (recursive=True)
  20. Sep 22 18:02:11 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /var/lib/cloud/data (recursive=False)
  21. Sep 22 18:02:11 centos6Template [CLOUDINIT] util.py[DEBUG]: Writing to /var/log/cloud-init.log - ab: [420] 0 bytes
  22. Sep 22 18:02:11 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /var/log/cloud-init.log (recursive=False)
  23. Sep 22 18:02:11 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /var/log/cloud-init.log (recursive=False)
  24. Sep 22 18:02:11 centos6Template [CLOUDINIT] util.py[DEBUG]: Attempting to remove /var/lib/cloud/instance/boot-finished
  25. Sep 22 18:02:11 centos6Template [CLOUDINIT] util.py[DEBUG]: Attempting to remove /var/lib/cloud/instance
  26. Sep 22 18:02:11 centos6Template [CLOUDINIT] util.py[DEBUG]: Attempting to remove /var/lib/cloud/data/no-net
  27. Sep 22 18:02:11 centos6Template [CLOUDINIT] util.py[DEBUG]: Reading from /var/lib/cloud/instance/obj.pkl (quiet=False)
  28. Sep 22 18:02:11 centos6Template [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['rhel', 'cloudinit.distros.rhel'] that have attributes ['Distro']
  29. Sep 22 18:02:11 centos6Template [CLOUDINIT] importer.py[DEBUG]: Found rhel with attributes ['Distro'] in ['cloudinit.distros.rhel']
  30. Sep 22 18:02:11 centos6Template [CLOUDINIT] stages.py[DEBUG]: Using distro class <class 'cloudinit.distros.rhel.Distro'>
  31. Sep 22 18:02:11 centos6Template [CLOUDINIT] __init__.py[DEBUG]: Looking for for data source in: ['NoCloud', 'ConfigDrive', 'OpenNebula', 'Azure', 'AltCloud', 'OVF', 'MAAS', 'Ec2', 'CloudStack', 'SmartOS', 'None'], via packages ['', 'cloudinit.sources'] that matches dependencies ['FILESYSTEM']
  32. Sep 22 18:02:11 centos6Template [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['DataSourceNoCloud', 'cloudinit.sources.DataSourceNoCloud'] that have attributes ['get_datasource_list']
  33. Sep 22 18:02:11 centos6Template [CLOUDINIT] importer.py[DEBUG]: Found DataSourceNoCloud with attributes ['get_datasource_list'] in ['cloudinit.sources.DataSourceNoCloud']
  34. Sep 22 18:02:11 centos6Template [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['DataSourceConfigDrive', 'cloudinit.sources.DataSourceConfigDrive'] that have attributes ['get_datasource_list']
  35. Sep 22 18:02:11 centos6Template [CLOUDINIT] importer.py[DEBUG]: Found DataSourceConfigDrive with attributes ['get_datasource_list'] in ['cloudinit.sources.DataSourceConfigDrive']
  36. Sep 22 18:02:11 centos6Template [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['DataSourceOpenNebula', 'cloudinit.sources.DataSourceOpenNebula'] that have attributes ['get_datasource_list']
  37. Sep 22 18:02:11 centos6Template [CLOUDINIT] importer.py[DEBUG]: Found DataSourceOpenNebula with attributes ['get_datasource_list'] in ['cloudinit.sources.DataSourceOpenNebula']
  38. Sep 22 18:02:11 centos6Template [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['DataSourceAzure', 'cloudinit.sources.DataSourceAzure'] that have attributes ['get_datasource_list']
  39. Sep 22 18:02:11 centos6Template [CLOUDINIT] importer.py[DEBUG]: Found DataSourceAzure with attributes ['get_datasource_list'] in ['cloudinit.sources.DataSourceAzure']
  40. Sep 22 18:02:11 centos6Template [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['DataSourceAltCloud', 'cloudinit.sources.DataSourceAltCloud'] that have attributes ['get_datasource_list']
  41. Sep 22 18:02:11 centos6Template [CLOUDINIT] importer.py[DEBUG]: Found DataSourceAltCloud with attributes ['get_datasource_list'] in ['cloudinit.sources.DataSourceAltCloud']
  42. Sep 22 18:02:11 centos6Template [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['DataSourceOVF', 'cloudinit.sources.DataSourceOVF'] that have attributes ['get_datasource_list']
  43. Sep 22 18:02:11 centos6Template [CLOUDINIT] importer.py[DEBUG]: Found DataSourceOVF with attributes ['get_datasource_list'] in ['cloudinit.sources.DataSourceOVF']
  44. Sep 22 18:02:11 centos6Template [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['DataSourceMAAS', 'cloudinit.sources.DataSourceMAAS'] that have attributes ['get_datasource_list']
  45. Sep 22 18:02:11 centos6Template [CLOUDINIT] importer.py[DEBUG]: Found DataSourceMAAS with attributes ['get_datasource_list'] in []
  46. Sep 22 18:02:11 centos6Template [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['DataSourceEc2', 'cloudinit.sources.DataSourceEc2'] that have attributes ['get_datasource_list']
  47. Sep 22 18:02:11 centos6Template [CLOUDINIT] importer.py[DEBUG]: Found DataSourceEc2 with attributes ['get_datasource_list'] in ['cloudinit.sources.DataSourceEc2']
  48. Sep 22 18:02:11 centos6Template [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['DataSourceCloudStack', 'cloudinit.sources.DataSourceCloudStack'] that have attributes ['get_datasource_list']
  49. Sep 22 18:02:11 centos6Template [CLOUDINIT] importer.py[DEBUG]: Found DataSourceCloudStack with attributes ['get_datasource_list'] in ['cloudinit.sources.DataSourceCloudStack']
  50. Sep 22 18:02:11 centos6Template [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['DataSourceSmartOS', 'cloudinit.sources.DataSourceSmartOS'] that have attributes ['get_datasource_list']
  51. Sep 22 18:02:11 centos6Template [CLOUDINIT] importer.py[DEBUG]: Found DataSourceSmartOS with attributes ['get_datasource_list'] in []
  52. Sep 22 18:02:11 centos6Template [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['DataSourceNone', 'cloudinit.sources.DataSourceNone'] that have attributes ['get_datasource_list']
  53. Sep 22 18:02:11 centos6Template [CLOUDINIT] importer.py[DEBUG]: Found DataSourceNone with attributes ['get_datasource_list'] in ['cloudinit.sources.DataSourceNone']
  54. Sep 22 18:02:11 centos6Template [CLOUDINIT] __init__.py[DEBUG]: Searching for data source in: ['DataSourceNoCloud', 'DataSourceConfigDrive', 'DataSourceOpenNebula', 'DataSourceOVF']
  55. Sep 22 18:02:11 centos6Template [CLOUDINIT] __init__.py[DEBUG]: Seeing if we can get any data from <class 'cloudinit.sources.DataSourceNoCloud.DataSourceNoCloud'>
  56. Sep 22 18:02:11 centos6Template [CLOUDINIT] util.py[DEBUG]: Reading from /proc/cmdline (quiet=False)
  57. Sep 22 18:02:11 centos6Template [CLOUDINIT] util.py[DEBUG]: Read 203 bytes from /proc/cmdline
  58. Sep 22 18:02:11 centos6Template [CLOUDINIT] util.py[DEBUG]: Reading from /var/lib/cloud/seed/nocloud/meta-data (quiet=False)
  59. Sep 22 18:02:11 centos6Template [CLOUDINIT] util.py[DEBUG]: Running command ['blkid', '-odevice', '/dev/sr0'] with allowed return codes [0, 2] (shell=False, capture=True)
  60. Sep 22 18:02:11 centos6Template [CLOUDINIT] util.py[DEBUG]: Running command ['blkid', '-odevice', '/dev/sr1'] with allowed return codes [0, 2] (shell=False, capture=True)
  61. Sep 22 18:02:11 centos6Template [CLOUDINIT] util.py[DEBUG]: Running command ['blkid', '-tTYPE=vfat', '-odevice'] with allowed return codes [0, 2] (shell=False, capture=True)
  62. Sep 22 18:02:12 centos6Template [CLOUDINIT] util.py[DEBUG]: Running command ['blkid', '-tTYPE=iso9660', '-odevice'] with allowed return codes [0, 2] (shell=False, capture=True)
  63. Sep 22 18:02:12 centos6Template [CLOUDINIT] util.py[DEBUG]: Running command ['blkid', '-tLABEL=cidata', '-odevice'] with allowed return codes [0, 2] (shell=False, capture=True)
  64. Sep 22 18:02:12 centos6Template [CLOUDINIT] __init__.py[DEBUG]: Seeing if we can get any data from <class 'cloudinit.sources.DataSourceConfigDrive.DataSourceConfigDrive'>
  65. Sep 22 18:02:12 centos6Template [CLOUDINIT] util.py[DEBUG]: Running command ['blkid', '-odevice', '/dev/sr0'] with allowed return codes [0, 2] (shell=False, capture=True)
  66. Sep 22 18:02:12 centos6Template [CLOUDINIT] util.py[DEBUG]: Running command ['blkid', '-odevice', '/dev/sr1'] with allowed return codes [0, 2] (shell=False, capture=True)
  67. Sep 22 18:02:12 centos6Template [CLOUDINIT] util.py[DEBUG]: Running command ['blkid', '-tTYPE=vfat', '-odevice'] with allowed return codes [0, 2] (shell=False, capture=True)
  68. Sep 22 18:02:12 centos6Template [CLOUDINIT] util.py[DEBUG]: Running command ['blkid', '-tTYPE=iso9660', '-odevice'] with allowed return codes [0, 2] (shell=False, capture=True)
  69. Sep 22 18:02:12 centos6Template [CLOUDINIT] util.py[DEBUG]: Running command ['blkid', '-tLABEL=config-2', '-odevice'] with allowed return codes [0, 2] (shell=False, capture=True)
  70. Sep 22 18:02:12 centos6Template [CLOUDINIT] util.py[DEBUG]: Reading from /proc/mounts (quiet=False)
  71. Sep 22 18:02:12 centos6Template [CLOUDINIT] util.py[DEBUG]: Read 687 bytes from /proc/mounts
  72. Sep 22 18:02:12 centos6Template [CLOUDINIT] util.py[DEBUG]: Fetched {'none': {'mountpoint': '/proc/sys/fs/binfmt_misc', 'opts': 'rw,relatime', 'fstype': 'binfmt_misc'}, 'devpts': {'mountpoint': '/dev/pts', 'opts': 'rw,seclabel,relatime,gid=5,mode=620,ptmxmode=000', 'fstype': 'devpts'}, 'sysfs': {'mountpoint': '/sys', 'opts': 'rw,seclabel,relatime', 'fstype': 'sysfs'}, '/proc/bus/usb': {'mountpoint': '/proc/bus/usb', 'opts': 'rw,relatime', 'fstype': 'usbfs'}, '/dev/vda1': {'mountpoint': '/boot', 'opts': 'rw,seclabel,relatime,barrier=1,data=ordered', 'fstype': 'ext4'}, 'tmpfs': {'mountpoint': '/dev/shm', 'opts': 'rw,seclabel,relatime', 'fstype': 'tmpfs'}, 'proc': {'mountpoint': '/proc', 'opts': 'rw,relatime', 'fstype': 'proc'}, 'devtmpfs': {'mountpoint': '/dev', 'opts': 'rw,seclabel,relatime,size=491040k,nr_inodes=122760,mode=755', 'fstype': 'devtmpfs'}, '/dev/mapper/vg00-root': {'mountpoint': '/', 'opts': 'rw,seclabel,relatime,barrier=1,data=ordered', 'fstype': 'ext4'}, 'rootfs': {'mountpoint': '/', 'opts': 'rw', 'fstype': 'rootfs'}} mounts from /proc/mounts
  73. Sep 22 18:02:12 centos6Template [CLOUDINIT] util.py[DEBUG]: Running command ['mount', '-o', 'ro,sync', '/dev/sr1', '/tmp/tmphlyTw5'] with allowed return codes [0] (shell=False, capture=True)
  74. Sep 22 18:02:12 centos6Template [CLOUDINIT] DataSourceConfigDrive.py[WARNING]: version '2012-08-10' not available, attempting to use 'latest'
  75. Sep 22 18:02:12 centos6Template [CLOUDINIT] util.py[DEBUG]: Reading from /tmp/tmphlyTw5/openstack/latest/meta_data.json (quiet=False)
  76. Sep 22 18:02:12 centos6Template [CLOUDINIT] util.py[DEBUG]: Read 1169 bytes from /tmp/tmphlyTw5/openstack/latest/meta_data.json
  77. Sep 22 18:02:12 centos6Template [CLOUDINIT] util.py[DEBUG]: Reading from /tmp/tmphlyTw5/openstack/latest/user_data (quiet=False)
  78. Sep 22 18:02:12 centos6Template [CLOUDINIT] util.py[DEBUG]: Read 321 bytes from /tmp/tmphlyTw5/openstack/latest/user_data
  79. Sep 22 18:02:12 centos6Template [CLOUDINIT] util.py[DEBUG]: Reading from /tmp/tmphlyTw5//openstack/.//content/0000 (quiet=False)
  80. Sep 22 18:02:12 centos6Template [CLOUDINIT] util.py[DEBUG]: Read 146 bytes from /tmp/tmphlyTw5//openstack/.//content/0000
  81. Sep 22 18:02:12 centos6Template [CLOUDINIT] util.py[DEBUG]: Running command ['umount', '-l', '/tmp/tmphlyTw5'] with allowed return codes [0] (shell=False, capture=True)
  82. Sep 22 18:02:12 centos6Template [CLOUDINIT] util.py[DEBUG]: Recursively deleting /tmp/tmphlyTw5
  83. Sep 22 18:02:12 centos6Template [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger']
  84. Sep 22 18:02:12 centos6Template [CLOUDINIT] importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list']
  85. Sep 22 18:02:12 centos6Template [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger']
  86. Sep 22 18:02:12 centos6Template [CLOUDINIT] importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict']
  87. Sep 22 18:02:12 centos6Template [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger']
  88. Sep 22 18:02:12 centos6Template [CLOUDINIT] importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str']
  89. Sep 22 18:02:12 centos6Template [CLOUDINIT] __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
  90. Sep 22 18:02:12 centos6Template [CLOUDINIT] __init__.py[DEBUG]: Merging using located merger 'DictMerger: (method=no_replace,recurse_str=False,recurse_dict=True,recurse_array=False,allow_delete=False)' since it had method '_on_dict'
  91. Sep 22 18:02:12 centos6Template [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger']
  92. Sep 22 18:02:12 centos6Template [CLOUDINIT] importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list']
  93. Sep 22 18:02:12 centos6Template [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger']
  94. Sep 22 18:02:12 centos6Template [CLOUDINIT] importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict']
  95. Sep 22 18:02:12 centos6Template [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger']
  96. Sep 22 18:02:12 centos6Template [CLOUDINIT] importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str']
  97. Sep 22 18:02:12 centos6Template [CLOUDINIT] __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
  98. Sep 22 18:02:12 centos6Template [CLOUDINIT] __init__.py[DEBUG]: Merging using located merger 'DictMerger: (method=no_replace,recurse_str=False,recurse_dict=True,recurse_array=False,allow_delete=False)' since it had method '_on_dict'
  99. Sep 22 18:02:12 centos6Template [CLOUDINIT] util.py[DEBUG]: Reading from /var/lib/cloud/data/instance-id (quiet=False)
  100. Sep 22 18:02:12 centos6Template [CLOUDINIT] DataSourceConfigDrive.py[DEBUG]: Updating network interfaces from config drive
  101. Sep 22 18:02:12 centos6Template [CLOUDINIT] rhel.py[DEBUG]: Translated ubuntu style network settings iface eth1 inet static#012 address 81.31.35.34#012 netmask 255.255.255.192#012 gateway 81.31.35.1#012 dns-nameservers 81.31.35.3 87.236.196.211#012auto eth1#012 into {'eth1': {'auto': True, 'dns-nameservers': ['81.31.35.3', '87.236.196.211'], 'netmask': '255.255.255.192', 'bootproto': 'static', 'address': '81.31.35.34', 'gateway': '81.31.35.1'}}
  102. Sep 22 18:02:12 centos6Template [CLOUDINIT] util.py[DEBUG]: Reading from /etc/sysconfig/network-scripts/ifcfg-eth1 (quiet=False)
  103. Sep 22 18:02:12 centos6Template [CLOUDINIT] util.py[DEBUG]: Writing to /etc/sysconfig/network-scripts/ifcfg-eth1 - wb: [420] 170 bytes
  104. Sep 22 18:02:12 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /etc/sysconfig/network-scripts/ifcfg-eth1 (recursive=False)
  105. Sep 22 18:02:12 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /etc/sysconfig/network-scripts/ifcfg-eth1 (recursive=False)
  106. Sep 22 18:02:12 centos6Template [CLOUDINIT] util.py[DEBUG]: Reading from /etc/resolv.conf (quiet=False)
  107. Sep 22 18:02:12 centos6Template [CLOUDINIT] util.py[DEBUG]: Read 82 bytes from /etc/resolv.conf
  108. Sep 22 18:02:12 centos6Template [CLOUDINIT] util.py[DEBUG]: Writing to /etc/resolv.conf - wb: [420] 108 bytes
  109. Sep 22 18:02:12 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /etc/resolv.conf (recursive=False)
  110. Sep 22 18:02:12 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /etc/resolv.conf (recursive=False)
  111. Sep 22 18:02:12 centos6Template [CLOUDINIT] util.py[DEBUG]: Reading from /etc/sysconfig/network (quiet=False)
  112. Sep 22 18:02:12 centos6Template [CLOUDINIT] util.py[DEBUG]: Read 59 bytes from /etc/sysconfig/network
  113. Sep 22 18:02:12 centos6Template [CLOUDINIT] util.py[DEBUG]: Writing to /etc/sysconfig/network - wb: [420] 59 bytes
  114. Sep 22 18:02:12 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /etc/sysconfig/network (recursive=False)
  115. Sep 22 18:02:12 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /etc/sysconfig/network (recursive=False)
  116. Sep 22 18:02:12 centos6Template [CLOUDINIT] __init__.py[DEBUG]: Attempting to run bring up interface eth1 using command ['ifup', 'eth1']
  117. Sep 22 18:02:12 centos6Template [CLOUDINIT] util.py[DEBUG]: Running command ['ifup', 'eth1'] with allowed return codes [0] (shell=False, capture=True)
  118. Sep 22 18:02:14 centos6Template [CLOUDINIT] stages.py[DEBUG]: Loaded datasource DataSourceConfigDrive - DataSourceConfigDrive [local,ver=2][source=/dev/sr1]
  119. Sep 22 18:02:14 centos6Template [CLOUDINIT] util.py[DEBUG]: Reading from /proc/cmdline (quiet=False)
  120. Sep 22 18:02:14 centos6Template [CLOUDINIT] util.py[DEBUG]: Read 203 bytes from /proc/cmdline
  121. Sep 22 18:02:14 centos6Template [CLOUDINIT] util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg (quiet=False)
  122. Sep 22 18:02:14 centos6Template [CLOUDINIT] util.py[DEBUG]: Read 930 bytes from /etc/cloud/cloud.cfg
  123. Sep 22 18:02:14 centos6Template [CLOUDINIT] util.py[DEBUG]: Attempting to load yaml from string of length 930 with allowed root types (<type 'dict'>,)
  124. Sep 22 18:02:14 centos6Template [CLOUDINIT] util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/05_logging.cfg (quiet=False)
  125. Sep 22 18:02:14 centos6Template [CLOUDINIT] util.py[DEBUG]: Read 1674 bytes from /etc/cloud/cloud.cfg.d/05_logging.cfg
  126. Sep 22 18:02:14 centos6Template [CLOUDINIT] util.py[DEBUG]: Attempting to load yaml from string of length 1674 with allowed root types (<type 'dict'>,)
  127. Sep 22 18:02:14 centos6Template [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger']
  128. Sep 22 18:02:14 centos6Template [CLOUDINIT] importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list']
  129. Sep 22 18:02:14 centos6Template [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger']
  130. Sep 22 18:02:14 centos6Template [CLOUDINIT] importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict']
  131. Sep 22 18:02:14 centos6Template [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger']
  132. Sep 22 18:02:14 centos6Template [CLOUDINIT] importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str']
  133. Sep 22 18:02:14 centos6Template [CLOUDINIT] __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
  134. Sep 22 18:02:14 centos6Template [CLOUDINIT] __init__.py[DEBUG]: Merging using located merger 'DictMerger: (method=no_replace,recurse_str=False,recurse_dict=True,recurse_array=False,allow_delete=False)' since it had method '_on_dict'
  135. Sep 22 18:02:14 centos6Template [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger']
  136. Sep 22 18:02:14 centos6Template [CLOUDINIT] importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list']
  137. Sep 22 18:02:14 centos6Template [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger']
  138. Sep 22 18:02:14 centos6Template [CLOUDINIT] importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict']
  139. Sep 22 18:02:14 centos6Template [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger']
  140. Sep 22 18:02:14 centos6Template [CLOUDINIT] importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str']
  141. Sep 22 18:02:14 centos6Template [CLOUDINIT] __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
  142. Sep 22 18:02:14 centos6Template [CLOUDINIT] __init__.py[DEBUG]: Merging using located merger 'DictMerger: (method=no_replace,recurse_str=False,recurse_dict=True,recurse_array=False,allow_delete=False)' since it had method '_on_dict'
  143. Sep 22 18:02:14 centos6Template [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger']
  144. Sep 22 18:02:14 centos6Template [CLOUDINIT] importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list']
  145. Sep 22 18:02:14 centos6Template [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger']
  146. Sep 22 18:02:14 centos6Template [CLOUDINIT] importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict']
  147. Sep 22 18:02:14 centos6Template [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger']
  148. Sep 22 18:02:14 centos6Template [CLOUDINIT] importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str']
  149. Sep 22 18:02:14 centos6Template [CLOUDINIT] __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
  150. Sep 22 18:02:14 centos6Template [CLOUDINIT] __init__.py[DEBUG]: Merging using located merger 'DictMerger: (method=no_replace,recurse_str=False,recurse_dict=True,recurse_array=False,allow_delete=False)' since it had method '_on_dict'
  151. Sep 22 18:02:14 centos6Template [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger']
  152. Sep 22 18:02:14 centos6Template [CLOUDINIT] importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list']
  153. Sep 22 18:02:14 centos6Template [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger']
  154. Sep 22 18:02:14 centos6Template [CLOUDINIT] importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict']
  155. Sep 22 18:02:14 centos6Template [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger']
  156. Sep 22 18:02:14 centos6Template [CLOUDINIT] importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str']
  157. Sep 22 18:02:14 centos6Template [CLOUDINIT] __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
  158. Sep 22 18:02:14 centos6Template [CLOUDINIT] __init__.py[DEBUG]: Merging using located merger 'DictMerger: (method=no_replace,recurse_str=False,recurse_dict=True,recurse_array=False,allow_delete=False)' since it had method '_on_dict'
  159. Sep 22 18:02:14 centos6Template [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger']
  160. Sep 22 18:02:14 centos6Template [CLOUDINIT] importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list']
  161. Sep 22 18:02:14 centos6Template [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger']
  162. Sep 22 18:02:14 centos6Template [CLOUDINIT] importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict']
  163. Sep 22 18:02:14 centos6Template [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger']
  164. Sep 22 18:02:14 centos6Template [CLOUDINIT] importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str']
  165. Sep 22 18:02:14 centos6Template [CLOUDINIT] __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
  166. Sep 22 18:02:14 centos6Template [CLOUDINIT] __init__.py[DEBUG]: Merging using located merger 'DictMerger: (method=no_replace,recurse_str=False,recurse_dict=True,recurse_array=False,allow_delete=False)' since it had method '_on_dict'
  167. Sep 22 18:02:14 centos6Template [CLOUDINIT] __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
  168. Sep 22 18:02:14 centos6Template [CLOUDINIT] __init__.py[DEBUG]: Merging using located merger 'DictMerger: (method=no_replace,recurse_str=False,recurse_dict=True,recurse_array=False,allow_delete=False)' since it had method '_on_dict'
  169. Sep 22 18:02:14 centos6Template [CLOUDINIT] __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
  170. Sep 22 18:02:14 centos6Template [CLOUDINIT] __init__.py[DEBUG]: Merging using located merger 'DictMerger: (method=no_replace,recurse_str=False,recurse_dict=True,recurse_array=False,allow_delete=False)' since it had method '_on_dict'
  171. Sep 22 18:02:14 centos6Template [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger']
  172. Sep 22 18:02:14 centos6Template [CLOUDINIT] importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list']
  173. Sep 22 18:02:14 centos6Template [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger']
  174. Sep 22 18:02:14 centos6Template [CLOUDINIT] importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict']
  175. Sep 22 18:02:14 centos6Template [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger']
  176. Sep 22 18:02:14 centos6Template [CLOUDINIT] importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str']
  177. Sep 22 18:02:14 centos6Template [CLOUDINIT] __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
  178. Sep 22 18:02:14 centos6Template [CLOUDINIT] __init__.py[DEBUG]: Merging using located merger 'DictMerger: (method=no_replace,recurse_str=False,recurse_dict=True,recurse_array=False,allow_delete=False)' since it had method '_on_dict'
  179. Sep 22 18:02:14 centos6Template [CLOUDINIT] util.py[DEBUG]: Attempting to remove /var/lib/cloud/instance
  180. Sep 22 18:02:14 centos6Template [CLOUDINIT] util.py[DEBUG]: Creating symbolic link from '/var/lib/cloud/instance' => '/var/lib/cloud/instances/6fd19b3d-cf6b-4ee3-9e37-c951cc8f4205'
  181. Sep 22 18:02:14 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /var/lib/cloud/instances/6fd19b3d-cf6b-4ee3-9e37-c951cc8f4205 (recursive=True)
  182. Sep 22 18:02:14 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /var/lib/cloud/instances/6fd19b3d-cf6b-4ee3-9e37-c951cc8f4205/handlers (recursive=False)
  183. Sep 22 18:02:14 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /var/lib/cloud/instances/6fd19b3d-cf6b-4ee3-9e37-c951cc8f4205 (recursive=True)
  184. Sep 22 18:02:14 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /var/lib/cloud/instances/6fd19b3d-cf6b-4ee3-9e37-c951cc8f4205/scripts (recursive=False)
  185. Sep 22 18:02:14 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /var/lib/cloud/instances/6fd19b3d-cf6b-4ee3-9e37-c951cc8f4205 (recursive=True)
  186. Sep 22 18:02:14 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /var/lib/cloud/instances/6fd19b3d-cf6b-4ee3-9e37-c951cc8f4205/sem (recursive=False)
  187. Sep 22 18:02:14 centos6Template [CLOUDINIT] util.py[DEBUG]: Reading from /var/lib/cloud/instances/6fd19b3d-cf6b-4ee3-9e37-c951cc8f4205/datasource (quiet=False)
  188. Sep 22 18:02:14 centos6Template [CLOUDINIT] util.py[DEBUG]: Writing to /var/lib/cloud/instances/6fd19b3d-cf6b-4ee3-9e37-c951cc8f4205/datasource - wb: [420] 76 bytes
  189. Sep 22 18:02:14 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /var/lib/cloud/instances/6fd19b3d-cf6b-4ee3-9e37-c951cc8f4205/datasource (recursive=False)
  190. Sep 22 18:02:14 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /var/lib/cloud/instances/6fd19b3d-cf6b-4ee3-9e37-c951cc8f4205/datasource (recursive=False)
  191. Sep 22 18:02:14 centos6Template [CLOUDINIT] util.py[DEBUG]: Writing to /var/lib/cloud/data/previous-datasource - wb: [420] 76 bytes
  192. Sep 22 18:02:14 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /var/lib/cloud/data/previous-datasource (recursive=False)
  193. Sep 22 18:02:14 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /var/lib/cloud/data/previous-datasource (recursive=False)
  194. Sep 22 18:02:14 centos6Template [CLOUDINIT] util.py[DEBUG]: Reading from /var/lib/cloud/data/instance-id (quiet=False)
  195. Sep 22 18:02:14 centos6Template [CLOUDINIT] util.py[DEBUG]: Writing to /var/lib/cloud/data/instance-id - wb: [420] 37 bytes
  196. Sep 22 18:02:14 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /var/lib/cloud/data/instance-id (recursive=False)
  197. Sep 22 18:02:14 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /var/lib/cloud/data/instance-id (recursive=False)
  198. Sep 22 18:02:14 centos6Template [CLOUDINIT] util.py[DEBUG]: Writing to /var/lib/cloud/data/previous-instance-id - wb: [420] 37 bytes
  199. Sep 22 18:02:14 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /var/lib/cloud/data/previous-instance-id (recursive=False)
  200. Sep 22 18:02:14 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /var/lib/cloud/data/previous-instance-id (recursive=False)
  201. Sep 22 18:02:15 centos6Template [CLOUDINIT] util.py[DEBUG]: Cloud-init v. 0.7.4 running 'init' at Mon, 22 Sep 2014 16:02:15 +0000. Up 32.27 seconds.
  202. Sep 22 18:02:15 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /var/lib/cloud (recursive=False)
  203. Sep 22 18:02:15 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /var/lib/cloud/scripts (recursive=False)
  204. Sep 22 18:02:15 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /var/lib/cloud/scripts/per-instance (recursive=False)
  205. Sep 22 18:02:15 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /var/lib/cloud/scripts/per-once (recursive=False)
  206. Sep 22 18:02:15 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /var/lib/cloud/scripts/per-boot (recursive=False)
  207. Sep 22 18:02:15 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /var/lib/cloud/seed (recursive=False)
  208. Sep 22 18:02:15 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /var/lib/cloud/instances (recursive=False)
  209. Sep 22 18:02:15 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /var/lib/cloud/handlers (recursive=False)
  210. Sep 22 18:02:15 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /var/lib/cloud/sem (recursive=False)
  211. Sep 22 18:02:15 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /var/lib/cloud/data (recursive=False)
  212. Sep 22 18:02:15 centos6Template [CLOUDINIT] util.py[DEBUG]: Writing to /var/log/cloud-init.log - ab: [420] 0 bytes
  213. Sep 22 18:02:15 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /var/log/cloud-init.log (recursive=False)
  214. Sep 22 18:02:15 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /var/log/cloud-init.log (recursive=False)
  215. Sep 22 18:02:15 centos6Template [CLOUDINIT] util.py[DEBUG]: Running command ['ifconfig', '-a'] with allowed return codes [0] (shell=False, capture=True)
  216. Sep 22 18:02:15 centos6Template [CLOUDINIT] util.py[DEBUG]: Running command ['route', '-n'] with allowed return codes [0] (shell=False, capture=True)
  217. Sep 22 18:02:15 centos6Template [CLOUDINIT] util.py[DEBUG]: Reading from /proc/uptime (quiet=False)
  218. Sep 22 18:02:15 centos6Template [CLOUDINIT] util.py[DEBUG]: Read 12 bytes from /proc/uptime
  219. Sep 22 18:02:15 centos6Template [CLOUDINIT] util.py[DEBUG]: cloud-init mode 'init' took 0.260 seconds (0.26)
  220. Sep 22 18:02:15 centos6Template [CLOUDINIT] util.py[DEBUG]: Cloud-init v. 0.7.4 running 'modules:config' at Mon, 22 Sep 2014 16:02:15 +0000. Up 32.85 seconds.
  221. Sep 22 18:02:15 centos6Template [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cc_mounts', 'cloudinit.config.cc_mounts'] that have attributes ['handle']
  222. Sep 22 18:02:15 centos6Template [CLOUDINIT] importer.py[DEBUG]: Found cc_mounts with attributes ['handle'] in ['cloudinit.config.cc_mounts']
  223. Sep 22 18:02:15 centos6Template [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cc_locale', 'cloudinit.config.cc_locale'] that have attributes ['handle']
  224. Sep 22 18:02:15 centos6Template [CLOUDINIT] importer.py[DEBUG]: Found cc_locale with attributes ['handle'] in ['cloudinit.config.cc_locale']
  225. Sep 22 18:02:15 centos6Template [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cc_set_passwords', 'cloudinit.config.cc_set_passwords'] that have attributes ['handle']
  226. Sep 22 18:02:15 centos6Template [CLOUDINIT] importer.py[DEBUG]: Found cc_set_passwords with attributes ['handle'] in ['cloudinit.config.cc_set_passwords']
  227. Sep 22 18:02:15 centos6Template [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cc_timezone', 'cloudinit.config.cc_timezone'] that have attributes ['handle']
  228. Sep 22 18:02:15 centos6Template [CLOUDINIT] importer.py[DEBUG]: Found cc_timezone with attributes ['handle'] in ['cloudinit.config.cc_timezone']
  229. Sep 22 18:02:15 centos6Template [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cc_puppet', 'cloudinit.config.cc_puppet'] that have attributes ['handle']
  230. Sep 22 18:02:15 centos6Template [CLOUDINIT] importer.py[DEBUG]: Found cc_puppet with attributes ['handle'] in ['cloudinit.config.cc_puppet']
  231. Sep 22 18:02:15 centos6Template [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cc_chef', 'cloudinit.config.cc_chef'] that have attributes ['handle']
  232. Sep 22 18:02:15 centos6Template [CLOUDINIT] importer.py[DEBUG]: Found cc_chef with attributes ['handle'] in ['cloudinit.config.cc_chef']
  233. Sep 22 18:02:15 centos6Template [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cc_salt_minion', 'cloudinit.config.cc_salt_minion'] that have attributes ['handle']
  234. Sep 22 18:02:15 centos6Template [CLOUDINIT] importer.py[DEBUG]: Found cc_salt_minion with attributes ['handle'] in ['cloudinit.config.cc_salt_minion']
  235. Sep 22 18:02:15 centos6Template [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cc_mcollective', 'cloudinit.config.cc_mcollective'] that have attributes ['handle']
  236. Sep 22 18:02:15 centos6Template [CLOUDINIT] importer.py[DEBUG]: Found cc_mcollective with attributes ['handle'] in ['cloudinit.config.cc_mcollective']
  237. Sep 22 18:02:15 centos6Template [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cc_disable_ec2_metadata', 'cloudinit.config.cc_disable_ec2_metadata'] that have attributes ['handle']
  238. Sep 22 18:02:15 centos6Template [CLOUDINIT] importer.py[DEBUG]: Found cc_disable_ec2_metadata with attributes ['handle'] in ['cloudinit.config.cc_disable_ec2_metadata']
  239. Sep 22 18:02:15 centos6Template [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cc_runcmd', 'cloudinit.config.cc_runcmd'] that have attributes ['handle']
  240. Sep 22 18:02:15 centos6Template [CLOUDINIT] importer.py[DEBUG]: Found cc_runcmd with attributes ['handle'] in ['cloudinit.config.cc_runcmd']
  241. Sep 22 18:02:15 centos6Template [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['rhel', 'cloudinit.distros.rhel'] that have attributes ['Distro']
  242. Sep 22 18:02:15 centos6Template [CLOUDINIT] importer.py[DEBUG]: Found rhel with attributes ['Distro'] in ['cloudinit.distros.rhel']
  243. Sep 22 18:02:15 centos6Template [CLOUDINIT] stages.py[DEBUG]: Using distro class <class 'cloudinit.distros.rhel.Distro'>
  244. Sep 22 18:02:15 centos6Template [CLOUDINIT] util.py[DEBUG]: Writing to /var/lib/cloud/instances/6fd19b3d-cf6b-4ee3-9e37-c951cc8f4205/sem/config_mounts - wb: [420] 20 bytes
  245. Sep 22 18:02:15 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /var/lib/cloud/instances/6fd19b3d-cf6b-4ee3-9e37-c951cc8f4205/sem/config_mounts (recursive=False)
  246. Sep 22 18:02:15 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /var/lib/cloud/instances/6fd19b3d-cf6b-4ee3-9e37-c951cc8f4205/sem/config_mounts (recursive=False)
  247. Sep 22 18:02:15 centos6Template [CLOUDINIT] helpers.py[DEBUG]: Running config-mounts using lock (<FileLock using file '/var/lib/cloud/instances/6fd19b3d-cf6b-4ee3-9e37-c951cc8f4205/sem/config_mounts'>)
  248. Sep 22 18:02:15 centos6Template [CLOUDINIT] cc_mounts.py[DEBUG]: Attempting to determine the real name of ephemeral0
  249. Sep 22 18:02:15 centos6Template [CLOUDINIT] DataSourceConfigDrive.py[DEBUG]: Using ec2 metadata lookup to find device ['ephemeral0']
  250. Sep 22 18:02:15 centos6Template [CLOUDINIT] DataSourceConfigDrive.py[DEBUG]: Using os lookup to find device ['ephemeral0']
  251. Sep 22 18:02:15 centos6Template [CLOUDINIT] util.py[DEBUG]: Running command ['blkid', '-tLABEL=ephemeral0', '-odevice'] with allowed return codes [0, 2] (shell=False, capture=True)
  252. Sep 22 18:02:15 centos6Template [CLOUDINIT] cc_mounts.py[DEBUG]: Ignoring nonexistant default named mount ephemeral0
  253. Sep 22 18:02:15 centos6Template [CLOUDINIT] cc_mounts.py[DEBUG]: Attempting to determine the real name of swap
  254. Sep 22 18:02:15 centos6Template [CLOUDINIT] DataSourceConfigDrive.py[DEBUG]: Using ec2 metadata lookup to find device ['swap']
  255. Sep 22 18:02:15 centos6Template [CLOUDINIT] DataSourceConfigDrive.py[DEBUG]: Using os lookup to find device ['swap']
  256. Sep 22 18:02:15 centos6Template [CLOUDINIT] util.py[DEBUG]: Running command ['blkid', '-tTYPE=swap', '-odevice'] with allowed return codes [0, 2] (shell=False, capture=True)
  257. Sep 22 18:02:15 centos6Template [CLOUDINIT] DataSourceConfigDrive.py[DEBUG]: Using cfg drive lookup mapped to device /dev/mapper/vg00-swap
  258. Sep 22 18:02:15 centos6Template [CLOUDINIT] cc_mounts.py[DEBUG]: Mapped metadata name swap to /dev/mapper/vg00-swap
  259. Sep 22 18:02:15 centos6Template [CLOUDINIT] cc_mounts.py[DEBUG]: did not find entry for vg00-swap in /sys/block
  260. Sep 22 18:02:15 centos6Template [CLOUDINIT] cc_mounts.py[DEBUG]: Ignoring nonexistant default named mount swap
  261. Sep 22 18:02:15 centos6Template [CLOUDINIT] cc_mounts.py[DEBUG]: No modifications to fstab needed.
  262. Sep 22 18:02:15 centos6Template [CLOUDINIT] util.py[DEBUG]: Writing to /var/lib/cloud/instances/6fd19b3d-cf6b-4ee3-9e37-c951cc8f4205/sem/config_locale - wb: [420] 20 bytes
  263. Sep 22 18:02:15 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /var/lib/cloud/instances/6fd19b3d-cf6b-4ee3-9e37-c951cc8f4205/sem/config_locale (recursive=False)
  264. Sep 22 18:02:15 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /var/lib/cloud/instances/6fd19b3d-cf6b-4ee3-9e37-c951cc8f4205/sem/config_locale (recursive=False)
  265. Sep 22 18:02:15 centos6Template [CLOUDINIT] helpers.py[DEBUG]: Running config-locale using lock (<FileLock using file '/var/lib/cloud/instances/6fd19b3d-cf6b-4ee3-9e37-c951cc8f4205/sem/config_locale'>)
  266. Sep 22 18:02:15 centos6Template [CLOUDINIT] cc_locale.py[DEBUG]: Setting locale to en_US.UTF-8
  267. Sep 22 18:02:15 centos6Template [CLOUDINIT] util.py[DEBUG]: Reading from /etc/sysconfig/i18n (quiet=False)
  268. Sep 22 18:02:15 centos6Template [CLOUDINIT] util.py[DEBUG]: Read 47 bytes from /etc/sysconfig/i18n
  269. Sep 22 18:02:15 centos6Template [CLOUDINIT] util.py[DEBUG]: Writing to /etc/sysconfig/i18n - wb: [420] 43 bytes
  270. Sep 22 18:02:16 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /etc/sysconfig/i18n (recursive=False)
  271. Sep 22 18:02:16 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /etc/sysconfig/i18n (recursive=False)
  272. Sep 22 18:02:16 centos6Template [CLOUDINIT] util.py[DEBUG]: Writing to /var/lib/cloud/instances/6fd19b3d-cf6b-4ee3-9e37-c951cc8f4205/sem/config_set_passwords - wb: [420] 20 bytes
  273. Sep 22 18:02:16 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /var/lib/cloud/instances/6fd19b3d-cf6b-4ee3-9e37-c951cc8f4205/sem/config_set_passwords (recursive=False)
  274. Sep 22 18:02:16 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /var/lib/cloud/instances/6fd19b3d-cf6b-4ee3-9e37-c951cc8f4205/sem/config_set_passwords (recursive=False)
  275. Sep 22 18:02:16 centos6Template [CLOUDINIT] helpers.py[DEBUG]: Running config-set-passwords using lock (<FileLock using file '/var/lib/cloud/instances/6fd19b3d-cf6b-4ee3-9e37-c951cc8f4205/sem/config_set_passwords'>)
  276. Sep 22 18:02:16 centos6Template [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger']
  277. Sep 22 18:02:16 centos6Template [CLOUDINIT] importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list']
  278. Sep 22 18:02:16 centos6Template [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger']
  279. Sep 22 18:02:16 centos6Template [CLOUDINIT] importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict']
  280. Sep 22 18:02:16 centos6Template [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger']
  281. Sep 22 18:02:16 centos6Template [CLOUDINIT] importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str']
  282. Sep 22 18:02:16 centos6Template [CLOUDINIT] __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
  283. Sep 22 18:02:16 centos6Template [CLOUDINIT] __init__.py[DEBUG]: Merging using located merger 'DictMerger: (method=no_replace,recurse_str=False,recurse_dict=True,recurse_array=False,allow_delete=False)' since it had method '_on_dict'
  284. Sep 22 18:02:16 centos6Template [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger']
  285. Sep 22 18:02:16 centos6Template [CLOUDINIT] importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list']
  286. Sep 22 18:02:16 centos6Template [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger']
  287. Sep 22 18:02:16 centos6Template [CLOUDINIT] importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict']
  288. Sep 22 18:02:16 centos6Template [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger']
  289. Sep 22 18:02:16 centos6Template [CLOUDINIT] importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str']
  290. Sep 22 18:02:16 centos6Template [CLOUDINIT] __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
  291. Sep 22 18:02:16 centos6Template [CLOUDINIT] __init__.py[DEBUG]: Merging using located merger 'DictMerger: (method=no_replace,recurse_str=False,recurse_dict=True,recurse_array=False,allow_delete=False)' since it had method '_on_dict'
  292. Sep 22 18:02:16 centos6Template [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger']
  293. Sep 22 18:02:16 centos6Template [CLOUDINIT] importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list']
  294. Sep 22 18:02:16 centos6Template [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger']
  295. Sep 22 18:02:16 centos6Template [CLOUDINIT] importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict']
  296. Sep 22 18:02:16 centos6Template [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger']
  297. Sep 22 18:02:16 centos6Template [CLOUDINIT] importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str']
  298. Sep 22 18:02:16 centos6Template [CLOUDINIT] __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
  299. Sep 22 18:02:16 centos6Template [CLOUDINIT] __init__.py[DEBUG]: Merging using located merger 'DictMerger: (method=no_replace,recurse_str=False,recurse_dict=True,recurse_array=False,allow_delete=False)' since it had method '_on_dict'
  300. Sep 22 18:02:16 centos6Template [CLOUDINIT] cc_set_passwords.py[DEBUG]: Changing password for ['root']:
  301. Sep 22 18:02:16 centos6Template [CLOUDINIT] util.py[DEBUG]: Running command ['chpasswd'] with allowed return codes [0] (shell=False, capture=True)
  302. Sep 22 18:02:16 centos6Template [CLOUDINIT] util.py[DEBUG]: Reading from /etc/ssh/sshd_config (quiet=False)
  303. Sep 22 18:02:16 centos6Template [CLOUDINIT] util.py[DEBUG]: Read 3879 bytes from /etc/ssh/sshd_config
  304. Sep 22 18:02:16 centos6Template [CLOUDINIT] cc_set_passwords.py[DEBUG]: Replacing auth line 66 with yes
  305. Sep 22 18:02:16 centos6Template [CLOUDINIT] util.py[DEBUG]: Writing to /etc/ssh/sshd_config - wb: [420] 3876 bytes
  306. Sep 22 18:02:16 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /etc/ssh/sshd_config (recursive=False)
  307. Sep 22 18:02:16 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /etc/ssh/sshd_config (recursive=False)
  308. Sep 22 18:02:16 centos6Template [CLOUDINIT] util.py[DEBUG]: Running command ['service', 'sshd', 'restart'] with allowed return codes [0] (shell=False, capture=True)
  309. Sep 22 18:02:17 centos6Template [CLOUDINIT] cc_set_passwords.py[DEBUG]: Restarted the ssh daemon
  310. Sep 22 18:02:17 centos6Template [CLOUDINIT] util.py[DEBUG]: Writing to /var/lib/cloud/instances/6fd19b3d-cf6b-4ee3-9e37-c951cc8f4205/sem/config_timezone - wb: [420] 20 bytes
  311. Sep 22 18:02:17 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /var/lib/cloud/instances/6fd19b3d-cf6b-4ee3-9e37-c951cc8f4205/sem/config_timezone (recursive=False)
  312. Sep 22 18:02:17 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /var/lib/cloud/instances/6fd19b3d-cf6b-4ee3-9e37-c951cc8f4205/sem/config_timezone (recursive=False)
  313. Sep 22 18:02:17 centos6Template [CLOUDINIT] helpers.py[DEBUG]: Running config-timezone using lock (<FileLock using file '/var/lib/cloud/instances/6fd19b3d-cf6b-4ee3-9e37-c951cc8f4205/sem/config_timezone'>)
  314. Sep 22 18:02:17 centos6Template [CLOUDINIT] cc_timezone.py[DEBUG]: Skipping module named timezone, no 'timezone' specified
  315. Sep 22 18:02:17 centos6Template [CLOUDINIT] util.py[DEBUG]: Writing to /var/lib/cloud/instances/6fd19b3d-cf6b-4ee3-9e37-c951cc8f4205/sem/config_puppet - wb: [420] 20 bytes
  316. Sep 22 18:02:17 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /var/lib/cloud/instances/6fd19b3d-cf6b-4ee3-9e37-c951cc8f4205/sem/config_puppet (recursive=False)
  317. Sep 22 18:02:17 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /var/lib/cloud/instances/6fd19b3d-cf6b-4ee3-9e37-c951cc8f4205/sem/config_puppet (recursive=False)
  318. Sep 22 18:02:17 centos6Template [CLOUDINIT] helpers.py[DEBUG]: Running config-puppet using lock (<FileLock using file '/var/lib/cloud/instances/6fd19b3d-cf6b-4ee3-9e37-c951cc8f4205/sem/config_puppet'>)
  319. Sep 22 18:02:17 centos6Template [CLOUDINIT] cc_puppet.py[DEBUG]: Skipping module named puppet, no 'puppet' configuration found
  320. Sep 22 18:02:17 centos6Template [CLOUDINIT] util.py[DEBUG]: Writing to /var/lib/cloud/instances/6fd19b3d-cf6b-4ee3-9e37-c951cc8f4205/sem/config_chef - wb: [420] 20 bytes
  321. Sep 22 18:02:17 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /var/lib/cloud/instances/6fd19b3d-cf6b-4ee3-9e37-c951cc8f4205/sem/config_chef (recursive=False)
  322. Sep 22 18:02:17 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /var/lib/cloud/instances/6fd19b3d-cf6b-4ee3-9e37-c951cc8f4205/sem/config_chef (recursive=False)
  323. Sep 22 18:02:17 centos6Template [CLOUDINIT] helpers.py[DEBUG]: Running config-chef using lock (<FileLock using file '/var/lib/cloud/instances/6fd19b3d-cf6b-4ee3-9e37-c951cc8f4205/sem/config_chef'>)
  324. Sep 22 18:02:17 centos6Template [CLOUDINIT] cc_chef.py[DEBUG]: Skipping module named chef, no 'chef' key in configuration
  325. Sep 22 18:02:17 centos6Template [CLOUDINIT] util.py[DEBUG]: Writing to /var/lib/cloud/instances/6fd19b3d-cf6b-4ee3-9e37-c951cc8f4205/sem/config_salt_minion - wb: [420] 20 bytes
  326. Sep 22 18:02:17 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /var/lib/cloud/instances/6fd19b3d-cf6b-4ee3-9e37-c951cc8f4205/sem/config_salt_minion (recursive=False)
  327. Sep 22 18:02:17 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /var/lib/cloud/instances/6fd19b3d-cf6b-4ee3-9e37-c951cc8f4205/sem/config_salt_minion (recursive=False)
  328. Sep 22 18:02:17 centos6Template [CLOUDINIT] helpers.py[DEBUG]: Running config-salt-minion using lock (<FileLock using file '/var/lib/cloud/instances/6fd19b3d-cf6b-4ee3-9e37-c951cc8f4205/sem/config_salt_minion'>)
  329. Sep 22 18:02:17 centos6Template [CLOUDINIT] cc_salt_minion.py[DEBUG]: Skipping module named salt-minion, no 'salt_minion' key in configuration
  330. Sep 22 18:02:17 centos6Template [CLOUDINIT] util.py[DEBUG]: Writing to /var/lib/cloud/instances/6fd19b3d-cf6b-4ee3-9e37-c951cc8f4205/sem/config_mcollective - wb: [420] 20 bytes
  331. Sep 22 18:02:17 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /var/lib/cloud/instances/6fd19b3d-cf6b-4ee3-9e37-c951cc8f4205/sem/config_mcollective (recursive=False)
  332. Sep 22 18:02:17 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /var/lib/cloud/instances/6fd19b3d-cf6b-4ee3-9e37-c951cc8f4205/sem/config_mcollective (recursive=False)
  333. Sep 22 18:02:17 centos6Template [CLOUDINIT] helpers.py[DEBUG]: Running config-mcollective using lock (<FileLock using file '/var/lib/cloud/instances/6fd19b3d-cf6b-4ee3-9e37-c951cc8f4205/sem/config_mcollective'>)
  334. Sep 22 18:02:17 centos6Template [CLOUDINIT] cc_mcollective.py[DEBUG]: Skipping module named mcollective, no 'mcollective' key in configuration
  335. Sep 22 18:02:17 centos6Template [CLOUDINIT] helpers.py[DEBUG]: Running config-disable-ec2-metadata using lock (<cloudinit.helpers.DummyLock object at 0x1f01f10>)
  336. Sep 22 18:02:17 centos6Template [CLOUDINIT] cc_disable_ec2_metadata.py[DEBUG]: Skipping module named disable-ec2-metadata, disabling the ec2 route not enabled
  337. Sep 22 18:02:17 centos6Template [CLOUDINIT] util.py[DEBUG]: Writing to /var/lib/cloud/instances/6fd19b3d-cf6b-4ee3-9e37-c951cc8f4205/sem/config_runcmd - wb: [420] 20 bytes
  338. Sep 22 18:02:17 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /var/lib/cloud/instances/6fd19b3d-cf6b-4ee3-9e37-c951cc8f4205/sem/config_runcmd (recursive=False)
  339. Sep 22 18:02:17 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /var/lib/cloud/instances/6fd19b3d-cf6b-4ee3-9e37-c951cc8f4205/sem/config_runcmd (recursive=False)
  340. Sep 22 18:02:17 centos6Template [CLOUDINIT] helpers.py[DEBUG]: Running config-runcmd using lock (<FileLock using file '/var/lib/cloud/instances/6fd19b3d-cf6b-4ee3-9e37-c951cc8f4205/sem/config_runcmd'>)
  341. Sep 22 18:02:17 centos6Template [CLOUDINIT] util.py[DEBUG]: Shellified 1 commands.
  342. Sep 22 18:02:17 centos6Template [CLOUDINIT] util.py[DEBUG]: Writing to /var/lib/cloud/instances/6fd19b3d-cf6b-4ee3-9e37-c951cc8f4205/scripts/runcmd - wb: [448] 138 bytes
  343. Sep 22 18:02:17 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /var/lib/cloud/instances/6fd19b3d-cf6b-4ee3-9e37-c951cc8f4205/scripts/runcmd (recursive=False)
  344. Sep 22 18:02:17 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /var/lib/cloud/instances/6fd19b3d-cf6b-4ee3-9e37-c951cc8f4205/scripts/runcmd (recursive=False)
  345. Sep 22 18:02:17 centos6Template [CLOUDINIT] cloud-init[DEBUG]: Ran 10 modules with 0 failures
  346. Sep 22 18:02:17 centos6Template [CLOUDINIT] util.py[DEBUG]: Reading from /proc/uptime (quiet=False)
  347. Sep 22 18:02:17 centos6Template [CLOUDINIT] util.py[DEBUG]: Read 12 bytes from /proc/uptime
  348. Sep 22 18:02:17 centos6Template [CLOUDINIT] util.py[DEBUG]: cloud-init mode 'modules' took 1.993 seconds (1.99)
  349. Sep 22 18:02:18 centos6Template [CLOUDINIT] util.py[DEBUG]: Cloud-init v. 0.7.4 running 'modules:final' at Mon, 22 Sep 2014 16:02:18 +0000. Up 35.16 seconds.
  350. Sep 22 18:02:18 centos6Template [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cc_rightscale_userdata', 'cloudinit.config.cc_rightscale_userdata'] that have attributes ['handle']
  351. Sep 22 18:02:18 centos6Template [CLOUDINIT] importer.py[DEBUG]: Found cc_rightscale_userdata with attributes ['handle'] in ['cloudinit.config.cc_rightscale_userdata']
  352. Sep 22 18:02:18 centos6Template [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cc_scripts_per_once', 'cloudinit.config.cc_scripts_per_once'] that have attributes ['handle']
  353. Sep 22 18:02:18 centos6Template [CLOUDINIT] importer.py[DEBUG]: Found cc_scripts_per_once with attributes ['handle'] in ['cloudinit.config.cc_scripts_per_once']
  354. Sep 22 18:02:18 centos6Template [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cc_scripts_per_boot', 'cloudinit.config.cc_scripts_per_boot'] that have attributes ['handle']
  355. Sep 22 18:02:18 centos6Template [CLOUDINIT] importer.py[DEBUG]: Found cc_scripts_per_boot with attributes ['handle'] in ['cloudinit.config.cc_scripts_per_boot']
  356. Sep 22 18:02:18 centos6Template [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cc_scripts_per_instance', 'cloudinit.config.cc_scripts_per_instance'] that have attributes ['handle']
  357. Sep 22 18:02:18 centos6Template [CLOUDINIT] importer.py[DEBUG]: Found cc_scripts_per_instance with attributes ['handle'] in ['cloudinit.config.cc_scripts_per_instance']
  358. Sep 22 18:02:18 centos6Template [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cc_scripts_user', 'cloudinit.config.cc_scripts_user'] that have attributes ['handle']
  359. Sep 22 18:02:18 centos6Template [CLOUDINIT] importer.py[DEBUG]: Found cc_scripts_user with attributes ['handle'] in ['cloudinit.config.cc_scripts_user']
  360. Sep 22 18:02:18 centos6Template [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cc_ssh_authkey_fingerprints', 'cloudinit.config.cc_ssh_authkey_fingerprints'] that have attributes ['handle']
  361. Sep 22 18:02:18 centos6Template [CLOUDINIT] importer.py[DEBUG]: Found cc_ssh_authkey_fingerprints with attributes ['handle'] in ['cloudinit.config.cc_ssh_authkey_fingerprints']
  362. Sep 22 18:02:18 centos6Template [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cc_keys_to_console', 'cloudinit.config.cc_keys_to_console'] that have attributes ['handle']
  363. Sep 22 18:02:18 centos6Template [CLOUDINIT] importer.py[DEBUG]: Found cc_keys_to_console with attributes ['handle'] in ['cloudinit.config.cc_keys_to_console']
  364. Sep 22 18:02:18 centos6Template [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cc_phone_home', 'cloudinit.config.cc_phone_home'] that have attributes ['handle']
  365. Sep 22 18:02:18 centos6Template [CLOUDINIT] importer.py[DEBUG]: Found cc_phone_home with attributes ['handle'] in ['cloudinit.config.cc_phone_home']
  366. Sep 22 18:02:18 centos6Template [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cc_final_message', 'cloudinit.config.cc_final_message'] that have attributes ['handle']
  367. Sep 22 18:02:18 centos6Template [CLOUDINIT] importer.py[DEBUG]: Found cc_final_message with attributes ['handle'] in ['cloudinit.config.cc_final_message']
  368. Sep 22 18:02:18 centos6Template [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['rhel', 'cloudinit.distros.rhel'] that have attributes ['Distro']
  369. Sep 22 18:02:18 centos6Template [CLOUDINIT] importer.py[DEBUG]: Found rhel with attributes ['Distro'] in ['cloudinit.distros.rhel']
  370. Sep 22 18:02:18 centos6Template [CLOUDINIT] stages.py[DEBUG]: Using distro class <class 'cloudinit.distros.rhel.Distro'>
  371. Sep 22 18:02:18 centos6Template [CLOUDINIT] util.py[DEBUG]: Writing to /var/lib/cloud/instances/6fd19b3d-cf6b-4ee3-9e37-c951cc8f4205/sem/config_rightscale_userdata - wb: [420] 20 bytes
  372. Sep 22 18:02:18 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /var/lib/cloud/instances/6fd19b3d-cf6b-4ee3-9e37-c951cc8f4205/sem/config_rightscale_userdata (recursive=False)
  373. Sep 22 18:02:18 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /var/lib/cloud/instances/6fd19b3d-cf6b-4ee3-9e37-c951cc8f4205/sem/config_rightscale_userdata (recursive=False)
  374. Sep 22 18:02:18 centos6Template [CLOUDINIT] helpers.py[DEBUG]: Running config-rightscale_userdata using lock (<FileLock using file '/var/lib/cloud/instances/6fd19b3d-cf6b-4ee3-9e37-c951cc8f4205/sem/config_rightscale_userdata'>)
  375. Sep 22 18:02:18 centos6Template [CLOUDINIT] cc_rightscale_userdata.py[DEBUG]: Failed to get raw userdata in module rightscale_userdata
  376. Sep 22 18:02:18 centos6Template [CLOUDINIT] util.py[DEBUG]: Writing to /var/lib/cloud/sem/config_scripts_per_once.once - wb: [420] 20 bytes
  377. Sep 22 18:02:18 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /var/lib/cloud/sem/config_scripts_per_once.once (recursive=False)
  378. Sep 22 18:02:18 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /var/lib/cloud/sem/config_scripts_per_once.once (recursive=False)
  379. Sep 22 18:02:18 centos6Template [CLOUDINIT] helpers.py[DEBUG]: Running config-scripts-per-once using lock (<FileLock using file '/var/lib/cloud/sem/config_scripts_per_once.once'>)
  380. Sep 22 18:02:18 centos6Template [CLOUDINIT] helpers.py[DEBUG]: Running config-scripts-per-boot using lock (<cloudinit.helpers.DummyLock object at 0x3247b50>)
  381. Sep 22 18:02:18 centos6Template [CLOUDINIT] util.py[DEBUG]: Writing to /var/lib/cloud/instances/6fd19b3d-cf6b-4ee3-9e37-c951cc8f4205/sem/config_scripts_per_instance - wb: [420] 20 bytes
  382. Sep 22 18:02:18 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /var/lib/cloud/instances/6fd19b3d-cf6b-4ee3-9e37-c951cc8f4205/sem/config_scripts_per_instance (recursive=False)
  383. Sep 22 18:02:18 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /var/lib/cloud/instances/6fd19b3d-cf6b-4ee3-9e37-c951cc8f4205/sem/config_scripts_per_instance (recursive=False)
  384. Sep 22 18:02:18 centos6Template [CLOUDINIT] helpers.py[DEBUG]: Running config-scripts-per-instance using lock (<FileLock using file '/var/lib/cloud/instances/6fd19b3d-cf6b-4ee3-9e37-c951cc8f4205/sem/config_scripts_per_instance'>)
  385. Sep 22 18:02:18 centos6Template [CLOUDINIT] util.py[DEBUG]: Writing to /var/lib/cloud/instances/6fd19b3d-cf6b-4ee3-9e37-c951cc8f4205/sem/config_scripts_user - wb: [420] 20 bytes
  386. Sep 22 18:02:18 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /var/lib/cloud/instances/6fd19b3d-cf6b-4ee3-9e37-c951cc8f4205/sem/config_scripts_user (recursive=False)
  387. Sep 22 18:02:18 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /var/lib/cloud/instances/6fd19b3d-cf6b-4ee3-9e37-c951cc8f4205/sem/config_scripts_user (recursive=False)
  388. Sep 22 18:02:18 centos6Template [CLOUDINIT] helpers.py[DEBUG]: Running config-scripts-user using lock (<FileLock using file '/var/lib/cloud/instances/6fd19b3d-cf6b-4ee3-9e37-c951cc8f4205/sem/config_scripts_user'>)
  389. Sep 22 18:02:18 centos6Template [CLOUDINIT] util.py[DEBUG]: Running command ['/var/lib/cloud/instance/scripts/runcmd'] with allowed return codes [0] (shell=False, capture=False)
  390. Sep 22 18:02:18 centos6Template [CLOUDINIT] util.py[DEBUG]: Writing to /var/lib/cloud/instances/6fd19b3d-cf6b-4ee3-9e37-c951cc8f4205/sem/config_ssh_authkey_fingerprints - wb: [420] 20 bytes
  391. Sep 22 18:02:18 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /var/lib/cloud/instances/6fd19b3d-cf6b-4ee3-9e37-c951cc8f4205/sem/config_ssh_authkey_fingerprints (recursive=False)
  392. Sep 22 18:02:18 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /var/lib/cloud/instances/6fd19b3d-cf6b-4ee3-9e37-c951cc8f4205/sem/config_ssh_authkey_fingerprints (recursive=False)
  393. Sep 22 18:02:18 centos6Template [CLOUDINIT] helpers.py[DEBUG]: Running config-ssh-authkey-fingerprints using lock (<FileLock using file '/var/lib/cloud/instances/6fd19b3d-cf6b-4ee3-9e37-c951cc8f4205/sem/config_ssh_authkey_fingerprints'>)
  394. Sep 22 18:02:18 centos6Template [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger']
  395. Sep 22 18:02:18 centos6Template [CLOUDINIT] importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list']
  396. Sep 22 18:02:18 centos6Template [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger']
  397. Sep 22 18:02:18 centos6Template [CLOUDINIT] importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict']
  398. Sep 22 18:02:18 centos6Template [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger']
  399. Sep 22 18:02:18 centos6Template [CLOUDINIT] importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str']
  400. Sep 22 18:02:18 centos6Template [CLOUDINIT] __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
  401. Sep 22 18:02:18 centos6Template [CLOUDINIT] __init__.py[DEBUG]: Merging using located merger 'DictMerger: (method=no_replace,recurse_str=False,recurse_dict=True,recurse_array=False,allow_delete=False)' since it had method '_on_dict'
  402. Sep 22 18:02:18 centos6Template [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger']
  403. Sep 22 18:02:18 centos6Template [CLOUDINIT] importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list']
  404. Sep 22 18:02:18 centos6Template [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger']
  405. Sep 22 18:02:18 centos6Template [CLOUDINIT] importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict']
  406. Sep 22 18:02:18 centos6Template [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger']
  407. Sep 22 18:02:18 centos6Template [CLOUDINIT] importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str']
  408. Sep 22 18:02:18 centos6Template [CLOUDINIT] __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
  409. Sep 22 18:02:18 centos6Template [CLOUDINIT] __init__.py[DEBUG]: Merging using located merger 'DictMerger: (method=no_replace,recurse_str=False,recurse_dict=True,recurse_array=False,allow_delete=False)' since it had method '_on_dict'
  410. Sep 22 18:02:18 centos6Template [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger']
  411. Sep 22 18:02:18 centos6Template [CLOUDINIT] importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list']
  412. Sep 22 18:02:18 centos6Template [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger']
  413. Sep 22 18:02:18 centos6Template [CLOUDINIT] importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict']
  414. Sep 22 18:02:18 centos6Template [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger']
  415. Sep 22 18:02:18 centos6Template [CLOUDINIT] importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str']
  416. Sep 22 18:02:18 centos6Template [CLOUDINIT] __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
  417. Sep 22 18:02:18 centos6Template [CLOUDINIT] __init__.py[DEBUG]: Merging using located merger 'DictMerger: (method=no_replace,recurse_str=False,recurse_dict=True,recurse_array=False,allow_delete=False)' since it had method '_on_dict'
  418. Sep 22 18:02:18 centos6Template [CLOUDINIT] util.py[DEBUG]: Reading from /etc/ssh/sshd_config (quiet=False)
  419. Sep 22 18:02:18 centos6Template [CLOUDINIT] util.py[DEBUG]: Read 3876 bytes from /etc/ssh/sshd_config
  420. Sep 22 18:02:18 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /root/.ssh (recursive=True)
  421. Sep 22 18:02:18 centos6Template [CLOUDINIT] util.py[DEBUG]: Reading from /root/.ssh/authorized_keys (quiet=False)
  422. Sep 22 18:02:18 centos6Template [CLOUDINIT] util.py[DEBUG]: Read 610 bytes from /root/.ssh/authorized_keys
  423. Sep 22 18:02:18 centos6Template [CLOUDINIT] util.py[DEBUG]: Writing to /var/lib/cloud/instances/6fd19b3d-cf6b-4ee3-9e37-c951cc8f4205/sem/config_keys_to_console - wb: [420] 19 bytes
  424. Sep 22 18:02:18 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /var/lib/cloud/instances/6fd19b3d-cf6b-4ee3-9e37-c951cc8f4205/sem/config_keys_to_console (recursive=False)
  425. Sep 22 18:02:18 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /var/lib/cloud/instances/6fd19b3d-cf6b-4ee3-9e37-c951cc8f4205/sem/config_keys_to_console (recursive=False)
  426. Sep 22 18:02:18 centos6Template [CLOUDINIT] helpers.py[DEBUG]: Running config-keys-to-console using lock (<FileLock using file '/var/lib/cloud/instances/6fd19b3d-cf6b-4ee3-9e37-c951cc8f4205/sem/config_keys_to_console'>)
  427. Sep 22 18:02:18 centos6Template [CLOUDINIT] util.py[DEBUG]: Running command ['/usr/libexec/cloud-init/write-ssh-key-fingerprints', '', 'ssh-dss'] with allowed return codes [0] (shell=False, capture=True)
  428. Sep 22 18:02:18 centos6Template [CLOUDINIT] util.py[DEBUG]: Writing to /var/lib/cloud/instances/6fd19b3d-cf6b-4ee3-9e37-c951cc8f4205/sem/config_phone_home - wb: [420] 20 bytes
  429. Sep 22 18:02:18 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /var/lib/cloud/instances/6fd19b3d-cf6b-4ee3-9e37-c951cc8f4205/sem/config_phone_home (recursive=False)
  430. Sep 22 18:02:18 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /var/lib/cloud/instances/6fd19b3d-cf6b-4ee3-9e37-c951cc8f4205/sem/config_phone_home (recursive=False)
  431. Sep 22 18:02:18 centos6Template [CLOUDINIT] helpers.py[DEBUG]: Running config-phone-home using lock (<FileLock using file '/var/lib/cloud/instances/6fd19b3d-cf6b-4ee3-9e37-c951cc8f4205/sem/config_phone_home'>)
  432. Sep 22 18:02:18 centos6Template [CLOUDINIT] cc_phone_home.py[DEBUG]: Skipping module named phone-home, no 'phone_home' configuration found
  433. Sep 22 18:02:18 centos6Template [CLOUDINIT] helpers.py[DEBUG]: Running config-final-message using lock (<cloudinit.helpers.DummyLock object at 0x3241150>)
  434. Sep 22 18:02:18 centos6Template [CLOUDINIT] util.py[DEBUG]: Reading from /proc/uptime (quiet=False)
  435. Sep 22 18:02:18 centos6Template [CLOUDINIT] util.py[DEBUG]: Read 12 bytes from /proc/uptime
  436. Sep 22 18:02:18 centos6Template [CLOUDINIT] util.py[DEBUG]: Cloud-init v. 0.7.4 finished at Mon, 22 Sep 2014 16:02:18 +0000. Datasource DataSourceConfigDrive [local,ver=2][source=/dev/sr1]. Up 35.52 seconds
  437. Sep 22 18:02:18 centos6Template [CLOUDINIT] util.py[DEBUG]: Writing to /var/lib/cloud/instance/boot-finished - wb: [420] 51 bytes
  438. Sep 22 18:02:18 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /var/lib/cloud/instances/6fd19b3d-cf6b-4ee3-9e37-c951cc8f4205/boot-finished (recursive=False)
  439. Sep 22 18:02:18 centos6Template [CLOUDINIT] util.py[DEBUG]: Restoring selinux mode for /var/lib/cloud/instances/6fd19b3d-cf6b-4ee3-9e37-c951cc8f4205/boot-finished (recursive=False)
  440. Sep 22 18:02:18 centos6Template [CLOUDINIT] cloud-init[DEBUG]: Ran 9 modules with 0 failures
  441. Sep 22 18:02:18 centos6Template [CLOUDINIT] util.py[DEBUG]: Reading from /proc/uptime (quiet=False)
  442. Sep 22 18:02:18 centos6Template [CLOUDINIT] util.py[DEBUG]: Read 12 bytes from /proc/uptime
  443. Sep 22 18:02:18 centos6Template [CLOUDINIT] util.py[DEBUG]: cloud-init mode 'modules' took 0.370 seconds (0.37)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement