[Bug 1895343] Re: Microsoft Azure Enablement: azure-lb & azure-events missing in Bionic

2020-12-09 Thread Launchpad Bug Tracker
** Merge proposal linked: https://code.launchpad.net/~lucaskanashiro/ubuntu/+source/resource-agents/+git/resource-agents/+merge/395104 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1895343 Title:

[Bug 1895343] Re: Microsoft Azure Enablement: azure-lb & azure-events missing in Bionic

2020-12-09 Thread Lucas Kanashiro
** Description changed: + [Impact] + + azure-lb and azure-events are handful resources agents if one is + maintaining a cluster on Azure platform. azure-lb facilitate the + operation of a load balancer implemented by Azure and azure-events + notifies when some events in the Azure platform

[Bug 1895343] Re: Microsoft Azure Enablement: azure-lb & azure-events missing in Bionic

2020-10-25 Thread Launchpad Bug Tracker
** Merge proposal linked: https://code.launchpad.net/~rafaeldtinoco/ubuntu/+source/resource-agents/+git/resource-agents/+merge/392747 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1895343 Title:

[Bug 1895343] Re: Microsoft Azure Enablement: azure-lb & azure-events missing in Bionic

2020-10-25 Thread Rafael David Tinoco
For Focal... I think we should SRU: [rafaeldtinoco@groovy resource-agents]$ git log --oneline v4.5.0..HEAD -- heartbeat/azure-lb d22700fc azure-lb: Don't redirect nc listener output to pidfile that is the only fix I backported to Bionic (in the SRU being proposed) and I think that it should

[Bug 1895343] Re: Microsoft Azure Enablement: azure-lb & azure-events missing in Bionic

2020-10-25 Thread Rafael David Tinoco
For Bionic, I think it's okay to have azure-lb backported as it is a standalone shell script that will act as a resource agent. Unfortunately I don't see AzEvents being backported and accepted as SRU just because it takes some more changes for it to be integrated to existing Bionic

[Bug 1895343] Re: Microsoft Azure Enablement: azure-lb & azure-events missing in Bionic

2020-10-25 Thread Launchpad Bug Tracker
** Merge proposal linked: https://code.launchpad.net/~rafaeldtinoco/ubuntu/+source/resource-agents/+git/resource-agents/+merge/392746 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1895343 Title:

[Bug 1895343] Re: Microsoft Azure Enablement: azure-lb & azure-events missing in Bionic

2020-10-23 Thread Rafael David Tinoco
For BIONIC, azure-events also has to have: commit cb87d027 azure-events: change message log level for the non action messages Reduces the verbosity on the log when the RA has no events to process. The messages can still be seen using the verbose parameter. commit d2c47ec3 Fix

[Bug 1895343] Re: Microsoft Azure Enablement: azure-lb & azure-events missing in Bionic

2020-10-23 Thread Rafael David Tinoco
## To backport (or make sure it exists) to FOCAL: # azure-lb commit 771b49a1 (exists) azure-lb: new resource agent commit c5e465fc (exists) azure-lb: remove reference to status from usage commit d22700fc (needed) azure-lb: Don't redirect nc listener output to pidfile #