Uploaded image for project: 'Integrated Cloud Native NFV'
  1. Integrated Cloud Native NFV
  2. ICN-575

Introducing the Network static IP in the user config

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Medium Medium

      Having the following node.json.sample to include the network as a feature to include static IP, gateway and nameservers

      {
         "nodes": [
                 {
             "name""edge01-node01",
             "ipmi_driver_info": {
               "username""admin",
               "password""admin",
               "address""10.10.10.11"
             },
             "os": {
               "image_name""bionic-server-cloudimg-amd64.img",
               "username""ubuntu",
               "password""mypasswd"
             }
             "net": {
               " addresses""192.168.121.9/24",
               "mac""ee:ca:d6:e0:aa:90",
               " gateway4"" 192.168.121.1",
               " nameservers":  "[8.8.8.8,8.8.4.4]"
             }
           },
            {
             "name""edge01-node02",
             "ipmi_driver_info": {
               "username""admin",
               "password""admin",
               "address""10.10.10.12"
             },
             "os": {
               "image_name""bionic-server-cloudimg-amd64.img",
               "username""ubuntu",
               "password""mypasswd"
             }
             "net": {
               " addresses""192.168.121.10/24",
               "mac""ee:ca:d6:e0:aa:91",
               " gateway4"" 192.168.121.1",
               " nameservers":  "[8.8.8.8,8.8.4.4]"
             }
           }
         ]
       }
      

            todd.malsbary Todd Malsbary
            menonsagar Sagar Menon
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: