summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2017-11-08 19:13:21 +0000
committerGerrit Code Review <review@openstack.org>2017-11-08 19:13:21 +0000
commit9175c2325e438a01cd9c8c9ee2d4f49f713127d1 (patch)
treec25cbd01dc843aeac52eabdeb3a17df6e3746dc4 /doc
parentdb52bedef7619ed821222e45413ee556276864a4 (diff)
parent4f726f356adc58f80140b88ae64b9f9d8cd9d025 (diff)
downloadironic-9175c2325e438a01cd9c8c9ee2d4f49f713127d1.tar.gz
Merge "Fix the format issues of User guide"
Diffstat (limited to 'doc')
-rw-r--r--doc/source/user/index.rst21
1 files changed, 11 insertions, 10 deletions
diff --git a/doc/source/user/index.rst b/doc/source/user/index.rst
index 8327bcb46..63682c44f 100644
--- a/doc/source/user/index.rst
+++ b/doc/source/user/index.rst
@@ -165,23 +165,24 @@ through the steps involved during the provisioning of a bare metal instance.
These pre-requisites must be met before the deployment process:
-- Dependent packages to be configured on the Bare Metal service node(s)
+* Dependent packages to be configured on the Bare Metal service node(s)
where ironic-conductor is running like tftp-server, ipmi, syslinux etc for
bare metal provisioning.
-- Nova must be configured to make use of the bare metal service endpoint
+* Nova must be configured to make use of the bare metal service endpoint
and compute driver should be configured to use ironic driver on the Nova
compute node(s).
-- Flavors to be created for the available hardware. Nova must know the flavor
+* Flavors to be created for the available hardware. Nova must know the flavor
to boot from.
-- Images to be made available in Glance. Listed below are some image types
+* Images to be made available in Glance. Listed below are some image types
required for successful bare metal deployment:
- + bm-deploy-kernel
- + bm-deploy-ramdisk
- + user-image
- + user-image-vmlinuz
- + user-image-initrd
-- Hardware to be enrolled via Ironic RESTful API service.
+ - bm-deploy-kernel
+ - bm-deploy-ramdisk
+ - user-image
+ - user-image-vmlinuz
+ - user-image-initrd
+
+* Hardware to be enrolled via Ironic RESTful API service.
Deploy Process
--------------