summaryrefslogtreecommitdiff
path: root/aus-colo-servers.yml
AgeCommit message (Collapse)Author
2016-04-20colo: create a simple tool for the devcloudAndy Doan
This creates a simple command members of dev-cloud-admins can use to manage the devcloud Change-Id: I002f9b39a7a36a8eca307c2d2ae738c3b735d880
2016-02-24aus-colo: update the aus-colo role to use becomeBen Copeland
sudo is deprecated. This commit updates our aus-colo playbook to use the new become method. Change-Id: I18ef196f0bb8ed71884055ff17b10fb842f32c98 Reviewed-on: https://review.linaro.org/10628 Reviewed-by: Paul Sokolovsky <paul.sokolovsky@linaro.org> Reviewed-by: Andy Doan <andy.doan+gerrit@linaro.org>
2016-02-10colo: delete dead dhcp code remainsAndy Doan
Forgot to do this when I moved all dhcp to aus-colo.linaro.org Change-Id: I38ab73a66719eb17d3e38e51395b84091fe82f9f
2016-01-14colo: add support for rack 3Andy Doan
Change-Id: I40fb2fa47b6f192bdf2351cdcbb8c0d3379cd398
2015-10-08colo: update mac addrs after amd's got new b0 boardsAndy Doan
Change-Id: I954d91a72ce597cb39f393b66efcbd7bc86228aa
2015-10-07colo: Fix tag logic for pxe roleAndy Doan
The colo-pxe role has tags for each task named "pxe". This removes all of them and puts a single tag in the site.yml. Also removed the sudo:yes from the role as its not necessary. Change-Id: I64b1c7287efde88370e940b9ce46f998922377cd Reviewed-on: https://review.linaro.org/8046 Reviewed-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
2015-02-24colo: add logic to manage pxe config for rack2Andy Doan
Change-Id: I5f214f221b84866b7ce7ecb954b3681731faf763
2014-12-18aus-colo: fix bug from ansible upgradeAndy Doan
The way I had the var_files for aus-colo.linaro.org was incorrect and started to break after my upgrade to the ansible 1.8.2. Putting them in the list like I had, caused reservations.yml to *override* the file under secrets. This ensures both are parsed Change-Id: I72a6d108dbdec5f32a48b89da6f18ec0f6b54a34
2014-12-03aus-colo: create better way to manage colo-usersAndy Doan
The original way this was done was making it too painful for managing changing lab reservations. This change allows us to configure our pdu/conserver stuff for our 'admins' and then use a reservations.yml file to denote reservations and who has access to what. This should allow us to simply make updates to reservations.yml and then run: ansible-playbook -i hosts ./aus-colo-servers.yml -t colo_user -K to deploy PDU/serial-console updates Change-Id: I7b6bcf55aa78e834c3a17f9172e15d3a747ed1aa
2014-11-10aus-colo: add basic set up for MAASAndy Doan
Change-Id: Ic3a4d4566dadf62923f0d771f89d2791b7bd0d72
2014-10-17move "converged" to top-level directoryAndy Doan
I think this is the next step now that paul moved our per-service stuff Change-Id: I192750d4f2d52aeed7a2295e99cf08eba84c5570