openstack: remove simple-koji-ci-dev
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
9250d24c8e
commit
bbaeba9944
4 changed files with 2 additions and 26 deletions
|
@ -63,7 +63,6 @@ happinesspackets.fedorainfracloud.org
|
|||
happinesspackets-stg.fedorainfracloud.org
|
||||
iddev.fedorainfracloud.org
|
||||
java-deptools.fedorainfracloud.org
|
||||
simple-koji-ci-dev.fedorainfracloud.org
|
||||
simple-koji-ci-prod.fedorainfracloud.org
|
||||
lists-dev.fedorainfracloud.org
|
||||
libravatar.fedorainfracloud.org
|
||||
|
|
|
@ -1,20 +0,0 @@
|
|||
---
|
||||
image: "{{ fedora29_x86_64 }}"
|
||||
instance_type: m1.medium
|
||||
keypair: fedora-admin-20130801
|
||||
security_group: ssh-anywhere-persistent,all-icmp-persistent,default,all-icmp-persistent
|
||||
zone: nova
|
||||
tcp_ports: [22]
|
||||
|
||||
inventory_tenant: persistent
|
||||
inventory_instance_name: simple-koji-ci-dev
|
||||
hostbase: simple-koji-ci-dev
|
||||
public_ip: 209.132.184.197
|
||||
root_auth_users: pingou
|
||||
description: koji simple ci development instance
|
||||
|
||||
env: staging
|
||||
|
||||
cloud_networks:
|
||||
# persistent-net
|
||||
- net-id: "67b77354-39a4-43de-b007-bb813ac5c35f"
|
|
@ -735,8 +735,6 @@ virthost04.stg.phx2.fedoraproject.org
|
|||
virthost05.stg.phx2.fedoraproject.org
|
||||
wiki01.stg.phx2.fedoraproject.org
|
||||
zanata2fedmsg01.stg.phx2.fedoraproject.org
|
||||
# We know it's marked as a dev node but it simplifies things
|
||||
simple-koji-ci-dev.fedorainfracloud.org
|
||||
|
||||
# This is a list of hosts that are a little "friendly" with staging.
|
||||
# They are exempted from the iptables wall between staging and prod.
|
||||
|
@ -1021,7 +1019,6 @@ respins.fedorainfracloud.org
|
|||
# upstreamfirst - ticket 6066
|
||||
upstreamfirst.fedorainfracloud.org
|
||||
# koji simple ci development - ticket 6419
|
||||
simple-koji-ci-dev.fedorainfracloud.org
|
||||
simple-koji-ci-prod.fedorainfracloud.org
|
||||
# telegram-irc bridge machine - ticket 6781
|
||||
telegram-irc.fedorainfracloud.org
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
- name: check/create instance
|
||||
hosts: simple-koji-ci-dev.fedorainfracloud.org:simple-koji-ci-prod.fedorainfracloud.org
|
||||
hosts: simple-koji-ci-prod.fedorainfracloud.org
|
||||
gather_facts: False
|
||||
|
||||
vars_files:
|
||||
|
@ -15,7 +15,7 @@
|
|||
- import_tasks: "{{ handlers_path }}/restart_services.yml"
|
||||
|
||||
- name: setup all the things
|
||||
hosts: simple-koji-ci-dev.fedorainfracloud.org:simple-koji-ci-prod.fedorainfracloud.org
|
||||
hosts: simple-koji-ci-prod.fedorainfracloud.org
|
||||
gather_facts: True
|
||||
vars_files:
|
||||
- /srv/web/infra/ansible/vars/global.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue