Tell the prep playbook where to find IPA

The GIT url for IPA was missing. Added it.

Change-Id: I6f2cdc460c24ce454ae655f475918706a02850c3
This commit is contained in:
Julia Kreger 2020-01-02 16:02:44 -08:00
parent 1ef02fa3d3
commit 781a132d3d

View File

@ -13,6 +13,7 @@ reqs_git_url: https://opendev.org/openstack/requirements
staging_drivers_git_url: https://opendev.org/x/ironic-staging-drivers
keystone_git_url: https://opendev.org/openstack/keystone
sushy_git_url: https://opendev.org/openstack/sushy
ipa_git_url: https://opendev.org/openstack/ironic-python-agent
ipa_builder_git_url: https://opendev.org/openstack/ironic-python-agent-builder
# *_git_folder can be overridden by local clones for offline installs
ironicclient_git_folder: "{{ git_root}}/python-ironicclient"