Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [geclipse-dev] New mount action

Hi

The mount action is now based on the eu.geclipse.core.model.IMountable interface. That means that all elements implementing this interface can be mounted with this mount action. From the core interfaces only IGridStorage and IGridConnectionElement extend this interface. On the implementation side also the GridGlueService implements the interface. The list of mountables is now:

This sounds great thanks. It will help us to be able to mount other AWS resources like running instances or your favourite Machine Images.

-          AWS storage (still buggy, Moritz has to fix this)

I would like to. Currently though i am in the midst of the migration process to carry the aws access id in an aws vo, a s3 connection and in the launch configuration. Therefore i can not submit the appropriate changes. But will do so in the next few days.

regards
Moritz

Back to the top