forked from metal3-io/ironic-image
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ironic-source-list
43 lines (43 loc) · 1.31 KB
/
ironic-source-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
35
36
37
38
39
40
41
42
43
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_INSPECTOR_SOURCE %}
{% if path.isdir('/sources/' + env.IRONIC_INSPECTOR_SOURCE) %}
git+file:///sources/{{ env.IRONIC_INSPECTOR_SOURCE }}
{% else %}
ironic-inspector @ git+https://opendev.org/openstack/ironic-inspector@{{ env.IRONIC_INSPECTOR_SOURCE }}
{% endif %}
{% else %}
ironic-inspector @ git+https://opendev.org/openstack/ironic-inspector
{% 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