-
-
Save pas256/f1b22717868b5e5eaa2d to your computer and use it in GitHub Desktop.
cloud-init
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[root@ip-10-0-12-67 ~]# mount /dev/xvdg /mnt | |
[root@ip-10-0-12-67 ~]# cd /mnt | |
[root@ip-10-0-12-67 mnt]# mount -t proc proc proc/ | |
[root@ip-10-0-12-67 mnt]# mount -t sysfs sys sys/ | |
[root@ip-10-0-12-67 mnt]# mount -o bind /dev dev/ | |
[root@ip-10-0-12-67 mnt]# chroot /mnt | |
[root@ip-10-0-12-67 /]# cloud-init --debug init | |
2014-06-28 00:06:39,123 - util.py[DEBUG]: Reading from /proc/cmdline (quiet=False) | |
2014-06-28 00:06:39,124 - util.py[DEBUG]: Read 27 bytes from /proc/cmdline | |
2014-06-28 00:06:39,124 - util.py[DEBUG]: Reading from /proc/uptime (quiet=False) | |
2014-06-28 00:06:39,124 - util.py[DEBUG]: Read 16 bytes from /proc/uptime | |
2014-06-28 00:06:39,125 - util.py[DEBUG]: Reading from /proc/cmdline (quiet=False) | |
2014-06-28 00:06:39,125 - util.py[DEBUG]: Read 27 bytes from /proc/cmdline | |
2014-06-28 00:06:39,125 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg (quiet=False) | |
2014-06-28 00:06:39,344 - util.py[DEBUG]: Read 559 bytes from /etc/cloud/cloud.cfg | |
2014-06-28 00:06:39,344 - util.py[DEBUG]: Attempting to load yaml from string of length 559 with allowed root types (<type 'dict'>,) | |
2014-06-28 00:06:39,353 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/05_logging.cfg (quiet=False) | |
2014-06-28 00:06:39,354 - util.py[DEBUG]: Read 1727 bytes from /etc/cloud/cloud.cfg.d/05_logging.cfg | |
2014-06-28 00:06:39,354 - util.py[DEBUG]: Attempting to load yaml from string of length 1727 with allowed root types (<type 'dict'>,) | |
2014-06-28 00:06:39,359 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/00_defaults.cfg (quiet=False) | |
2014-06-28 00:06:39,360 - util.py[DEBUG]: Read 2575 bytes from /etc/cloud/cloud.cfg.d/00_defaults.cfg | |
2014-06-28 00:06:39,360 - util.py[DEBUG]: Attempting to load yaml from string of length 2575 with allowed root types (<type 'dict'>,) | |
2014-06-28 00:06:39,386 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger'] | |
2014-06-28 00:06:39,388 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list'] | |
2014-06-28 00:06:39,388 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger'] | |
2014-06-28 00:06:39,390 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict'] | |
2014-06-28 00:06:39,390 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger'] | |
2014-06-28 00:06:39,392 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str'] | |
2014-06-28 00:06:39,392 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' | |
2014-06-28 00:06:39,392 - __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' | |
2014-06-28 00:06:39,392 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger'] | |
2014-06-28 00:06:39,392 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list'] | |
2014-06-28 00:06:39,392 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger'] | |
2014-06-28 00:06:39,393 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict'] | |
2014-06-28 00:06:39,393 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger'] | |
2014-06-28 00:06:39,393 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str'] | |
2014-06-28 00:06:39,393 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' | |
2014-06-28 00:06:39,393 - __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' | |
2014-06-28 00:06:39,393 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger'] | |
2014-06-28 00:06:39,394 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list'] | |
2014-06-28 00:06:39,394 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger'] | |
2014-06-28 00:06:39,394 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict'] | |
2014-06-28 00:06:39,394 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger'] | |
2014-06-28 00:06:39,394 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str'] | |
2014-06-28 00:06:39,394 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' | |
2014-06-28 00:06:39,394 - __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' | |
2014-06-28 00:06:39,395 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger'] | |
2014-06-28 00:06:39,395 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list'] | |
2014-06-28 00:06:39,395 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger'] | |
2014-06-28 00:06:39,395 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict'] | |
2014-06-28 00:06:39,395 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger'] | |
2014-06-28 00:06:39,395 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str'] | |
2014-06-28 00:06:39,395 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' | |
2014-06-28 00:06:39,395 - __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' | |
2014-06-28 00:06:39,400 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger'] | |
2014-06-28 00:06:39,400 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list'] | |
2014-06-28 00:06:39,400 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger'] | |
2014-06-28 00:06:39,400 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict'] | |
2014-06-28 00:06:39,400 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger'] | |
2014-06-28 00:06:39,400 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str'] | |
2014-06-28 00:06:39,401 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' | |
2014-06-28 00:06:39,401 - __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' | |
2014-06-28 00:06:39,401 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger'] | |
2014-06-28 00:06:39,401 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list'] | |
2014-06-28 00:06:39,401 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger'] | |
2014-06-28 00:06:39,401 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict'] | |
2014-06-28 00:06:39,401 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger'] | |
2014-06-28 00:06:39,402 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str'] | |
2014-06-28 00:06:39,402 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' | |
2014-06-28 00:06:39,402 - __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' | |
2014-06-28 00:06:39,402 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' | |
2014-06-28 00:06:39,402 - __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' | |
2014-06-28 00:06:39,402 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' | |
2014-06-28 00:06:39,402 - __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' | |
2014-06-28 00:06:39,405 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger'] | |
2014-06-28 00:06:39,405 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list'] | |
2014-06-28 00:06:39,406 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger'] | |
2014-06-28 00:06:39,406 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict'] | |
2014-06-28 00:06:39,406 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger'] | |
2014-06-28 00:06:39,406 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str'] | |
2014-06-28 00:06:39,406 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' | |
2014-06-28 00:06:39,406 - __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' | |
2014-06-28 00:06:39,407 - cloud-init[DEBUG]: Closing stdin | |
2014-06-28 00:06:39,407 - cloud-init[DEBUG]: Logging being reset, this logger may no longer be active shortly | |
Cloud-init v. 0.7.2 running 'init' at Sat, 28 Jun 2014 00:06:39 +0000. Up 1520.65 seconds. | |
ci-info: ++++++++++++++++++++++Net device info+++++++++++++++++++++++ | |
ci-info: Device Up Address Mask Hw-Address | |
ci-info: lo True 127.0.0.1 255.0.0.0 . | |
ci-info: eth0 True 10.0.12.67 255.255.255.0 0a:09:b3:10:28:53 | |
ci-info: ++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++ | |
ci-info: Route Destination Gateway Genmask Interface Flags | |
ci-info: 0 0.0.0.0 10.0.12.1 0.0.0.0 eth0 UG | |
ci-info: 1 10.0.12.0 0.0.0.0 255.255.255.0 eth0 U | |
ci-info: 2 169.254.169.254 0.0.0.0 255.255.255.255 eth0 UH | |
[root@ip-10-0-12-67 /]# cloud-init --debug modules | |
2014-06-28 00:06:57,981 - util.py[DEBUG]: Reading from /proc/uptime (quiet=False) | |
2014-06-28 00:06:57,982 - util.py[DEBUG]: Read 16 bytes from /proc/uptime | |
2014-06-28 00:06:57,982 - util.py[DEBUG]: Reading from /proc/cmdline (quiet=False) | |
2014-06-28 00:06:57,982 - util.py[DEBUG]: Read 27 bytes from /proc/cmdline | |
2014-06-28 00:06:57,982 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg (quiet=False) | |
2014-06-28 00:06:57,983 - util.py[DEBUG]: Read 559 bytes from /etc/cloud/cloud.cfg | |
2014-06-28 00:06:57,983 - util.py[DEBUG]: Attempting to load yaml from string of length 559 with allowed root types (<type 'dict'>,) | |
2014-06-28 00:06:57,987 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/05_logging.cfg (quiet=False) | |
2014-06-28 00:06:57,987 - util.py[DEBUG]: Read 1727 bytes from /etc/cloud/cloud.cfg.d/05_logging.cfg | |
2014-06-28 00:06:57,987 - util.py[DEBUG]: Attempting to load yaml from string of length 1727 with allowed root types (<type 'dict'>,) | |
2014-06-28 00:06:58,000 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/00_defaults.cfg (quiet=False) | |
2014-06-28 00:06:58,000 - util.py[DEBUG]: Read 2575 bytes from /etc/cloud/cloud.cfg.d/00_defaults.cfg | |
2014-06-28 00:06:58,000 - util.py[DEBUG]: Attempting to load yaml from string of length 2575 with allowed root types (<type 'dict'>,) | |
2014-06-28 00:06:58,030 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger'] | |
2014-06-28 00:06:58,030 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list'] | |
2014-06-28 00:06:58,030 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger'] | |
2014-06-28 00:06:58,031 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict'] | |
2014-06-28 00:06:58,031 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger'] | |
2014-06-28 00:06:58,031 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str'] | |
2014-06-28 00:06:58,031 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' | |
2014-06-28 00:06:58,031 - __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' | |
2014-06-28 00:06:58,031 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger'] | |
2014-06-28 00:06:58,032 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list'] | |
2014-06-28 00:06:58,032 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger'] | |
2014-06-28 00:06:58,032 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict'] | |
2014-06-28 00:06:58,032 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger'] | |
2014-06-28 00:06:58,032 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str'] | |
2014-06-28 00:06:58,032 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' | |
2014-06-28 00:06:58,032 - __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' | |
2014-06-28 00:06:58,033 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger'] | |
2014-06-28 00:06:58,033 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list'] | |
2014-06-28 00:06:58,033 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger'] | |
2014-06-28 00:06:58,033 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict'] | |
2014-06-28 00:06:58,033 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger'] | |
2014-06-28 00:06:58,033 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str'] | |
2014-06-28 00:06:58,033 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' | |
2014-06-28 00:06:58,034 - __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' | |
2014-06-28 00:06:58,034 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger'] | |
2014-06-28 00:06:58,034 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list'] | |
2014-06-28 00:06:58,034 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger'] | |
2014-06-28 00:06:58,034 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict'] | |
2014-06-28 00:06:58,034 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger'] | |
2014-06-28 00:06:58,034 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str'] | |
2014-06-28 00:06:58,035 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' | |
2014-06-28 00:06:58,035 - __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' | |
2014-06-28 00:06:58,035 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger'] | |
2014-06-28 00:06:58,035 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list'] | |
2014-06-28 00:06:58,035 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger'] | |
2014-06-28 00:06:58,035 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict'] | |
2014-06-28 00:06:58,035 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger'] | |
2014-06-28 00:06:58,036 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str'] | |
2014-06-28 00:06:58,036 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' | |
2014-06-28 00:06:58,036 - __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' | |
2014-06-28 00:06:58,044 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger'] | |
2014-06-28 00:06:58,044 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list'] | |
2014-06-28 00:06:58,044 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger'] | |
2014-06-28 00:06:58,044 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict'] | |
2014-06-28 00:06:58,045 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger'] | |
2014-06-28 00:06:58,045 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str'] | |
2014-06-28 00:06:58,045 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' | |
2014-06-28 00:06:58,045 - __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' | |
2014-06-28 00:06:58,045 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' | |
2014-06-28 00:06:58,045 - __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' | |
2014-06-28 00:06:58,045 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' | |
2014-06-28 00:06:58,045 - __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' | |
2014-06-28 00:06:58,045 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/cloud-config.txt (quiet=False) | |
2014-06-28 00:06:58,046 - util.py[DEBUG]: Read 0 bytes from /var/lib/cloud/instance/cloud-config.txt | |
2014-06-28 00:06:58,046 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<type 'dict'>,) | |
2014-06-28 00:06:58,046 - util.py[DEBUG]: load_yaml given empty string, returning default | |
2014-06-28 00:06:58,046 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger'] | |
2014-06-28 00:06:58,046 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list'] | |
2014-06-28 00:06:58,046 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger'] | |
2014-06-28 00:06:58,046 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict'] | |
2014-06-28 00:06:58,046 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger'] | |
2014-06-28 00:06:58,046 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str'] | |
2014-06-28 00:06:58,047 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' | |
2014-06-28 00:06:58,047 - __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' | |
2014-06-28 00:06:58,047 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/obj.pkl (quiet=False) | |
2014-06-28 00:06:58,047 - util.py[DEBUG]: Read 11416 bytes from /var/lib/cloud/instance/obj.pkl | |
2014-06-28 00:06:58,127 - stages.py[DEBUG]: Restored from cache, datasource: DataSourceEc2 | |
2014-06-28 00:06:58,127 - cloud-init[DEBUG]: Closing stdin | |
2014-06-28 00:06:58,127 - util.py[DEBUG]: Reading from /proc/cmdline (quiet=False) | |
2014-06-28 00:06:58,128 - util.py[DEBUG]: Read 27 bytes from /proc/cmdline | |
2014-06-28 00:06:58,128 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg (quiet=False) | |
2014-06-28 00:06:58,128 - util.py[DEBUG]: Read 559 bytes from /etc/cloud/cloud.cfg | |
2014-06-28 00:06:58,128 - util.py[DEBUG]: Attempting to load yaml from string of length 559 with allowed root types (<type 'dict'>,) | |
2014-06-28 00:06:58,140 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/05_logging.cfg (quiet=False) | |
2014-06-28 00:06:58,140 - util.py[DEBUG]: Read 1727 bytes from /etc/cloud/cloud.cfg.d/05_logging.cfg | |
2014-06-28 00:06:58,141 - util.py[DEBUG]: Attempting to load yaml from string of length 1727 with allowed root types (<type 'dict'>,) | |
2014-06-28 00:06:58,145 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/00_defaults.cfg (quiet=False) | |
2014-06-28 00:06:58,145 - util.py[DEBUG]: Read 2575 bytes from /etc/cloud/cloud.cfg.d/00_defaults.cfg | |
2014-06-28 00:06:58,145 - util.py[DEBUG]: Attempting to load yaml from string of length 2575 with allowed root types (<type 'dict'>,) | |
2014-06-28 00:06:58,175 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger'] | |
2014-06-28 00:06:58,175 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list'] | |
2014-06-28 00:06:58,175 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger'] | |
2014-06-28 00:06:58,176 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict'] | |
2014-06-28 00:06:58,176 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger'] | |
2014-06-28 00:06:58,176 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str'] | |
2014-06-28 00:06:58,176 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' | |
2014-06-28 00:06:58,176 - __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' | |
2014-06-28 00:06:58,176 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger'] | |
2014-06-28 00:06:58,177 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list'] | |
2014-06-28 00:06:58,177 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger'] | |
2014-06-28 00:06:58,177 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict'] | |
2014-06-28 00:06:58,177 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger'] | |
2014-06-28 00:06:58,177 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str'] | |
2014-06-28 00:06:58,177 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' | |
2014-06-28 00:06:58,177 - __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' | |
2014-06-28 00:06:58,178 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger'] | |
2014-06-28 00:06:58,178 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list'] | |
2014-06-28 00:06:58,186 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger'] | |
2014-06-28 00:06:58,186 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict'] | |
2014-06-28 00:06:58,186 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger'] | |
2014-06-28 00:06:58,186 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str'] | |
2014-06-28 00:06:58,187 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' | |
2014-06-28 00:06:58,187 - __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' | |
2014-06-28 00:06:58,187 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger'] | |
2014-06-28 00:06:58,187 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list'] | |
2014-06-28 00:06:58,187 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger'] | |
2014-06-28 00:06:58,187 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict'] | |
2014-06-28 00:06:58,187 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger'] | |
2014-06-28 00:06:58,188 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str'] | |
2014-06-28 00:06:58,188 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' | |
2014-06-28 00:06:58,188 - __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' | |
2014-06-28 00:06:58,188 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger'] | |
2014-06-28 00:06:58,188 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list'] | |
2014-06-28 00:06:58,188 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger'] | |
2014-06-28 00:06:58,188 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict'] | |
2014-06-28 00:06:58,189 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger'] | |
2014-06-28 00:06:58,189 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str'] | |
2014-06-28 00:06:58,189 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' | |
2014-06-28 00:06:58,189 - __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' | |
2014-06-28 00:06:58,189 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger'] | |
2014-06-28 00:06:58,189 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list'] | |
2014-06-28 00:06:58,189 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger'] | |
2014-06-28 00:06:58,190 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict'] | |
2014-06-28 00:06:58,190 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger'] | |
2014-06-28 00:06:58,190 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str'] | |
2014-06-28 00:06:58,194 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' | |
2014-06-28 00:06:58,194 - __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' | |
2014-06-28 00:06:58,194 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' | |
2014-06-28 00:06:58,194 - __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' | |
2014-06-28 00:06:58,195 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' | |
2014-06-28 00:06:58,195 - __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' | |
2014-06-28 00:06:58,195 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/cloud-config.txt (quiet=False) | |
2014-06-28 00:06:58,195 - util.py[DEBUG]: Read 0 bytes from /var/lib/cloud/instance/cloud-config.txt | |
2014-06-28 00:06:58,195 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<type 'dict'>,) | |
2014-06-28 00:06:58,195 - util.py[DEBUG]: load_yaml given empty string, returning default | |
2014-06-28 00:06:58,196 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger'] | |
2014-06-28 00:06:58,196 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list'] | |
2014-06-28 00:06:58,196 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger'] | |
2014-06-28 00:06:58,196 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict'] | |
2014-06-28 00:06:58,196 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger'] | |
2014-06-28 00:06:58,196 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str'] | |
2014-06-28 00:06:58,196 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' | |
2014-06-28 00:06:58,197 - __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' | |
2014-06-28 00:06:58,197 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/cloud-config.txt (quiet=False) | |
2014-06-28 00:06:58,197 - util.py[DEBUG]: Read 0 bytes from /var/lib/cloud/instance/cloud-config.txt | |
2014-06-28 00:06:58,198 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<type 'dict'>,) | |
2014-06-28 00:06:58,198 - util.py[DEBUG]: load_yaml given empty string, returning default | |
2014-06-28 00:06:58,198 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger'] | |
2014-06-28 00:06:58,198 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list'] | |
2014-06-28 00:06:58,198 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger'] | |
2014-06-28 00:06:58,198 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict'] | |
2014-06-28 00:06:58,199 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger'] | |
2014-06-28 00:06:58,199 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str'] | |
2014-06-28 00:06:58,199 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' | |
2014-06-28 00:06:58,199 - __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' | |
2014-06-28 00:06:58,199 - cloud-init[DEBUG]: Logging being reset, this logger may no longer be active shortly | |
Cloud-init v. 0.7.2 running 'modules:config' at Sat, 28 Jun 2014 00:06:57 +0000. Up 1539.50 seconds. | |
Generating public/private rsa key pair. | |
Your identification has been saved in /etc/ssh/ssh_host_rsa_key. | |
Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. | |
The key fingerprint is: | |
23:74:2e:8f:e9:30:40:d6:ec:78:b6:df:a2:09:93:0a root@ip-10-0-12-67 | |
The key's randomart image is: | |
+--[ RSA 2048]----+ | |
| | | |
| o | | |
| o o . . | | |
| o o . o | | |
| o + o S | | |
| = . * . | | |
|E + + o . | | |
|.. o *.. | | |
|. o.o.. | | |
+-----------------+ | |
Generating public/private dsa key pair. | |
Your identification has been saved in /etc/ssh/ssh_host_dsa_key. | |
Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. | |
The key fingerprint is: | |
9e:35:9b:b3:a2:b3:fa:4c:dd:68:14:90:88:41:0c:be root@ip-10-0-12-67 | |
The key's randomart image is: | |
+--[ DSA 1024]----+ | |
|.+oo ... | | |
|. o . .. | | |
| . . | | |
| . . | | |
| E S o | | |
| + = + | | |
| . * = | | |
| o... o | | |
| .o=+ .. | | |
+-----------------+ | |
Generating public/private ecdsa key pair. | |
Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. | |
Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. | |
The key fingerprint is: | |
15:cd:50:0e:de:f1:72:05:29:5a:ce:37:f6:e1:cf:50 root@ip-10-0-12-67 | |
The key's randomart image is: | |
+--[ECDSA 256]---+ | |
| +=o .o.| | |
| . ==o.. | | |
| o=+.o | | |
| .. oo+.E| | |
| S o.+.| | |
| ...| | |
| o.| | |
| o| | |
| | | |
+-----------------+ | |
Jun 28 00:07:00 cloud-init[1708]: util.py[WARNING]: Running yum-configure (<module 'cloudinit.config.cc_yum_configure' from '/usr/lib/python2.6/site-packages/cloudinit/config/cc_yum_configure.pyc'>) failed | |
Loaded plugins: priorities, update-motd, upgrade-helper | |
There are no enabled repos. | |
Run "yum repolist all" to see the repos you have. | |
You can enable repos with yum-config-manager --enable <repo> | |
Jun 28 00:07:02 cloud-init[1708]: util.py[WARNING]: Package update failed | |
Loaded plugins: priorities, update-motd, upgrade-helper | |
There are no enabled repos. | |
Run "yum repolist all" to see the repos you have. | |
You can enable repos with yum-config-manager --enable <repo> | |
Jun 28 00:07:03 cloud-init[1708]: util.py[WARNING]: Package upgrade failed | |
Jun 28 00:07:03 cloud-init[1708]: cc_package_update_upgrade_install.py[WARNING]: 2 failed with exceptions, re-raising the last one | |
Jun 28 00:07:03 cloud-init[1708]: util.py[WARNING]: Running package-update-upgrade-install (<module 'cloudinit.config.cc_package_update_upgrade_install' from '/usr/lib/python2.6/site-packages/cloudinit/config/cc_package_update_upgrade_install.pyc'>) failed |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Jun 28 00:06:39 cloud-init[1680]: util.py[DEBUG]: Cloud-init v. 0.7.2 running 'init' at Sat, 28 Jun 2014 00:06:39 +0000. Up 1520.65 seconds. | |
Jun 28 00:06:39 cloud-init[1680]: util.py[DEBUG]: Writing to /var/log/cloud-init.log - ab: [420] 0 bytes | |
Jun 28 00:06:39 cloud-init[1680]: util.py[DEBUG]: Running command ['ifconfig', '-a'] with allowed return codes [0] (shell=False, capture=True) | |
Jun 28 00:06:39 cloud-init[1680]: util.py[DEBUG]: Running command ['route', '-n'] with allowed return codes [0] (shell=False, capture=True) | |
Jun 28 00:06:39 cloud-init[1680]: cloud-init[DEBUG]: Checking to see if files that we need already exist from a previous run that would allow us to stop early. | |
Jun 28 00:06:39 cloud-init[1680]: util.py[DEBUG]: Reading from /var/lib/cloud/data/no-net (quiet=False) | |
Jun 28 00:06:39 cloud-init[1680]: util.py[DEBUG]: Reading from /var/lib/cloud/instance/obj.pkl (quiet=False) | |
Jun 28 00:06:39 cloud-init[1680]: util.py[DEBUG]: Reading from /var/lib/cloud/instance/obj.pkl (quiet=False) | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['amazon', 'cloudinit.distros.amazon'] that have attributes ['Distro'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Found amazon with attributes ['Distro'] in ['cloudinit.distros.amazon'] | |
Jun 28 00:06:39 cloud-init[1680]: stages.py[DEBUG]: Using distro class <class 'cloudinit.distros.amazon.Distro'> | |
Jun 28 00:06:39 cloud-init[1680]: __init__.py[DEBUG]: Looking for for data source in: ['Ec2', 'None'], via packages ['', 'cloudinit.sources'] that matches dependencies ['FILESYSTEM', 'NETWORK'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['DataSourceEc2', 'cloudinit.sources.DataSourceEc2'] that have attributes ['get_datasource_list'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Found DataSourceEc2 with attributes ['get_datasource_list'] in ['cloudinit.sources.DataSourceEc2'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['DataSourceNone', 'cloudinit.sources.DataSourceNone'] that have attributes ['get_datasource_list'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Found DataSourceNone with attributes ['get_datasource_list'] in ['cloudinit.sources.DataSourceNone'] | |
Jun 28 00:06:39 cloud-init[1680]: __init__.py[DEBUG]: Searching for data source in: ['DataSourceEc2', 'DataSourceNone'] | |
Jun 28 00:06:39 cloud-init[1680]: __init__.py[DEBUG]: Seeing if we can get any data from <class 'cloudinit.sources.DataSourceEc2.DataSourceEc2'> | |
Jun 28 00:06:39 cloud-init[1680]: util.py[DEBUG]: Reading from /var/lib/cloud/seed/ec2/meta-data (quiet=False) | |
Jun 28 00:06:39 cloud-init[1680]: DataSourceEc2.py[DEBUG]: Removed the following from metadata urls: ['http://instance-data.:8773'] | |
Jun 28 00:06:39 cloud-init[1680]: url_helper.py[DEBUG]: [0/1] open 'http://169.254.169.254/latest/meta-data/instance-id' with {'url': 'http://169.254.169.254/latest/meta-data/instance-id', 'headers': {'User-Agent': 'Cloud-Init/0.7.2'}, 'allow_redirects': True, 'method': 'GET', 'timeout': 50.0} configuration | |
Jun 28 00:06:39 cloud-init[1680]: url_helper.py[DEBUG]: Read from http://169.254.169.254/latest/meta-data/instance-id (200, 10b) after 1 attempts | |
Jun 28 00:06:39 cloud-init[1680]: DataSourceEc2.py[DEBUG]: Using metadata source: 'http://169.254.169.254' | |
Jun 28 00:06:39 cloud-init[1680]: DataSourceEc2.py[DEBUG]: Crawl of metadata service took 0 seconds | |
Jun 28 00:06:39 cloud-init[1680]: stages.py[DEBUG]: Loaded datasource DataSourceEc2 - DataSourceEc2 | |
Jun 28 00:06:39 cloud-init[1680]: util.py[DEBUG]: Reading from /proc/cmdline (quiet=False) | |
Jun 28 00:06:39 cloud-init[1680]: util.py[DEBUG]: Read 27 bytes from /proc/cmdline | |
Jun 28 00:06:39 cloud-init[1680]: util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg (quiet=False) | |
Jun 28 00:06:39 cloud-init[1680]: util.py[DEBUG]: Read 559 bytes from /etc/cloud/cloud.cfg | |
Jun 28 00:06:39 cloud-init[1680]: util.py[DEBUG]: Attempting to load yaml from string of length 559 with allowed root types (<type 'dict'>,) | |
Jun 28 00:06:39 cloud-init[1680]: util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/05_logging.cfg (quiet=False) | |
Jun 28 00:06:39 cloud-init[1680]: util.py[DEBUG]: Read 1727 bytes from /etc/cloud/cloud.cfg.d/05_logging.cfg | |
Jun 28 00:06:39 cloud-init[1680]: util.py[DEBUG]: Attempting to load yaml from string of length 1727 with allowed root types (<type 'dict'>,) | |
Jun 28 00:06:39 cloud-init[1680]: util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/00_defaults.cfg (quiet=False) | |
Jun 28 00:06:39 cloud-init[1680]: util.py[DEBUG]: Read 2575 bytes from /etc/cloud/cloud.cfg.d/00_defaults.cfg | |
Jun 28 00:06:39 cloud-init[1680]: util.py[DEBUG]: Attempting to load yaml from string of length 2575 with allowed root types (<type 'dict'>,) | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str'] | |
Jun 28 00:06:39 cloud-init[1680]: __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' | |
Jun 28 00:06:39 cloud-init[1680]: __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' | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str'] | |
Jun 28 00:06:39 cloud-init[1680]: __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' | |
Jun 28 00:06:39 cloud-init[1680]: __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' | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str'] | |
Jun 28 00:06:39 cloud-init[1680]: __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' | |
Jun 28 00:06:39 cloud-init[1680]: __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' | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str'] | |
Jun 28 00:06:39 cloud-init[1680]: __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' | |
Jun 28 00:06:39 cloud-init[1680]: __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' | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str'] | |
Jun 28 00:06:39 cloud-init[1680]: __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' | |
Jun 28 00:06:39 cloud-init[1680]: __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' | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str'] | |
Jun 28 00:06:39 cloud-init[1680]: __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' | |
Jun 28 00:06:39 cloud-init[1680]: __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' | |
Jun 28 00:06:39 cloud-init[1680]: __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' | |
Jun 28 00:06:39 cloud-init[1680]: __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' | |
Jun 28 00:06:39 cloud-init[1680]: __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' | |
Jun 28 00:06:39 cloud-init[1680]: __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' | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str'] | |
Jun 28 00:06:39 cloud-init[1680]: __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' | |
Jun 28 00:06:39 cloud-init[1680]: __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' | |
Jun 28 00:06:39 cloud-init[1680]: util.py[DEBUG]: Attempting to remove /var/lib/cloud/instance | |
Jun 28 00:06:39 cloud-init[1680]: util.py[DEBUG]: Creating symbolic link from '/var/lib/cloud/instance' => '/var/lib/cloud/instances/i-617bf923' | |
Jun 28 00:06:39 cloud-init[1680]: util.py[DEBUG]: Reading from /var/lib/cloud/instances/i-617bf923/datasource (quiet=False) | |
Jun 28 00:06:39 cloud-init[1680]: util.py[DEBUG]: Writing to /var/lib/cloud/instances/i-617bf923/datasource - wb: [420] 29 bytes | |
Jun 28 00:06:39 cloud-init[1680]: util.py[DEBUG]: Writing to /var/lib/cloud/data/previous-datasource - wb: [420] 29 bytes | |
Jun 28 00:06:39 cloud-init[1680]: util.py[DEBUG]: Reading from /var/lib/cloud/data/instance-id (quiet=False) | |
Jun 28 00:06:39 cloud-init[1680]: util.py[DEBUG]: Writing to /var/lib/cloud/data/instance-id - wb: [420] 11 bytes | |
Jun 28 00:06:39 cloud-init[1680]: util.py[DEBUG]: Writing to /var/lib/cloud/data/previous-instance-id - wb: [420] 11 bytes | |
Jun 28 00:06:39 cloud-init[1680]: cloud-init[DEBUG]: init will now be targeting instance id: i-617bf923 | |
Jun 28 00:06:39 cloud-init[1680]: util.py[DEBUG]: Reading from /proc/cmdline (quiet=False) | |
Jun 28 00:06:39 cloud-init[1680]: util.py[DEBUG]: Read 27 bytes from /proc/cmdline | |
Jun 28 00:06:39 cloud-init[1680]: util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg (quiet=False) | |
Jun 28 00:06:39 cloud-init[1680]: util.py[DEBUG]: Read 559 bytes from /etc/cloud/cloud.cfg | |
Jun 28 00:06:39 cloud-init[1680]: util.py[DEBUG]: Attempting to load yaml from string of length 559 with allowed root types (<type 'dict'>,) | |
Jun 28 00:06:39 cloud-init[1680]: util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/05_logging.cfg (quiet=False) | |
Jun 28 00:06:39 cloud-init[1680]: util.py[DEBUG]: Read 1727 bytes from /etc/cloud/cloud.cfg.d/05_logging.cfg | |
Jun 28 00:06:39 cloud-init[1680]: util.py[DEBUG]: Attempting to load yaml from string of length 1727 with allowed root types (<type 'dict'>,) | |
Jun 28 00:06:39 cloud-init[1680]: util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/00_defaults.cfg (quiet=False) | |
Jun 28 00:06:39 cloud-init[1680]: util.py[DEBUG]: Read 2575 bytes from /etc/cloud/cloud.cfg.d/00_defaults.cfg | |
Jun 28 00:06:39 cloud-init[1680]: util.py[DEBUG]: Attempting to load yaml from string of length 2575 with allowed root types (<type 'dict'>,) | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str'] | |
Jun 28 00:06:39 cloud-init[1680]: __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' | |
Jun 28 00:06:39 cloud-init[1680]: __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' | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str'] | |
Jun 28 00:06:39 cloud-init[1680]: __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' | |
Jun 28 00:06:39 cloud-init[1680]: __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' | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str'] | |
Jun 28 00:06:39 cloud-init[1680]: __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' | |
Jun 28 00:06:39 cloud-init[1680]: __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' | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str'] | |
Jun 28 00:06:39 cloud-init[1680]: __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' | |
Jun 28 00:06:39 cloud-init[1680]: __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' | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str'] | |
Jun 28 00:06:39 cloud-init[1680]: __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' | |
Jun 28 00:06:39 cloud-init[1680]: __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' | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str'] | |
Jun 28 00:06:39 cloud-init[1680]: __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' | |
Jun 28 00:06:39 cloud-init[1680]: __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' | |
Jun 28 00:06:39 cloud-init[1680]: __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' | |
Jun 28 00:06:39 cloud-init[1680]: __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' | |
Jun 28 00:06:39 cloud-init[1680]: __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' | |
Jun 28 00:06:39 cloud-init[1680]: __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' | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str'] | |
Jun 28 00:06:39 cloud-init[1680]: __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' | |
Jun 28 00:06:39 cloud-init[1680]: __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' | |
Jun 28 00:06:39 cloud-init[1680]: util.py[DEBUG]: Writing to /var/lib/cloud/instance/obj.pkl - wb: [256] 11416 bytes | |
Jun 28 00:06:39 cloud-init[1680]: util.py[DEBUG]: Writing to /var/lib/cloud/instances/i-617bf923/user-data.txt - wb: [384] 0 bytes | |
Jun 28 00:06:39 cloud-init[1680]: util.py[DEBUG]: Writing to /var/lib/cloud/instances/i-617bf923/user-data.txt.i - wb: [384] 344 bytes | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['amazon', 'cloudinit.distros.amazon'] that have attributes ['Distro'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Found amazon with attributes ['Distro'] in ['cloudinit.distros.amazon'] | |
Jun 28 00:06:39 cloud-init[1680]: stages.py[DEBUG]: Using distro class <class 'cloudinit.distros.amazon.Distro'> | |
Jun 28 00:06:39 cloud-init[1680]: util.py[DEBUG]: Writing to /var/lib/cloud/instances/i-617bf923/sem/consume_userdata - wb: [420] 20 bytes | |
Jun 28 00:06:39 cloud-init[1680]: helpers.py[DEBUG]: Running consume_userdata using lock (<FileLock using file '/var/lib/cloud/instances/i-617bf923/sem/consume_userdata'>) | |
Jun 28 00:06:39 cloud-init[1680]: launch_index.py[DEBUG]: Discarding 0 multipart messages which do not match launch index 0 | |
Jun 28 00:06:39 cloud-init[1680]: stages.py[DEBUG]: Registered default handlers: set(['text/cloud-boothook', 'text/upstart-job', 'text/x-shellscript', 'text/cloud-config']) | |
Jun 28 00:06:39 cloud-init[1680]: __init__.py[DEBUG]: Calling handler BootHookPartHandler: [['text/cloud-boothook']] (__begin__, None, 2) with frequency once-per-instance | |
Jun 28 00:06:39 cloud-init[1680]: __init__.py[DEBUG]: Calling handler UpstartJobPartHandler: [['text/upstart-job']] (__begin__, None, 2) with frequency once-per-instance | |
Jun 28 00:06:39 cloud-init[1680]: __init__.py[DEBUG]: Calling handler ShellScriptPartHandler: [['text/x-shellscript']] (__begin__, None, 2) with frequency once-per-instance | |
Jun 28 00:06:39 cloud-init[1680]: __init__.py[DEBUG]: Calling handler CloudConfigPartHandler: [['text/cloud-config']] (__begin__, None, 3) with frequency once-per-instance | |
Jun 28 00:06:39 cloud-init[1680]: __init__.py[DEBUG]: {'Content-Type': 'text/x-not-multipart', 'Content-Disposition': 'attachment; filename="part-001"', 'MIME-Version': '1.0'} | |
Jun 28 00:06:39 cloud-init[1680]: __init__.py[DEBUG]: Empty payload of type text/x-not-multipart | |
Jun 28 00:06:39 cloud-init[1680]: __init__.py[DEBUG]: Calling handler BootHookPartHandler: [['text/cloud-boothook']] (__end__, None, 2) with frequency once-per-instance | |
Jun 28 00:06:39 cloud-init[1680]: __init__.py[DEBUG]: Calling handler UpstartJobPartHandler: [['text/upstart-job']] (__end__, None, 2) with frequency once-per-instance | |
Jun 28 00:06:39 cloud-init[1680]: __init__.py[DEBUG]: Calling handler ShellScriptPartHandler: [['text/x-shellscript']] (__end__, None, 2) with frequency once-per-instance | |
Jun 28 00:06:39 cloud-init[1680]: __init__.py[DEBUG]: Calling handler CloudConfigPartHandler: [['text/cloud-config']] (__end__, None, 3) with frequency once-per-instance | |
Jun 28 00:06:39 cloud-init[1680]: util.py[DEBUG]: Writing to /var/lib/cloud/instances/i-617bf923/cloud-config.txt - wb: [384] 0 bytes | |
Jun 28 00:06:39 cloud-init[1680]: util.py[DEBUG]: Reading from /proc/cmdline (quiet=False) | |
Jun 28 00:06:39 cloud-init[1680]: util.py[DEBUG]: Read 27 bytes from /proc/cmdline | |
Jun 28 00:06:39 cloud-init[1680]: util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg (quiet=False) | |
Jun 28 00:06:39 cloud-init[1680]: util.py[DEBUG]: Read 559 bytes from /etc/cloud/cloud.cfg | |
Jun 28 00:06:39 cloud-init[1680]: util.py[DEBUG]: Attempting to load yaml from string of length 559 with allowed root types (<type 'dict'>,) | |
Jun 28 00:06:39 cloud-init[1680]: util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/05_logging.cfg (quiet=False) | |
Jun 28 00:06:39 cloud-init[1680]: util.py[DEBUG]: Read 1727 bytes from /etc/cloud/cloud.cfg.d/05_logging.cfg | |
Jun 28 00:06:39 cloud-init[1680]: util.py[DEBUG]: Attempting to load yaml from string of length 1727 with allowed root types (<type 'dict'>,) | |
Jun 28 00:06:39 cloud-init[1680]: util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/00_defaults.cfg (quiet=False) | |
Jun 28 00:06:39 cloud-init[1680]: util.py[DEBUG]: Read 2575 bytes from /etc/cloud/cloud.cfg.d/00_defaults.cfg | |
Jun 28 00:06:39 cloud-init[1680]: util.py[DEBUG]: Attempting to load yaml from string of length 2575 with allowed root types (<type 'dict'>,) | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str'] | |
Jun 28 00:06:39 cloud-init[1680]: __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' | |
Jun 28 00:06:39 cloud-init[1680]: __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' | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str'] | |
Jun 28 00:06:39 cloud-init[1680]: __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' | |
Jun 28 00:06:39 cloud-init[1680]: __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' | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str'] | |
Jun 28 00:06:39 cloud-init[1680]: __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' | |
Jun 28 00:06:39 cloud-init[1680]: __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' | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str'] | |
Jun 28 00:06:39 cloud-init[1680]: __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' | |
Jun 28 00:06:39 cloud-init[1680]: __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' | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str'] | |
Jun 28 00:06:39 cloud-init[1680]: __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' | |
Jun 28 00:06:39 cloud-init[1680]: __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' | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str'] | |
Jun 28 00:06:39 cloud-init[1680]: __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' | |
Jun 28 00:06:39 cloud-init[1680]: __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' | |
Jun 28 00:06:39 cloud-init[1680]: __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' | |
Jun 28 00:06:39 cloud-init[1680]: __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' | |
Jun 28 00:06:39 cloud-init[1680]: __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' | |
Jun 28 00:06:39 cloud-init[1680]: __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' | |
Jun 28 00:06:39 cloud-init[1680]: util.py[DEBUG]: Reading from /var/lib/cloud/instance/cloud-config.txt (quiet=False) | |
Jun 28 00:06:39 cloud-init[1680]: util.py[DEBUG]: Read 0 bytes from /var/lib/cloud/instance/cloud-config.txt | |
Jun 28 00:06:39 cloud-init[1680]: util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<type 'dict'>,) | |
Jun 28 00:06:39 cloud-init[1680]: util.py[DEBUG]: load_yaml given empty string, returning default | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str'] | |
Jun 28 00:06:39 cloud-init[1680]: __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' | |
Jun 28 00:06:39 cloud-init[1680]: __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' | |
Jun 28 00:06:39 cloud-init[1680]: util.py[DEBUG]: Reading from /var/lib/cloud/instance/cloud-config.txt (quiet=False) | |
Jun 28 00:06:39 cloud-init[1680]: util.py[DEBUG]: Read 0 bytes from /var/lib/cloud/instance/cloud-config.txt | |
Jun 28 00:06:39 cloud-init[1680]: util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<type 'dict'>,) | |
Jun 28 00:06:39 cloud-init[1680]: util.py[DEBUG]: load_yaml given empty string, returning default | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str'] | |
Jun 28 00:06:39 cloud-init[1680]: __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' | |
Jun 28 00:06:39 cloud-init[1680]: __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' | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cc_rsyslog', 'cloudinit.config.cc_rsyslog'] that have attributes ['handle'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Found cc_rsyslog with attributes ['handle'] in ['cloudinit.config.cc_rsyslog'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cc_migrator', 'cloudinit.config.cc_migrator'] that have attributes ['handle'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Found cc_migrator with attributes ['handle'] in ['cloudinit.config.cc_migrator'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cc_bootcmd', 'cloudinit.config.cc_bootcmd'] that have attributes ['handle'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Found cc_bootcmd with attributes ['handle'] in ['cloudinit.config.cc_bootcmd'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cc_write_files', 'cloudinit.config.cc_write_files'] that have attributes ['handle'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Found cc_write_files with attributes ['handle'] in ['cloudinit.config.cc_write_files'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cc_growpart', 'cloudinit.config.cc_growpart'] that have attributes ['handle'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Found cc_growpart with attributes ['handle'] in ['cloudinit.config.cc_growpart'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cc_resizefs', 'cloudinit.config.cc_resizefs'] that have attributes ['handle'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Found cc_resizefs with attributes ['handle'] in ['cloudinit.config.cc_resizefs'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cc_set_hostname', 'cloudinit.config.cc_set_hostname'] that have attributes ['handle'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Found cc_set_hostname with attributes ['handle'] in ['cloudinit.config.cc_set_hostname'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cc_update_hostname', 'cloudinit.config.cc_update_hostname'] that have attributes ['handle'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Found cc_update_hostname with attributes ['handle'] in ['cloudinit.config.cc_update_hostname'] | |
Jun 28 00:06:39 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cc_update_etc_hosts', 'cloudinit.config.cc_update_etc_hosts'] that have attributes ['handle'] | |
Jun 28 00:06:40 cloud-init[1680]: importer.py[DEBUG]: Found cc_update_etc_hosts with attributes ['handle'] in ['cloudinit.config.cc_update_etc_hosts'] | |
Jun 28 00:06:40 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cc_users_groups', 'cloudinit.config.cc_users_groups'] that have attributes ['handle'] | |
Jun 28 00:06:40 cloud-init[1680]: importer.py[DEBUG]: Found cc_users_groups with attributes ['handle'] in ['cloudinit.config.cc_users_groups'] | |
Jun 28 00:06:40 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['amazon', 'cloudinit.distros.amazon'] that have attributes ['Distro'] | |
Jun 28 00:06:40 cloud-init[1680]: importer.py[DEBUG]: Found amazon with attributes ['Distro'] in ['cloudinit.distros.amazon'] | |
Jun 28 00:06:40 cloud-init[1680]: stages.py[DEBUG]: Using distro class <class 'cloudinit.distros.amazon.Distro'> | |
Jun 28 00:06:40 cloud-init[1680]: util.py[DEBUG]: Writing to /var/lib/cloud/instances/i-617bf923/sem/config_rsyslog - wb: [420] 20 bytes | |
Jun 28 00:06:40 cloud-init[1680]: helpers.py[DEBUG]: Running config-rsyslog using lock (<FileLock using file '/var/lib/cloud/instances/i-617bf923/sem/config_rsyslog'>) | |
Jun 28 00:06:40 cloud-init[1680]: cc_rsyslog.py[DEBUG]: Skipping module named rsyslog, no 'rsyslog' key in configuration | |
Jun 28 00:06:40 cloud-init[1680]: helpers.py[DEBUG]: Running config-migrator using lock (<cloudinit.helpers.DummyLock object at 0x2fc9b50>) | |
Jun 28 00:06:40 cloud-init[1680]: cc_migrator.py[DEBUG]: Migrating semaphores which are not named canonically. | |
Jun 28 00:06:40 cloud-init[1680]: cc_migrator.py[DEBUG]: Looking at config_rsyslog | |
Jun 28 00:06:40 cloud-init[1680]: cc_migrator.py[DEBUG]: Looking at consume_userdata | |
Jun 28 00:06:40 cloud-init[1680]: cc_migrator.py[DEBUG]: Searching for legacy per-instance semaphores under /var/lib/cloud/sem | |
Jun 28 00:06:40 cloud-init[1680]: cc_migrator.py[DEBUG]: Migrating semaphores which have been renamed or split. | |
Jun 28 00:06:40 cloud-init[1680]: cc_migrator.py[DEBUG]: Looking in /var/lib/cloud/instances/i-617bf923/sem | |
Jun 28 00:06:40 cloud-init[1680]: cc_migrator.py[DEBUG]: Looking in /var/lib/cloud/sem | |
Jun 28 00:06:40 cloud-init[1680]: helpers.py[DEBUG]: Running config-bootcmd using lock (<cloudinit.helpers.DummyLock object at 0x2fc9e50>) | |
Jun 28 00:06:40 cloud-init[1680]: cc_bootcmd.py[DEBUG]: Skipping module named bootcmd, no 'bootcmd' key in configuration | |
Jun 28 00:06:40 cloud-init[1680]: util.py[DEBUG]: Writing to /var/lib/cloud/instances/i-617bf923/sem/config_write_files - wb: [420] 20 bytes | |
Jun 28 00:06:40 cloud-init[1680]: helpers.py[DEBUG]: Running config-write-files using lock (<FileLock using file '/var/lib/cloud/instances/i-617bf923/sem/config_write_files'>) | |
Jun 28 00:06:40 cloud-init[1680]: cc_write_files.py[DEBUG]: Skipping module named write-files, no/empty 'write_files' key in configuration | |
Jun 28 00:06:40 cloud-init[1680]: helpers.py[DEBUG]: Running config-growpart using lock (<cloudinit.helpers.DummyLock object at 0x2fc9b50>) | |
Jun 28 00:06:40 cloud-init[1680]: cc_growpart.py[DEBUG]: No 'growpart' entry in cfg. Using default: {'mode': 'auto', 'devices': ['/']} | |
Jun 28 00:06:40 cloud-init[1680]: util.py[DEBUG]: Running command ['parted', '--help'] with allowed return codes [0] (shell=False, capture=True) | |
Jun 28 00:06:41 cloud-init[1680]: util.py[DEBUG]: Running command ['growpart', '--help'] with allowed return codes [0] (shell=False, capture=True) | |
Jun 28 00:06:41 cloud-init[1680]: util.py[DEBUG]: Reading from /proc/1680/mountinfo (quiet=False) | |
Jun 28 00:06:41 cloud-init[1680]: util.py[DEBUG]: Read 244 bytes from /proc/1680/mountinfo | |
Jun 28 00:06:41 cloud-init[1680]: cc_growpart.py[DEBUG]: '/' SKIPPED: device_part_info(/dev/xvdg) failed: /dev/xvdg not a partition | |
Jun 28 00:06:41 cloud-init[1680]: helpers.py[DEBUG]: Running config-resizefs using lock (<cloudinit.helpers.DummyLock object at 0x2fc9e50>) | |
Jun 28 00:06:41 cloud-init[1680]: util.py[DEBUG]: Reading from /proc/1680/mountinfo (quiet=False) | |
Jun 28 00:06:41 cloud-init[1680]: util.py[DEBUG]: Read 244 bytes from /proc/1680/mountinfo | |
Jun 28 00:06:41 cloud-init[1680]: cc_resizefs.py[DEBUG]: resize_info: dev=/dev/xvdg mnt_point=/ path=/ | |
Jun 28 00:06:41 cloud-init[1680]: cc_resizefs.py[DEBUG]: Resizing / (ext4) using resize2fs /dev/xvdg | |
Jun 28 00:06:41 cloud-init[1692]: util.py[DEBUG]: Running command ('resize2fs', '/dev/xvdg') with allowed return codes [0] (shell=False, capture=True) | |
Jun 28 00:06:41 cloud-init[1680]: util.py[DEBUG]: Forked child 1692 who will run callback do_resize | |
Jun 28 00:06:41 cloud-init[1680]: cc_resizefs.py[DEBUG]: Resizing (via forking) root filesystem (type=ext4, val=noblock) | |
Jun 28 00:06:41 cloud-init[1680]: util.py[DEBUG]: Writing to /var/lib/cloud/instances/i-617bf923/sem/config_set_hostname - wb: [420] 20 bytes | |
Jun 28 00:06:41 cloud-init[1680]: helpers.py[DEBUG]: Running config-set-hostname using lock (<FileLock using file '/var/lib/cloud/instances/i-617bf923/sem/config_set_hostname'>) | |
Jun 28 00:06:41 cloud-init[1680]: cc_set_hostname.py[DEBUG]: Configuration option 'preserve_hostname' is set, not setting the hostname in module set-hostname | |
Jun 28 00:06:41 cloud-init[1680]: helpers.py[DEBUG]: Running config-update-hostname using lock (<cloudinit.helpers.DummyLock object at 0x316e610>) | |
Jun 28 00:06:41 cloud-init[1680]: cc_update_hostname.py[DEBUG]: Configuration option 'preserve_hostname' is set, not updating the hostname in module update-hostname | |
Jun 28 00:06:41 cloud-init[1680]: helpers.py[DEBUG]: Running config-update-etc-hosts using lock (<cloudinit.helpers.DummyLock object at 0x316e610>) | |
Jun 28 00:06:41 cloud-init[1680]: cc_update_etc_hosts.py[DEBUG]: Configuration option 'manage_etc_hosts' is not set, not managing /etc/hosts in module update-etc-hosts | |
Jun 28 00:06:41 cloud-init[1680]: util.py[DEBUG]: Writing to /var/lib/cloud/instances/i-617bf923/sem/config_users_groups - wb: [420] 20 bytes | |
Jun 28 00:06:41 cloud-init[1680]: helpers.py[DEBUG]: Running config-users-groups using lock (<FileLock using file '/var/lib/cloud/instances/i-617bf923/sem/config_users_groups'>) | |
Jun 28 00:06:41 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger'] | |
Jun 28 00:06:41 cloud-init[1680]: importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list'] | |
Jun 28 00:06:41 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger'] | |
Jun 28 00:06:41 cloud-init[1680]: importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict'] | |
Jun 28 00:06:41 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger'] | |
Jun 28 00:06:41 cloud-init[1680]: importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str'] | |
Jun 28 00:06:41 cloud-init[1680]: __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' | |
Jun 28 00:06:41 cloud-init[1680]: __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' | |
Jun 28 00:06:41 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger'] | |
Jun 28 00:06:41 cloud-init[1680]: importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list'] | |
Jun 28 00:06:41 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger'] | |
Jun 28 00:06:41 cloud-init[1680]: importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict'] | |
Jun 28 00:06:41 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger'] | |
Jun 28 00:06:41 cloud-init[1680]: importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str'] | |
Jun 28 00:06:41 cloud-init[1680]: __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' | |
Jun 28 00:06:41 cloud-init[1680]: __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' | |
Jun 28 00:06:41 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger'] | |
Jun 28 00:06:41 cloud-init[1680]: importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list'] | |
Jun 28 00:06:41 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger'] | |
Jun 28 00:06:41 cloud-init[1680]: importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict'] | |
Jun 28 00:06:41 cloud-init[1680]: importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger'] | |
Jun 28 00:06:41 cloud-init[1680]: importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str'] | |
Jun 28 00:06:41 cloud-init[1680]: __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' | |
Jun 28 00:06:41 cloud-init[1680]: __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' | |
Jun 28 00:06:41 cloud-init[1680]: __init__.py[DEBUG]: Adding user named ec2-user | |
Jun 28 00:06:41 cloud-init[1680]: util.py[DEBUG]: Running hidden command to protect sensitive input/output logstring: ['useradd', 'ec2-user', '--shell', '/bin/bash', '--comment', 'EC2 Default User', '--groups', 'wheel'] | |
Jun 28 00:06:41 cloud-init[1692]: cc_resizefs.py[DEBUG]: Resizing took 0.352 seconds | |
Jun 28 00:06:42 cloud-init[1680]: util.py[DEBUG]: Running command ['passwd', '--lock', 'ec2-user'] with allowed return codes [0] (shell=False, capture=True) | |
Jun 28 00:06:42 cloud-init[1680]: util.py[DEBUG]: Reading from /etc/sudoers (quiet=False) | |
Jun 28 00:06:42 cloud-init[1680]: util.py[DEBUG]: Read 4002 bytes from /etc/sudoers | |
Jun 28 00:06:42 cloud-init[1680]: util.py[DEBUG]: Writing to /etc/sudoers.d/cloud-init - ab: [None] 59 bytes | |
Jun 28 00:06:42 cloud-init[1680]: cloud-init[DEBUG]: Ran 10 modules with 0 failures | |
Jun 28 00:06:58 cloud-init[1708]: util.py[DEBUG]: Cloud-init v. 0.7.2 running 'modules:config' at Sat, 28 Jun 2014 00:06:57 +0000. Up 1539.50 seconds. | |
Jun 28 00:06:58 cloud-init[1708]: importer.py[DEBUG]: Looking for modules ['cc_locale', 'cloudinit.config.cc_locale'] that have attributes ['handle'] | |
Jun 28 00:06:58 cloud-init[1708]: importer.py[DEBUG]: Found cc_locale with attributes ['handle'] in ['cloudinit.config.cc_locale'] | |
Jun 28 00:06:58 cloud-init[1708]: importer.py[DEBUG]: Looking for modules ['cc_ssh', 'cloudinit.config.cc_ssh'] that have attributes ['handle'] | |
Jun 28 00:06:58 cloud-init[1708]: importer.py[DEBUG]: Found cc_ssh with attributes ['handle'] in ['cloudinit.config.cc_ssh'] | |
Jun 28 00:06:58 cloud-init[1708]: importer.py[DEBUG]: Looking for modules ['cc_set_passwords', 'cloudinit.config.cc_set_passwords'] that have attributes ['handle'] | |
Jun 28 00:06:58 cloud-init[1708]: importer.py[DEBUG]: Found cc_set_passwords with attributes ['handle'] in ['cloudinit.config.cc_set_passwords'] | |
Jun 28 00:06:58 cloud-init[1708]: importer.py[DEBUG]: Looking for modules ['cc_mounts', 'cloudinit.config.cc_mounts'] that have attributes ['handle'] | |
Jun 28 00:06:58 cloud-init[1708]: importer.py[DEBUG]: Found cc_mounts with attributes ['handle'] in ['cloudinit.config.cc_mounts'] | |
Jun 28 00:06:58 cloud-init[1708]: importer.py[DEBUG]: Looking for modules ['cc_yum_configure', 'cloudinit.config.cc_yum_configure'] that have attributes ['handle'] | |
Jun 28 00:06:58 cloud-init[1708]: importer.py[DEBUG]: Found cc_yum_configure with attributes ['handle'] in ['cloudinit.config.cc_yum_configure'] | |
Jun 28 00:06:58 cloud-init[1708]: importer.py[DEBUG]: Looking for modules ['cc_yum_add_repo', 'cloudinit.config.cc_yum_add_repo'] that have attributes ['handle'] | |
Jun 28 00:06:58 cloud-init[1708]: importer.py[DEBUG]: Found cc_yum_add_repo with attributes ['handle'] in ['cloudinit.config.cc_yum_add_repo'] | |
Jun 28 00:06:58 cloud-init[1708]: importer.py[DEBUG]: Looking for modules ['cc_package_update_upgrade_install', 'cloudinit.config.cc_package_update_upgrade_install'] that have attributes ['handle'] | |
Jun 28 00:06:58 cloud-init[1708]: importer.py[DEBUG]: Found cc_package_update_upgrade_install with attributes ['handle'] in ['cloudinit.config.cc_package_update_upgrade_install'] | |
Jun 28 00:06:58 cloud-init[1708]: importer.py[DEBUG]: Looking for modules ['cc_timezone', 'cloudinit.config.cc_timezone'] that have attributes ['handle'] | |
Jun 28 00:06:58 cloud-init[1708]: importer.py[DEBUG]: Found cc_timezone with attributes ['handle'] in ['cloudinit.config.cc_timezone'] | |
Jun 28 00:06:58 cloud-init[1708]: importer.py[DEBUG]: Looking for modules ['cc_puppet', 'cloudinit.config.cc_puppet'] that have attributes ['handle'] | |
Jun 28 00:06:58 cloud-init[1708]: importer.py[DEBUG]: Found cc_puppet with attributes ['handle'] in ['cloudinit.config.cc_puppet'] | |
Jun 28 00:06:58 cloud-init[1708]: importer.py[DEBUG]: Looking for modules ['cc_disable_ec2_metadata', 'cloudinit.config.cc_disable_ec2_metadata'] that have attributes ['handle'] | |
Jun 28 00:06:58 cloud-init[1708]: importer.py[DEBUG]: Found cc_disable_ec2_metadata with attributes ['handle'] in ['cloudinit.config.cc_disable_ec2_metadata'] | |
Jun 28 00:06:58 cloud-init[1708]: importer.py[DEBUG]: Looking for modules ['cc_runcmd', 'cloudinit.config.cc_runcmd'] that have attributes ['handle'] | |
Jun 28 00:06:58 cloud-init[1708]: importer.py[DEBUG]: Found cc_runcmd with attributes ['handle'] in ['cloudinit.config.cc_runcmd'] | |
Jun 28 00:06:58 cloud-init[1708]: importer.py[DEBUG]: Looking for modules ['amazon', 'cloudinit.distros.amazon'] that have attributes ['Distro'] | |
Jun 28 00:06:58 cloud-init[1708]: importer.py[DEBUG]: Found amazon with attributes ['Distro'] in ['cloudinit.distros.amazon'] | |
Jun 28 00:06:58 cloud-init[1708]: stages.py[DEBUG]: Using distro class <class 'cloudinit.distros.amazon.Distro'> | |
Jun 28 00:06:58 cloud-init[1708]: util.py[DEBUG]: Writing to /var/lib/cloud/instances/i-617bf923/sem/config_locale - wb: [420] 20 bytes | |
Jun 28 00:06:58 cloud-init[1708]: helpers.py[DEBUG]: Running config-locale using lock (<FileLock using file '/var/lib/cloud/instances/i-617bf923/sem/config_locale'>) | |
Jun 28 00:06:58 cloud-init[1708]: cc_locale.py[DEBUG]: Setting locale to en_US.UTF-8 | |
Jun 28 00:06:58 cloud-init[1708]: util.py[DEBUG]: Reading from /etc/sysconfig/i18n (quiet=False) | |
Jun 28 00:06:58 cloud-init[1708]: util.py[DEBUG]: Read 19 bytes from /etc/sysconfig/i18n | |
Jun 28 00:06:58 cloud-init[1708]: util.py[DEBUG]: Writing to /etc/sysconfig/i18n - wb: [420] 17 bytes | |
Jun 28 00:06:58 cloud-init[1708]: util.py[DEBUG]: Writing to /var/lib/cloud/instances/i-617bf923/sem/config_ssh - wb: [420] 20 bytes | |
Jun 28 00:06:58 cloud-init[1708]: helpers.py[DEBUG]: Running config-ssh using lock (<FileLock using file '/var/lib/cloud/instances/i-617bf923/sem/config_ssh'>) | |
Jun 28 00:06:58 cloud-init[1708]: util.py[DEBUG]: Running command ['ssh-keygen', '-t', 'rsa', '-N', '', '-f', '/etc/ssh/ssh_host_rsa_key'] with allowed return codes [0] (shell=False, capture=False) | |
Jun 28 00:06:59 cloud-init[1708]: util.py[DEBUG]: Running command ['ssh-keygen', '-t', 'dsa', '-N', '', '-f', '/etc/ssh/ssh_host_dsa_key'] with allowed return codes [0] (shell=False, capture=False) | |
Jun 28 00:07:00 cloud-init[1708]: util.py[DEBUG]: Running command ['ssh-keygen', '-t', 'ecdsa', '-N', '', '-f', '/etc/ssh/ssh_host_ecdsa_key'] with allowed return codes [0] (shell=False, capture=False) | |
Jun 28 00:07:00 cloud-init[1708]: importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger'] | |
Jun 28 00:07:00 cloud-init[1708]: importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list'] | |
Jun 28 00:07:00 cloud-init[1708]: importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger'] | |
Jun 28 00:07:00 cloud-init[1708]: importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict'] | |
Jun 28 00:07:00 cloud-init[1708]: importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger'] | |
Jun 28 00:07:00 cloud-init[1708]: importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str'] | |
Jun 28 00:07:00 cloud-init[1708]: __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' | |
Jun 28 00:07:00 cloud-init[1708]: __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' | |
Jun 28 00:07:00 cloud-init[1708]: importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger'] | |
Jun 28 00:07:00 cloud-init[1708]: importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list'] | |
Jun 28 00:07:00 cloud-init[1708]: importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger'] | |
Jun 28 00:07:00 cloud-init[1708]: importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict'] | |
Jun 28 00:07:00 cloud-init[1708]: importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger'] | |
Jun 28 00:07:00 cloud-init[1708]: importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str'] | |
Jun 28 00:07:00 cloud-init[1708]: __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' | |
Jun 28 00:07:00 cloud-init[1708]: __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' | |
Jun 28 00:07:00 cloud-init[1708]: importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger'] | |
Jun 28 00:07:00 cloud-init[1708]: importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list'] | |
Jun 28 00:07:00 cloud-init[1708]: importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger'] | |
Jun 28 00:07:00 cloud-init[1708]: importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict'] | |
Jun 28 00:07:00 cloud-init[1708]: importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger'] | |
Jun 28 00:07:00 cloud-init[1708]: importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str'] | |
Jun 28 00:07:00 cloud-init[1708]: __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' | |
Jun 28 00:07:00 cloud-init[1708]: __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' | |
Jun 28 00:07:00 cloud-init[1708]: util.py[DEBUG]: Changing the ownership of /home/ec2-user/.ssh to 500:500 | |
Jun 28 00:07:00 cloud-init[1708]: util.py[DEBUG]: Reading from /etc/ssh/sshd_config (quiet=False) | |
Jun 28 00:07:00 cloud-init[1708]: util.py[DEBUG]: Read 4546 bytes from /etc/ssh/sshd_config | |
Jun 28 00:07:00 cloud-init[1708]: util.py[DEBUG]: Writing to /home/ec2-user/.ssh/authorized_keys - wb: [384] 388 bytes | |
Jun 28 00:07:00 cloud-init[1708]: util.py[DEBUG]: Changing the ownership of /home/ec2-user/.ssh/authorized_keys to 500:500 | |
Jun 28 00:07:00 cloud-init[1708]: util.py[DEBUG]: Changing the ownership of /root/.ssh to 0:0 | |
Jun 28 00:07:00 cloud-init[1708]: util.py[DEBUG]: Reading from /etc/ssh/sshd_config (quiet=False) | |
Jun 28 00:07:00 cloud-init[1708]: util.py[DEBUG]: Read 4546 bytes from /etc/ssh/sshd_config | |
Jun 28 00:07:00 cloud-init[1708]: util.py[DEBUG]: Writing to /root/.ssh/authorized_keys - wb: [384] 545 bytes | |
Jun 28 00:07:00 cloud-init[1708]: util.py[DEBUG]: Changing the ownership of /root/.ssh/authorized_keys to 0:0 | |
Jun 28 00:07:00 cloud-init[1708]: util.py[DEBUG]: Writing to /var/lib/cloud/instances/i-617bf923/sem/config_set_passwords - wb: [420] 20 bytes | |
Jun 28 00:07:00 cloud-init[1708]: helpers.py[DEBUG]: Running config-set-passwords using lock (<FileLock using file '/var/lib/cloud/instances/i-617bf923/sem/config_set_passwords'>) | |
Jun 28 00:07:00 cloud-init[1708]: util.py[DEBUG]: Reading from /etc/ssh/sshd_config (quiet=False) | |
Jun 28 00:07:00 cloud-init[1708]: util.py[DEBUG]: Read 4546 bytes from /etc/ssh/sshd_config | |
Jun 28 00:07:00 cloud-init[1708]: cc_set_passwords.py[DEBUG]: Replacing auth line 78 with no | |
Jun 28 00:07:00 cloud-init[1708]: util.py[DEBUG]: Writing to /etc/ssh/sshd_config - wb: [420] 4543 bytes | |
Jun 28 00:07:00 cloud-init[1708]: util.py[DEBUG]: Running command ['service', 'sshd', 'status'] with allowed return codes [0] (shell=False, capture=True) | |
Jun 28 00:07:00 cloud-init[1708]: util.py[DEBUG]: Writing to /var/lib/cloud/instances/i-617bf923/sem/config_mounts - wb: [420] 20 bytes | |
Jun 28 00:07:00 cloud-init[1708]: helpers.py[DEBUG]: Running config-mounts using lock (<FileLock using file '/var/lib/cloud/instances/i-617bf923/sem/config_mounts'>) | |
Jun 28 00:07:00 cloud-init[1708]: cc_mounts.py[DEBUG]: Attempting to determine the real name of ephemeral0 | |
Jun 28 00:07:00 cloud-init[1708]: DataSourceEc2.py[DEBUG]: Unable to convert ephemeral0 to a device | |
Jun 28 00:07:00 cloud-init[1708]: cc_mounts.py[DEBUG]: Ignoring nonexistant named mount ephemeral0 | |
Jun 28 00:07:00 cloud-init[1708]: cc_mounts.py[DEBUG]: Attempting to determine the real name of swap | |
Jun 28 00:07:00 cloud-init[1708]: DataSourceEc2.py[DEBUG]: Unable to convert swap to a device | |
Jun 28 00:07:00 cloud-init[1708]: cc_mounts.py[DEBUG]: Ignoring nonexistant named mount swap | |
Jun 28 00:07:00 cloud-init[1708]: DataSourceEc2.py[DEBUG]: Unable to convert ephemeral0 to a device | |
Jun 28 00:07:00 cloud-init[1708]: cc_mounts.py[DEBUG]: Ignoring nonexistant named default mount ephemeral0 | |
Jun 28 00:07:00 cloud-init[1708]: DataSourceEc2.py[DEBUG]: Unable to convert swap to a device | |
Jun 28 00:07:00 cloud-init[1708]: cc_mounts.py[DEBUG]: Ignoring nonexistant named default mount swap | |
Jun 28 00:07:00 cloud-init[1708]: cc_mounts.py[DEBUG]: Skipping non-existent device named ephemeral0 | |
Jun 28 00:07:00 cloud-init[1708]: cc_mounts.py[DEBUG]: Skipping non-existent device named swap | |
Jun 28 00:07:00 cloud-init[1708]: cc_mounts.py[DEBUG]: No modifications to fstab needed. | |
Jun 28 00:07:00 cloud-init[1708]: util.py[DEBUG]: Writing to /var/lib/cloud/instances/i-617bf923/sem/config_yum_configure - wb: [420] 20 bytes | |
Jun 28 00:07:00 cloud-init[1708]: helpers.py[DEBUG]: Running config-yum-configure using lock (<FileLock using file '/var/lib/cloud/instances/i-617bf923/sem/config_yum_configure'>) | |
Jun 28 00:07:00 cloud-init[1708]: cc_yum_configure.py[DEBUG]: Generating default repo files | |
Jun 28 00:07:00 cloud-init[1708]: __init__.py[DEBUG]: filtered distro mirror info: {} | |
Jun 28 00:07:00 cloud-init[1708]: cc_yum_configure.py[INFO]: No releasever provided, leaving yum.conf unchanged. | |
Jun 28 00:07:00 cloud-init[1708]: util.py[WARNING]: Running yum-configure (<module 'cloudinit.config.cc_yum_configure' from '/usr/lib/python2.6/site-packages/cloudinit/config/cc_yum_configure.pyc'>) failed | |
Jun 28 00:07:00 cloud-init[1708]: util.py[DEBUG]: Running yum-configure (<module 'cloudinit.config.cc_yum_configure' from '/usr/lib/python2.6/site-packages/cloudinit/config/cc_yum_configure.pyc'>) failed | |
Traceback (most recent call last): | |
File "/usr/lib/python2.6/site-packages/cloudinit/stages.py", line 553, in _run_modules | |
cc.run(run_name, mod.handle, func_args, freq=freq) | |
File "/usr/lib/python2.6/site-packages/cloudinit/cloud.py", line 63, in run | |
return self._runners.run(name, functor, args, freq, clear_on_fail) | |
File "/usr/lib/python2.6/site-packages/cloudinit/helpers.py", line 197, in run | |
results = functor(*args) | |
File "/usr/lib/python2.6/site-packages/cloudinit/config/cc_yum_configure.py", line 53, in handle | |
raise errors[-1] | |
KeyError: 'regional' | |
Jun 28 00:07:00 cloud-init[1708]: util.py[DEBUG]: Writing to /var/lib/cloud/instances/i-617bf923/sem/config_yum_add_repo - wb: [420] 20 bytes | |
Jun 28 00:07:00 cloud-init[1708]: helpers.py[DEBUG]: Running config-yum-add-repo using lock (<FileLock using file '/var/lib/cloud/instances/i-617bf923/sem/config_yum_add_repo'>) | |
Jun 28 00:07:00 cloud-init[1708]: cc_yum_add_repo.py[DEBUG]: Skipping module named yum-add-repo, no 'yum_repos' configuration found | |
Jun 28 00:07:00 cloud-init[1708]: util.py[DEBUG]: Writing to /var/lib/cloud/instances/i-617bf923/sem/config_package_update_upgrade_install - wb: [420] 20 bytes | |
Jun 28 00:07:00 cloud-init[1708]: helpers.py[DEBUG]: Running config-package-update-upgrade-install using lock (<FileLock using file '/var/lib/cloud/instances/i-617bf923/sem/config_package_update_upgrade_install'>) | |
Jun 28 00:07:00 cloud-init[1708]: util.py[DEBUG]: Writing to /var/lib/cloud/instances/i-617bf923/sem/update_sources - wb: [420] 20 bytes | |
Jun 28 00:07:00 cloud-init[1708]: helpers.py[DEBUG]: Running update-sources using lock (<FileLock using file '/var/lib/cloud/instances/i-617bf923/sem/update_sources'>) | |
Jun 28 00:07:00 cloud-init[1708]: util.py[DEBUG]: Running command ['yum', '-t', '-y', 'makecache'] with allowed return codes [0] (shell=False, capture=False) | |
Jun 28 00:07:02 cloud-init[1708]: util.py[WARNING]: Package update failed | |
Jun 28 00:07:02 cloud-init[1708]: util.py[DEBUG]: Package update failed | |
Traceback (most recent call last): | |
File "/usr/lib/python2.6/site-packages/cloudinit/config/cc_package_update_upgrade_install.py", line 74, in handle | |
cloud.distro.update_package_sources() | |
File "/usr/lib/python2.6/site-packages/cloudinit/distros/rhel.py", line 278, in update_package_sources | |
["makecache"], freq=PER_INSTANCE) | |
File "/usr/lib/python2.6/site-packages/cloudinit/helpers.py", line 197, in run | |
results = functor(*args) | |
File "/usr/lib/python2.6/site-packages/cloudinit/distros/rhel.py", line 274, in package_command | |
util.subp(cmd, capture=False, pipe_cat=True, close_stdin=True) | |
File "/usr/lib/python2.6/site-packages/cloudinit/util.py", line 1528, in subp | |
cmd=args) | |
ProcessExecutionError: Unexpected error while running command. | |
Command: ['yum', '-t', '-y', 'makecache'] | |
Exit code: 1 | |
Reason: - | |
Stdout: '' | |
Stderr: '' | |
Jun 28 00:07:02 cloud-init[1708]: amazon.py[DEBUG]: Upgrade level: security | |
Jun 28 00:07:02 cloud-init[1708]: util.py[DEBUG]: Running command ['yum', '-t', '-y', '--exclude=kernel', '--exclude=nvidia*', '--exclude=cudatoolkit', '--security', '--sec-severity=critical', '--sec-severity=important', 'upgrade'] with allowed return codes [0] (shell=False, capture=False) | |
Jun 28 00:07:03 cloud-init[1708]: util.py[WARNING]: Package upgrade failed | |
Jun 28 00:07:03 cloud-init[1708]: util.py[DEBUG]: Package upgrade failed | |
Traceback (most recent call last): | |
File "/usr/lib/python2.6/site-packages/cloudinit/config/cc_package_update_upgrade_install.py", line 81, in handle | |
cloud.distro.upgrade_packages(upgrade_level, upgrade_exclude) | |
File "/usr/lib/python2.6/site-packages/cloudinit/distros/amazon.py", line 50, in upgrade_packages | |
return self.package_command('upgrade', args=args) | |
File "/usr/lib/python2.6/site-packages/cloudinit/distros/rhel.py", line 274, in package_command | |
util.subp(cmd, capture=False, pipe_cat=True, close_stdin=True) | |
File "/usr/lib/python2.6/site-packages/cloudinit/util.py", line 1528, in subp | |
cmd=args) | |
ProcessExecutionError: Unexpected error while running command. | |
Command: ['yum', '-t', '-y', '--exclude=kernel', '--exclude=nvidia*', '--exclude=cudatoolkit', '--security', '--sec-severity=critical', '--sec-severity=important', 'upgrade'] | |
Exit code: 1 | |
Reason: - | |
Stdout: '' | |
Stderr: '' | |
Jun 28 00:07:03 cloud-init[1708]: cc_package_update_upgrade_install.py[WARNING]: 2 failed with exceptions, re-raising the last one | |
Jun 28 00:07:03 cloud-init[1708]: util.py[WARNING]: Running package-update-upgrade-install (<module 'cloudinit.config.cc_package_update_upgrade_install' from '/usr/lib/python2.6/site-packages/cloudinit/config/cc_package_update_upgrade_install.pyc'>) failed | |
Jun 28 00:07:03 cloud-init[1708]: util.py[DEBUG]: Running package-update-upgrade-install (<module 'cloudinit.config.cc_package_update_upgrade_install' from '/usr/lib/python2.6/site-packages/cloudinit/config/cc_package_update_upgrade_install.pyc'>) failed | |
Traceback (most recent call last): | |
File "/usr/lib/python2.6/site-packages/cloudinit/stages.py", line 553, in _run_modules | |
cc.run(run_name, mod.handle, func_args, freq=freq) | |
File "/usr/lib/python2.6/site-packages/cloudinit/cloud.py", line 63, in run | |
return self._runners.run(name, functor, args, freq, clear_on_fail) | |
File "/usr/lib/python2.6/site-packages/cloudinit/helpers.py", line 197, in run | |
results = functor(*args) | |
File "/usr/lib/python2.6/site-packages/cloudinit/config/cc_package_update_upgrade_install.py", line 111, in handle | |
raise errors[-1] | |
ProcessExecutionError: Unexpected error while running command. | |
Command: ['yum', '-t', '-y', '--exclude=kernel', '--exclude=nvidia*', '--exclude=cudatoolkit', '--security', '--sec-severity=critical', '--sec-severity=important', 'upgrade'] | |
Exit code: 1 | |
Reason: - | |
Stdout: '' | |
Stderr: '' | |
Jun 28 00:07:03 cloud-init[1708]: util.py[DEBUG]: Writing to /var/lib/cloud/instances/i-617bf923/sem/config_timezone - wb: [420] 20 bytes | |
Jun 28 00:07:03 cloud-init[1708]: helpers.py[DEBUG]: Running config-timezone using lock (<FileLock using file '/var/lib/cloud/instances/i-617bf923/sem/config_timezone'>) | |
Jun 28 00:07:03 cloud-init[1708]: cc_timezone.py[DEBUG]: Skipping module named timezone, no 'timezone' specified | |
Jun 28 00:07:03 cloud-init[1708]: util.py[DEBUG]: Writing to /var/lib/cloud/instances/i-617bf923/sem/config_puppet - wb: [420] 20 bytes | |
Jun 28 00:07:03 cloud-init[1708]: helpers.py[DEBUG]: Running config-puppet using lock (<FileLock using file '/var/lib/cloud/instances/i-617bf923/sem/config_puppet'>) | |
Jun 28 00:07:03 cloud-init[1708]: cc_puppet.py[DEBUG]: Skipping module named puppet, no 'puppet' configuration found | |
Jun 28 00:07:03 cloud-init[1708]: helpers.py[DEBUG]: Running config-disable-ec2-metadata using lock (<cloudinit.helpers.DummyLock object at 0x1f83450>) | |
Jun 28 00:07:03 cloud-init[1708]: cc_disable_ec2_metadata.py[DEBUG]: Skipping module named disable-ec2-metadata, disabling the ec2 route not enabled | |
Jun 28 00:07:03 cloud-init[1708]: util.py[DEBUG]: Writing to /var/lib/cloud/instances/i-617bf923/sem/config_runcmd - wb: [420] 20 bytes | |
Jun 28 00:07:03 cloud-init[1708]: helpers.py[DEBUG]: Running config-runcmd using lock (<FileLock using file '/var/lib/cloud/instances/i-617bf923/sem/config_runcmd'>) | |
Jun 28 00:07:03 cloud-init[1708]: cc_runcmd.py[DEBUG]: Skipping module named runcmd, no 'runcmd' key in configuration | |
Jun 28 00:07:03 cloud-init[1708]: cloud-init[DEBUG]: Ran 11 modules with 2 failures | |
Jun 28 00:25:58 cloud-init[1838]: util.py[DEBUG]: Cloud-init v. 0.7.2 running 'modules:config' at Sat, 28 Jun 2014 00:25:58 +0000. Up 2680.24 seconds. | |
Jun 28 00:25:58 cloud-init[1838]: importer.py[DEBUG]: Looking for modules ['cc_locale', 'cloudinit.config.cc_locale'] that have attributes ['handle'] | |
Jun 28 00:25:58 cloud-init[1838]: importer.py[DEBUG]: Found cc_locale with attributes ['handle'] in ['cloudinit.config.cc_locale'] | |
Jun 28 00:25:58 cloud-init[1838]: importer.py[DEBUG]: Looking for modules ['cc_ssh', 'cloudinit.config.cc_ssh'] that have attributes ['handle'] | |
Jun 28 00:25:58 cloud-init[1838]: importer.py[DEBUG]: Found cc_ssh with attributes ['handle'] in ['cloudinit.config.cc_ssh'] | |
Jun 28 00:25:58 cloud-init[1838]: importer.py[DEBUG]: Looking for modules ['cc_set_passwords', 'cloudinit.config.cc_set_passwords'] that have attributes ['handle'] | |
Jun 28 00:25:58 cloud-init[1838]: importer.py[DEBUG]: Found cc_set_passwords with attributes ['handle'] in ['cloudinit.config.cc_set_passwords'] | |
Jun 28 00:25:58 cloud-init[1838]: importer.py[DEBUG]: Looking for modules ['cc_mounts', 'cloudinit.config.cc_mounts'] that have attributes ['handle'] | |
Jun 28 00:25:58 cloud-init[1838]: importer.py[DEBUG]: Found cc_mounts with attributes ['handle'] in ['cloudinit.config.cc_mounts'] | |
Jun 28 00:25:58 cloud-init[1838]: importer.py[DEBUG]: Looking for modules ['cc_yum_configure', 'cloudinit.config.cc_yum_configure'] that have attributes ['handle'] | |
Jun 28 00:25:58 cloud-init[1838]: importer.py[DEBUG]: Found cc_yum_configure with attributes ['handle'] in ['cloudinit.config.cc_yum_configure'] | |
Jun 28 00:25:58 cloud-init[1838]: importer.py[DEBUG]: Looking for modules ['cc_yum_add_repo', 'cloudinit.config.cc_yum_add_repo'] that have attributes ['handle'] | |
Jun 28 00:25:58 cloud-init[1838]: importer.py[DEBUG]: Found cc_yum_add_repo with attributes ['handle'] in ['cloudinit.config.cc_yum_add_repo'] | |
Jun 28 00:25:58 cloud-init[1838]: importer.py[DEBUG]: Looking for modules ['cc_package_update_upgrade_install', 'cloudinit.config.cc_package_update_upgrade_install'] that have attributes ['handle'] | |
Jun 28 00:25:58 cloud-init[1838]: importer.py[DEBUG]: Found cc_package_update_upgrade_install with attributes ['handle'] in ['cloudinit.config.cc_package_update_upgrade_install'] | |
Jun 28 00:25:58 cloud-init[1838]: importer.py[DEBUG]: Looking for modules ['cc_timezone', 'cloudinit.config.cc_timezone'] that have attributes ['handle'] | |
Jun 28 00:25:58 cloud-init[1838]: importer.py[DEBUG]: Found cc_timezone with attributes ['handle'] in ['cloudinit.config.cc_timezone'] | |
Jun 28 00:25:58 cloud-init[1838]: importer.py[DEBUG]: Looking for modules ['cc_puppet', 'cloudinit.config.cc_puppet'] that have attributes ['handle'] | |
Jun 28 00:25:58 cloud-init[1838]: importer.py[DEBUG]: Found cc_puppet with attributes ['handle'] in ['cloudinit.config.cc_puppet'] | |
Jun 28 00:25:58 cloud-init[1838]: importer.py[DEBUG]: Looking for modules ['cc_disable_ec2_metadata', 'cloudinit.config.cc_disable_ec2_metadata'] that have attributes ['handle'] | |
Jun 28 00:25:58 cloud-init[1838]: importer.py[DEBUG]: Found cc_disable_ec2_metadata with attributes ['handle'] in ['cloudinit.config.cc_disable_ec2_metadata'] | |
Jun 28 00:25:58 cloud-init[1838]: importer.py[DEBUG]: Looking for modules ['cc_runcmd', 'cloudinit.config.cc_runcmd'] that have attributes ['handle'] | |
Jun 28 00:25:58 cloud-init[1838]: importer.py[DEBUG]: Found cc_runcmd with attributes ['handle'] in ['cloudinit.config.cc_runcmd'] | |
Jun 28 00:25:58 cloud-init[1838]: importer.py[DEBUG]: Looking for modules ['amazon', 'cloudinit.distros.amazon'] that have attributes ['Distro'] | |
Jun 28 00:25:58 cloud-init[1838]: importer.py[DEBUG]: Found amazon with attributes ['Distro'] in ['cloudinit.distros.amazon'] | |
Jun 28 00:25:58 cloud-init[1838]: stages.py[DEBUG]: Using distro class <class 'cloudinit.distros.amazon.Distro'> | |
Jun 28 00:25:58 cloud-init[1838]: helpers.py[DEBUG]: config-locale already ran (freq=once-per-instance) | |
Jun 28 00:25:58 cloud-init[1838]: helpers.py[DEBUG]: config-ssh already ran (freq=once-per-instance) | |
Jun 28 00:25:58 cloud-init[1838]: helpers.py[DEBUG]: config-set-passwords already ran (freq=once-per-instance) | |
Jun 28 00:25:58 cloud-init[1838]: helpers.py[DEBUG]: config-mounts already ran (freq=once-per-instance) | |
Jun 28 00:25:58 cloud-init[1838]: helpers.py[DEBUG]: config-yum-configure already ran (freq=once-per-instance) | |
Jun 28 00:25:58 cloud-init[1838]: helpers.py[DEBUG]: config-yum-add-repo already ran (freq=once-per-instance) | |
Jun 28 00:25:58 cloud-init[1838]: helpers.py[DEBUG]: config-package-update-upgrade-install already ran (freq=once-per-instance) | |
Jun 28 00:25:58 cloud-init[1838]: helpers.py[DEBUG]: config-timezone already ran (freq=once-per-instance) | |
Jun 28 00:25:58 cloud-init[1838]: helpers.py[DEBUG]: config-puppet already ran (freq=once-per-instance) | |
Jun 28 00:25:58 cloud-init[1838]: helpers.py[DEBUG]: Running config-disable-ec2-metadata using lock (<cloudinit.helpers.DummyLock object at 0x12a1cd0>) | |
Jun 28 00:25:58 cloud-init[1838]: cc_disable_ec2_metadata.py[DEBUG]: Skipping module named disable-ec2-metadata, disabling the ec2 route not enabled | |
Jun 28 00:25:58 cloud-init[1838]: helpers.py[DEBUG]: config-runcmd already ran (freq=once-per-instance) | |
Jun 28 00:25:58 cloud-init[1838]: cloud-init[DEBUG]: Ran 11 modules with 0 failures | |
Jun 28 00:26:35 cloud-init[1845]: util.py[DEBUG]: Cloud-init v. 0.7.2 running 'modules:config' at Sat, 28 Jun 2014 00:26:35 +0000. Up 2716.75 seconds. | |
Jun 28 00:26:35 cloud-init[1845]: importer.py[DEBUG]: Looking for modules ['cc_locale', 'cloudinit.config.cc_locale'] that have attributes ['handle'] | |
Jun 28 00:26:35 cloud-init[1845]: importer.py[DEBUG]: Found cc_locale with attributes ['handle'] in ['cloudinit.config.cc_locale'] | |
Jun 28 00:26:35 cloud-init[1845]: importer.py[DEBUG]: Looking for modules ['cc_ssh', 'cloudinit.config.cc_ssh'] that have attributes ['handle'] | |
Jun 28 00:26:35 cloud-init[1845]: importer.py[DEBUG]: Found cc_ssh with attributes ['handle'] in ['cloudinit.config.cc_ssh'] | |
Jun 28 00:26:35 cloud-init[1845]: importer.py[DEBUG]: Looking for modules ['cc_set_passwords', 'cloudinit.config.cc_set_passwords'] that have attributes ['handle'] | |
Jun 28 00:26:35 cloud-init[1845]: importer.py[DEBUG]: Found cc_set_passwords with attributes ['handle'] in ['cloudinit.config.cc_set_passwords'] | |
Jun 28 00:26:35 cloud-init[1845]: importer.py[DEBUG]: Looking for modules ['cc_mounts', 'cloudinit.config.cc_mounts'] that have attributes ['handle'] | |
Jun 28 00:26:35 cloud-init[1845]: importer.py[DEBUG]: Found cc_mounts with attributes ['handle'] in ['cloudinit.config.cc_mounts'] | |
Jun 28 00:26:35 cloud-init[1845]: importer.py[DEBUG]: Looking for modules ['cc_yum_configure', 'cloudinit.config.cc_yum_configure'] that have attributes ['handle'] | |
Jun 28 00:26:35 cloud-init[1845]: importer.py[DEBUG]: Found cc_yum_configure with attributes ['handle'] in ['cloudinit.config.cc_yum_configure'] | |
Jun 28 00:26:35 cloud-init[1845]: importer.py[DEBUG]: Looking for modules ['cc_yum_add_repo', 'cloudinit.config.cc_yum_add_repo'] that have attributes ['handle'] | |
Jun 28 00:26:35 cloud-init[1845]: importer.py[DEBUG]: Found cc_yum_add_repo with attributes ['handle'] in ['cloudinit.config.cc_yum_add_repo'] | |
Jun 28 00:26:35 cloud-init[1845]: importer.py[DEBUG]: Looking for modules ['cc_package_update_upgrade_install', 'cloudinit.config.cc_package_update_upgrade_install'] that have attributes ['handle'] | |
Jun 28 00:26:35 cloud-init[1845]: importer.py[DEBUG]: Found cc_package_update_upgrade_install with attributes ['handle'] in ['cloudinit.config.cc_package_update_upgrade_install'] | |
Jun 28 00:26:35 cloud-init[1845]: importer.py[DEBUG]: Looking for modules ['cc_timezone', 'cloudinit.config.cc_timezone'] that have attributes ['handle'] | |
Jun 28 00:26:35 cloud-init[1845]: importer.py[DEBUG]: Found cc_timezone with attributes ['handle'] in ['cloudinit.config.cc_timezone'] | |
Jun 28 00:26:35 cloud-init[1845]: importer.py[DEBUG]: Looking for modules ['cc_puppet', 'cloudinit.config.cc_puppet'] that have attributes ['handle'] | |
Jun 28 00:26:35 cloud-init[1845]: importer.py[DEBUG]: Found cc_puppet with attributes ['handle'] in ['cloudinit.config.cc_puppet'] | |
Jun 28 00:26:35 cloud-init[1845]: importer.py[DEBUG]: Looking for modules ['cc_disable_ec2_metadata', 'cloudinit.config.cc_disable_ec2_metadata'] that have attributes ['handle'] | |
Jun 28 00:26:35 cloud-init[1845]: importer.py[DEBUG]: Found cc_disable_ec2_metadata with attributes ['handle'] in ['cloudinit.config.cc_disable_ec2_metadata'] | |
Jun 28 00:26:35 cloud-init[1845]: importer.py[DEBUG]: Looking for modules ['cc_runcmd', 'cloudinit.config.cc_runcmd'] that have attributes ['handle'] | |
Jun 28 00:26:35 cloud-init[1845]: importer.py[DEBUG]: Found cc_runcmd with attributes ['handle'] in ['cloudinit.config.cc_runcmd'] | |
Jun 28 00:26:35 cloud-init[1845]: importer.py[DEBUG]: Looking for modules ['amazon', 'cloudinit.distros.amazon'] that have attributes ['Distro'] | |
Jun 28 00:26:35 cloud-init[1845]: importer.py[DEBUG]: Found amazon with attributes ['Distro'] in ['cloudinit.distros.amazon'] | |
Jun 28 00:26:35 cloud-init[1845]: stages.py[DEBUG]: Using distro class <class 'cloudinit.distros.amazon.Distro'> | |
Jun 28 00:26:35 cloud-init[1845]: helpers.py[DEBUG]: config-locale already ran (freq=once-per-instance) | |
Jun 28 00:26:35 cloud-init[1845]: helpers.py[DEBUG]: config-ssh already ran (freq=once-per-instance) | |
Jun 28 00:26:35 cloud-init[1845]: helpers.py[DEBUG]: config-set-passwords already ran (freq=once-per-instance) | |
Jun 28 00:26:35 cloud-init[1845]: helpers.py[DEBUG]: config-mounts already ran (freq=once-per-instance) | |
Jun 28 00:26:35 cloud-init[1845]: helpers.py[DEBUG]: config-yum-configure already ran (freq=once-per-instance) | |
Jun 28 00:26:35 cloud-init[1845]: helpers.py[DEBUG]: config-yum-add-repo already ran (freq=once-per-instance) | |
Jun 28 00:26:35 cloud-init[1845]: helpers.py[DEBUG]: config-package-update-upgrade-install already ran (freq=once-per-instance) | |
Jun 28 00:26:35 cloud-init[1845]: helpers.py[DEBUG]: config-timezone already ran (freq=once-per-instance) | |
Jun 28 00:26:35 cloud-init[1845]: helpers.py[DEBUG]: config-puppet already ran (freq=once-per-instance) | |
Jun 28 00:26:35 cloud-init[1845]: helpers.py[DEBUG]: Running config-disable-ec2-metadata using lock (<cloudinit.helpers.DummyLock object at 0x2791cd0>) | |
Jun 28 00:26:35 cloud-init[1845]: cc_disable_ec2_metadata.py[DEBUG]: Skipping module named disable-ec2-metadata, disabling the ec2 route not enabled | |
Jun 28 00:26:35 cloud-init[1845]: helpers.py[DEBUG]: config-runcmd already ran (freq=once-per-instance) | |
Jun 28 00:26:35 cloud-init[1845]: cloud-init[DEBUG]: Ran 11 modules with 0 failures |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment