Skip to content
Snippets Groups Projects
Commit dea76563 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Minor update add prechecks into workflow path"

parents e6263dcd 2fac9785
No related branches found
No related tags found
No related merge requests found
...@@ -207,8 +207,8 @@ Kolla deploys OpenStack using ...@@ -207,8 +207,8 @@ Kolla deploys OpenStack using
packaging if the distro packaging has recommended version available. packaging if the distro packaging has recommended version available.
Some implemented distro versions of Ansible are too old to use distro Some implemented distro versions of Ansible are too old to use distro
packaging. Currently, CentOS and RHEL package Ansible 1.9.4 which is packaging. Currently, CentOS and RHEL package Ansible 1.9.4 which is
suitable for use with Kolla. suitable for use with Kolla.
On CentOS or RHEL systems, this can be done using: On CentOS or RHEL systems, this can be done using:
...@@ -259,7 +259,7 @@ information reference ...@@ -259,7 +259,7 @@ information reference
`pokey registry <https://github.com/docker/docker/issues/14018>`__. `pokey registry <https://github.com/docker/docker/issues/14018>`__.
The Kolla community recommends using registry 2.3 or later. To deploy The Kolla community recommends using registry 2.3 or later. To deploy
registry 2.3 do the following: registry 2.3 do the following:
:: ::
...@@ -443,6 +443,15 @@ wrapped in the kolla-script in the future. Note even for all-in-one installs ...@@ -443,6 +443,15 @@ wrapped in the kolla-script in the future. Note even for all-in-one installs
it is possible to use the docker registry for deployment, although not it is possible to use the docker registry for deployment, although not
strictly required. strictly required.
First, check that the deployment targets are in a state where Kolla may deploy
to them:
::
kolla-ansible prechecks
Run the deployment:
:: ::
kolla-ansible deploy kolla-ansible deploy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment