https://bugzilla.redhat.com/show_bug.cgi?id=1269191
--- Comment #16 from Victor Costan <[email protected]> --- I severely underestimated the lag between "pending" and "testing". Sorry for the spam! I have a Vagrantfile that spawns a bunch of VMs and uses Ansible to deploy a bunch of things. I can get you a trimmed down list of Ansible roles that bring up etcd and skydns on a single machine. Alternatively, I can get you a shell script that does the same thing. I can imagine using something like bats [1] the way docker-swarm uses it [2]. If both you and the skydns author are interested, I could look into writing a few tests and contributing them to the repository. Last, my PR got merged into skydns [3]. If this doesn't translate into a large amount of work, would it be possible for you to package the git tree for that commit (or a more recent one) into fedora? The commit I referenced would honor a "SKYDNS_SYSTEMD=true" line in /etc/skydns/skydns.conf, reducing the manual configuration overhead by a tiny bit. Most importantly, The etcd configuration for skydns would be relieved of a "systemd: true" key, which really looks like an implementation detail to me. What do you think of all the things I mentioned here? [1] https://github.com/sstephenson/bats [2] https://github.com/docker/swarm/tree/master/test/integration [3] https://github.com/skynetservices/skydns/commit/2ed66bcd0ec7d50cc89dfad1a68a5670313b662b -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ golang mailing list [email protected] https://lists.fedoraproject.org/mailman/listinfo/golang
