Update development guide to include pulling container images
This is an alternative to building them locally.
This commit is contained in:
parent
1c1d92b4db
commit
4d25311f97
@ -68,10 +68,17 @@ Run the host configuration command again to completion::
|
|||||||
|
|
||||||
kayobe overcloud host configure
|
kayobe overcloud host configure
|
||||||
|
|
||||||
Build container images::
|
At this point, container images must be acquired. They can either be built
|
||||||
|
locally or pulled from an image repository if appropriate images are available.
|
||||||
|
|
||||||
|
Either build container images::
|
||||||
|
|
||||||
kayobe overcloud container image build
|
kayobe overcloud container image build
|
||||||
|
|
||||||
|
Or pull container images::
|
||||||
|
|
||||||
|
kayobe overcloud container image pull
|
||||||
|
|
||||||
Deploy the control plane services::
|
Deploy the control plane services::
|
||||||
|
|
||||||
kayobe overcloud service deploy
|
kayobe overcloud service deploy
|
||||||
|
Loading…
Reference in New Issue
Block a user