finish cleanup of old bodhi frontend web vms
This commit is contained in:
parent
223d47519b
commit
28790ecebe
5 changed files with 0 additions and 113 deletions
|
@ -1,49 +0,0 @@
|
|||
---
|
||||
nm: 255.255.255.0
|
||||
gw: 10.5.126.254
|
||||
dns: 10.5.126.21
|
||||
ks_url: http://10.5.126.23/repo/rhel/ks/kvm-fedora-27
|
||||
ks_repo: http://10.5.126.23/pub/fedora/linux/releases/27/Server/x86_64/os/
|
||||
volgroup: /dev/vg_virthost01
|
||||
eth0_ip: 10.5.126.115
|
||||
vmhost: virthost01.phx2.fedoraproject.org
|
||||
datacenter: phx2
|
||||
max_mem_size: 16384
|
||||
|
||||
fedmsg_certs:
|
||||
- service: shell
|
||||
owner: root
|
||||
group: sysadmin
|
||||
can_send:
|
||||
- logger.log
|
||||
- service: bodhi
|
||||
owner: root
|
||||
group: bodhi
|
||||
can_send:
|
||||
- bodhi.buildroot_override.tag
|
||||
- bodhi.buildroot_override.untag
|
||||
- bodhi.stack.delete
|
||||
- bodhi.stack.save
|
||||
- bodhi.update.comment
|
||||
- bodhi.update.complete.testing
|
||||
- bodhi.update.edit
|
||||
- bodhi.update.karma.threshold.reach
|
||||
- bodhi.update.request.obsolete
|
||||
- bodhi.update.request.revoke
|
||||
- bodhi.update.request.stable
|
||||
- bodhi.update.request.testing
|
||||
- bodhi.update.request.batched
|
||||
- bodhi.update.request.unpush
|
||||
|
||||
# Things that only the mash does - not the web UI
|
||||
#- bodhi.mashtask.complete
|
||||
#- bodhi.mashtask.mashing
|
||||
#- bodhi.mashtask.start
|
||||
#- bodhi.mashtask.sync.done
|
||||
#- bodhi.mashtask.sync.wait
|
||||
#- bodhi.errata.publish
|
||||
#- bodhi.update.eject
|
||||
|
||||
# Rsync messages that get run from somewhere else entirely.
|
||||
#- bodhi.updates.epel.sync
|
||||
#- bodhi.updates.fedora.sync
|
|
@ -1,11 +0,0 @@
|
|||
---
|
||||
nm: 255.255.255.0
|
||||
gw: 10.5.126.254
|
||||
dns: 10.5.126.21
|
||||
ks_url: http://10.5.126.23/repo/rhel/ks/kvm-fedora-27
|
||||
ks_repo: http://10.5.126.23/pub/fedora/linux/releases/27/Server/x86_64/os/
|
||||
volgroup: /dev/vg_guests
|
||||
eth0_ip: 10.5.126.116
|
||||
vmhost: virthost02.phx2.fedoraproject.org
|
||||
datacenter: phx2
|
||||
max_mem_size: 16384
|
|
@ -1437,7 +1437,6 @@ librariesio2fedmsg-stg
|
|||
|
||||
[bodhi2]
|
||||
bodhi-web-temp-bodhi.app.os.fedoraproject.org
|
||||
bodhi03.phx2.fedoraproject.org
|
||||
|
||||
[bodhi2-stg]
|
||||
bodhi-web-temp-bodhi.app.os.stg.fedoraproject.org
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
- import_playbook: /srv/web/infra/ansible/playbooks/groups/beaker.yml
|
||||
- import_playbook: /srv/web/infra/ansible/playbooks/groups/beaker-virthosts.yml
|
||||
- import_playbook: /srv/web/infra/ansible/playbooks/groups/blockerbugs.yml
|
||||
- import_playbook: /srv/web/infra/ansible/playbooks/groups/bodhi2.yml
|
||||
- import_playbook: /srv/web/infra/ansible/playbooks/groups/bodhi-backend.yml
|
||||
- import_playbook: /srv/web/infra/ansible/playbooks/groups/bugzilla2fedmsg.yml
|
||||
- import_playbook: /srv/web/infra/ansible/playbooks/groups/buildhw.yml
|
||||
|
|
|
@ -1,51 +0,0 @@
|
|||
- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=bodhi2:bodhi2-stg"
|
||||
|
||||
- name: make the box be real
|
||||
hosts: bodhi2:bodhi2-stg
|
||||
user: root
|
||||
gather_facts: True
|
||||
|
||||
vars_files:
|
||||
- /srv/web/infra/ansible/vars/global.yml
|
||||
- "/srv/private/ansible/vars.yml"
|
||||
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
||||
|
||||
pre_tasks:
|
||||
- import_tasks: "{{ tasks_path }}/yumrepos.yml"
|
||||
|
||||
roles:
|
||||
- base
|
||||
- rkhunter
|
||||
- nagios_client
|
||||
- hosts
|
||||
- fas_client
|
||||
- sudo
|
||||
- collectd/base
|
||||
- rsyncd
|
||||
- { role: openvpn/client,
|
||||
when: env != "staging" }
|
||||
- apache
|
||||
- mod_wsgi
|
||||
|
||||
- { role: bodhi2/base, when: "inventory_hostname.startswith('bodhi0')" }
|
||||
- { role: fedmsg/base, when: "inventory_hostname.startswith('bodhi0')" }
|
||||
|
||||
- role: keytab/service
|
||||
owner_user: bodhi
|
||||
owner_group: bodhi
|
||||
service: bodhi
|
||||
host: "bodhi.fedoraproject.org"
|
||||
when: env == "production"
|
||||
- role: keytab/service
|
||||
owner_user: bodhi
|
||||
owner_group: bodhi
|
||||
service: bodhi
|
||||
host: "bodhi.stg.fedoraproject.org"
|
||||
when: env == "staging"
|
||||
|
||||
tasks:
|
||||
- import_tasks: "{{ tasks_path }}/2fa_client.yml"
|
||||
- import_tasks: "{{ tasks_path }}/motd.yml"
|
||||
|
||||
handlers:
|
||||
- import_tasks: "{{ handlers_path }}/restart_services.yml"
|
Loading…
Add table
Add a link
Reference in a new issue