Created
September 12, 2014 18:50
-
-
Save devicenull/5067d68efe64efa4a82e to your computer and use it in GitHub Desktop.
Revisions
-
devicenull created this gist
Sep 12, 2014 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,12 @@ root@localhost ~ # coreos-cloudinit --from-ec2-metadata="http://169.254.169.254" Checking availability of "ec2-metadata-service" Fetching user-data from datasource of type "ec2-metadata-service" 2014/09/12 18:50:18 Fetching data from http://169.254.169.254/2009-04-04/user-data. Attempt #1 Fetching meta-data from datasource of type "ec2-metadata-service" 2014/09/12 18:50:18 Fetching data from http://169.254.169.254/2009-04-04/meta-data/public-keys. Attempt #1 2014/09/12 18:50:18 Fetching data from http://169.254.169.254/2009-04-04/meta-data/hostname. Attempt #1 2014/09/12 18:50:18 Fetching data from http://169.254.169.254/2009-04-04/meta-data/local-ipv4. Attempt #1 2014/09/12 18:50:18 Fetching data from http://169.254.169.254/2009-04-04/meta-data/public-ipv4. Attempt #1 2014/09/12 18:50:18 Fetching data from http://169.254.169.254/2009-04-04/meta-data/network_config/content_path. Attempt #1 Processing cloud-config from meta-data root@localhost ~ #