|
@@ -10,7 +10,7 @@ Design Goals
|
|
|
against each provider to make sure their application is compatible.
|
|
against each provider to make sure their application is compatible.
|
|
|
|
|
|
|
|
3. Opt for a minimum set of features that a cloud provider will support,
|
|
3. Opt for a minimum set of features that a cloud provider will support,
|
|
|
- instead of a lowest common denominator approach. This means that reasonably
|
|
|
|
|
|
|
+ instead of a lowest common denominator approach. This means that reasonably
|
|
|
mature clouds like Amazon and OpenStack are used as the benchmark against
|
|
mature clouds like Amazon and OpenStack are used as the benchmark against
|
|
|
which functionality & features are determined. Therefore, there is a
|
|
which functionality & features are determined. Therefore, there is a
|
|
|
definite expectation that the cloud infrastructure will support a compute
|
|
definite expectation that the cloud infrastructure will support a compute
|
|
@@ -22,4 +22,4 @@ Design Goals
|
|
|
By wrapping the cloud provider's native SDK and doing the minimal work
|
|
By wrapping the cloud provider's native SDK and doing the minimal work
|
|
|
necessary to adapt the interface, we can achieve greater development speed
|
|
necessary to adapt the interface, we can achieve greater development speed
|
|
|
and reliability since the native provider SDK is most likely to have both
|
|
and reliability since the native provider SDK is most likely to have both
|
|
|
- properties.
|
|
|
|
|
|
|
+ properties.
|