Purge resolv.conf from the overcloud images

When building the images we should not be including any values in the
resolv.conf. This change adds the element to clear it for the
overcloud-full, hardened and realtime compute images.

Depends-On: If8c44137d120059b356675a074e3af23ea63a6f8
Change-Id: Ib2531e0a696915ab980aea5a65a425789938786c
Closes-Bug: #1749756
This commit is contained in:
Alex Schultz 2018-02-15 10:49:27 -07:00
parent 0eb3341486
commit e54f1a7284
3 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,7 @@ disk_images:
- pip-and-virtualenv-override
- dracut-regenerate
- remove-machine-id
- remove-resolvconf
- modprobe-blacklist
- overcloud-secure
packages:

View File

@ -20,6 +20,7 @@ disk_images:
- pip-and-virtualenv-override
- dracut-regenerate
- remove-machine-id
- remove-resolvconf
packages:
- python-psutil
- python-debtcollector

View File

@ -18,6 +18,7 @@ disk_images:
- pip-and-virtualenv-override
- dracut-regenerate
- remove-machine-id
- remove-resolvconf
- realtime-kernel
packages:
- python-psutil