使用 centos7 安装 undercloud 时是否需要在 Red Hat Subscription Manager 上注册?

使用 centos7 安装 undercloud 时是否需要在 Red Hat Subscription Manager 上注册?

如果没有,则

  • 如何订阅相关存储库?
  • 将执行更新

细节

  • 我正在尝试做什么?

    我正在尝试创建我们个人的 OpenStack 云,并在 VirtualBox 中安装一个 undercloud 节点,并且我有一个服务器刀片,我想在其中配置我的 OverCloud 节点 ps 所有要求都在机器规格范围内得到满足

  • 我为什么要问这个问题?

    我正在尝试使用以下配置部署一个 undercloud 节点

     [DEFAULT]
     local_interface = enp0s8
     local_mtu = 1500
     local_ip = 192.168.0.105/24
     generate_service_certificate = true
     enable_ui = true
     undercloud_debug = true
    
     [ctlplane-subnet]
     cidr = 192.168.0.0/24
     gateway = 192.168.0.105
     dhcp_start = 192.168.0.120
     dhcp_end = 192.168.0.140
    

    所以我的问题是,如果我不使用订阅管理器,会有什么影响,这是我几天来一直出错的主要原因。我遇到的最后一个错误是针对任务 同步部署 HostsEntryDeployment 的输出我收到的错误是

       1) /usr/libexec/os-refresh-config/configure.d/55-heat-config: No 
          such file or directory
       2) jq: error: Could not open file /var/lib/heat- 
          config/deployed/aa6e0893-386f-4f09-9a77- 
          077275ea6198.notify.json: No such file or directory
    
    

更新

为了解决第一个错误,我必须从中复制文件55-加热配置然后更改文件权限的执行模式。我很疑惑,很多事情我都得自己做。所以要么是较新的 OpenStack 有问题,要么是我的 centos7 有很多问题,仅从我面临的问题的性质来看,这是不可能的。

相关内容