Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VMware policy shows in monitored universe #384

Open
tbachman opened this issue Sep 7, 2023 · 0 comments
Open

VMware policy shows in monitored universe #384

tbachman opened this issue Sep 7, 2023 · 0 comments

Comments

@tbachman
Copy link
Contributor

tbachman commented Sep 7, 2023

In AIM logs, we see messages like this:
2023-09-07 15:22:11.903 467373 139833467140992 INFO aim.agent.aid.service [-] Start reconciliation cycle.
2023-09-07 15:22:11.992 467373 139833467140992 INFO aim.agent.aid.universes.base_universe [-] Universe differences between AIM_Monitored_Universe and ACI_Monitored_Universe: {'create': [], 'delete': [('vmmProvP|VMware',)]}

That policy is a monitored one:

[root@overcloud-controller-0 heat-admin]# aimctl manager vmm-policy-list
Deprecated: Option "rabbit_use_ssl" from group "oslo_messaging_rabbit" is deprecated. Use option "ssl" from group "oslo_messaging_rabbit".
+-----------+
| type      |
|-----------|
| OpenStack |
| VMware    |
+-----------+
[root@overcloud-controller-0 heat-admin]# aimctl manager vmm-policy-show VMware
Deprecated: Option "rabbit_use_ssl" from group "oslo_messaging_rabbit" is deprecated. Use option "ssl" from group "oslo_messaging_rabbit".
+--------------+-----------------+
| Property     | Value           |
|--------------+-----------------|
| type         | VMware          |
| monitored    | True            |
| display_name |                 |
| epoch        | 1               |
| dn           | uni/vmmp-VMware |
+--------------+-----------------+

Manually deleting the monitored policy from the DB fixes the issue, but this shouldn't be needed:

[root@overcloud-controller-0 heat-admin]# aimctl manager vmm-policy-delete VMware
Deprecated: Option "rabbit_use_ssl" from group "oslo_messaging_rabbit" is deprecated. Use option "ssl" from group "oslo_messaging_rabbit".
[root@overcloud-controller-0 heat-admin]# tail -f /var/log/containers/aim/aim-aid.log
2023-09-07 15:25:22.072 467373 139833467140992 INFO aim.agent.aid.service [-] Start reconciliation cycle.
2023-09-07 15:25:22.159 467373 139833467140992 INFO aim.agent.aid.universes.base_universe [-] Universe differences between AIM_Monitored_Universe and ACI_Monitored_Universe: {'create': [], 'delete': [('vmmProvP|VMware',)]}
2023-09-07 15:25:32.047 467373 139833467140992 INFO aim.agent.aid.service [-] Start serving cycle.
2023-09-07 15:25:32.086 467373 139833467140992 INFO aim.agent.aid.service [-] AID aid-overcloud-controller-0 is currently serving: ['topology', 'vmmp-OpenStack', 'vmmp-VMware']
2023-09-07 15:25:32.087 467373 139833467140992 INFO aim.agent.aid.service [-] Start reconciliation cycle.
2023-09-07 15:25:32.187 467373 139833467140992 INFO aim.agent.aid.universes.base_universe [-] Universe differences between AIM_Monitored_Universe and ACI_Monitored_Universe: {'create': [], 'delete': [('vmmProvP|VMware',)]}
2023-09-07 15:25:42.050 467373 139833467140992 INFO aim.agent.aid.service [-] Start serving cycle.
2023-09-07 15:25:42.097 467373 139833467140992 INFO aim.agent.aid.service [-] AID aid-overcloud-controller-0 is currently serving: ['topology', 'vmmp-OpenStack', 'vmmp-VMware']
2023-09-07 15:25:42.098 467373 139833467140992 INFO aim.agent.aid.service [-] Start reconciliation cycle.
2023-09-07 15:25:42.350 467373 139833467140992 INFO aim.agent.aid.service [-] Congratulations! your multiverse is nice and synced :)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant