aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-03-05 21:52:44 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-03-05 21:52:44 -0300
commitd5818c8e2f0ce39cd95f119c278ceec76a1dc5a7 (patch)
treeac8ed31ce5cb78241482d7353a043c152a5d7287
parentda82365ae86a902f63addc3056d4ada5f15e31fe (diff)
downloadhydra-d5818c8e2f0ce39cd95f119c278ceec76a1dc5a7.tar.gz
hydra-d5818c8e2f0ce39cd95f119c278ceec76a1dc5a7.tar.bz2
Jessie stuff
-rw-r--r--TODO.md1
-rwxr-xr-xshare/hydractl/system-upgrade12
2 files changed, 7 insertions, 6 deletions
diff --git a/TODO.md b/TODO.md
index e918980..b731ad7 100644
--- a/TODO.md
+++ b/TODO.md
@@ -4,6 +4,7 @@ TODO
Hydra
-----
+- install: move to /usr/local/share/hydra.
- bootless: properly support `$subdevice` in parted or always use first partition (like `/dev/sdb1`).
- init: add new repositories as superproject's submodules.
- nodes: get node list via hiera files.
diff --git a/share/hydractl/system-upgrade b/share/hydractl/system-upgrade
index ab32bf7..05f4bc5 100755
--- a/share/hydractl/system-upgrade
+++ b/share/hydractl/system-upgrade
@@ -141,15 +141,15 @@ function hydra_system_upgrade_custom {
#fi
hydractl trac-upgrade
- hydra_system_upgrade_stage puppet
+ #hydra_system_upgrade_stage puppet
}
# Enable puppet again
-function hydra_system_upgrade_puppet {
- echo ""
- echo "Starting puppet again..."
- hydractl puppet-enable
-}
+#function hydra_system_upgrade_puppet {
+# echo ""
+# echo "Starting puppet again..."
+# hydractl puppet-enable
+#}
# Initialize
if [ ! -e "$STATE" ]; then