choreos / choreos_middleware

CHOReOS will implement service middleware support, effectively enabling the deployment of adaptable, QoS-aware choreographies in the ULS Future Internet, integrating and further evolving the latest research advances in the area of Grid and Cloud computing, Enterprise Service Bus (ESB), and pervasive computing. Service-oriented middleware enables adaptable choreographies over ESB-based middleware, Grids, Clouds, and technologies for the Internet of Things, thus overcoming scalability and heterogeneity issues of the Future Internet.
http://www.choreos.fr
Mozilla Public License 2.0
9 stars 6 forks source link

Currently it is quite hard to create new package types #74

Closed leonardofl closed 11 years ago

leonardofl commented 11 years ago

The problem is that the cookbooks.tar.gz is downloaded during bootstrap from Valinhos. So, if an EE user extends EE to handle a new package type, it would have to create a new cookbooks.tar.gz file and change bootstrap.sh to download the file from a new location (where the user would put the new cookbook.tar.gz).

The task: apply changes to make easy to an user create new package types.

leonardofl commented 11 years ago

Done: 7d9e23b3639abbfae6df0411cf137ab6eb757cc6. Now user can set the cookbooks.tar.gz location.