1. 18 Dec, 2019 9 commits
  2. 17 Dec, 2019 3 commits
    • Łukasz Nowak's avatar
      Release 1.5.5 · 3dee88a5
      Łukasz Nowak authored
      3dee88a5
    • Łukasz Nowak's avatar
      format: Stabilise partition addresses · affe90a0
      Łukasz Nowak authored
      Depending on the netifaces version the netmask can come with or without
      lenght prefix, so support both cases and consider netmask with prefix
      as equal to without prefix.
      
      The only result will be update of the netmask in the computer XML file.
      affe90a0
    • Łukasz Nowak's avatar
      format: Try hard to keep the same computer address · d3c516ed
      Łukasz Nowak authored
      self.interface.getGlobalScopeAddressList which uses netifaces can have
      different sorting of the addresses depending of the version, so prefer the
      already configured IPv6 address.
      d3c516ed
  3. 13 Dec, 2019 4 commits
  4. 12 Dec, 2019 7 commits
  5. 09 Dec, 2019 1 commit
  6. 04 Dec, 2019 2 commits
  7. 29 Nov, 2019 1 commit
  8. 28 Nov, 2019 2 commits
  9. 27 Nov, 2019 2 commits
  10. 25 Nov, 2019 5 commits
  11. 21 Nov, 2019 2 commits
    • Nicolas Wavrant's avatar
      cli: minor improvements in commands' help messages · e1a81425
      Nicolas Wavrant authored
      * --token ask in "slapos configure client" is not supported ("ask" is interpreted
           as the argument value, iow the token)
         * node_name : a node name is an unknown concept. On slapos.vifib.com interface, the
           nodes have titles and references
      
      /reviewed-on !158
      e1a81425
    • Nicolas Wavrant's avatar
      format: support newer versions of netifaces · f2798c25
      Nicolas Wavrant authored
      fix the following crash in command ```slapos node boot``` in slapos package version "1.5.2+1.0.125+3-1" :
      
      ```
      # slapos node boot
      [BOOT] Checking if 'lo' has IPv6...
      [BOOT] Invoking ipv6 ping to slap.vifib.com...
      [BOOT] IPv6 network reachable...
      [BOOT] Invoking slapos node format...
      2019-11-20 09:43:52 slapos[5511] WARNING Creating new computer data with id 'COMP-3121'
      2019-11-20 09:43:52 slapos[5511] INFO Adding 10 new partitions
      2019-11-20 09:43:52 slapos[5511] INFO Updating computer
      2019-11-20 09:43:52 slapos[5511] ERROR u'ffff:ffff:ffff:ffff:ffff:ffff::/96' is not a valid IPv6 address string!
      Traceback (most recent call last):
        File "/opt/slapos/eggs/slapos.core-1.5.2-py2.7.egg/slapos/cli/entry.py", line 300, in run_subcommand
          result = cmd.run(parsed_args)
        File "/opt/slapos/eggs/slapos.core-1.5.2-py2.7.egg/slapos/cli/command.py", line 50, in run
          return self.take_action(parsed_args)
        File "/opt/slapos/eggs/slapos.core-1.5.2-py2.7.egg/slapos/cli/format.py", line 128, in take_action
          do_format(conf=conf)
        File "/opt/slapos/eggs/slapos.core-1.5.2-py2.7.egg/slapos/format.py", line 1401, in do_format
          use_unique_local_address_block=conf.use_unique_local_address_block)
        File "/opt/slapos/eggs/slapos.core-1.5.2-py2.7.egg/slapos/format.py", line 665, in format
          partition.address_list.append(self.interface.addIPv6Address())
        File "/opt/slapos/eggs/slapos.core-1.5.2-py2.7.egg/slapos/format.py", line 1227, in addIPv6Address
          if self._addSystemAddress(addr, netmask, tap=tap):
        File "/opt/slapos/eggs/slapos.core-1.5.2-py2.7.egg/slapos/format.py", line 1058, in _addSystemAddress
          address_string = '%s/%s' % (address, netmaskToPrefixIPv6(netmask))
        File "/opt/slapos/eggs/slapos.core-1.5.2-py2.7.egg/slapos/format.py", line 179, in netmaskToPrefixIPv6
          netaddr.strategy.ipv6.str_to_int(netmask)]
        File "/opt/slapos/eggs/netaddr-0.7.19-py2.7.egg/netaddr/strategy/ipv6.py", line 142, in str_to_int
          raise AddrFormatError('%r is not a valid IPv6 address string!' % addr)
      AddrFormatError: u'ffff:ffff:ffff:ffff:ffff:ffff::/96' is not a valid IPv6 address string!
      [BOOT] [ERROR] Fail to format, try again in 15 seconds...
      [BOOT] Invoking slapos node format...
      ```
      
      /reviewed-on !157
      f2798c25
  12. 18 Nov, 2019 1 commit
  13. 15 Nov, 2019 1 commit