Uploaded image for project: 'CORD'
  1. CORD
  2. CORD-1901

malformed /etc/network/interfaces

    XMLWordPrintable

    Details

      Description

      The "compute-node" role in the "maas" repository writes out /etc/network/interfaces on all nodes. It uses the existing /etc/network/interfaces config file as input to the process. On the Flex1 pod we start with a config with:

      auto ens3d1
      iface ens3d1 inet manual
          mtu 1500
      
      source /etc/network/interfaces.d/*.cfg
      

      The new config file contains:

      auto ens3d1
      iface ens3d1 inet manual
        source /etc/network/interfaces.d/*.cfg
        mtu 1500
      

      ... which is invalid. The node will not come online after the new config is written.

        Attachments

          Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            Activity

              People

              Assignee:
              acb Andy Bavier
              Reporter:
              acb Andy Bavier
              Watchers:
              1 Start watching this issue

                Dates

                Created:
                Updated:
                Resolved:

                  Gerrit Reviews

                  There are no open Gerrit changes