Update AIO docs for nova examples and Docker image

Update Kubernetes AIO install guide fixing nova
install examples. Also add language around
pulling the AIO container versus building.

Change-Id: Ib9d1c21f1a75e00b5f0ddaafd73e1741193b8717
This commit is contained in:
lukepatrick 2017-10-23 12:45:42 -06:00
parent fe6107cf76
commit bc2bea5ee2
2 changed files with 17 additions and 4 deletions

View File

@ -132,11 +132,24 @@ Run ``make`` from the root of the openstack-helm repository:
Kubeadm-AIO Container
=====================
Pull
----
It is recommended to pull the kubeadm-aio container as it is stable
at the time it was built
::
export KUBEADM_IMAGE=openstackhelm/kubeadm-aio:v1.7.5
sudo docker pull ${KUBEADM_IMAGE}
Build
-----
Using the Dockerfile defined in tools/kubeadm-aio directory, build the
'openstackhelm/kubeadm-aio:v1.7.5' image.
Optionally, using the Dockerfile defined in tools/kubeadm-aio directory, build the
'openstackhelm/kubeadm-aio:v1.7.5' image. Warning - this may pull packages that
have not been tested.
::
@ -236,7 +249,7 @@ more sensible values for the All-in-One environment using the ``--values`` and
--set storage=pvc
helm install --name=nova ./nova --namespace=openstack \
--values=./tools/overrides/mvp/nova.yaml \
--set conf.nova.libvirt.nova.conf.virt_type=qemu
--set conf.nova.libvirt.virt_type=qemu
helm install --name=neutron ./neutron \
--namespace=openstack --values=./tools/overrides/mvp/neutron-ovs.yaml
helm install --name=horizon ./horizon --namespace=openstack \

View File

@ -170,7 +170,7 @@ all the ``--set`` flags
helm install --name=nova local/nova --namespace=openstack \
--values=./tools/overrides/mvp/nova.yaml \
--set=conf.nova.libvirt.nova.conf.virt_type=qemu \
--set conf.nova.libvirt.virt_type=qemu \
--set endpoints.compute.host_fqdn_override.public=nova.$FQDN \
--set endpoints.compute_metadata.host_fqdn_override.public=metadata.$FQDN \
--set endpoints.image.host_fqdn_override.public=glance.$FQDN \