summaryrefslogtreecommitdiffstats
path: root/import-layers/meta-virtualization/recipes-extended/images/cloud-image-controller.bb
blob: 0b2a67b58e2612e62288419ea5a4ef9c53117172 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
IMAGE_FEATURES += "ssh-server-openssh package-management"
EXTRA_IMAGE_FEATURES = "tools-debug debug-tweaks"

IMAGE_INSTALL = "\
    ${CORE_IMAGE_BASE_INSTALL} \
    ${ROOTFS_PKGMANAGE_BOOTSTRAP} \
    packagegroup-core-basic \
    openvswitch \
    openvswitch-controller \
    openvswitch-switch \
    openvswitch-brcompat \
    criu \
    libvirt \
    libvirt-libvirtd \
    libvirt-python \
    libvirt-virsh \    
    openflow \
    qemu \   
    kernel-modules \
    dhcp-client \
    perl-modules \
    grub \
    mysql5 \
    python-twisted \ 
    python-lxml \
    "

inherit core-image
inherit image-vm

IMAGE_FSTYPES = "vmdk tar.gz"

# Ensure extra space for guest images
#IMAGE_ROOTFS_EXTRA_SPACE = "41943040"
OpenPOWER on IntegriCloud