Activity log for bug #1800524

Date Who What changed Old value New value Message
2018-10-29 18:57:22 Andres Rodriguez bug added bug
2018-10-29 18:57:26 Andres Rodriguez maas: milestone 2.5.0rc1
2018-10-29 18:57:31 Andres Rodriguez maas: importance Undecided High
2018-10-29 18:57:32 Andres Rodriguez maas: status New Triaged
2018-10-29 18:57:38 Andres Rodriguez maas: assignee Lee Trager (ltrager)
2018-10-29 18:58:16 Andres Rodriguez description During installation, MAAS doesn't set the maas_proxy to the centos configuration. MAAS should support setting this, even thought cloud-init doesn't support it today. A late_command could automatically be added by adding something like this: "echo proxy=<proxy> >> /etc/yum.conf" During installation, MAAS doesn't set the maas_proxy to the centos configuration. MAAS should support setting this, even thought cloud-init doesn't support it today. A late_command could automatically be added by adding something like this:  "echo proxy=<proxy> >> /etc/yum.conf" Another thing that could be done: if [ ! -z "${http_proxy-}" ]; then if [ "$OS_NAME" = "centos" ]; then debug 1 "configuring proxy ${http_proxy}" inside "$name" sh -c "echo proxy=$http_proxy >> /etc/yum.conf" inside "$name" sed -i s/enabled=1/enabled=0/ \ /etc/yum/pluginconf.d/fastestmirror.conf else debug 1 "do not know how to configure proxy on $OS_NAME" fi fi
2018-10-29 18:59:27 Andres Rodriguez tags track
2018-11-02 05:08:38 Lee Trager maas: status Triaged In Progress
2018-11-02 05:10:48 Launchpad Janitor merge proposal linked https://code.launchpad.net/~ltrager/maas/+git/maas/+merge/358213
2018-11-05 17:27:14 MAAS Lander maas: status In Progress Fix Committed
2018-11-21 19:09:19 Andres Rodriguez maas: status Fix Committed Fix Released