Skip to content

Instantly share code, notes, and snippets.

@andsens
Created March 30, 2016 06:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andsens/30ba30882e7098fd8c9c20ce13d3161e to your computer and use it in GitHub Desktop.
Save andsens/30ba30882e7098fd8c9c20ce13d3161e to your computer and use it in GitHub Desktop.
Log of running `bootstrap-vz --dry-run manifests/official/ec2/ebs-jessie-amd64-hvm.yml --log - --debug`
Loading provider ec2
Loading plugin cloud_init
Tasklist:
bootstrapvz.providers.ec2.tasks.packages.DefaultPackages
bootstrapvz.providers.ec2.tasks.host.AddExternalCommands
bootstrapvz.common.tasks.bootstrap.AddRequiredCommands
bootstrapvz.common.tasks.locale.LocaleBootstrapPackage
bootstrapvz.providers.ec2.tasks.host.GetInstanceMetadata
bootstrapvz.common.tasks.apt.AddDefaultSources
bootstrapvz.plugins.cloud_init.tasks.AddCloudInitPackages
bootstrapvz.common.tasks.ssh.AddOpenSSHPackage
bootstrapvz.common.tasks.workspace.CreateWorkspace
bootstrapvz.common.tasks.extlinux.AddExtlinuxPackage
bootstrapvz.common.tasks.filesystem.AddRequiredCommands
bootstrapvz.common.tasks.host.CheckExternalCommands
bootstrapvz.providers.ec2.tasks.connection.GetCredentials
bootstrapvz.providers.ec2.tasks.connection.SilenceBotoDebug
bootstrapvz.providers.ec2.tasks.connection.Connect
bootstrapvz.providers.ec2.tasks.ami.AMIName
bootstrapvz.providers.ec2.tasks.ebs.Create
bootstrapvz.providers.ec2.tasks.ebs.Attach
bootstrapvz.common.tasks.filesystem.Format
bootstrapvz.common.tasks.filesystem.TuneVolumeFS
bootstrapvz.common.tasks.filesystem.CreateMountDir
bootstrapvz.common.tasks.filesystem.MountRoot
bootstrapvz.common.tasks.bootstrap.Bootstrap
bootstrapvz.common.tasks.filesystem.MountSpecials
bootstrapvz.common.tasks.filesystem.CopyMountTable
bootstrapvz.common.tasks.apt.WriteSources
bootstrapvz.common.tasks.apt.DisableDaemonAutostart
bootstrapvz.common.tasks.kernel.AddDKMSPackages
bootstrapvz.common.tasks.locale.GenerateLocale
bootstrapvz.plugins.cloud_init.tasks.SetMetadataSource
bootstrapvz.common.tasks.apt.AptUpdate
bootstrapvz.common.tasks.apt.AptUpgrade
bootstrapvz.common.tasks.packages.InstallPackages
bootstrapvz.common.tasks.kernel.DetermineKernelVersion
bootstrapvz.providers.ec2.tasks.packages.AddWorkaroundGrowpart
bootstrapvz.providers.ec2.tasks.network.InstallNetworkingUDevHotplugAndDHCPSubinterface
bootstrapvz.common.tasks.boot.DisableGetTTYs
bootstrapvz.providers.ec2.tasks.network.InstallEnhancedNetworking
bootstrapvz.common.tasks.locale.SetTimezone
bootstrapvz.common.tasks.network.ConfigureNetworkIF
bootstrapvz.common.tasks.filesystem.FStab
bootstrapvz.plugins.cloud_init.tasks.SetUsername
bootstrapvz.common.tasks.security.EnableShadowConfig
bootstrapvz.common.tasks.extlinux.ConfigureExtlinuxJessie
bootstrapvz.common.tasks.extlinux.InstallExtlinuxJessie
bootstrapvz.common.tasks.kernel.UpdateInitramfs
bootstrapvz.common.tasks.ssh.DisableSSHDNSLookup
bootstrapvz.common.tasks.initd.RemoveHWClock
bootstrapvz.common.tasks.locale.SetLocalTimeCopy
bootstrapvz.common.tasks.ssh.DisableSSHPasswordAuthentication
bootstrapvz.common.tasks.initd.InstallInitScripts
bootstrapvz.common.tasks.initd.AdjustGrowpartWorkaround
bootstrapvz.common.tasks.boot.BlackListModules
bootstrapvz.common.tasks.ssh.ShredHostkeys
bootstrapvz.common.tasks.network.RemoveHostname
bootstrapvz.common.tasks.apt.PurgeUnusedPackages
bootstrapvz.common.tasks.apt.EnableDaemonAutostart
bootstrapvz.common.tasks.cleanup.ClearMOTD
bootstrapvz.common.tasks.network.RemoveDNSInfo
bootstrapvz.common.tasks.apt.AptClean
bootstrapvz.common.tasks.cleanup.CleanTMP
bootstrapvz.common.tasks.filesystem.RemoveMountTable
bootstrapvz.common.tasks.filesystem.UnmountRoot
bootstrapvz.common.tasks.volume.Detach
bootstrapvz.common.tasks.filesystem.DeleteMountDir
bootstrapvz.providers.ec2.tasks.ebs.Snapshot
bootstrapvz.providers.ec2.tasks.ami.RegisterAMI
bootstrapvz.common.tasks.volume.Delete
bootstrapvz.common.tasks.workspace.DeleteWorkspace
Adding image packages required for EC2
Determining required external commands for EC2 bootstrapping
Adding commands required for bootstrapping Debian
Adding locale package to bootstrap installation
Retrieving instance metadata
Adding default release sources
Adding cloud-init package and sudo
Adding openssh package
Creating workspace
Adding extlinux package
Adding commands required for formatting
Checking availability of external commands
Getting AWS credentials
Silence boto debug logging
Connecting to EC2
Determining the AMI name
Creating the EBS volume
Attaching the volume
Formatting the volume
Tuning the bootstrap volume filesystem
Creating mountpoint for the root partition
Mounting the root partition
Installing Debian
Mounting special block devices
Copying mtab from host system
Writing aptitude sources to disk
Disabling daemon autostart
Adding DKMS and kernel header packages
Generating system locale
Setting metadata source
Updating the package cache
Upgrading packages and fixing broken dependencies
Installing packages
Determining kernel version
Adding growpart workaround for jessie
Setting up udev and DHCPD rules for EC2 networking
Disabling getty processes
Installing enhanced networking kernel driver using DKMS
Setting the selected timezone
Configuring network interfaces
Adding partitions to the fstab
Setting username in cloud.cfg
Enabling shadowconfig
Configuring extlinux
Installing extlinux
Rebuilding initramfs
Disabling sshd remote host name lookup
Removing hardware clock init scripts
Setting the selected local timezone (copy)
Disabling SSH password authentication
Installing startup scripts
Adjusting expand-root for growpart-workaround
Blacklisting kernel modules
Securely deleting ssh hostkeys
Removing the hostname file
Removing unused packages
Re-enabling daemon autostart after installation
Clearing the MOTD
Removing resolv.conf
Clearing the aptitude cache
Removing temporary files
Removing mtab
Unmounting the bootstrap volume
Detaching the volume
Deleting mountpoint for the bootstrap volume
Creating a snapshot of the EBS volume
Registering the image as an AMI
Deleting the volume
Deleting workspace
Successfully completed bootstrapping
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment