osrf / cloudsim-widgets

Other
0 stars 1 forks source link

Hardcoded amis #16

Closed osrf-migration closed 7 years ago

osrf-migration commented 8 years ago

Original report (archived issue) by Louise Poubel (Bitbucket: chapulina, GitHub: chapulina).


Currently the amis which can be launched are hardcoded in cs-machinelauncher.

This is a problem because portals launched using different AWS keys might not have access to the amis. Since the portal is the one which talks to AWS, it probably makes sense for the portal to keep the list of amis, perhaps even different ones for each user. The amis could be provided to .env, so we don't need to hardcode them.

osrf-migration commented 8 years ago

Original comment by Louise Poubel (Bitbucket: chapulina, GitHub: chapulina).


osrf-migration commented 7 years ago

Original comment by Louise Poubel (Bitbucket: chapulina, GitHub: chapulina).


Portal now keeps track of machinetypes resources which can be shared and used when launching machines.

osrf-migration commented 7 years ago

Original comment by Louise Poubel (Bitbucket: chapulina, GitHub: chapulina).