]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
openstack: get rid of failed attempt to use ephemerals 633/head
authorLoic Dachary <ldachary@redhat.com>
Mon, 7 Sep 2015 21:31:39 +0000 (23:31 +0200)
committerLoic Dachary <ldachary@redhat.com>
Sun, 20 Sep 2015 15:22:33 +0000 (17:22 +0200)
It's a hack at best.

Signed-off-by: Loic Dachary <loic@dachary.org>
teuthology/openstack/openstack-centos-6.5-user-data.txt
teuthology/openstack/openstack-centos-7.0-user-data.txt
teuthology/openstack/openstack-ubuntu-user-data.txt

index 76a637b112444302c63b913084f87312606075ce..0d4e457af7d12a16d97a1b2d60c88535950ac8a3 100644 (file)
@@ -21,7 +21,4 @@ packages:
 runcmd:
  - mkinitrd --force /boot/initramfs-2.6.32-504.1.3.el6.x86_64.img 2.6.32-504.1.3.el6.x86_64
  - reboot
-#runcmd:
-# # if /mnt is on ephemeral, that moves /home/{username} on the ephemeral, otherwise it does nothing
-# - rsync -a --numeric-ids /home/{username}/ /mnt/ && rm -fr /home/{username} && ln -s /mnt /home/{username}
 final_message: "{up}, after $UPTIME seconds"
index abba277cf1728c78f199f5d7bda2ee9a54e3ebeb..c3286f147553baf7aca2bdc69d8e42d7d1c18125 100644 (file)
@@ -18,8 +18,4 @@ packages:
  - git
  - ntp
  - redhat-lsb-core
-# this does not work on centos, ssh key will not be working, maybe because there is a symlink to reach it ?
-#runcmd:
-# # if /mnt is on ephemeral, that moves /home/{username} on the ephemeral, otherwise it does nothing
-# - rsync -a --numeric-ids /home/{username}/ /mnt/ && rm -fr /home/{username} && ln -s /mnt /home/{username}
 final_message: "{up}, after $UPTIME seconds"
index b7c94fb22402b98dad7c372494c72cc6b86383ef..e05f1ade9bf1e95ecde2a78719c3042b8479ae35 100644 (file)
@@ -16,7 +16,4 @@ packages:
  - wget
  - git
  - ntp
-runcmd:
- # if /mnt is on ephemeral, that moves /home/{username} on the ephemeral, otherwise it does nothing
- - rsync -a --numeric-ids /home/{username}/ /mnt/ && rm -fr /home/{username} && ln -s /mnt /home/{username}
 final_message: "{up}, after $UPTIME seconds"