Commit graph

952 commits

Author SHA1 Message Date
Patrick Uiterwijk
208c557fc4 Do not clean or anything with known_hosts
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2017-08-15 18:13:41 +00:00
Patrick Uiterwijk
bc31ff475a Get from the right path
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2017-08-15 16:21:00 +00:00
Patrick Uiterwijk
675ceea37c Give cloud boxes an ssh cert
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2017-08-15 16:19:05 +00:00
Patrick Uiterwijk
753f640cd6 Get Ansible to remove all older repo files
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2017-08-02 08:54:26 +00:00
Patrick Uiterwijk
af2f95567b Die, infrastructure repo, DIE
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
2017-08-01 23:48:02 +02:00
Patrick Uiterwijk
e42ee97a99 Add tags to the reg-server sundries
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2017-06-30 14:58:33 +00:00
Adam Miller
bc8faeb2da add reg-server static site generation cron to sundries01.stg
Signed-off-by: Adam Miller <admiller@redhat.com>
2017-06-29 22:54:13 +00:00
Kevin Fenzi
2ba3d6f220 missed ) 2017-06-20 22:56:47 +00:00
Kevin Fenzi
810d93c7e7 add other repo of rhel7 aarch64 rpms that has updates 2017-06-20 22:53:03 +00:00
Kevin Fenzi
972c651295 fix up virt instance create autostart 2017-05-14 04:36:36 +00:00
Patrick Uiterwijk
62854fc893 Add openshift repo
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2017-05-11 16:26:26 +00:00
Kevin Fenzi
6fbfacec8d do not use true 2017-04-27 16:52:11 +00:00
Kevin Fenzi
f4365f7494 try and set things so we can force armv7 kernel updates 2017-04-27 16:50:29 +00:00
Ralph Bean
4d53011cf0 Apparently this changed in ansible-2.3 http://docs.ansible.com/ansible/virt_module.html 2017-04-25 20:34:54 +00:00
Ralph Bean
f5ba41e0db Use the state value preferred by ansible here.
Ansible tells me:

    value of state must be one of: running,shutdown,destroyed,paused, got: started
2017-04-25 19:38:39 +00:00
60d6de2eef virt: adjust the pause for ARMv7 2017-04-17 22:09:50 +00:00
e7139d4ac7 virt: add a pause for ARMv7 virt installs 2017-04-17 21:57:40 +00:00
Kevin Fenzi
8cefcd7f0b also install alternative arch repos on s390x 2017-04-17 20:31:18 +00:00
bb05921e7a builders: ARMv7, make the kernel/initrd args more generic 2017-04-17 20:22:44 +00:00
502f4c4aaa builders: armv7 VM: copy kernel only when VM is shutdown 2017-04-17 17:45:59 +00:00
16fe1f9c84 builder vm: add tag for armv7 kernel 2017-04-14 10:18:28 +00:00
ba1727b7dc builders: ARMv7 tweak virt_boot cmdline 2017-04-13 20:02:19 +00:00
9aa70810b2 builders: ARMv7 virt_boot needs domain 2017-04-13 19:38:34 +00:00
b18c9881b6 builders: some ARMv7 bits need shell, not command 2017-04-13 19:17:57 +00:00
5bda47cc10 builders: some ARMv7 commands need quotes 2017-04-13 19:01:31 +00:00
a046a6f8e0 builders: some ARMv7 bits need delegate_to 2017-04-13 18:36:54 +00:00
b64f8d37d9 builders: initial pass at a ARMv7 virt builder 2017-04-13 17:58:50 +00:00
Kevin Fenzi
0acfaa2a7e Fix handlers, roles, and tasks to be handlers_path, roles_path and tasks_path so as not to conflict with ansible variables.
Fix duplicate definition of become default that was in group_vars/all as well as vars/global.
2017-04-13 15:46:14 +00:00
Kevin Fenzi
8a6e51a9a6 change state=running to start=started as the old one is going away in ansible 2.7 2017-04-13 01:37:21 +00:00
Kevin Fenzi
7005cbf688 fix typo 2017-03-17 21:29:56 +00:00
Kevin Fenzi
2fb7373367 f26 is prerelease and so we should not mess with its repo files 2017-03-17 21:26:15 +00:00
Patrick Uiterwijk
9bc43cb2e5 Add staging tag repos
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2017-02-16 19:53:14 +00:00
doteast
18db24b23e review: loop with bare variable name 2017-01-31 17:56:14 +00:00
Kevin Fenzi
969bd77cf1 strike that, reverse it 2016-12-11 16:00:51 +00:00
Kevin Fenzi
059286e6d9 lets try and set serial one on lvm and virt-install starting 2016-12-11 15:58:40 +00:00
Kevin Fenzi
fb191cb0d5 Drop common_scripts task 2016-11-23 17:56:02 +00:00
Kevin Fenzi
566dfe5929 fix spacing on with_fileglob 2016-11-23 17:45:47 +00:00
Kevin Fenzi
dfe752749d try this syntax 2016-11-04 22:16:52 +00:00
Kevin Fenzi
9a17e3ffe2 try and set this to default to avoid two fails on every cloud instance 2016-11-04 22:14:36 +00:00
Kevin Fenzi
bf1e670a98 tweak cloud setup to try and get rid of anoying noise in check diff 2016-11-03 23:27:27 +00:00
Kevin Fenzi
b1a2d105c9 In ansible 2.2 always_run is depreciated. Switch to check_mode. 2016-11-01 16:29:49 +00:00
Adam Miller
a9151f4cd2 add handling of host keys for osbs-control/osbs-cluster hosts
Signed-off-by: Adam Miller <admiller@redhat.com>
2016-10-25 19:13:19 +00:00
Kevin Fenzi
7808ede479 one more time with feeling 2016-10-21 18:57:24 +00:00
Kevin Fenzi
a374ede222 perhaps this is what I need 2016-10-21 18:56:10 +00:00
Kevin Fenzi
e8cb6b5330 ok, how about this 2016-10-21 18:52:46 +00:00
Kevin Fenzi
e12dd35d25 try this to get volume attach working 2016-10-21 18:50:42 +00:00
Kevin Fenzi
6d1e65fcdb try ignoring errors here as well for ansible 2.2 2016-10-13 21:12:01 +00:00
Kevin Fenzi
0b09492a24 this is now just public_ip, not public_ip[0] 2016-10-03 21:30:56 +00:00
Patrick Uiterwijk
8252b00d92 Infra-tags are also applicable to non-EPEL boxes
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2016-09-25 20:05:49 +00:00
Patrick Uiterwijk
e158742c4b seemingly host1plus gave us a centos box
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2016-09-25 19:59:08 +00:00