[Buildbot-commits] [buildbot/buildbot] e3d382: Directly use self.flavor

GitHub noreply at github.com
Sun Oct 5 15:54:14 UTC 2014


  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: e3d382559a08a72016aa3905cc9aab3901f89ab9
      https://github.com/buildbot/buildbot/commit/e3d382559a08a72016aa3905cc9aab3901f89ab9
  Author: Sean Kelly <skelly at cray.com>
  Date:   2014-09-10 (Wed, 10 Sep 2014)

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

  Log Message:
  -----------
  Directly use self.flavor


  Commit: c1726751f13271283cb5b7cdbb1c27b097340581
      https://github.com/buildbot/buildbot/commit/c1726751f13271283cb5b7cdbb1c27b097340581
  Author: Sean Kelly <skelly at cray.com>
  Date:   2014-09-10 (Wed, 10 Sep 2014)

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

  Log Message:
  -----------
  Make image optional and add rudimentary support for block devices

The image keyword is now optional and defaults to None. The
block_devices keyword will map to the block_device_mapping_v2 in
novaclient. Some simple parsing will happen to allow a higher level use
than what --block-device presents in the shell.


  Commit: 016faf222fc7a934356398061af6771a0fccb003
      https://github.com/buildbot/buildbot/commit/016faf222fc7a934356398061af6771a0fccb003
  Author: Sean Kelly <skelly at cray.com>
  Date:   2014-09-10 (Wed, 10 Sep 2014)

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

  Log Message:
  -----------
  Refactor _getImage to allow any image callable to be used

This may eventually be extended to work with block devices.


  Commit: 33d225cf887411117bb9c7fe7c8794bcdfb3a53d
      https://github.com/buildbot/buildbot/commit/33d225cf887411117bb9c7fe7c8794bcdfb3a53d
  Author: Sean Kelly <skelly at cray.com>
  Date:   2014-09-10 (Wed, 10 Sep 2014)

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

  Log Message:
  -----------
  Add block devices to kwargs for servers.create


  Commit: 4bb97162cbf237ef5cb23a4568dde22f7b8a2516
      https://github.com/buildbot/buildbot/commit/4bb97162cbf237ef5cb23a4568dde22f7b8a2516
  Author: Sean Kelly <skelly at cray.com>
  Date:   2014-09-10 (Wed, 10 Sep 2014)

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

  Log Message:
  -----------
  Combine all test auth data into one dict

Combined all of the test auth keywords into a dict to make setting up a
buildslave slightly less tedious.


  Commit: e12638a7a74aea49a3e7294c9f00b59d80dbfa9a
      https://github.com/buildbot/buildbot/commit/e12638a7a74aea49a3e7294c9f00b59d80dbfa9a
  Author: Sean Kelly <skelly at cray.com>
  Date:   2014-09-10 (Wed, 10 Sep 2014)

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

  Log Message:
  -----------
  Simplify more redundant test args

Most creations of the slave now can use the shorter **self.bs_args.


  Commit: b58163a763051cabf07b1b0bcee0647bcaaef5a2
      https://github.com/buildbot/buildbot/commit/b58163a763051cabf07b1b0bcee0647bcaaef5a2
  Author: Sean Kelly <skelly at cray.com>
  Date:   2014-09-10 (Wed, 10 Sep 2014)

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

  Log Message:
  -----------
  Test OpenStackBuildSlave.stop_instance


  Commit: 1e806b14e570e7d4850c633a99f09454bffb73e4
      https://github.com/buildbot/buildbot/commit/1e806b14e570e7d4850c633a99f09454bffb73e4
  Author: Sean Kelly <skelly at cray.com>
  Date:   2014-09-10 (Wed, 10 Sep 2014)

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

  Log Message:
  -----------
  Test basic block_devices functionality


  Commit: 877c2079d4409716e5b2716c38f1ace89be59564
      https://github.com/buildbot/buildbot/commit/877c2079d4409716e5b2716c38f1ace89be59564
  Author: Sean Kelly <skelly at cray.com>
  Date:   2014-09-10 (Wed, 10 Sep 2014)

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

  Log Message:
  -----------
  Add a kwargs to OpenStackBuildSlave

Add a kwargs to allow people that know what needs to be passed to
servers.boot the option to do so.


  Commit: 929931c314843fbeea60f482afa6da4c822d9d13
      https://github.com/buildbot/buildbot/commit/929931c314843fbeea60f482afa6da4c822d9d13
  Author: Sean Kelly <skelly at cray.com>
  Date:   2014-09-10 (Wed, 10 Sep 2014)

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

  Log Message:
  -----------
  Add release notes and documentation


  Commit: e42bac35948c7b57fca319dae06f021f51934bbf
      https://github.com/buildbot/buildbot/commit/e42bac35948c7b57fca319dae06f021f51934bbf
  Author: Sean Kelly <skelly at cray.com>
  Date:   2014-09-10 (Wed, 10 Sep 2014)

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

  Log Message:
  -----------
  Fix release notes

I missed a blank line.


  Commit: cf3bf25998c89df740898aa3a5697258974d8b3d
      https://github.com/buildbot/buildbot/commit/cf3bf25998c89df740898aa3a5697258974d8b3d
  Author: Sean Kelly <skelly at cray.com>
  Date:   2014-10-02 (Thu, 02 Oct 2014)

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

  Log Message:
  -----------
  Make _getImage a static method


  Commit: 52a3301472099338d456c79ebef964763e5f0dfe
      https://github.com/buildbot/buildbot/commit/52a3301472099338d456c79ebef964763e5f0dfe
  Author: Sean Kelly <skelly at cray.com>
  Date:   2014-10-02 (Thu, 02 Oct 2014)

  Changed paths:
    M master/buildbot/buildslave/openstack.py
    M master/docs/manual/cfg-buildslaves.rst

  Log Message:
  -----------
  Use nova_args parameter to hold extra options for novaclient


  Commit: ffc2c3fbe236308e3f6061963d80a2a8e77e6873
      https://github.com/buildbot/buildbot/commit/ffc2c3fbe236308e3f6061963d80a2a8e77e6873
  Author: Dustin J. Mitchell <dustin at buildbot.net>
  Date:   2014-10-05 (Sun, 05 Oct 2014)

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

  Log Message:
  -----------
  Merge Cray/buildbot:openstack-block-device (PR #1221)

Conflicts:
	master/docs/manual/cfg-buildslaves.rst (merged to cfg-buildslaves-openstack.rst)

+autopep8


Compare: https://github.com/buildbot/buildbot/compare/ea9fc79ccaa3...ffc2c3fbe236


More information about the Commits mailing list