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

Merge "Change examples to apply all security-related package updates"

parents 590f5ca8 460c6751
No related branches found
No related tags found
No related merge requests found
...@@ -25,11 +25,11 @@ To update one or more packages:: ...@@ -25,11 +25,11 @@ To update one or more packages::
To update all eligible packages, use ``*``, escaping if necessary:: To update all eligible packages, use ``*``, escaping if necessary::
(kayobe) $ kayobe overcloud host package update --packages * (kayobe) $ kayobe overcloud host package update --packages "*"
To only install updates that have been marked security related:: To only install updates that have been marked security related::
(kayobe) $ kayobe overcloud host package update --packages <packages> --security (kayobe) $ kayobe overcloud host package update --packages "*" --security
Note that these commands do not affect packages installed in containers, only Note that these commands do not affect packages installed in containers, only
those installed on the host. those installed on the host.
......
...@@ -36,11 +36,11 @@ To update one or more packages:: ...@@ -36,11 +36,11 @@ To update one or more packages::
To update all eligible packages, use ``*``, escaping if necessary:: To update all eligible packages, use ``*``, escaping if necessary::
(kayobe) $ kayobe seed host package update --packages * (kayobe) $ kayobe seed host package update --packages "*"
To only install updates that have been marked security related:: To only install updates that have been marked security related::
(kayobe) $ kayobe seed host package update --packages <packages> --security (kayobe) $ kayobe seed host package update --packages "*" --security
Note that these commands do not affect packages installed in containers, only Note that these commands do not affect packages installed in containers, only
those installed on the host. those installed on the host.
......
...@@ -140,11 +140,11 @@ packages on the seed hypervisor host. ...@@ -140,11 +140,11 @@ packages on the seed hypervisor host.
To update all eligible packages, use ``*``, escaping if necessary:: To update all eligible packages, use ``*``, escaping if necessary::
(kayobe) $ kayobe seed hypervisor host package update --packages * (kayobe) $ kayobe seed hypervisor host package update --packages "*"
To only install updates that have been marked security related:: To only install updates that have been marked security related::
(kayobe) $ kayobe seed hypervisor host package update --packages <packages> --security (kayobe) $ kayobe seed hypervisor host package update --packages "*" --security
Upgrading Host Services Upgrading Host Services
----------------------- -----------------------
...@@ -172,11 +172,11 @@ the seed host. ...@@ -172,11 +172,11 @@ the seed host.
To update all eligible packages, use ``*``, escaping if necessary:: To update all eligible packages, use ``*``, escaping if necessary::
(kayobe) $ kayobe seed host package update --packages * (kayobe) $ kayobe seed host package update --packages "*"
To only install updates that have been marked security related:: To only install updates that have been marked security related::
(kayobe) $ kayobe seed host package update --packages <packages> --security (kayobe) $ kayobe seed host package update --packages "*" --security
Note that these commands do not affect packages installed in containers, only Note that these commands do not affect packages installed in containers, only
those installed on the host. those installed on the host.
...@@ -278,11 +278,11 @@ system packages on the overcloud hosts. ...@@ -278,11 +278,11 @@ system packages on the overcloud hosts.
To update all eligible packages, use ``*``, escaping if necessary:: To update all eligible packages, use ``*``, escaping if necessary::
(kayobe) $ kayobe overcloud host package update --packages * (kayobe) $ kayobe overcloud host package update --packages "*"
To only install updates that have been marked security related:: To only install updates that have been marked security related::
(kayobe) $ kayobe overcloud host package update --packages <packages> --security (kayobe) $ kayobe overcloud host package update --packages "*" --security
Note that these commands do not affect packages installed in containers, only Note that these commands do not affect packages installed in containers, only
those installed on the host. those installed on the host.
......
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