bootstrap-vz/bootstrapvz/plugins
Jimmy Kaplowitz c412c4cdcf Fix list of tasks and their ordering
- GCE provider wasn't including the GCE SetHostname task, without which
  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=604883 was
  preventing the hostname from getting set after reboot.
- During the GCE build, one of the GCE cleaning tasks was trying to run
  an apt-get update after the build-time resolv.conf file was removed.
  Fix this ordering by moving the network.Remove* tasks to the
  system_cleaning phase as they should have been all along, and adding
  an appropriate ordering rule for the GCE cleaning task.
- Add the fallback http.debian.net mirror after, not before, our mirror.
- The puppet plugin's ApplyPuppetManifest task specified that it should
  run before the network.Remove* tasks within the system_modification
  phase. Now that those tasks have been moved to a later phase
  (system_cleaning), remove this dependency. I have no puppet manifest
  to test this change, but am including it in hopes of avoiding a
  breakage there. Hopefully someone who uses puppet can test this or at
  least confirm that it's correct.

Change-Id: Ieca97f288f456bab119989f4cbc4c3993a755830
2014-07-24 20:20:54 -07:00
..
admin_user Convert every JSON file to YAML 2014-07-09 23:17:04 +02:00
apt_proxy Convert every JSON file to YAML 2014-07-09 23:17:04 +02:00
chef Convert every JSON file to YAML 2014-07-09 23:17:04 +02:00
cloud_init 8f43ee1d removed a used import in the cloud-init and opennebula plugins, readded 2014-07-12 19:56:18 +02:00
docker_daemon Move AddBackports to common.tasks.apt 2014-07-12 14:42:52 -03:00
image_commands Convert every JSON file to YAML 2014-07-09 23:17:04 +02:00
minimize_size Convert every JSON file to YAML 2014-07-09 23:17:04 +02:00
ntp Convert every JSON file to YAML 2014-07-09 23:17:04 +02:00
opennebula 8f43ee1d removed a used import in the cloud-init and opennebula plugins, readded 2014-07-12 19:56:18 +02:00
pip_install Convert every JSON file to YAML 2014-07-09 23:17:04 +02:00
prebootstrapped Convert every JSON file to YAML 2014-07-09 23:17:04 +02:00
puppet Fix list of tasks and their ordering 2014-07-24 20:20:54 -07:00
root_password Convert every JSON file to YAML 2014-07-09 23:17:04 +02:00
salt Convert every JSON file to YAML 2014-07-09 23:17:04 +02:00
unattended_upgrades Convert every JSON file to YAML 2014-07-09 23:17:04 +02:00
vagrant Convert every JSON file to YAML 2014-07-09 23:17:04 +02:00
__init__.py Move code into proper package folder 2014-04-02 21:26:13 +02:00