From: Zack Cerza Date: Mon, 4 May 2015 19:14:13 +0000 (-0600) Subject: Use the cephlab_rc_local snippet X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F18%2Fhead;p=ceph-cm-ansible.git Use the cephlab_rc_local snippet Signed-off-by: Zack Cerza --- diff --git a/roles/cobbler/templates/kickstarts/cephlab_rhel.ks b/roles/cobbler/templates/kickstarts/cephlab_rhel.ks index 587cf5b..13cc470 100644 --- a/roles/cobbler/templates/kickstarts/cephlab_rhel.ks +++ b/roles/cobbler/templates/kickstarts/cephlab_rhel.ks @@ -77,6 +77,7 @@ $SNIPPET('post_anamon') $SNIPPET('cephlab_hostname') $SNIPPET('cephlab_user') $SNIPPET('cephlab_apt-mirror_hack') +$SNIPPET('cephlab_rc_local') $SNIPPET('kickstart_done') # End final steps %end diff --git a/roles/cobbler/templates/scripts/cephlab_preseed_late b/roles/cobbler/templates/scripts/cephlab_preseed_late index 2ab9eea..df41001 100644 --- a/roles/cobbler/templates/scripts/cephlab_preseed_late +++ b/roles/cobbler/templates/scripts/cephlab_preseed_late @@ -9,6 +9,7 @@ $SNIPPET('download_config_files') $SNIPPET('cephlab_hostname') $SNIPPET('cephlab_user') $SNIPPET('cephlab_apt-mirror_hack') +$SNIPPET('cephlab_rc_local') # end custom $SNIPPET('kickstart_done') # End preseed_late_default