Comment 0 for bug 1628337

Revision history for this message
Andres Rodriguez (andreserl) wrote :

cloud-init tries to install NTP package before it actually configures /etc/apt/sources.list.

In a closed MAAS environment where MAAS is limited to access to us.archive.ubuntu.com , cloud-init is trying to access to archive.ubuntu.com.

In commissioning, however, cloud-init is doing this:

1. cloud-init gets metadata from MAAS
2. cloud-init tries to install NTP from archive.ubuntu.com
3. cloud-init configures /etc/apt/sources.list with us.archive.ubuntu.com
4. cloud-init installs other packages.