[Buildbot-commits] [buildbot/buildbot-infra] 9fcd84: commit sort hosts by name

GitHub noreply at github.com
Wed Jan 7 07:20:48 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot-infra
  Commit: 9fcd84037b52e1b5e00f6c6521ae7f41f5082bfd
      https://github.com/buildbot/buildbot-infra/commit/9fcd84037b52e1b5e00f6c6521ae7f41f5082bfd
  Author: Mikhail Sobolev <mss at mawhrin.net>
  Date:   2015-01-03 (Sat, 03 Jan 2015)

  Changed paths:
    M docs/network.txt

  Log Message:
  -----------
  commit sort hosts by name


  Commit: eecb48792937b1ccb768f152613085aa3caf4994
      https://github.com/buildbot/buildbot-infra/commit/eecb48792937b1ccb768f152613085aa3caf4994
  Author: Mikhail Sobolev <mss at mawhrin.net>
  Date:   2015-01-03 (Sat, 03 Jan 2015)

  Changed paths:
    M docs/network.txt

  Log Message:
  -----------
  update docs/network

* explicitly list available addresses
* make a note about IRC/tickets
* minor re-formatting


  Commit: 661ba4b8dd7982bc444a7ee3dfd694fe7d273211
      https://github.com/buildbot/buildbot-infra/commit/661ba4b8dd7982bc444a7ee3dfd694fe7d273211
  Author: Mikhail Sobolev <mss at mawhrin.net>
  Date:   2015-01-05 (Mon, 05 Jan 2015)

  Changed paths:
    M group_vars/all
    M roles/bb-master/tasks/main.yml
    M secrets.yml

  Log Message:
  -----------
  change the structure of the secrets file

* add `build_slaves` to contain information about build slaves (password
  and master to connect to)
* make all items in `slave_passwords` to be just names of build slaves
* rename `slave_passwords` to `slave_master_allocations` to reflect the
  purpose
* since `slave_master_allocations` does not have any secret information
  any more, move it to `group_vars/all`
* new approach also prevents slave passwords from being logged to stdout
  (Ansible prints both key and value for `with_dict` elements)


  Commit: 1c84225b9432454f73f7640c1a1ed8b5ae8e2286
      https://github.com/buildbot/buildbot-infra/commit/1c84225b9432454f73f7640c1a1ed8b5ae8e2286
  Author: Mikhail Sobolev <mss at mawhrin.net>
  Date:   2015-01-05 (Mon, 05 Jan 2015)

  Changed paths:
    A roles/bb-slave/README.rst
    A roles/bb-slave/tasks/main.yml

  Log Message:
  -----------
  add bb-slave role


  Commit: df429a95d77c7c4150d4934d51f04b752b655890
      https://github.com/buildbot/buildbot-infra/commit/df429a95d77c7c4150d4934d51f04b752b655890
  Author: Mikhail Sobolev <mss at mawhrin.net>
  Date:   2015-01-05 (Mon, 05 Jan 2015)

  Changed paths:
    M docs/network.txt
    M group_vars/all
    M host-vm1.yml
    A jail-bslave1.yml
    M local.yml
    M secrets.yml

  Log Message:
  -----------
  configure bslave1.bb.net

* first build slave in Buildbot infrastructure
* this is to also be used as an example
* provides a build slave for FreeBSD 10.x, python 2.7, 64 bit (actual
  build slave configuration in metabbotcfg[nine])


  Commit: 213460d1dad92bc5972709761e5c011b67bd49dd
      https://github.com/buildbot/buildbot-infra/commit/213460d1dad92bc5972709761e5c011b67bd49dd
  Author: Mikhail Sobolev <mss at mawhrin.net>
  Date:   2015-01-05 (Mon, 05 Jan 2015)

  Changed paths:
    M secrets.yml

  Log Message:
  -----------
  fix an error in secrets.yml


  Commit: 679b01d691f5dc4396c63a2a788cefe93ef565d9
      https://github.com/buildbot/buildbot-infra/commit/679b01d691f5dc4396c63a2a788cefe93ef565d9
  Author: Mikhail Sobolev <mss at mawhrin.net>
  Date:   2015-01-07 (Wed, 07 Jan 2015)

  Changed paths:
    M docs/network.txt
    M group_vars/all
    M host-vm1.yml
    A jail-bslave1.yml
    M local.yml
    M roles/bb-master/tasks/main.yml
    A roles/bb-slave/README.rst
    A roles/bb-slave/tasks/main.yml
    M secrets.yml

  Log Message:
  -----------
  Merge pull request #54 from sa2ajj/configure-bb-slave

Configure bb slave


Compare: https://github.com/buildbot/buildbot-infra/compare/2156e415f2f9...679b01d691f5


More information about the Commits mailing list