Remove configuration for ironic-agent element

This element was removed from DIB almost a year ago [1].

[1] https://review.opendev.org/c/openstack/diskimage-builder/+/771808

Change-Id: I78d6cbcbc408326216c6facee25ab6b0a1947905
This commit is contained in:
Pierre Riteau 2022-01-04 09:49:40 +01:00
parent 30ea9714aa
commit efe81e99fc

View File

@ -114,15 +114,10 @@
when: dib_os_element == "debian" and dib_os_release is undefined
- name: "Initialize DIB source-repository variables"
set_fact:
# NOTE(dtantsur): these options have two copies of the same
# configuration: one for the old element in DIB (ironic-agent), the other -
# for the new element in IPA-builder (ironic-python-agent).
dib_source_repositories:
DIB_REPOLOCATION_ironic_agent: "{{ ipa_git_folder }}"
DIB_REPOLOCATION_ironic_python_agent: "{{ ipa_git_folder }}"
DIB_REPOLOCATION_requirements: "{{ reqs_git_folder }}"
# NOTE(dtantsur): using HEAD to avoid changing whatever is checked out
DIB_REPOREF_ironic_agent: HEAD
DIB_REPOREF_ironic_python_agent: HEAD
DIB_REPOREF_requirements: HEAD
- name: "Initialize the DIB environment variables fact"