PXE Boot Failed on Block Storage Node

Latest response

When im deploying the Overcloud fails to start the block-storage node through PXE.
The server boot the first 2 files ramdisk and kernel , when its restarts the next time this error appears

Attempting to boot from MAC xxxx-xxx-xxx-xxx
pxelinux.cfg/xx-xx-xx-xx-xx ... No such a file or directory (http://ipxe.org/c613b)
PXE boot failed ! No Configuration found for any of the present NICS

MY BLOCK STORAGE

+------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field | Value |
+------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| boot_interface | None |
| chassis_uuid | None |
| clean_step | {} |
| console_enabled | False |
| console_interface | None |
| created_at | 2018-03-16T16:47:20+00:00 |
| deploy_interface | None |
| driver | pxe_ipmitool |
| driver_info | {u'ipmi_password': u'******', u'ipmi_address': u'192.168.2.238', u'deploy_ramdisk': u'd25f2f6c-66d0-4209-a3a4-7e5a83858d0b', u'deploy_kernel': u'cf49261f-e384-4cf1-bde5-98f2de5bbdaa', u'ipmi_username': u'user01'} |
| driver_internal_info | {u'agent_url': u'http://172.25.250.21:9999', u'root_uuid_or_disk_id': u'bd1b5e5e-5a5a-4a0a-8133-9ca5e64fd98a', u'is_whole_disk_image': False} |
| extra | {u'hardware_swift_object': u'extra_hardware-5f392260-7e14-449c-8405-3e972d2059bc'} |
| inspect_interface | None |
| inspection_finished_at | None |
| inspection_started_at | None |
| instance_info | {} |
| instance_uuid | None |
| last_error | None |
| maintenance | False |
| maintenance_reason | None |
| management_interface | None |
| name | storage |
| network_interface | flat |
| power_interface | None |
| power_state | power off |
| properties | {u'memory_mb': u'16384', u'cpu_arch': u'x86_64', u'local_gb': u'499', u'cpus': u'24', u'capabilities': u'profile:block-storage,boot_option:local'} |
| provision_state | available |
| provision_updated_at | 2018-03-19T19:42:29+00:00 |
| raid_config | {} |
| raid_interface | None |
| reservation | None |
| resource_class | baremetal |
| storage_interface | noop |
| target_power_state | None |
| target_provision_state | None |
| target_raid_config | {} |
| updated_at | 2018-03-19T19:42:31+00:00 |
| uuid | 5f392260-7e14-449c-8405-3e972d2059bc |
| vendor_interface | None |
+------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+

MY DEPLOY COMMAND

openstack overcloud deploy --templates -e node-info.yaml -e templates/overcloud_images.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/network-environment.yaml -e templates/cinder-nfs.yaml

Responses