搜索

2.3. 准备容器镜像

download PDF

undercloud 安装需要一个环境文件来确定从何处获取容器镜像以及如何存储它们。生成并自定义可用于准备容器镜像的环境文件。

注意

如果需要为您的 undercloud 配置特定的容器镜像版本,必须将镜像固定到特定的版本。有关更多信息,请参阅为 undercloud 固定容器镜像

流程

  1. stack 用户身份登录 undercloud 主机。
  2. 可选:备份 16.2 containers-prepare-parameter.yaml 文件:

    $ cp containers-prepare-parameter.yaml \
      containers-prepare-parameter.yaml.orig
  3. 生成默认的容器镜像准备文件:

    $ openstack tripleo container image prepare default \
      --local-push-destination \
      --output-env-file containers-prepare-parameter.yaml

    此命令包括以下附加选项:

    • --local-push-destination,在 undercloud 上设置 registry 作为存储容器镜像的位置。这意味着 director 从 Red Hat Container Catalog 拉取必要的镜像并将其推送到 undercloud 上的 registry 中。director 将该 registry 用作容器镜像源。如果直接从 Red Hat Container Catalog 拉取镜像,请忽略这个选项。
    • --output-env-file 是环境文件名称。此文件的内容包括用于准备您的容器镜像的参数。在本例中,文件的名称是 containers-prepare-parameter.yaml

      注意

      您可以使用相同的 containers-prepare-parameter.yaml 文件为 undercloud 和 overcloud 定义容器镜像源。

  4. 修改 containers-prepare-parameter.yaml 以符合您的需求。有关容器镜像参数的更多信息,请参阅 容器镜像准备参数
  5. 如果您的部署包含 Red Hat Ceph Storage,请为您的部署使用的 Red Hat Ceph Storage 版本更新 containers-prepare-parameter.yaml 文件中的 Red Hat Ceph Storage 容器镜像参数:

    ceph_namespace: registry.redhat.io/rhceph
    ceph_image: <ceph_image_file>
    ceph_tag: latest
    ceph_grafana_image: <grafana_image_file>
    ceph_grafana_namespace: registry.redhat.io/rhceph
    ceph_grafana_tag: latest
    • <ceph_image_file > 替换为部署使用的 Red Hat Ceph Storage 版本的镜像文件的名称:

      • Red Hat Ceph Storage 5: rhceph-5-rhel8
    • 使用部署使用的 Red Hat Ceph Storage 版本的镜像文件的名称替换: <grafana_image_file>

      • Red Hat Ceph Storage 5: rhceph-5-dashboard-rhel8
Red Hat logoGithubRedditYoutubeTwitter

学习

尝试、购买和销售

社区

关于红帽文档

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

让开源更具包容性

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

關於紅帽

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

© 2024 Red Hat, Inc.