simple-framework / simple_grid_yaml_compiler

Generates the extended YAML output for an input site_level_configuration_file
Apache License 2.0
0 stars 9 forks source link

insert execution_id and sort lightweight_component by execution_id #19

Closed maany closed 5 years ago

maany commented 5 years ago

Urgent fix needed. Take order into account If a component is deployed on multiple nodes, the compiler splits config into per node bases and gives same execution_id to them. If a node then deploys multiple containers, then the compiler should split the config into multiple configs as well. It should then assign a unique execution id to each lightweight component.

maany commented 5 years ago

In doing so, the compiler can also generate dns info, which will be part of next release