As a user - it is not clear how to reference a specific network interface given that it is represented by a set. Ditto a published service within a network interface. Access to these resources is required to provision external services, e.g., ssh access.
Previously this was done using list indexing: e.g.
Solution:
1) provide a name for the published service
2) add an argument which is a map - keyed on the name - computed with the properties of each published service.
Note: it is up to the user to keep each published service with a unique name
As a user - it is not clear how to reference a specific network interface given that it is represented by a set. Ditto a published service within a network interface. Access to these resources is required to provision external services, e.g., ssh access. Previously this was done using list indexing: e.g.
Solution: 1) provide a name for the published service 2) add an argument which is a map - keyed on the name - computed with the properties of each published service.
Note: it is up to the user to keep each published service with a unique name