Skip to content
Snippets Groups Projects
  1. Mar 31, 2016
  2. Mar 30, 2016
  3. Mar 29, 2016
  4. Mar 28, 2016
  5. Mar 27, 2016
    • Jenkins's avatar
      90321d04
    • 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
  6. Mar 26, 2016
  7. Mar 25, 2016
  8. Mar 24, 2016
    • SamYaple's avatar
      Change heat domain to heat_user_domain · 5b18913f
      SamYaple authored
      heat_user_domain is what is in the docs, but more importantly it is
      what we have in Liberty and will be a requirement to doing upgrades
      properly.
      
      Change-Id: I9cf53d43b4faaa5d1b0156cc50192722d2739602
      Closes-Bug: #1553565
      5b18913f
Loading