21a3e81b1a
Use the openstack-heat-agents package to install all of the python-heat-agent packages in the image, instead of having to specify each individually. Change-Id: I72caf6ff0dfa3f164737b92e89c1cc6043845864 Closes-Bug: #1737163
56 lines
1.3 KiB
YAML
56 lines
1.3 KiB
YAML
disk_images:
|
|
-
|
|
imagename: overcloud-full
|
|
type: qcow2
|
|
elements:
|
|
- baremetal
|
|
- dhcp-all-interfaces
|
|
- overcloud-agent
|
|
- overcloud-full
|
|
- overcloud-controller
|
|
- overcloud-compute
|
|
- overcloud-ceph-storage
|
|
- puppet-modules
|
|
- os-net-config
|
|
- stable-interface-names
|
|
- grub2
|
|
- element-manifest
|
|
- dynamic-login
|
|
- iptables
|
|
- enable-packages-install
|
|
- pip-and-virtualenv-override
|
|
- dracut-regenerate
|
|
- remove-machine-id
|
|
packages:
|
|
- python-psutil
|
|
- python-debtcollector
|
|
- plotnetcfg
|
|
- sos
|
|
- ntp
|
|
- device-mapper-multipath
|
|
- openstack-heat-agents
|
|
options:
|
|
- "--min-tmpfs 5"
|
|
environment:
|
|
DIB_PYTHON_VERSION: '2'
|
|
-
|
|
imagename: ironic-python-agent
|
|
# This is bogus, but there's no initrd type in diskimage-builder
|
|
type: qcow2
|
|
# So we just override the extension instead
|
|
imageext: initramfs
|
|
elements:
|
|
- ironic-agent
|
|
- ironic-agent-multipath
|
|
- dynamic-login
|
|
- element-manifest
|
|
- network-gateway
|
|
- enable-packages-install
|
|
- pip-and-virtualenv-override
|
|
packages:
|
|
- python-hardware-detect
|
|
options:
|
|
- "--min-tmpfs=5"
|
|
environment:
|
|
DIB_PYTHON_VERSION: '2'
|