Add packages required for iscsi extension in agent
In Kilo, we added added an iscsi extension in ironic-python-agent which requires tgtd and tgtadm. This commit adds scsi-target-utils to the ramdisk for this. Also the git protocol for retrieving the source code is changed to http. Git protocol doesn't go through a proxy, but http can. Closes-Bug: 1449854 Change-Id: I8cf274913a16404941770d0c6115bd6feec1ccb8
This commit is contained in:
parent
37baf8b2b4
commit
45db8f1280
1
elements/ironic-agent/package-installs.yaml
Normal file
1
elements/ironic-agent/package-installs.yaml
Normal file
@ -0,0 +1 @@
|
||||
scsi-target-utils:
|
@ -1 +1 @@
|
||||
agent git /tmp/ironic-python-agent git://git.openstack.org/openstack/ironic-python-agent
|
||||
agent git /tmp/ironic-python-agent https://git.openstack.org/openstack/ironic-python-agent
|
||||
|
Loading…
Reference in New Issue
Block a user