Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include upgrade discussion section #366

Closed
koomie opened this issue Jan 25, 2017 · 1 comment
Closed

Include upgrade discussion section #366

koomie opened this issue Jan 25, 2017 · 1 comment
Assignees
Milestone

Comments

@koomie
Copy link
Contributor

koomie commented Jan 25, 2017

Perhaps as an additional appendix in existing docs, or separate file that can be referenced in future release announcements, let's add some discussion on typical upgrade paths. Starting example to follow for yum:

  1. upgrade master node
    yum upgrade "*-ohpc"

  2. upgrade packages in compute image
    yum --installroot=$CHROOT upgrade "*-ohpc"

  3. rebbuild vnfs image
    wwvnfs -y --chroot $CHROOT

It is probably also worth a tooltip (or equivalent) to mention how to expire package manager metadata when folks are anxious to upgrade immediately after a release:

yum:

yum clean expire-cache
yum --installroot=$CHROOT clean expire-cache

zypper:
zypper clean -a

@koomie
Copy link
Contributor Author

koomie commented Mar 31, 2017

Upgrade discussion has been included in a new Appendix.

@koomie koomie closed this as completed Mar 31, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant