salt-ext-modules-vmware
salt-ext-modules-vmware copied to clipboard
Managing SDDC State
When I create a SDDC using a state file like this and then add arguments for num_hosts, hostname, etc:
create_sddc: module.run: - name: vmc_sddc.create
It creates the SDDC in VMC. However if I make a change to an argument to change the config, like num_hosts and re-run the state it creates a new SDDC instead of updating the existing named SDDC. Is there a way to enforce a state of a SDDC vs. creating a new one yet? Thanks.