Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-05-19 | Update the template_version alias for all the templates to pike. | Carlos Camacho | 1 | -1/+1 | |
Master is now the development branch for pike changing the release alias name. Change-Id: I938e4a983e361aefcaa0bd9a4226c296c5823127 | |||||
2017-01-17 | Bump missing template names to ocata | Carlos Camacho | 1 | -1/+1 | |
Update pending templates to use the release name alias. Change-Id: I39f9be212d3e9f3bec6f45d9757eca7a3b0ccc06 | |||||
2016-12-15 | Add pre-network hook and example showing config-then-reboot | Steven Hardy | 1 | -0/+48 | |
There are some requirements for early configuration that involves e.g setting kernel parameters then rebooting. Currently this can be done via cloud-init, e.g firstboot templates, but there's been discussion around enabling a SoftwareDeployment approach instead. The main advantage of doing it this way is there's an error path if something goes wrong with the config (except triggering the reboot as we have to use NO_SIGNAL for that). Change-Id: Ia54ee654f755631b8062eb5c209a60c6f9161500 |