[Buildbot-commits] [buildbot/buildbot-infra] 36f42f: put a placeholder for the tasks
GitHub
noreply at github.com
Tue Nov 25 19:11:20 UTC 2014
Branch: refs/heads/master
Home: https://github.com/buildbot/buildbot-infra
Commit: 36f42f1566e02704a58143b2b75a75b31eebc6a6
https://github.com/buildbot/buildbot-infra/commit/36f42f1566e02704a58143b2b75a75b31eebc6a6
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2014-11-24 (Mon, 24 Nov 2014)
Changed paths:
A roles/dns/tasks/main.yml
Log Message:
-----------
put a placeholder for the tasks
Commit: 77fa77143195c42221e4002f5545eeca7e4fec38
https://github.com/buildbot/buildbot-infra/commit/77fa77143195c42221e4002f5545eeca7e4fec38
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2014-11-24 (Mon, 24 Nov 2014)
Changed paths:
A roles/dns/templates/named.conf
Log Message:
-----------
take default named config file
Commit: 74d6d6a1e6f4f34ec9ffb6a65f8a2c979f38b181
https://github.com/buildbot/buildbot-infra/commit/74d6d6a1e6f4f34ec9ffb6a65f8a2c979f38b181
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2014-11-25 (Tue, 25 Nov 2014)
Changed paths:
M roles/dns/templates/named.conf
A roles/dns/templates/named.conf.options
A roles/dns/templates/named.conf.zones
Log Message:
-----------
split named.conf
* move options to a separate file
* move zone definition to a separate file
* this way changing things when it's necessary will be easier
Commit: df8e6d1338aa7c952b1904aaf6501ffd9a424136
https://github.com/buildbot/buildbot-infra/commit/df8e6d1338aa7c952b1904aaf6501ffd9a424136
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2014-11-25 (Tue, 25 Nov 2014)
Changed paths:
A roles/dns/files/buildbot.net
Log Message:
-----------
add the current buildbot.net zone
* as it was given in http://trac.buildbot.net/ticket/3002
Commit: 50f33ae9c34574b3d69f83789e7129681d3d5029
https://github.com/buildbot/buildbot-infra/commit/50f33ae9c34574b3d69f83789e7129681d3d5029
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2014-11-25 (Tue, 25 Nov 2014)
Changed paths:
M roles/dns/files/buildbot.net
Log Message:
-----------
simplified zone definition
Commit: 8e99f32a29c714ca70fb9aa66cca7937b4393eda
https://github.com/buildbot/buildbot-infra/commit/8e99f32a29c714ca70fb9aa66cca7937b4393eda
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2014-11-25 (Tue, 25 Nov 2014)
Changed paths:
M roles/dns/tasks/main.yml
Log Message:
-----------
first important task
Commit: c170dafb40b61e2851fc23142cb99760700a1d81
https://github.com/buildbot/buildbot-infra/commit/c170dafb40b61e2851fc23142cb99760700a1d81
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2014-11-25 (Tue, 25 Nov 2014)
Changed paths:
R roles/dns/files/buildbot.net
A roles/dns/templates/buildbot.net
A roles/dns/vars/main.yml
Log Message:
-----------
make buildbot.net zone a template
* move the file
* create a variable to describ hostmaster
* create variables to describe secondary NSes
* use the variables to create actual content
Commit: cf1171df8e167462fe64105f7413eb53cf6f3a40
https://github.com/buildbot/buildbot-infra/commit/cf1171df8e167462fe64105f7413eb53cf6f3a40
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2014-11-25 (Tue, 25 Nov 2014)
Changed paths:
M roles/dns/templates/buildbot.net
M roles/dns/vars/main.yml
Log Message:
-----------
ip addresses of secondaries are actually required
* main reason: restrict zone transfers to secondaries only
* another option is to resolve them at the time of installation (which
might be or not a good idea)
Commit: f0c7928bd740640eba29a2fea943b6969dd1c66f
https://github.com/buildbot/buildbot-infra/commit/f0c7928bd740640eba29a2fea943b6969dd1c66f
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2014-11-25 (Tue, 25 Nov 2014)
Changed paths:
M roles/dns/tasks/main.yml
M roles/dns/templates/named.conf
Log Message:
-----------
generate rndc.key if it's not present
* configure named to allow operations with this key
Commit: 22261d9d8732467747bcf1631e3778c588ada812
https://github.com/buildbot/buildbot-infra/commit/22261d9d8732467747bcf1631e3778c588ada812
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2014-11-25 (Tue, 25 Nov 2014)
Changed paths:
A roles/dns/files/empty.db
A roles/dns/files/localhost-forward.db
A roles/dns/files/localhost-reverse.db
A roles/dns/handlers/main.yml
M roles/dns/tasks/main.yml
M roles/dns/templates/named.conf
M roles/dns/templates/named.conf.options
M roles/dns/vars/main.yml
Log Message:
-----------
install configuration files
* introduce a variable that points to the target directory
* update tasks to use the variable
* create necessary directories
* copy necessary files
* install buildbot.net zone
* update configuration templates to use the variable
* install configuration files using the templates
* add handler to reload configuration upon change
* enable and start named service
Commit: 43fcc4102e088650341f025952934949e6c6d9c1
https://github.com/buildbot/buildbot-infra/commit/43fcc4102e088650341f025952934949e6c6d9c1
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2014-11-25 (Tue, 25 Nov 2014)
Changed paths:
M roles/dns/tasks/main.yml
M roles/dns/templates/named.conf
A roles/dns/templates/named.conf.rfcs
Log Message:
-----------
move traditional root hinting and rfc related zones to a separate file
* this makes the main config file a bit more manageable
Commit: 1f319508e286a9cdf9ffe17846a7760115078d53
https://github.com/buildbot/buildbot-infra/commit/1f319508e286a9cdf9ffe17846a7760115078d53
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2014-11-25 (Tue, 25 Nov 2014)
Changed paths:
M roles/dns/templates/named.conf.options
Log Message:
-----------
update named.conf.options
Commit: a40eb1c451d3bd2943e714431569787669cada13
https://github.com/buildbot/buildbot-infra/commit/a40eb1c451d3bd2943e714431569787669cada13
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2014-11-25 (Tue, 25 Nov 2014)
Changed paths:
M roles/dns/templates/buildbot.net
M roles/dns/templates/named.conf
M roles/dns/templates/named.conf.zones
M roles/dns/vars/main.yml
Log Message:
-----------
make buildbot.nte a master
* IP addresses of secondaries were not needed after all as a particular
slave would be pulling the zone (which is configured in
named.conf.zones
Commit: 3b052eeba171d3674e57edfc3581e72ff2f13799
https://github.com/buildbot/buildbot-infra/commit/3b052eeba171d3674e57edfc3581e72ff2f13799
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2014-11-25 (Tue, 25 Nov 2014)
Changed paths:
M roles/dns/templates/named.conf.options
M roles/dns/templates/named.conf.zones
Log Message:
-----------
address comments
* add a comment for buildbot.net slave's address
* remove documentation for unused option
* add a possibility to enable IPv6
Commit: 8dcb55adb1883fa9aa437f0426e4617635d59240
https://github.com/buildbot/buildbot-infra/commit/8dcb55adb1883fa9aa437f0426e4617635d59240
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2014-11-25 (Tue, 25 Nov 2014)
Changed paths:
A local.yml
A localhost
Log Message:
-----------
make it possible to deploy ns.buildbot.net manually
* see the comment in local.yml
Fixes ticket:3002
Commit: 8382239741d621f1728bbab684452b355cc6cb39
https://github.com/buildbot/buildbot-infra/commit/8382239741d621f1728bbab684452b355cc6cb39
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2014-11-25 (Tue, 25 Nov 2014)
Changed paths:
M local.yml
M roles/dns/templates/buildbot.net
Log Message:
-----------
update the zone based on information from verm
Commit: 59ee4e14a02e010d653066d4ea6c6d800dcd9ede
https://github.com/buildbot/buildbot-infra/commit/59ee4e14a02e010d653066d4ea6c6d800dcd9ede
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2014-11-25 (Tue, 25 Nov 2014)
Changed paths:
A local.yml
A localhost
A roles/dns/files/empty.db
A roles/dns/files/localhost-forward.db
A roles/dns/files/localhost-reverse.db
A roles/dns/handlers/main.yml
A roles/dns/tasks/main.yml
A roles/dns/templates/buildbot.net
A roles/dns/templates/named.conf
A roles/dns/templates/named.conf.options
A roles/dns/templates/named.conf.rfcs
A roles/dns/templates/named.conf.zones
A roles/dns/vars/main.yml
Log Message:
-----------
Merge pull request #19 from sa2ajj/dns
setting up ns.buildbot.net
Compare: https://github.com/buildbot/buildbot-infra/compare/47f422e21527...59ee4e14a02e
More information about the Commits
mailing list