You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 14, 2021. It is now read-only.
I had two fleets in Azure. I could not provision from the second fleet, until the first fleet was completely gone (or at least invisible to the second fleet). I accomplished this by changing the tag name of the tag youxia.managed_tag on the remaining VM of the first fleet, and only then did the second fleet begin provisioning again.
I think that an additional tag for Azure VMs might be necessary to indicate exactly which fleet that VM belongs to, so that the Deployer won't get confused when it looks to see if there are any existing VMs.
I had two fleets in Azure. I could not provision from the second fleet, until the first fleet was completely gone (or at least invisible to the second fleet). I accomplished this by changing the tag name of the tag
youxia.managed_tagon the remaining VM of the first fleet, and only then did the second fleet begin provisioning again.I think that an additional tag for Azure VMs might be necessary to indicate exactly which fleet that VM belongs to, so that the Deployer won't get confused when it looks to see if there are any existing VMs.
I think this might be relevant:
youxia/youxia-common/src/main/java/io/cloudbindle/youxia/listing/AzureListing.java
Line 61 in 7e07458