Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kayobe
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Very Demiurge Very Mindful
Kayobe
Commits
4f829bf6
Commit
4f829bf6
authored
6 years ago
by
Zuul
Committed by
Gerrit Code Review
6 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Add host package update to upgrade procedures"
parents
b0f726a6
601b94dc
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/source/upgrading.rst
+40
-2
40 additions, 2 deletions
doc/source/upgrading.rst
with
40 additions
and
2 deletions
doc/source/upgrading.rst
+
40
−
2
View file @
4f829bf6
...
@@ -94,8 +94,29 @@ instead perform a targeted upgrade of specific services where necessary.
...
@@ -94,8 +94,29 @@ instead perform a targeted upgrade of specific services where necessary.
Upgrading the Seed
Upgrading the Seed
==================
==================
Currently, upgrading the seed services is not supported. It may however be
Currently, upgrading the seed services is not supported.
necessary to upgrade some host services::
Upgrading Host Packages
-----------------------
Prior to upgrading the seed, it may be desirable to upgrade system packages on
the seed host.
To update all eligible packages, use ``*``, escaping if necessary::
(kayobe) $ kayobe seed host package update --packages *
To only install updates that have been marked security related::
(kayobe) $ kayobe seed host package update --packages <packages> --security
Note that these commands do not affect packages installed in containers, only
those installed on the host.
Upgrading Host Services
-----------------------
It may be necessary to upgrade some host services::
(kayobe) $ kayobe seed host upgrade
(kayobe) $ kayobe seed host upgrade
...
@@ -110,6 +131,23 @@ should be obtained either by building them locally or pulling them from an
...
@@ -110,6 +131,23 @@ should be obtained either by building them locally or pulling them from an
image registry. Second, the overcloud services should be replaced with new
image registry. Second, the overcloud services should be replaced with new
containers created from the new container images.
containers created from the new container images.
Upgrading Host Packages
-----------------------
Prior to upgrading the OpenStack control plane, it may be desirable to upgrade
system packages on the overcloud hosts.
To update all eligible packages, use ``*``, escaping if necessary::
(kayobe) $ kayobe overcloud host package update --packages *
To only install updates that have been marked security related::
(kayobe) $ kayobe overcloud host package update --packages <packages> --security
Note that these commands do not affect packages installed in containers, only
those installed on the host.
Upgrading Host Services
Upgrading Host Services
-----------------------
-----------------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment