搜索

4.5. 使用 cloud-init 管理红帽订阅

download PDF

您可以使用 rh_subscription 指令注册您的系统。对于每个订阅,您需要编辑用户数据。

示例 1

  • 您可以使用 auto-attachservice-level 选项:

    rh_subscription 下,添加您的 usernamepassword,将 auto-attach 设置为 True,并将 service-level 设置为 self-support

    rh_subscription:
      username: sample@redhat.com
      password: 'mypassword'
      auto-attach: True
      service-level: self-support
    注意

    service-level 选项要求您使用 auto-attach 选项。

示例 2

  • 您可以使用 activation-keyorg 选项:

    rh_subscription 下,添加您的 activation keyorg 号,并将 auto-attach 设置为 True

    rh_subscription:
      activation-key: example_key
      org: 12345
      auto-attach: True

示例 3

  • 您可以添加订阅池:

    rh_subscription 下,添加您的 username, password 和池号。

    rh_subscription:
      username: sample@redhat.com
      password: 'password'
      add-pool: XYZ01234567
    注意

    此示例等同于 subscription-manager attach --pool=XYZ01234567 命令。

示例 4

  • 您可以在 /etc/rhsm/rhsm.conf 文件中设置服务器主机名:

    rh_subscription 下,添加您的 用户名密码server-hostname,并将 auto-attach 设置为 True

    rh_subscription:
      username: sample@redhat.com
      password: 'password'
      server-hostname: test.example.com
      auto-attach: True
Red Hat logoGithubRedditYoutubeTwitter

学习

尝试、购买和销售

社区

关于红帽文档

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

让开源更具包容性

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

關於紅帽

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

© 2024 Red Hat, Inc.