canonical / maas-anvil

A snap for managing charmed MAAS deployments.
https://maas.io
Apache License 2.0
3 stars 7 forks source link

maas-anvil prompts for a VIP even if there's an empty `virtual_ip` in the manifest #58

Closed bjornt closed 2 months ago

bjornt commented 2 months ago

In order to deploy things automatically, I provide this manifest to maas-anvil:

deployment:
  bootstrap:
    management_cidr: 10.5.120.0/24
  haproxy:
    virtual_ip:
  postgres:
    max_connections: 300
  software: {}

However, maas-anvil still stops and prompts me for the VIP and I need to press enter to indicate I don't want a VIP.

There should be a way to use the manifest to tell maas-anvil that no VIP is to be used.