[Buildbot-commits] [buildbot/buildbot-infra] 896a3e: add a comment about group_vars/all purpose

GitHub noreply at github.com
Sun Nov 23 16:20:28 UTC 2014


  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot-infra
  Commit: 896a3e65546cf7a4edededac86546ffbbfa16e26
      https://github.com/buildbot/buildbot-infra/commit/896a3e65546cf7a4edededac86546ffbbfa16e26
  Author: Mikhail Sobolev <mss at mawhrin.net>
  Date:   2014-11-22 (Sat, 22 Nov 2014)

  Changed paths:
    M group_vars/all

  Log Message:
  -----------
  add a comment about group_vars/all purpose


  Commit: 93477ffe9dd01896d0fb6fc33ac81786a9593ac5
      https://github.com/buildbot/buildbot-infra/commit/93477ffe9dd01896d0fb6fc33ac81786a9593ac5
  Author: Mikhail Sobolev <mss at mawhrin.net>
  Date:   2014-11-22 (Sat, 22 Nov 2014)

  Changed paths:
    M group_vars/all
    M prod-hosts

  Log Message:
  -----------
  set python interpreter in group_vars/all


  Commit: 36c6485d668bb2ca044152239d4c814c73fe7305
      https://github.com/buildbot/buildbot-infra/commit/36c6485d668bb2ca044152239d4c814c73fe7305
  Author: Mikhail Sobolev <mss at mawhrin.net>
  Date:   2014-11-22 (Sat, 22 Nov 2014)

  Changed paths:
    M group_vars/all

  Log Message:
  -----------
  add a list of utility packages

See ticket:3036


  Commit: 45b676c44a887231d9f0a740c840ec0a3277e383
      https://github.com/buildbot/buildbot-infra/commit/45b676c44a887231d9f0a740c840ec0a3277e383
  Author: Mikhail Sobolev <mss at mawhrin.net>
  Date:   2014-11-22 (Sat, 22 Nov 2014)

  Changed paths:
    R docs/ansible-notes.txt

  Log Message:
  -----------
  remove outdated notes


  Commit: e81f47dc0814aa68b74bab0a6197755739c7eaa6
      https://github.com/buildbot/buildbot-infra/commit/e81f47dc0814aa68b74bab0a6197755739c7eaa6
  Author: Mikhail Sobolev <mss at mawhrin.net>
  Date:   2014-11-22 (Sat, 22 Nov 2014)

  Changed paths:
    A bootstrap
    A bootstrap.yml
    A files/sudoers-wheel
    M group_vars/all

  Log Message:
  -----------
  add bootstrap related files

* bootstrap is the main script to run
* bootstrap.yml is the playbook that does the actual job

(This is still work in progress, see bootstrap.yml for comments)


  Commit: aa5583da8dc493e9792e617bea0dbad3d98ecf8e
      https://github.com/buildbot/buildbot-infra/commit/aa5583da8dc493e9792e617bea0dbad3d98ecf8e
  Author: Mikhail Sobolev <mss at mawhrin.net>
  Date:   2014-11-23 (Sun, 23 Nov 2014)

  Changed paths:
    M bootstrap.yml
    R roles/base/tasks/admin_users.yml
    M roles/base/tasks/main.yml
    A roles/base/tasks/users.yml

  Log Message:
  -----------
  create all users in one place

* rename 'admin_users' tasks to just 'users'
* move service account creation from 'bootstrap.yml' to the above
  mentioned task list


  Commit: f7ed5b8056a8a68dcb8db578475b7a85817e756e
      https://github.com/buildbot/buildbot-infra/commit/f7ed5b8056a8a68dcb8db578475b7a85817e756e
  Author: Mikhail Sobolev <mss at mawhrin.net>
  Date:   2014-11-23 (Sun, 23 Nov 2014)

  Changed paths:
    M bootstrap.yml
    R files/sudoers-wheel
    A roles/base/files/sudoers-wheel
    M roles/base/tasks/sudo.yml
    R roles/base/templates/sudoers-wheel.j2

  Log Message:
  -----------
  slightly change the way sudoers are ensured

