Hi
I have installed ironic on Juno  for bare metal provisioning. All my servers( 
controller, compute ,network and bare metal I want to provision) are cisco USM 
severs. I have configured PXE and IPMI on compute node along with ironic 
following the ironic installation guide at 
http://docs.openstack.org/developer/ironic/deploy/install-guide.html

Is there any specific configurations required in server side to use above 
drivers. Every time my deployment is getting failed with below warning message 
in ironic-conductor log:

"2015-02-12 02:40:11.988 27476 WARNING ironic.conductor.manager [-] Error in 
deploy of node e171a085-916a-49a3-bb27-27a43e910fc6: No VIFs found for node 
e171a085-916a-49a3-bb27-27a43e910fc6 when attempting to update DHCP BOOT 
options."

For deployment I am using :  "ironic node-set-provision-state 
e171a085-916a-49a3-bb27-27a43e910fc6 active"

Some of the ironic CLI outputs:

root@Node2:~# ironic node-show e171a085-916a-49a3-bb27-27a43e910fc6
+------------------------+--------------------------------------------------------------------------+
| Property               | Value                                                
                    |
+------------------------+--------------------------------------------------------------------------+
| instance_uuid          | None                                                 
                    |
| target_power_state     | None                                                 
                    |
| properties             | {u'memory_mb': u'196608', u'cpu_arch': u'x86_64', 
u'local_gb': u'20',    |
|                        | u'cpus': u'16'}                                      
                    |
| maintenance            | False                                                
                    |
| driver_info            | {u'pxe_deploy_ramdisk': 
u'e57895cc-1d2e-4f63-bc19-7cacbb847ac6',         |
|                        | u'ipmi_terminal_port': u'1500', u'ipmi_username': 
u'root',               |
|                        | u'ipmi_address': u'172.20.216.145', 
u'ipmi_password': u'cisco123',       |
|                        | u'pxe_deploy_kernel': 
u'bdb3253a-c221-4985-822f-513459a27748'}           |
| extra                  | {}                                                   
                    |
| last_error             | Failed to deploy. Error: No VIFs found for node 
e171a085-916a-           |
|                        | 49a3-bb27-27a43e910fc6 when attempting to update 
DHCP BOOT options.      |
| created_at             | 2015-02-09T14:29:05+00:00                            
                    |
| target_provision_state | None                                                 
                    |
| driver                 | pxe_ipmitool                                         
                    |
| updated_at             | 2015-02-16T06:21:30+00:00                            
                    |
| instance_info          | {u'ramdisk': 
u'df588f5b-dc98-4153-8021-dac15b8c04df', u'kernel':         |
|                        | u'731b1700-0000-4ec3-8049-4a8d4475aa50', u'root_gb': 
u'10',              |
|                        | u'image_source': 
u'b1307f06-839d-44f4-8c2c-b1093723edaa', u'deploy_key': |
|                        | u'PR2SCF6A01324V9XC00YXT0B00I0K7TU'}                 
                    |
| chassis_uuid           | e9574edc-3ddb-4acb-8ab8-4a93602d857e                 
                    |
| provision_state        | deploy failed                                        
                    |
| reservation            | None                                                 
                    |
| power_state            | power off                                            
                    |
| console_enabled        | False                                                
                    |
| uuid                   | e171a085-916a-49a3-bb27-27a43e910fc6                 
                    |



root@Node2:~# ironic port-list
+--------------------------------------+-------------------+
| uuid                                 | address           |
+--------------------------------------+-------------------+
| db69ce0e-6ab3-4149-94fa-aa6c863f9f33 | 00:25:b5:cc:10:0b |



root@Node2:~# ironic port-show db69ce0e-6ab3-4149-94fa-aa6c863f9f33
+------------+--------------------------------------+
| Property   | Value                                |
+------------+--------------------------------------+
| node_uuid  | e171a085-916a-49a3-bb27-27a43e910fc6 |
| uuid       | db69ce0e-6ab3-4149-94fa-aa6c863f9f33 |
| extra      | {}                                   |
| created_at | 2015-02-12T08:55:28+00:00            |
| updated_at | None                                 |
| address    | 00:25:b5:cc:10:0b                    |


Please share your valuable suggestions/thoughts on this. Please contact if any 
more information is required.

Thanks
Manab

_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to     : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Reply via email to