contiv-experimental / demo

Easy cut demos to try contiv [DEPRECATED]
Other
6 stars 25 forks source link

Result of parsed yaml out of order #13

Closed acusworth closed 7 years ago

acusworth commented 8 years ago

The result of the parsed yaml file always puts the numerically higher IP address as node 1 instead of the following the order set in the yaml file. For example if the yaml file has ips configured at 74 and 78 as node 1 and 2 respectively the parsed result ends up being 78 and 74 as node 1 and 2 respectively.

dvavili commented 8 years ago

@acusworth: This is generally not an issue with respect to the setting up or functionality. The only effect this has is to have netmaster run on the first node. Having said that, we will work on this as an enhancement to have predictability in knowing where the master node is.

gaurav-dalvi commented 8 years ago

@shaleman with netmaster runs now as HA on all the nodes in cluster, Do we still need to consider this as Issue ?

shaleman commented 8 years ago

@gaurav-dalvi: Yes, we can probably close this issue since netmaster can run on multiple nodes now. But, ansible added support for master and worker roles. We should make use of those roles in net_demo_installer