RDO tickets are now tracked in Jira https://issues.redhat.com/projects/RDO/issues/
Bug 1055788 - Missing baremetal-deploy-helper service
Summary: Missing baremetal-deploy-helper service
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: RDO
Classification: Community
Component: openstack-nova
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: Icehouse
Assignee: Russell Bryant
QA Contact: Ami Jeain
URL:
Whiteboard:
: 1002622 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-01-20 23:04 UTC by James Slagle
Modified: 2016-04-27 03:25 UTC (History)
18 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2015-03-20 16:03:55 UTC
Embargoed:


Attachments (Terms of Use)

Description James Slagle 2014-01-20 23:04:33 UTC
For nova baremetal, there should be a service that runs the nova-baremetal-deploy-helper script. The nova-baremetal-deploy-helper script is responsible for populating the booting node's disk via iscsi.

The script starts a wsgi server and runs forever on port 10000 (or until the service is stopped).  Without the running service, nova baremetal will not function.

This is a bit outdated, but there's info here:
https://wiki.openstack.org/wiki/Baremetal#Services

The service file itself is pretty simple:
$ cat /lib/systemd/system/nova-baremetal-deploy-helper.service 
[Unit]
Description=nova-baremetal-deploy-helper Service
After=os-refresh-config.service
Requires=nova-baremetal-deploy-helper-create-dir.service

[Service]
ExecStart=/opt/stack/venvs/nova/bin/nova-baremetal-deploy-helper --config-dir /etc/nova
User=nova


[Install]
WantedBy=multi-user.target
Alias=nova-baremetal-deploy-helper.service

This applies to both openstack-nova-compute-2013.2.1-2.fc20 and openstack-nova-compute-2014.1-0.5.b1.fc21

Comment 1 Xavier Queralt 2014-03-10 13:25:45 UTC
Moving to RDO. Vladan, could you add this service script to nova for the next build?

Comment 2 Xavier Queralt 2014-03-31 12:25:25 UTC
*** Bug 1002622 has been marked as a duplicate of this bug. ***

Comment 4 Lars Kellogg-Stedman 2015-03-20 16:03:55 UTC
The nova baremetal driver has been deprecated and is no longer available.

https://wiki.openstack.org/wiki/Baremetal


Note You need to log in before you can comment on or make changes to this bug.