Merge "[devstack] Fix IPA source build on Fedora"
This commit is contained in:
commit
307fe3e989
@ -2,6 +2,7 @@ docker.io
|
||||
ipmitool
|
||||
iptables
|
||||
ipxe
|
||||
gnupg
|
||||
libguestfs0
|
||||
libvirt-bin
|
||||
open-iscsi
|
||||
|
@ -2,6 +2,7 @@ docker-io
|
||||
ipmitool
|
||||
iptables
|
||||
ipxe-bootimgs
|
||||
gnupg
|
||||
libguestfs
|
||||
libvirt
|
||||
libvirt-python
|
||||
|
@ -832,6 +832,8 @@ function build_ipa_coreos_ramdisk {
|
||||
echo "Building ironic-python-agent deploy ramdisk"
|
||||
local kernel_path=$1
|
||||
local ramdisk_path=$2
|
||||
# on fedora services do not start by default
|
||||
restart_service docker
|
||||
git_clone $IRONIC_PYTHON_AGENT_REPO $IRONIC_PYTHON_AGENT_DIR $IRONIC_PYTHON_AGENT_BRANCH
|
||||
cd $IRONIC_PYTHON_AGENT_DIR
|
||||
imagebuild/coreos/build_coreos_image.sh
|
||||
|
Loading…
Reference in New Issue
Block a user