* make sure '#includedir ...' is present
* do not use template (we do not need it atm) and use the file verbatim
* remove the corresponding part from bootstrap.yml


  Commit: 99c36d0e4487072f494619289355a8d498ab7869
      https://github.com/buildbot/buildbot-infra/commit/99c36d0e4487072f494619289355a8d498ab7869
  Author: Mikhail Sobolev <mss at mawhrin.net>
  Date:   2014-11-23 (Sun, 23 Nov 2014)

  Changed paths:
    M bootstrap.yml
    A docs/ansible-todo.txt

  Log Message:
  -----------
  move notes from bootstrap.yml to docs/ansible-todo.txt

* related to the crontask


  Commit: 9f27542a4c6df98046ec7e045d238d1787424cb1
      https://github.com/buildbot/buildbot-infra/commit/9f27542a4c6df98046ec7e045d238d1787424cb1
  Author: Mikhail Sobolev <mss at mawhrin.net>
  Date:   2014-11-23 (Sun, 23 Nov 2014)

  Changed paths:
    M roles/base/tasks/main.yml
    R roles/base/tasks/python.yml

  Log Message:
  -----------
  do not install python

* python2 is installed as a dependency for ansible and is taken care of
  in 'bootstrap.yml' playbook


  Commit: 13d4c093c534123e1daa073f927c9b2ed86c8bfd
      https://github.com/buildbot/buildbot-infra/commit/13d4c093c534123e1daa073f927c9b2ed86c8bfd
  Author: Mikhail Sobolev <mss at mawhrin.net>
  Date:   2014-11-23 (Sun, 23 Nov 2014)

  Changed paths:
    M bootstrap.yml
    M roles/base/tasks/main.yml
    A roles/base/tasks/packages.yml
    M roles/base/tasks/sudo.yml

  Log Message:
  -----------
  unify package installation

* install all mandatory packages
* do not install sudo separately (though this can be kept just to be
  sure)
* install all utility packages
* remove the functionality from 'bootstrap.yml'

Fixes ticket:3036


  Commit: 1306af653a7536d33e0da73c78ded36746aabf30
      https://github.com/buildbot/buildbot-infra/commit/1306af653a7536d33e0da73c78ded36746aabf30
  Author: Mikhail Sobolev <mss at mawhrin.net>
  Date:   2014-11-23 (Sun, 23 Nov 2014)

  Changed paths:
    M bootstrap

  Log Message:
  -----------
  run site.yml during bootstrap

* supply '-u root' as otherwise it will use current user


  Commit: 3d83b0259d1afc0b2686feae95120f438d55d96a
      https://github.com/buildbot/buildbot-infra/commit/3d83b0259d1afc0b2686feae95120f438d55d96a
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2014-11-23 (Sun, 23 Nov 2014)

  Changed paths:
    M bootstrap

  Log Message:
  -----------
  update bootstrap

* change comments to not include -k
* use -e
* require a hostpattern and pass it with -l
* don't exec the first ansible command (which skips the second)


  Commit: d2981a1b08483d6b147068fd5f7153ebdea3692a
      https://github.com/buildbot/buildbot-infra/commit/d2981a1b08483d6b147068fd5f7153ebdea3692a
  Author: Mikhail Sobolev <mss at mawhrin.net>
  Date:   2014-11-23 (Sun, 23 Nov 2014)

  Changed paths:
    M bootstrap

  Log Message:
  -----------
  fix usage


  Commit: b14679599e1da11da8c0e92309d54495411e2afb
      https://github.com/buildbot/buildbot-infra/commit/b14679599e1da11da8c0e92309d54495411e2afb
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2014-11-23 (Sun, 23 Nov 2014)

  Changed paths:
    A bootstrap
    A bootstrap.yml
    R docs/ansible-notes.txt
    A docs/ansible-todo.txt
    M group_vars/all
    M prod-hosts
    A roles/base/files/sudoers-wheel
    R roles/base/tasks/admin_users.yml
    M roles/base/tasks/main.yml
    A roles/base/tasks/packages.yml
    R roles/base/tasks/python.yml
    M roles/base/tasks/sudo.yml
    A roles/base/tasks/users.yml
    R roles/base/templates/sudoers-wheel.j2

  Log Message:
  -----------
  Merge sa2ajj/buildbot-infra:bootstrap (PR #12)


Compare: https://github.com/buildbot/buildbot-infra/compare/286f1233c8fa...b14679599e1d


More information about the Commits mailing list