From 6f49299467a09236d7c0c564fe55bc8eafa7defd Mon Sep 17 00:00:00 2001 From: Adam Coldrick Date: Tue, 2 Jun 2015 08:22:26 +0000 Subject: Move extensions into a subdirectory Change-Id: I12e7c03b30da78da1eb220d2826ce0003d6efe2e --- clusters/cephclient.morph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clusters/cephclient.morph') diff --git a/clusters/cephclient.morph b/clusters/cephclient.morph index b4db22e0..f9cc04a2 100644 --- a/clusters/cephclient.morph +++ b/clusters/cephclient.morph @@ -4,7 +4,7 @@ systems: - morph: systems/ceph-service-x86_64-generic.morph deploy: ceph-node-virtualbox-image: - type: virtualbox-ssh + type: extensions/virtualbox-ssh SYSTEM: systems/ceph-service-x86_64-generic.morph location: vbox+ssh://user@machine/ChefNode4/home/user/chefnode4.vdi # HOST_IPADDR and NETMASK should be set to the IP address and netmask of the virtualbox host on the host-only interface. -- cgit v1.2.1 From 02faf51e91a8c55adfbb6d953bca354ab99bf261 Mon Sep 17 00:00:00 2001 From: Adam Coldrick Date: Tue, 2 Jun 2015 08:40:27 +0000 Subject: Move all the directories used for install-files into a subdirectory Change-Id: I309c183ce8b9ff9d0f5ac4807244547f2cc4ddf5 --- clusters/cephclient.morph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clusters/cephclient.morph') diff --git a/clusters/cephclient.morph b/clusters/cephclient.morph index f9cc04a2..2585fbdf 100644 --- a/clusters/cephclient.morph +++ b/clusters/cephclient.morph @@ -17,4 +17,4 @@ systems: HOSTNAME: CephNode4 # You must install authorized_keys in chef/root/.ssh/ before this will work. - INSTALL_FILES: chef/manifest + INSTALL_FILES: install-files/chef/manifest -- cgit v1.2.1