deb-murano/muranoapi/dsl
Alexander Tivelkov b7aec89493 Added MuranoPL infrastructure for advanced networking scenarios
Base class 'Network' (io.murano.resources.Network) was added to core package.
This class is an abstract class for network interaction, to be inherited by
engine-specific implementations.

'Environment' class got a 'defaultNetworks' input parameter, containing two
different instances of Network class  for two initially supported networking use-cases:
'environment' for a topology when each environment has an isolated network
'flat' for a single network per multiple environments

'Instance' class got a 'networks' input parameter with a default value.
This is a composite parameter indicating which networks the instance should join
If 'useEnvironmentNetwork' is set to 'true' the instance should join an
isolated network of current environment
if 'useFlatNetwork' is set to 'true' the instance should join a single
shared network
Both values may be enabled, so the instance will join both networks.
'customNetworks' field of the same data structure may be used to specify custom
network resources to join

Same commit includes a temporary workaround for bug #1313694
The workaround is needed to properly use default of 'networks' field

The actual implementation of io.murano.resources.Network class should
be done in a separate package, which should be added to app-incubator repo

Change-Id: If2ae332a61900b0dd94cec94c1c140c54079441f
Partial-Bug: #1308921
2014-04-29 12:43:48 +04:00
..
principal_objects Resolve issues with circular dependency 2014-03-31 15:18:56 +04:00
__init__.py Resolve issues with circular dependency 2014-03-31 15:18:56 +04:00
attribute_store.py Resolve issues with circular dependency 2014-03-31 15:18:56 +04:00
class_loader.py Support packages in dsl and engine 2014-04-14 19:03:44 +04:00
exceptions.py Support packages in dsl and engine 2014-04-14 19:03:44 +04:00
executor.py Default MuranoPL function argument value was evaluated incorrectly 2014-04-16 19:23:59 +04:00
expressions.py Resolve issues with circular dependency 2014-03-31 15:18:56 +04:00
helpers.py Handle unicode strings in merge-dict 2014-04-16 09:00:11 +04:00
lhs_expression.py Resolve issues with circular dependency 2014-03-31 15:18:56 +04:00
macros.py Resolve issues with circular dependency 2014-03-31 15:18:56 +04:00
murano_class.py Support packages in dsl and engine 2014-04-14 19:03:44 +04:00
murano_method.py Resolve issues with circular dependency 2014-03-31 15:18:56 +04:00
murano_object.py Rename Type to Usage for MuranoPL properties 2014-04-20 23:06:49 +04:00
murano_package.py Support packages in dsl and engine 2014-04-14 19:03:44 +04:00
namespace_resolver.py Resolve issues with circular dependency 2014-03-31 15:18:56 +04:00
object_store.py Preserve keys in object's system area 2014-04-18 16:23:10 +04:00
results_serializer.py Preserve keys in object's system area 2014-04-18 16:23:10 +04:00
type_scheme.py Added MuranoPL infrastructure for advanced networking scenarios 2014-04-29 12:43:48 +04:00
typespec.py Rename Type to Usage for MuranoPL properties 2014-04-20 23:06:49 +04:00
yaql_expression.py Resolve issues with circular dependency 2014-03-31 15:18:56 +04:00
yaql_functions.py Resolve issues with circular dependency 2014-03-31 15:18:56 +04:00