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
28 lines
742 B
YAML
28 lines
742 B
YAML
disk_images:
|
|
-
|
|
imagename: overcloud-odl
|
|
builder: dib
|
|
arch: amd64
|
|
type: qcow2
|
|
distro: rhel7
|
|
elements:
|
|
- sysctl
|
|
- baremetal
|
|
- dhcp-all-interfaces
|
|
- os-collect-config
|
|
- puppet-modules
|
|
- os-net-config
|
|
- stable-interface-names
|
|
- grub2-deprecated
|
|
packages:
|
|
- java-1.8.0-openjdk
|
|
- ntp
|
|
- opendaylight
|
|
- 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:
|