| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | configure OpenID Connect auth on Beaker | Dan Callaghan | 2017-04-13 | 1 | -0/+4 |
| | | |||||
| * | In ansible 2.2 always_run is depreciated. Switch to check_mode. | Kevin Fenzi | 2016-11-01 | 1 | -1/+1 |
| | | |||||
| * | see if this syntax change makes ansible 2.2 happy | Kevin Fenzi | 2016-10-13 | 1 | -3/+3 |
| | | |||||
| * | Another pile of trailing whitespace fixes | Kevin Fenzi | 2016-08-08 | 3 | -4/+4 |
| | | |||||
| * | beaker/labcontroller: use tftp.socket instead of xinetd | Dan Callaghan | 2016-04-19 | 1 | -6/+1 |
| | | | | | | We are on RHEL7 so using xinetd is a bit of overkill, we can just use tftp.socket instead. | ||||
| * | beaker/labcontroller: remove beaker-transfer handling | Dan Callaghan | 2016-04-19 | 1 | -12/+1 |
| | | | | | | | | Previously this was trying to be smart in deciding whether to enable/restart beaker-transfer, but there's no need. We aren't going to need it any time soon and we can just enable it unconditionally in future when we do need it. | ||||
| * | oops wrong path | Dan Callaghan | 2016-04-14 | 1 | -1/+1 |
| | | |||||
| * | beaker/server: fix client config quoting | Dan Callaghan | 2016-04-14 | 1 | -2/+2 |
| | | | | | | | | I misunderstood what the |quote filter in Ansible does. It turns out bkr's config parser doesn't even handle escaped quotes correctly anyway(!) so for now we will have to just assume the admin username and password don't contain any quote characters. | ||||
| * | beaker/server: configure bkr client pointing back to localhost | Dan Callaghan | 2016-04-14 | 3 | -0/+24 |
| | | | | | | | | | | | | We can use this for registering and configuring the lab controller as part of the deployment playbooks. It will probably come in handy for other stuff as well, like ad hoc tasks and testing. The template is intentionally not named templates/root/.beaker_client/config.j2 following the same pattern as the other templates, because it seemed like a bad idea to have a template inside a hidden directory. | ||||
| * | misread the systemd-tmpfiles man page | Dan Callaghan | 2016-04-14 | 1 | -1/+1 |
| | | |||||
| * | beaker/server: invoke systemd-tmpfiles to create /var/run/beaker | Dan Callaghan | 2016-04-14 | 1 | -0/+6 |
| | | | | | | | The beaker-server package includes a tmpfiles.d config file to create this dir, but it's never actually executed when the package is freshly installed. Eventually we will need to fix this in Beaker (bug is filed). | ||||
| * | beaker/server: reload httpd when SAML bits change | Dan Callaghan | 2016-04-14 | 1 | -0/+6 |
| | | |||||
| * | beaker/server: copy idp-metadata.xml from its canonical location | Dan Callaghan | 2016-04-14 | 1 | -1/+8 |
| | | | | | | | Puiterwijk explains that we want to have a single location for storing idp-metadata.xml, instead of copying it around into each role, so that there is only one place to update it when keys need to be rolled over. | ||||
| * | Add beaker.qa saml cert | Patrick Uiterwijk | 2016-04-07 | 2 | -0/+55 |
| | | | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com> | ||||
| * | Update all calls to sudo to use 'become' and sudo_user to 'become_user' | Kevin Fenzi | 2016-02-02 | 1 | -4/+4 |
| | | |||||
| * | always run tasks that register variables so later plays that depend on them ↵ | Kevin Fenzi | 2015-12-26 | 1 | -0/+1 |
| | | | | | work in check/diff mode | ||||
| * | enabling mail on beaker server | Tim Flink | 2015-12-10 | 1 | -1/+1 |
| | | |||||
| * | fixing copy-pasta error in beaker server role | Tim Flink | 2015-12-02 | 1 | -1/+1 |
| | | |||||
| * | forgot to add beaker-server tag | Tim Flink | 2015-12-02 | 1 | -0/+2 |
| | | |||||
| * | adding beaker virthost ssh host key to beaker server | Tim Flink | 2015-12-02 | 1 | -0/+6 |
| | | |||||
| * | make all beaker-server tags the same | Tim Flink | 2015-11-16 | 1 | -2/+2 |
| | | |||||
| * | beaker-server needs libvirt-client for vm interface | Tim Flink | 2015-11-16 | 1 | -7/+6 |
| | | |||||
| * | adding SAML auth to beaker server | Tim Flink | 2015-11-09 | 5 | -14/+191 |
| | | |||||
| * | Replace all restart httpd with reload httpd | Patrick Uiterwijk | 2015-11-04 | 2 | -3/+3 |
| | | | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com> | ||||
| * | Change all instances of ansible_distribution_major_version to filter to int ↵ | Kevin Fenzi | 2015-05-27 | 1 | -2/+2 |
| | | | | | for comparisons. | ||||
| * | fixing hub URL to use internal hostname | Tim Flink | 2015-05-14 | 1 | -1/+1 |
| | | |||||
| * | fixing botched syntax for beaker mysql user creation | Tim Flink | 2015-05-14 | 1 | -1/+2 |
| | | |||||
| * | replacing incorrect hardcoded db names with variable | Tim Flink | 2015-05-14 | 1 | -2/+2 |
| | | |||||
| * | fixing wrong username/password for beaker mysql user | Tim Flink | 2015-05-14 | 1 | -2/+5 |
| | | |||||
| * | add missing deps for beaker labcontroller | Tim Flink | 2015-05-14 | 1 | -6/+5 |
| | | |||||
| * | beaker yum repo config is in beaker/base now | Tim Flink | 2015-05-14 | 2 | -23/+0 |
| | | |||||
| * | deduping beaker repo files, fixing issue with url rendering for those repos ↵ | Tim Flink | 2015-05-14 | 6 | -33/+38 |
| | | | | | on rhel | ||||
| * | Adding beaker lab controller and server roles for beaker-stg | Tim Flink | 2015-05-14 | 11 | -0/+482 |
| | | |||||
| * | fixing copy-pasta and syntax errors | Tim Flink | 2015-05-08 | 1 | -2/+2 |
| | | |||||
| * | make sure the target dir exists before copying files into it | Tim Flink | 2015-05-08 | 1 | -0/+8 |
| | | |||||
| * | nonexistant users can't add themselves | Tim Flink | 2015-05-08 | 1 | -2/+0 |
| | | |||||
| * | more tweaking for beaker virthost setup | Tim Flink | 2015-05-08 | 3 | -3/+467 |
| | | |||||
| * | vms only show up for the user that created them, use correct user for vm list | Tim Flink | 2015-05-07 | 1 | -0/+2 |
| | | |||||
| * | using variable for template instead of incorrect static value | Tim Flink | 2015-05-07 | 1 | -1/+1 |
| | | |||||
| * | generate libvirtd.conf from template instead of copying over standard one | Tim Flink | 2015-05-07 | 1 | -2/+2 |
| | | |||||
| * | missed a filename change for the beaker/virthost role | Tim Flink | 2015-05-07 | 1 | -1/+1 |
| | | |||||
| * | moving virthost tasks into the beaker/virthost role for more auth control | Tim Flink | 2015-05-07 | 6 | -3/+106 |
| | | |||||
| * | create vms as libvirt user instead of root | Tim Flink | 2015-05-07 | 1 | -1/+7 |
| | | |||||
| * | removing reduncant boot order declaration from beaker client libvirt xml | Tim Flink | 2015-05-07 | 1 | -2/+0 |
| | | |||||
| * | valid xml is helpful | Tim Flink | 2015-05-07 | 1 | -2/+2 |
| | | |||||
| * | making beaker vm xml more generic | Tim Flink | 2015-05-07 | 1 | -33/+4 |
| | | |||||
| * | using command since the virt module isn't doing what i want it to do | Tim Flink | 2015-05-07 | 1 | -1/+1 |
| | | |||||
| * | rhel7 has a different path for qemu-kvm than fedora | Tim Flink | 2015-05-07 | 1 | -1/+1 |
| | | |||||
| * | adding required missing name value to virt define | Tim Flink | 2015-05-07 | 1 | -1/+1 |
| | | |||||
| * | adding lv and vm creation to beaker virthost | Tim Flink | 2015-05-07 | 1 | -1/+18 |
| | | |||||
