Skip to content
Snippets Groups Projects
  1. Aug 22, 2019
  2. Aug 21, 2019
  3. Aug 16, 2019
  4. Aug 15, 2019
    • Zuul's avatar
      93170249
    • Zuul's avatar
    • Mark Goddard's avatar
      Update packages in virtualenvs · ddfd6b62
      Mark Goddard authored
      Kayobe uses a number of virtual environments on the remote hosts for
      python dependencies such as shade, python-openstackclient, docker, etc.
      By default these are stored in /opt/kayobe/venvs/. Typically we do not
      provide version restrictions when installing these packages, so over the
      course of time they may become stale and incompatible.
      
      This change installs the latest version of packages allowed by OpenStack
      upper constraints.
      
      It also adds a new variable, 'pip_upper_constraints_file', to set the
      upper constraints file. The existing variable
      'kolla_upper_constraints_file' now defaults to the value of
      'pip_upper_constraints_file'.
      
      Change-Id: I8d2956f95bbc44b5a9e88e7569372048a62f12f5
      Story: 2005923
      Task: 34193
      ddfd6b62
  5. Aug 14, 2019
  6. Aug 13, 2019
  7. Aug 12, 2019
  8. Aug 08, 2019
    • Mark Goddard's avatar
      Restrict ncclient to 0.6.2 to avoid unknown host key issue · 2a177755
      Mark Goddard authored
      Juniper physical network device configuration fails when running the
      following command:
      
      kayobe physical network configure --group switches
      
      The error is as follows:
      
      fatal: [switch]: FAILED! => {
              "msg": "Unknown host key [<key>] for [[<IP>]:830]"
      }
      
      This is due to a bug [1] in ncclient.
      
      This patch avoids the issue by pinning ncclient to version 0.6.2 or
      lower.
      
      [1] https://github.com/ncclient/ncclient/issues/302
      
      Change-Id: I7ecd6cd3460bea56d0ab9cb221d0ef5b5ec2d0bb
      Story: 2006378
      Task: 36174
      2a177755
  9. Aug 07, 2019
  10. Aug 06, 2019
    • Pierre Riteau's avatar
      Remove storage management network from controllers · f5490793
      Pierre Riteau authored
      There is no need to connect controllers nodes to the storage management
      network by default. It should only be used by storage nodes.
      
      Change-Id: I6fa7640658fd112aaddbe08c4af01711fb1f7916
      Story: 2006273
      Task: 35973
      f5490793
  11. Aug 04, 2019
  12. Aug 03, 2019
  13. Aug 02, 2019
  14. Jul 27, 2019
Loading