64f0310042
Generate the YAML file describing Tuskar compute nodes and invoke Heat Merge. This review adds the master branch of tripleo-heat-templates as a requirement. At the moment this patch hardcodes the parameters which define the different Overcloud Roles. On a create over the Overcloud it creates one controller and one compute Overcloud role. When the Overcloud is updated it created a second compute node. This can be manually tested with these commands. Create the overcloud: curl -H "Content-Type:application/json"\ -XPOST http://localhost:8585/v1/overclouds/ -d '{}' Update the overcloud: curl -H "Content-Type:application/json"\ -XPUT http://localhost:8585/v1/overclouds/1 -d '{}' Delete the overcloud: curl -H "Content-Type:application/json"\ -XDELETE http://localhost:8585/v1/overclouds/1 -d '{}' Change-Id: I578b4e9f238590ea245b827bc75d252568d194fe
25 lines
489 B
Plaintext
25 lines
489 B
Plaintext
pbr>=0.5.21,<1.0
|
|
SQLAlchemy>=0.7.8,<=0.7.99
|
|
amqplib>=0.6.1
|
|
anyjson>=0.3.3
|
|
argparse
|
|
eventlet>=0.13.0
|
|
kombu>=2.4.8
|
|
lxml>=2.3
|
|
WebOb>=1.2.3,<1.3
|
|
greenlet>=0.3.2
|
|
sqlalchemy-migrate>=0.8.2
|
|
Babel>=1.3
|
|
iso8601>=0.1.8
|
|
setuptools_git>=0.4
|
|
python-keystoneclient>=0.4.1
|
|
oslo.config>=1.2.0
|
|
Flask>=0.10,<1.0
|
|
pecan>=0.2.0
|
|
WSME>=0.5b6
|
|
python-novaclient>=2.15.0
|
|
PyYAML>=3.1.0
|
|
python-heatclient>=0.2.3
|
|
|
|
-e git+http://git.openstack.org/cgit/openstack/tripleo-heat-templates#egg=tripleo_heat_templates-master
|