@@ -15,7 +15,7 @@ necessary to update these prior to running a package update. To do this, update
1515the configuration in ``${KAYOBE_CONFIG_PATH}/dnf.yml `` and run the following
1616command::
1717
18- (kayobe) $ kayobe overcloud host configure --tags dnf --kolla-tags none
18+ (kayobe) $ kayobe overcloud host configure --tags dnf
1919
2020Package Update
2121--------------
@@ -80,10 +80,9 @@ improved by specifying Ansible tags to limit the tasks run in kayobe and/or
8080kolla-ansible's playbooks. This may require knowledge of the inner workings of
8181these tools but in general, kolla-ansible tags the play used to configure each
8282service by the name of that service. For example: ``nova ``, ``neutron `` or
83- ``ironic ``. Use ``-t `` or ``--tags `` to specify kayobe tags and ``-kt `` or
84- ``--kolla-tags `` to specify kolla-ansible tags. For example::
83+ ``ironic ``. Use ``-t `` or ``--tags `` to specify tags. For example::
8584
86- (kayobe) $ kayobe overcloud service reconfigure --tags config --kolla-tags nova,ironic
85+ (kayobe) $ kayobe overcloud service reconfigure --tags nova,ironic
8786
8887Deploying Updated Container Images
8988==================================
@@ -105,10 +104,9 @@ improved by specifying Ansible tags to limit the tasks run in kayobe and/or
105104kolla-ansible's playbooks. This may require knowledge of the inner workings of
106105these tools but in general, kolla-ansible tags the play used to configure each
107106service by the name of that service. For example: ``nova ``, ``neutron `` or
108- ``ironic ``. Use ``-t `` or ``--tags `` to specify kayobe tags and ``-kt `` or
109- ``--kolla-tags `` to specify kolla-ansible tags. For example::
107+ ``ironic ``. Use ``-t `` or ``--tags `` to specify tags. For example::
110108
111- (kayobe) $ kayobe overcloud service deploy containers --kolla- tags nova,ironic
109+ (kayobe) $ kayobe overcloud service deploy containers --tags nova,ironic
112110
113111Upgrading Containerised Services
114112================================
@@ -126,9 +124,9 @@ To upgrade the containerised control plane services::
126124 (kayobe) $ kayobe overcloud service upgrade
127125
128126As for the reconfiguration command, it is possible to specify tags for Kayobe
129- and/or kolla-ansible::
127+ and kolla-ansible::
130128
131- (kayobe) $ kayobe overcloud service upgrade --tags config --kolla-tags keystone
129+ (kayobe) $ kayobe overcloud service upgrade --tags keystone
132130
133131Running Prechecks
134132=================
@@ -137,10 +135,10 @@ Sometimes it may be useful to run prechecks without deploying services::
137135
138136 (kayobe) $ kayobe overcloud service prechecks
139137
140- As for other similar commands, it is possible to specify tags for Kayobe and/or
138+ As for other similar commands, it is possible to specify tags for Kayobe and
141139kolla-ansible::
142140
143- (kayobe) $ kayobe overcloud service upgrade --tags config --kolla-tags keystone
141+ (kayobe) $ kayobe overcloud service upgrade --tags keystone
144142
145143Stopping the Overcloud Services
146144===============================
@@ -156,12 +154,11 @@ To stop the overcloud services::
156154It should be noted that this state is persistent - containers will remain
157155stopped after a reboot of the host on which they are running.
158156
159- It is possible to limit the operation to particular hosts via
160- ``--kolla-limit ``, or to particular services via ``--kolla-tags ``. It is also
161- possible to avoid stopping the common containers via ``--kolla-skip-tags
162- common ``. For example:
157+ It is possible to limit the operation to particular hosts via ``--limit ``, or
158+ to particular services via ``--tags ``. It is also possible to avoid stopping
159+ the common containers via ``--skip-tags common ``. For example:
163160
164- (kayobe) $ kayobe overcloud service stop --kolla- tags glance,nova --kolla -skip-tags common
161+ (kayobe) $ kayobe overcloud service stop --tags glance,nova --skip-tags common
165162
166163Destroying the Overcloud Services
167164=================================
0 commit comments