Skip to content
Snippets Groups Projects
  1. May 26, 2016
  2. May 24, 2016
    • Jeffrey Zhang's avatar
      Bump the ansible to 2 · 491822c5
      Jeffrey Zhang authored
      DocImpact
      
      Change-Id: I3cdfbf84919de80f535c030bd146787ecda40dec
      partial-Implements: blueprint ansible2
      491822c5
  3. May 21, 2016
  4. May 19, 2016
    • Ryan Hallisey's avatar
      Add generate-config option to kolla-ansible · 410866f2
      Ryan Hallisey authored
      In order for the ansible configuration to be consumable,
      we need to be able to generate it without deploying anything.
      
      Change-Id: I2bbdd74d62d00f509a4fa5e4100906ed658d3974
      Implements: blueprint generate-config
      410866f2
  5. May 17, 2016
  6. May 13, 2016
  7. May 07, 2016
  8. May 06, 2016
  9. May 05, 2016
  10. May 02, 2016
  11. Apr 28, 2016
    • Jeffrey Zhang's avatar
      Fix the gate lying · 6ffe08d7
      Jeffrey Zhang authored
      In some case, the gate is always green even when failure exist.
      
      Closes-Bug: #1568389
      Change-Id: I64116ba33ebf96268c28abb6a7091752a346f29b
      6ffe08d7
    • Jeffrey Zhang's avatar
      Handle multi Ethernets case in the gate · 00720db2
      Jeffrey Zhang authored
      rax-iad node has two Ethernets, but others not. Detect the private
      Ethernet by using script.
      
      Closes-Bug: #1561563
      Change-Id: I7c5d241f2b1a21f97512e52c487d875dd270011b
      00720db2
  12. Apr 24, 2016
  13. Apr 21, 2016
  14. Apr 20, 2016
    • Steven Dake's avatar
      Workaround broken nodepool to unblock gate · f442319b
      Steven Dake authored
      Sed and check the length of the IP addresses in the private list.
      If none found, copy the public to the private.
      
      Change-Id: I05e4798aa301e022de7d5097d503d8213f2b66a8
      Closes-Bug: #1571275
      f442319b
  15. Apr 19, 2016
  16. Apr 14, 2016
  17. Apr 13, 2016
  18. Apr 12, 2016
  19. Apr 11, 2016
    • Paul Belanger's avatar
      Make sure /etc/hostname is valid for SELinux · 84a0f2dd
      Paul Belanger authored
      In the gate, it is possible for /etc/hostname to not have a valid
      SELinux security conext. So, reset them to default before we update
      the hostname to avoid:
      
        TASK: [Assign hostname]
        failed: [node1] => {"failed": true}
        msg: Command failed rc=1, out=, err=Could not set property: Access
        denied
      
      Closes-Bug: #1568047
      Change-Id: Ie30c8437b310d1ea5bc75307375c255131dfe934
      Needed-By: I2ff5fbb315832b8cf07c93d0dd0cdaacd958631e
      84a0f2dd
    • Jeffrey Zhang's avatar
      Use a random virtual_router_id in the keepalived · f93ed9a9
      Jeffrey Zhang authored
      Use a random virtual_router_id in case there are multi keepalived
      instances exist at the same time in the gate.
      
      Closes-Bug: #1568818
      Change-Id: Iebb3dec088a21820e641b63bb2a5f40586d1df8c
      f93ed9a9
  20. Apr 09, 2016
    • Mauricio Lima's avatar
      Remove /etc/kolla configuration folders · 4ce13676
      Mauricio Lima authored
      Kolla deployment creates /etc/kolla folder on a target host
      with multiple configuration files. In some scenarios,
      the presence of these files prevent successful deployment
      of certain services especially when their configuration parameters
      have been changed on the deployment host.
      
      Change-Id: Iefd544b50fc90b7f00d6e137bc14ab4807ef7c0f
      Closes-Bug: #1561055
      4ce13676
  21. Apr 08, 2016
    • Dave McCowan's avatar
      Add default flavors during init-runonce · fda9444e
      Dave McCowan authored
      The nova team is removing the default flavors from a standard
      deployment.  This is great for operators, who have to delete
      the defaults anyways.  This patch adds the original default
      flavors back during init-runonce so kolla users can be ready
      to launch instances.
      
      Closes-Bug: #1567964
      Change-Id: I17daec98997a6e412a99f34d3f8a4324460d8c60
      fda9444e
  22. Apr 07, 2016
  23. Apr 05, 2016
  24. Apr 01, 2016
  25. Mar 29, 2016
  26. Mar 28, 2016
  27. Mar 27, 2016
    • Steven Dake's avatar
      Fix gate to use world writeable docker socket · a7893467
      Steven Dake authored
      A recent change related to sudo securepath broke how sudo -E
      works.  Now the PATH is reset by sudo as set by tox.  As a result
      we can no longer rely on sudo -E anywhere in our gating system
      relating to path inheritence from the parent shell.
      
      This patch uses a shell operation in the setup_nodes.yml code
      to chmod the docker socket to 666 so docker containers can build
      properly.  Now docker operations don't return a permission denied
      and we no longer require the sudo -E operation in any of our tox
      scripts.  This isn't a security vulnerability because our gate
      scripts are only meant to be run in OpenStack infrastructure.
      To make this more clear I recommend moving these shell scripts to
      tests/gate.
      
      Change-Id: I5b3d6e280e3c12a25defedb14b5589ba642043fa
      Closes-Bug: #1562383
      a7893467
  28. Mar 26, 2016
  29. Mar 22, 2016
  30. Mar 21, 2016
    • SamYaple's avatar
      Fix rax-ord commands · c135dcbf
      SamYaple authored
      It isn't always possible to get a rax-ord gate. Last patch wasn't
      correct.
      
      TrivialFix
      
      Change-Id: Id94264166e0914f038f32f3f9b68e463aa15ccd3
      c135dcbf
    • SamYaple's avatar
      Add generate_passwords.py to generate passwords · f03e06e0
      SamYaple authored
      
      As with all tools, this is a first pass at the generation. Perhaps we
      even want to move this into kolla/kolla/cmd and be generated with tox
      itself in the future.
      
      This tool, when run, will only populate empty fields that have no
      values meaning that it is safe to run repeatedly on the same file.
      
      Of note, there is no way to preserve comments in the file after it has
      been processed by the yaml parser in python. Comments and sections
      will remain in the passwords.yml template for additional documentation
      if the user wishes to populate the file themselves.
      
      Use SystemRandom and clean up the docs a bit to not use pronouns.
      
      Co-Authored-By: default avatarSteven Dake <stdake@cisco.com>
      
      Closes-Bug: #1559266
      Change-Id: I2932d592df8871f1b7811059206d0b4d0553a687
      f03e06e0
Loading