[devstack] Fix IPA source build on Fedora
* gnupg is not installed by default * docker is not started by default Change-Id: Iecf0aad71fd7487d4e161b51a3928b9915ee1468
This commit is contained in:
parent
43fb12402b
commit
f3167750d9
@ -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…
x
Reference in New Issue
Block a user