Ubuntu Pastebin

Paste from rr at Thu, 20 Jul 2017 20:13:50 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
 Applying network configuration from system_cfg bringup=False: {'version': 1, 'config': [{'name': 'interface0', 'mac_address': '52:54:00:12:34:00', 'type': 'physical', 'subnets': [{'type': 'static', 'mtu': 1501, 'address': '192.168.1.2/24'}, {'type': 'static', 'mtu': 1480, 'address': '2001:4800:78ff:1b:be76:4eff:fe06:1000', 'netmask': 'ffff:ffff:ffff:ffff::'}]}, {'name': 'interface1', 'mac_address': '52:54:00:12:34:02', 'type': 'physical', 'subnets': [{'type': 'static', 'mtu': 1501, 'address': '192.168.2.2/24'}, {'type': 'static', 'mtu': 1501, 'address': '2001:4800:78ff:1b:be76:4eff:fe06:2000', 'netmask': 'ffff:ffff:ffff:ffff::'}]}, {'name': 'interface2', 'mac_address': '52:54:00:12:34:04', 'type': 'physical', 'subnets': [{'type': 'static', 'address': '192.168.3.2/24'}, {'type': 'static', 'mtu': 1501, 'address': '2001:4800:78ff:1b:be76:4eff:fe06:3000', 'netmask': 'ffff:ffff:ffff:ffff::'}]}, {'name': 'interface3', 'mac_address': '52:54:00:12:34:06', 'type': 'physical', 'subnets': [{'type': 'static', 'control': 'manual'}, {'type': 'static', 'mtu': 9000, 'address': '2001:4800:78ff:1b:be76:4eff:fe06:4000', 'netmask': 'ffff:ffff:ffff:ffff::'}]}, {'name': 'interface4', 'mac_address': '52:54:00:12:34:08', 'type': 'physical', 'subnets': [{'type': 'static', 'mtu': 1480, 'address': '2001:4800:78ff:1b:be76:4eff:fe06:5000', 'netmask': 'ffff:ffff:ffff:ffff::'}, {'type': 'static', 'mtu': 1501, 'address': '192.168.5.2/24'}]}, {'name': 'interface5', 'mac_address': '52:54:00:12:34:0c', 'type': 'physical', 'subnets': [{'type': 'static', 'mtu': 1501, 'address': '2001:4800:78ff:1b:be76:4eff:fe06:6000', 'netmask': 'ffff:ffff:ffff:ffff::'}, {'type': 'static', 'mtu': 1501, 'address': '192.168.6.2/24'}]}, {'name': 'interface6', 'mac_address': '52:54:00:12:34:0e', 'type': 'physical', 'subnets': [{'type': 'static', 'mtu': 1501, 'address': '2001:4800:78ff:1b:be76:4eff:fe06:7000', 'netmask': 'ffff:ffff:ffff:ffff::'}, {'type': 'static', 'address': '192.168.7.2/24'}]}, {'name': 'interface7', 'mac_address': '52:54:00:12:35:01', 'type': 'physical', 'subnets': [{'type': 'static', 'mtu': 9000, 'address': '2001:4800:78ff:1b:be76:4eff:fe06:8000', 'netmask': 'ffff:ffff:ffff:ffff::'}, {'type': 'static', 'control': 'manual'}]}]}
2017-07-20 19:36:46,795 - __init__.py[DEBUG]: Selected renderer 'eni' from priority list: None
2017-07-20 19:36:46,821 - util.py[WARNING]: failed stage init-local
2017-07-20 19:36:46,826 - util.py[DEBUG]: failed stage init-local
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/cloudinit/cmd/main.py", line 651, in status_wrapper
    ret = functor(name, args)
  File "/usr/lib/python3/dist-packages/cloudinit/cmd/main.py", line 365, in main_init
    init.apply_network_config(bring_up=bool(mode != sources.DSMODE_LOCAL))
  File "/usr/lib/python3/dist-packages/cloudinit/stages.py", line 654, in apply_network_config
    return self.distro.apply_network_config(netcfg, bring_up=bring_up)
  File "/usr/lib/python3/dist-packages/cloudinit/distros/__init__.py", line 166, in apply_network_config
    dev_names = self._write_network_config(netconfig)
  File "/usr/lib/python3/dist-packages/cloudinit/distros/debian.py", line 89, in _write_network_config
    return self._supported_write_network_config(netconfig)
  File "/usr/lib/python3/dist-packages/cloudinit/distros/__init__.py", line 82, in _supported_write_network_config
    renderer.render_network_config(network_config=network_config)
  File "/usr/lib/python3/dist-packages/cloudinit/net/renderer.py", line 49, in render_network_config
    network_state=parse_net_config_data(network_config), target=target)
  File "/usr/lib/python3/dist-packages/cloudinit/net/network_state.py", line 42, in parse_net_config_data
    nsi.parse_config(skip_broken=skip_broken)
  File "/usr/lib/python3/dist-packages/cloudinit/net/network_state.py", line 225, in parse_config
    self.parse_config_v1(skip_broken=skip_broken)
  File "/usr/lib/python3/dist-packages/cloudinit/net/network_state.py", line 240, in parse_config_v1
    handler(self, command)
  File "/usr/lib/python3/dist-packages/cloudinit/net/network_state.py", line 89, in decorator
    return func(self, command, *args, **kwargs)
  File "/usr/lib/python3/dist-packages/cloudinit/net/network_state.py", line 296, in handle_physical
    if ':' in subnet['address']:
KeyError: 'address'
Download as text