
This API does following: * Creates a node in Ironic of driver type `redfish` and details like the redfish URL, username, password, system URL of node. * Creates a port for the above node in Ironic. * Updates the field `managed_by` to `ironic` in Valence db. Change-Id: Ia81a2eb6ecb2b48efc3a8c99183d12bbc1635702
23 lines
503 B
Plaintext
23 lines
503 B
Plaintext
pbr>=1.6
|
|
aniso8601==1.2.0
|
|
click==6.6
|
|
Flask==0.11.1
|
|
Flask-Cors==3.0.2
|
|
Flask-RESTful==0.3.5
|
|
itsdangerous==0.24
|
|
jsonschema>=2.0.0,<3.0.0,!=2.5.0 # MIT
|
|
Jinja2==2.8
|
|
MarkupSafe==0.23
|
|
python-dateutil==2.5.3
|
|
pytz==2016.7
|
|
requests==2.11.1
|
|
six==1.10.0
|
|
gunicorn==19.6.0
|
|
python-etcd>=0.4.3 # MIT License
|
|
oslo.utils>=3.20.0 # Apache-2.0
|
|
oslo.config>=3.22.0 # Apache-2.0
|
|
oslo.i18n>=2.1.0 # Apache-2.0
|
|
python-ironicclient>=1.11.0 # Apache-2.0
|
|
python-keystoneclient>=3.8.0 # Apache-2.0
|
|
stevedore>=1.20.0 # Apache-2.0
|