2016-12-09 10 views
0

を設定されているにもかかわらず、ノードプロファイルのタグに失敗:赤い帽子OSP10の展開は、私がrhosp10を展開しようとしています、そして相「overcloudデプロイをOpenStackの」ためになったときに、私はこれらのエラーを取得し、それが

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で計算プロファイルを使用するように構成しました。たとえば、次のように

[[email protected] ~]$ 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'}   | 


[[email protected] ~]$ 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ステップからのマニュアルを次のですが、そう私は何を知っていません間違っている。

答えて

0

問題は、皮肉な自動クリーニングに終わった。イントロスペクションは決して完了しませんでした。理由は分かりませんが、アンダークラウドをインストールした直後にironic.confの自動クリーニングを無効にした後、再起動(すべての皮肉なサービスをこのプロパティを更新する)とそれに続く次の手順が成功しました(イントロスペクションを含む)。

関連する問題