From ac930076fb4543fd082b6827df23baa5f1c15f70 Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Sat, 10 Nov 2012 11:36:24 +1300 Subject: [PATCH] Rename baremetal to deploy. --- README.md | 2 ++ docs/ci.md | 4 ++++ flavours/{baremetal => deploy}/README.md | 0 flavours/{baremetal => deploy}/binary-deps | 0 flavours/{baremetal => deploy}/init | 0 5 files changed, 6 insertions(+) rename flavours/{baremetal => deploy}/README.md (100%) rename flavours/{baremetal => deploy}/binary-deps (100%) rename flavours/{baremetal => deploy}/init (100%) diff --git a/README.md b/README.md index 7d28ed03..3f6243b3 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,8 @@ What tools are there? ramdisk pair for running maintenance on bare metal machines (deployment, inventory, burnin etc). + ramdisk-image-create -o deploy.ramdisk deploy + * disk-image-get-kernel filename : Extract the appropriate kernel and ramdisk to use when doing PXE boot using filename as the image for a machine. diff --git a/docs/ci.md b/docs/ci.md index c46d4cc1..b85e9fb3 100644 --- a/docs/ci.md +++ b/docs/ci.md @@ -37,6 +37,10 @@ Jenkins disk-image-create vm glance nova-bm swift cinder quantum \ -o bootstrap-prod.qcow2 + + * ramdisk deploy image buil + + ramdisk-image-create deploy * Tempest w/baremetal using libvirt networking as the power API. take a bootstrap baremetal devstack from above, N VM 'bare metal' nodes, diff --git a/flavours/baremetal/README.md b/flavours/deploy/README.md similarity index 100% rename from flavours/baremetal/README.md rename to flavours/deploy/README.md diff --git a/flavours/baremetal/binary-deps b/flavours/deploy/binary-deps similarity index 100% rename from flavours/baremetal/binary-deps rename to flavours/deploy/binary-deps diff --git a/flavours/baremetal/init b/flavours/deploy/init similarity index 100% rename from flavours/baremetal/init rename to flavours/deploy/init