forked from metal3-io/ironic-image
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ironic-packages-list
34 lines (34 loc) · 960 Bytes
/
ironic-packages-list
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
crudini
gunicorn
{% if env.IRONIC_SOURCE %}
{% if path.isdir('/sources/' + env.IRONIC_SOURCE) %}
git+file:///sources/{{ env.IRONIC_SOURCE }}
{% else %}
ironic @ git+https://opendev.org/openstack/ironic@{{ env.IRONIC_SOURCE }}
{% endif %}
{% else %}
ironic @ git+https://opendev.org/openstack/ironic
{% endif %}
{% if env.IRONIC_LIB_SOURCE %}
{% if path.isdir('/sources/' + env.IRONIC_LIB_SOURCE) %}
git+file:///sources/{{ env.IRONIC_LIB_SOURCE }}
{% else %}
ironic-lib @ git+https://opendev.org/openstack/ironic-lib@{{ env.IRONIC_LIB_SOURCE }}
{% endif %}
{% else %}
ironic-lib
{% endif %}
ironic-prometheus-exporter
proliantutils
PyMySQL>=0.8.0
python-scciclient
{% if env.SUSHY_SOURCE %}
{% if path.isdir('/sources/' + env.SUSHY_SOURCE) %}
git+file:///sources/{{ env.SUSHY_SOURCE }}
{% else %}
sushy @ git+https://opendev.org/openstack/sushy@{{ env.SUSHY_SOURCE }}
{% endif %}
{% else %}
sushy
{% endif %}
sushy-oem-idrac