-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviewboard-fedoraserver.rhcloud.com/r/170/
-----------------------------------------------------------
Review request for RoleKit Mailing List, Miloslav Trmac, Nils Philippsen, Stephen Gallagher, and Thomas Woerner.
Repository: rolekit
Description
-------
Fixes https://github.com/libre-server/rolekit/issues/2
Diffs
-----
src/rolectl dd2d41cd6d5086d61ee056e9a6b99d84fb605185
Diff: http://reviewboard-fedoraserver.rhcloud.com/r/170/diff/
Testing
-------
Deployed the memcache role and domaincontroller role using stdin.
Thanks,
Stephen Gallagher
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviewboard-fedoraserver.rhcloud.com/r/171/
-----------------------------------------------------------
Review request for RoleKit Mailing List, Miloslav Trmac, Nils Philippsen, Stephen Gallagher, and Thomas Woerner.
Repository: rolekit
Description
-------
Prior to this, if the service was still running, we would get an
error telling us that the service couldn't be decommissioned
unless it was in the "ready-to-start" or "error" state.
Fixes https://github.com/libre-server/rolekit/issues/23
Diffs
-----
src/rolectl dd2d41cd6d5086d61ee056e9a6b99d84fb605185
Diff: http://reviewboard-fedoraserver.rhcloud.com/r/171/diff/
Testing
-------
Decommissioned the memcache role while it was still running.
Thanks,
Stephen Gallagher
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviewboard-fedoraserver.rhcloud.com/r/173/
-----------------------------------------------------------
Review request for RoleKit Mailing List, Miloslav Trmac, Nils Philippsen, Stephen Gallagher, and Thomas Woerner.
Repository: rolekit
Description
-------
Increase lifetime of the service to 60 seconds without clients connected
to the bus.
https://github.com/libre-server/rolekit/issues/25
Diffs
-----
src/rolekit/server/roled.py e009c240eec5ef184e1a8015103bcabac042e809
Diff: http://reviewboard-fedoraserver.rhcloud.com/r/173/diff/
Testing
-------
Thanks,
Nils Philippsen
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviewboard-fedoraserver.rhcloud.com/r/174/
-----------------------------------------------------------
Review request for RoleKit Mailing List, Miloslav Trmac, Nils Philippsen, Stephen Gallagher, and Thomas Woerner.
Repository: rolekit
Description
-------
amends commit be5223ddea1944e764af65539749d096099d56ce
Diffs
-----
Makefile.am 30826d91fa39b7f0ab59816dc8d7b171ca089448
rolekit.spec 0acce035a3745572226e93443515eb0d20b0c77e
Diff: http://reviewboard-fedoraserver.rhcloud.com/r/174/diff/
Testing
-------
Thanks,
Nils Philippsen
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviewboard-fedoraserver.rhcloud.com/r/160/
-----------------------------------------------------------
Review request for RoleKit Mailing List, Miloslav Trmac, Stephen Gallagher, and Thomas Woerner.
Repository: rolekit
Description
-------
Add memcache role
This is a simple, local role. It is not containerized. The containerization effort may not be ready for this release, but this will serve as a placeholder.
Diffs
-----
config/Makefile.am 31ff71052c5c22823a6306edb541307577a45e70
config/roles/memcache/role.py PRE-CREATION
rolekit.spec 1216c34c3a47aaeeaac0a95609667c5c7e4fc6df
Diff: http://reviewboard-fedoraserver.rhcloud.com/r/160/diff/
Testing
-------
rolectl deploy memcache
ps -ef|grep memcache
firewall-cmd --list-all
netstat -lptn
rolectl stop memcache
rolectl decommission memcache/1
Thanks,
Stephen Gallagher
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviewboard-fedoraserver.rhcloud.com/r/164/
-----------------------------------------------------------
Review request for RoleKit Mailing List, Miloslav Trmac, Stephen Gallagher, and Thomas Woerner.
Repository: rolekit
Description
-------
Add some additional trace logging
Diffs
-----
src/rolekit/server/rolebase.py fec2de57f2bce114de28c3bfcd4ed75e29e2dd58
Diff: http://reviewboard-fedoraserver.rhcloud.com/r/164/diff/
Testing
-------
Thanks,
Stephen Gallagher
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviewboard-fedoraserver.rhcloud.com/r/165/
-----------------------------------------------------------
Review request for RoleKit Mailing List, Miloslav Trmac, Stephen Gallagher, and Thomas Woerner.
Repository: rolekit
Description
-------
After restarting firewalld, we have to restart docker or its
firewall configuration is missing, causing difficult-to-identify
issues with containerized role deployments.
Diffs
-----
contrib/vagrant/rolekitdev-bootstrap.sh 98cca933417a65ab7838eabacfb14d3d3be605fd
Diff: http://reviewboard-fedoraserver.rhcloud.com/r/165/diff/
Testing
-------
Thanks,
Stephen Gallagher
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviewboard-fedoraserver.rhcloud.com/r/168/
-----------------------------------------------------------
Review request for RoleKit Mailing List, Miloslav Trmac, Stephen Gallagher, and Thomas Woerner.
Repository: rolekit
Description
-------
Add systemd container service unit helper
Diffs
-----
src/rolekit/server/io/systemd.py ad28004e874db123f51ecad8ff39d1e863b8b604
Diff: http://reviewboard-fedoraserver.rhcloud.com/r/168/diff/
Testing
-------
Thanks,
Stephen Gallagher
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviewboard-fedoraserver.rhcloud.com/r/167/
-----------------------------------------------------------
Review request for RoleKit Mailing List, Miloslav Trmac, Stephen Gallagher, and Thomas Woerner.
Repository: rolekit
Description
-------
Fix do_decommission_async prototype
Diffs
-----
src/rolekit/server/rolebase.py fec2de57f2bce114de28c3bfcd4ed75e29e2dd58
Diff: http://reviewboard-fedoraserver.rhcloud.com/r/167/diff/
Testing
-------
Thanks,
Stephen Gallagher