When running maas playbooks, if Octavia is in the environment and there are 2 projects named 'admin' the playbooks fail with the following:
TASK [Ensure Octavia observer member role assignment] **********************************************************************************************************************
fatal: [controller3 -> localhost]: FAILED! => {
"changed": false
}
MSG:
Multiple matches found for admin
I am trying to set an override to set octavia_project to the id of the correct admin project as a workaround. I'll report back if that works but otherwise I think we may need to update the octavia maas playbooks to account for this situation unless the answer is just "dont have two projects named admin" which I'd be okay with too.
When running maas playbooks, if Octavia is in the environment and there are 2 projects named 'admin' the playbooks fail with the following:
I am trying to set an override to set octavia_project to the id of the correct admin project as a workaround. I'll report back if that works but otherwise I think we may need to update the octavia maas playbooks to account for this situation unless the answer is just "dont have two projects named admin" which I'd be okay with too.