Rafael
Rafael
Ok, I just reviewed the VPC implementation in ACS and this is actually per NIC. If the network is part of a VPC the vpcname is returned with the nic...
> Using the existing get_filters() function wasn't possible since it only applies to the CS list API, as far as I can tell. Have you tried this route? The current...
I also use a generic way of grouping instances by tags like this: ``` keyed_groups: - prefix: grp key: tags.groups.split(',') ``` In this case, if your instance had, for example,...
well... this is what happened. I modified instances by hand.... When I got the warnings I modified the playbooks to match the UI changes, as I did not want to...
@martialblog adding support to group by vpc should be straight forward too check #106
Yes, I have dynamic inventory. The Plugin: ``` plugin: ngine_io.cloudstack.instance ``` how would this affect the issue? somewhere there seems to be some state, or mark that the instance has...
Ok, I will review a bit more. Once I had troubles with fact caching.... but not sure what about. :)
I think this is because the API allows to filter by VPC, but does not return VPC information in the instance, which seems odd.
Without having this information returned by the API an implementation would be a very nasty workaround that would break the inventory plugin architecture. So, I have asked for that information...
good news, https://github.com/apache/cloudstack/issues/6452 has been implemented and will be released in ACS 4.17.1 We will then be able to implement this in the Iventory Plugin.