playbooks: roles: Drop obsolete dib-utils package

Upstream diskimage-builder commit d65678678ec0 ("Move dib-run-parts
into diskimage-builder") moved the dib-run-parts utility to the
diskimage-builder repository which effectively declared the dib-utils
package as retired. Therefore, there is no need to install this package
anymore.

Link: https://git.openstack.org/cgit/openstack/diskimage-builder/commit/?id=d65678678ec0416550d768f323ceace4d0861bca
Change-Id: I350f5028ca4f58227af80edaf4c56374dca0d9cb
This commit is contained in:
Markos Chandras 2017-03-29 15:14:30 +01:00
parent 2600d546ed
commit 3a48b47941
2 changed files with 0 additions and 11 deletions

View File

@ -98,11 +98,6 @@ cloud-init. If you have cloud-init enabled in your image(Ubuntu/Fedora) and you
wish to allow configdrive to work with it, you set 'dib_init_element' to wish to allow configdrive to work with it, you set 'dib_init_element' to
['cloud-init-datasources'](http://docs.openstack.org/developer/diskimage-builder/elements/cloud-init-datasources/README.html). ['cloud-init-datasources'](http://docs.openstack.org/developer/diskimage-builder/elements/cloud-init-datasources/README.html).
Dependencies
------------
dib-utils must be installed from pip for the image creation to work.
Example Playbook Example Playbook
---------------- ----------------

View File

@ -74,12 +74,6 @@
when: shade_source_install | default(false) | bool when: shade_source_install | default(false) | bool
when: skip_install is not defined when: skip_install is not defined
- name: "dib-utils - install from pip"
include: pip_install.yml
package=dib-utils
state=present
when: skip_install is not defined and install_dib | bool == true
- name: "Diskimage-builder - Install" - name: "Diskimage-builder - Install"
include: pip_install.yml include: pip_install.yml
package=diskimage-builder package=diskimage-builder