[Buildbot-commits] [buildbot/buildbot] 537a7a: Add latent buildslave for OpenStack

GitHub noreply at github.com
Fri Apr 5 00:49:24 UTC 2013


  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: 537a7a78e857c70e928d3cb1a54ff7156393a616
      https://github.com/buildbot/buildbot/commit/537a7a78e857c70e928d3cb1a54ff7156393a616
  Author: Sean Kelly <skelly at cray.com>
  Date:   2013-03-18 (Mon, 18 Mar 2013)

  Changed paths:
    A master/buildbot/openstackbuildslave.py
    A master/buildbot/test/fake/openstack.py
    A master/buildbot/test/unit/test_openstackbuildslave.py

  Log Message:
  -----------
  Add latent buildslave for OpenStack

The buildslave has limited functionality for interacting with
OpenStack's Nova component. Booting and terminating instances
works correctly, but no interfacing with the network part.


  Commit: 868b5888e39941676db7e3d30568b611d39a5217
      https://github.com/buildbot/buildbot/commit/868b5888e39941676db7e3d30568b611d39a5217
  Author: Sean Kelly <skelly at cray.com>
  Date:   2013-03-18 (Mon, 18 Mar 2013)

  Changed paths:
    R master/buildbot/buildslave.py
    A master/buildbot/buildslave/__init__.py

  Log Message:
  -----------
  Move buildslave.py into buildbot.buildslave


  Commit: e598df1772e30b05bd69f9a864d5ce20647a8f59
      https://github.com/buildbot/buildbot/commit/e598df1772e30b05bd69f9a864d5ce20647a8f59
  Author: Sean Kelly <skelly at cray.com>
  Date:   2013-03-18 (Mon, 18 Mar 2013)

  Changed paths:
    A master/buildbot/buildslave/openstack.py
    R master/buildbot/openstackbuildslave.py
    A master/buildbot/test/unit/test_buildslave_openstack.py
    R master/buildbot/test/unit/test_openstackbuildslave.py

  Log Message:
  -----------
  Move openstackbuildslave.py into buildbot.buildslave.openstack


  Commit: eabb0efb91a9c305d6184b3007f96c86fecd84cf
      https://github.com/buildbot/buildbot/commit/eabb0efb91a9c305d6184b3007f96c86fecd84cf
  Author: Sean Kelly <skelly at cray.com>
  Date:   2013-03-18 (Mon, 18 Mar 2013)

  Changed paths:
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  Add blurb in release notes


  Commit: 6e01658e3c4a90e2a41deb3f195df60306437ffa
      https://github.com/buildbot/buildbot/commit/6e01658e3c4a90e2a41deb3f195df60306437ffa
  Author: Sean Kelly <skelly at cray.com>
  Date:   2013-03-18 (Mon, 18 Mar 2013)

  Changed paths:
    M master/docs/manual/cfg-buildslaves.rst

  Log Message:
  -----------
  Add documentation on how to use new Openstack latent slave


  Commit: a65d53c8c9d5dceb94c21ce4724f6a5787f474cf
      https://github.com/buildbot/buildbot/commit/a65d53c8c9d5dceb94c21ce4724f6a5787f474cf
  Author: Sean Kelly <skelly at cray.com>
  Date:   2013-03-19 (Tue, 19 Mar 2013)

  Changed paths:
    M master/buildbot/buildslave/openstack.py

  Log Message:
  -----------
  Use callable instead


  Commit: a7cccfe2bd81054143bde46b490e2e11fbd26c7e
      https://github.com/buildbot/buildbot/commit/a7cccfe2bd81054143bde46b490e2e11fbd26c7e
  Author: Sean Kelly <skelly at cray.com>
  Date:   2013-03-19 (Tue, 19 Mar 2013)

  Changed paths:
    M master/buildbot/buildslave/openstack.py
    M master/buildbot/test/unit/test_buildslave_openstack.py

  Log Message:
  -----------
  Use camelCase instead of underscores


  Commit: 3c2f14caccad14f183d3aeba823b2e027da1e607
      https://github.com/buildbot/buildbot/commit/3c2f14caccad14f183d3aeba823b2e027da1e607
  Author: Sean Kelly <skelly at cray.com>
  Date:   2013-03-19 (Tue, 19 Mar 2013)

  Changed paths:
    M master/buildbot/test/unit/test_buildslave_openstack.py

  Log Message:
  -----------
  Drop creating and using ConcreteBuildSlave

Not using an abstract slave, so do not need a concrete version. Some of
the lines are a bit long; this will be fixed later.


  Commit: 109e5af8c8191bd0d2e357fe6d3ffc3e10d4c033
      https://github.com/buildbot/buildbot/commit/109e5af8c8191bd0d2e357fe6d3ffc3e10d4c033
  Author: Sean Kelly <skelly at cray.com>
  Date:   2013-03-19 (Tue, 19 Mar 2013)

  Changed paths:
    M master/buildbot/test/unit/test_buildslave_openstack.py

  Log Message:
  -----------
  Use keyword args in test

Due to the number of required arguments, use keywords for them to be
clearer about what's being specified. Also changed the flavor to be an
integer because the docs say to pass the flavor ID, not name.


  Commit: 3bea6083c9e625560a77c10c415422c87e07f4b3
      https://github.com/buildbot/buildbot/commit/3bea6083c9e625560a77c10c415422c87e07f4b3
  Author: Sean Kelly <skelly at cray.com>
  Date:   2013-03-19 (Tue, 19 Mar 2013)

  Changed paths:
    M master/docs/manual/cfg-buildslaves.rst

  Log Message:
  -----------
  Update docs

Use keyword arguments in the examples and list the keyword arguments
with a brief description on each.


  Commit: 6cdebaca0d58a0e2fdf2c1a949421a286863add6
      https://github.com/buildbot/buildbot/commit/6cdebaca0d58a0e2fdf2c1a949421a286863add6
  Author: Sean Kelly <skelly at cray.com>
  Date:   2013-03-29 (Fri, 29 Mar 2013)

  Changed paths:
    M master/buildbot/buildslave/openstack.py

  Log Message:
  -----------
  Include the image UUID in the log

The instance name was included in the log message, but this is identical
to the slave name. Instead, include the image UUID as this could
actually help in debugging.


  Commit: fa0e6215766144949a7d5ac7472533a09ffb3127
      https://github.com/buildbot/buildbot/commit/fa0e6215766144949a7d5ac7472533a09ffb3127
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-04-04 (Thu, 04 Apr 2013)

  Changed paths:
    R master/buildbot/buildslave.py
    A master/buildbot/buildslave/__init__.py
    A master/buildbot/buildslave/openstack.py
    A master/buildbot/test/fake/openstack.py
    A master/buildbot/test/unit/test_buildslave_openstack.py
    M master/docs/manual/cfg-buildslaves.rst
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  Merge branch 'openstack' of git://github.com/crayinc/buildbot


  Commit: 845cba944cedb4eab496aa68a8c5dceba6fb2521
      https://github.com/buildbot/buildbot/commit/845cba944cedb4eab496aa68a8c5dceba6fb2521
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-04-04 (Thu, 04 Apr 2013)

  Changed paths:
    M master/buildbot/buildslave/openstack.py
    M master/buildbot/test/unit/test_buildslave_openstack.py

  Log Message:
  -----------
  fix pyflakes


Compare: https://github.com/buildbot/buildbot/compare/b5cbb73bdd1f...845cba944ced


More information about the Commits mailing list