Comment 0 for bug 1427879

Revision history for this message
Curtis Hovey (sinzui) wrote :

Because the test suite breaks every six months when a new Ubuntu series is created. CI was updated to container a false series to catch defective tests when they are written. We have found a worse scenario though.

On a machine with Angsty added to /usr/share/distro-info-data/ubuntu.csv, we saw it could not deploy local containers, maybe any machines:

machines:
  "0":
    agent-state: started
    agent-version: 1.23-alpha1.1
    dns-name: localhost
    instance-id: localhost
    series: vivid
    state-server-member-status: has-vote
  "1":
    agent-state-info: invalid series "Angsty"
    instance-id: pending
    series: vivid
  "2":
    agent-state-info: invalid series "Angsty"
    instance-id: pending
    series: vivid

We are concerned that when Ubuntu W is added in a few months, every production juju env running j1.20, 1.21, or 1.22 state-servers will fail.