Rename baremetal to deploy.

This commit is contained in:
Robert Collins 2012-11-10 11:36:24 +13:00
parent 13d65413e1
commit ac930076fb
5 changed files with 6 additions and 0 deletions

View File

@ -15,6 +15,8 @@ What tools are there?
ramdisk pair for running maintenance on bare metal machines (deployment, ramdisk pair for running maintenance on bare metal machines (deployment,
inventory, burnin etc). inventory, burnin etc).
ramdisk-image-create -o deploy.ramdisk deploy
* disk-image-get-kernel filename : Extract the appropriate kernel and ramdisk * 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. to use when doing PXE boot using filename as the image for a machine.

View File

@ -38,6 +38,10 @@ Jenkins
disk-image-create vm glance nova-bm swift cinder quantum \ disk-image-create vm glance nova-bm swift cinder quantum \
-o bootstrap-prod.qcow2 -o bootstrap-prod.qcow2
* ramdisk deploy image buil
ramdisk-image-create deploy
* Tempest w/baremetal using libvirt networking as the power API. * Tempest w/baremetal using libvirt networking as the power API.
take a bootstrap baremetal devstack from above, N VM 'bare metal' nodes, take a bootstrap baremetal devstack from above, N VM 'bare metal' nodes,
and run tempest in that environment. and run tempest in that environment.