blablacar / ggn

Link container builds with envs to end up into low level orchestration
35 stars 9 forks source link

Exclude aci from service-manifest #43

Closed MattKetmo closed 8 years ago

MattKetmo commented 8 years ago

Add ability to exclude ACIs in the service-manifest.yml.

For instance, pod-foobar contains aci-foo, aci-bar and aci-zabbix. I'd like to:

containers:
  - pod-foobar
exclude:
  - aci-zabbit # this will remove pod-foobar_aci-zabbit from the {{.acis}} variable
n0rad commented 8 years ago

instead, I think I will give an object with a list of the acis. In the template, we will be able do processing on the list

n0rad commented 8 years ago

done in v45. you can process aci list on your own in the template