12745429c9
Currently d-i-b gives an error about missing package ntpd in the logs for image builds when using these configs. There is no RPM called 'ntpd' and nothing provides it. If the intent was to include 'ntpdate', that package is already in the Requires for ntp. Change-Id: I008a8bb99fa10f15a16b16bba4ae2b62939a1344
63 lines
1.5 KiB
YAML
63 lines
1.5 KiB
YAML
disk_images:
|
|
-
|
|
imagename: overcloud-full
|
|
arch: amd64
|
|
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
|
|
- python-heat-agent-puppet
|
|
- python-heat-agent-hiera
|
|
- python-heat-agent-apply-config
|
|
- python-heat-agent-ansible
|
|
- python-heat-agent-docker-cmd
|
|
- python-heat-agent-json-file
|
|
options:
|
|
- "--min-tmpfs 5"
|
|
environment:
|
|
DIB_PYTHON_VERSION: '2'
|
|
-
|
|
imagename: ironic-python-agent
|
|
arch: amd64
|
|
# 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'
|