【问题标题】:red hat OSP10 deploy fails on node profile tag, even though it is configuredred hat OSP10 deploy 在节点配置文件标签上失败,即使它已配置
【发布时间】:2016-12-12 13:31:41
【问题描述】:

我正在尝试部署 rhosp10,当进入“openstack overcloud deploy”阶段时,出现以下错误:

Error: only 0 of 1 requested ironic nodes are tagged to profile control (for flavor control)
Recommendation: tag more nodes using ironic node-update <NODE ID> replace properties/capabilities=profile:control,boot_option:local
Error: only 0 of 5 requested ironic nodes are tagged to profile compute (for flavor compute)
Recommendation: tag more nodes using ironic node-update <NODE ID> replace properties/capabilities=profile:compute,boot_option:local
Not enough nodes - available: 0, requested: 6
Configuration has 3 errors, fix them before proceeding. Ignoring these errors is likely to lead to a failed deploy.

但是,我将 1 个节点配置为使用控制配置文件,将 5 个节点配置为使用计算配置文件。例如:

[stack@rhosp-1-director ~]$ openstack baremetal node show 4e153e0a-4c7b-4ee9-afb5-9036e263949b|grep prop
| properties             | {u'cpu_arch': u'x86_64', u'root_device': {u'serial': u'600508b1001c7b0731bc32edbb3a8369'}, u'cpus': u'48', u'capabilities': u'profile:control,boot_option:local', u'memory_mb': u'131072', u'local_gb': u'744'}         |


[stack@rhosp-1-director ~]$ openstack baremetal node show 4989038d-de10-4365-8051-44fd42fd0ec7|grep prop
| properties             | {u'cpu_arch': u'x86_64', u'root_device': {u'serial': u'600508b1001c73b9fa55f385cd1a4008'}, u'cpus': u'48', u'capabilities': u'profile:compute,boot_option:local', u'memory_mb': u'131072', u'local_gb': u'744'}         |

另一件事是以下命令没有输出: openstack overcloud 配置文件列表

我从https://access.redhat.com/documentation/en/red-hat-openstack-platform/10-beta/single/director-installation-and-usage/#sect-Registering_Nodes_for_the_Overcloud一步一步地按照他们的手册,所以不知道我做错了什么。

【问题讨论】:

    标签: redhat openstack


    【解决方案1】:

    问题最终成为具有讽刺意味的自动清洁。内省从来没有完成好。不知道为什么,但是在安装 undercloud 后立即在 ironic.conf 中禁用自动清理,然后重新启动(让所有具有讽刺意味的服务更新此属性),然后执行后续步骤,成功(包括自省)。

    【讨论】:

      猜你喜欢
      • 2015-08-26
      • 1970-01-01
      • 1970-01-01
      • 2016-12-16
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2013-10-31
      • 1970-01-01
      相关资源
      最近更新 更多