搜索

10.3. 更新 Overcloud 镜像

download PDF

重要

在执行以下操作前,请阅读 第 10.1 节 “升级前需要注意的信息” 中的信息。
这个过程可以确保您有最新的镜像来进行节点发现和 Overcloud 部署。通过 rhosp-director-imagesrhosp-director-images-ipa 软件包来获得这些新镜像:
$ sudo yum install rhosp-director-images rhosp-director-images-ipa
stack 用户的主目录的 images 目录中(/home/stack/images)删除存在的镜像,然后拷入新的镜像:
$ rm -rf ~/images/*
$ cp /usr/share/rhosp-director-images/overcloud-full-latest-8.0.tar ~/images/.
$ cp /usr/share/rhosp-director-images/ironic-python-agent-latest-8.0.tar ~/images/.
展开这些文件:
$ cd ~/images
$ for tarfile in *.tar; do tar -xf $tarfile; done
把最新镜像输入到 director,并配置节点来使用新镜像
$ openstack overcloud image upload --update-existing --image-path ~/images/.
$ openstack baremetal configure boot
在完成镜像更新前,检查新镜像是否存在:
$ openstack image list
$ ls -l /httpboot
director 现在被更新为使用最新的镜像。
Red Hat logoGithubRedditYoutubeTwitter

学习

尝试、购买和销售

社区

关于红帽文档

通过我们的产品和服务,以及可以信赖的内容,帮助红帽用户创新并实现他们的目标。

让开源更具包容性

红帽致力于替换我们的代码、文档和 Web 属性中存在问题的语言。欲了解更多详情,请参阅红帽博客.

關於紅帽

我们提供强化的解决方案,使企业能够更轻松地跨平台和环境(从核心数据中心到网络边缘)工作。

© 2024 Red Hat, Inc.