[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
|
ipmitool
|
||||||
iptables
|
iptables
|
||||||
ipxe
|
ipxe
|
||||||
|
gnupg
|
||||||
libguestfs0
|
libguestfs0
|
||||||
libvirt-bin
|
libvirt-bin
|
||||||
open-iscsi
|
open-iscsi
|
||||||
|
@ -2,6 +2,7 @@ docker-io
|
|||||||
ipmitool
|
ipmitool
|
||||||
iptables
|
iptables
|
||||||
ipxe-bootimgs
|
ipxe-bootimgs
|
||||||
|
gnupg
|
||||||
libguestfs
|
libguestfs
|
||||||
libvirt
|
libvirt
|
||||||
libvirt-python
|
libvirt-python
|
||||||
|
@ -832,6 +832,8 @@ function build_ipa_coreos_ramdisk {
|
|||||||
echo "Building ironic-python-agent deploy ramdisk"
|
echo "Building ironic-python-agent deploy ramdisk"
|
||||||
local kernel_path=$1
|
local kernel_path=$1
|
||||||
local ramdisk_path=$2
|
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
|
git_clone $IRONIC_PYTHON_AGENT_REPO $IRONIC_PYTHON_AGENT_DIR $IRONIC_PYTHON_AGENT_BRANCH
|
||||||
cd $IRONIC_PYTHON_AGENT_DIR
|
cd $IRONIC_PYTHON_AGENT_DIR
|
||||||
imagebuild/coreos/build_coreos_image.sh
|
imagebuild/coreos/build_coreos_image.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user