Comment 1 for bug 1403574

Revision history for this message
Adam Israel (aisrael) wrote :

I came across this while reviewing a MP for nagios and have some notes to add.

This is failing because the 100-deploy test is using precise as the default series, so the charm is being deployed to precise instead of trusty, and it depends on a package that wasn't available until trusty.

Changing the default series to trusty addresses the issue with nagios, but the test then fails with haproxy under trusty. Installing the precise version of haproxy succeeds, but then the test fails in the install hook of mysql (see https://bugs.launchpad.net/charms/+source/mysql/+bug/1408673).