devpi instance is no longer needed at this time.

This commit is contained in:
Kevin Fenzi 2015-07-28 16:07:22 +00:00
parent 121ac167b0
commit 941678d7e1
4 changed files with 0 additions and 53 deletions

View file

@ -1,18 +0,0 @@
# 2cpus, 3GB of ram 20GB of ephemeral space
instance_type: m1.large
# image id
image: "{{ el7_qcow_id }}"
keypair: fedora-admin-20130801
# what security group to add the host to
security_group: webserver
zone: fedoracloud
# instance id will be appended
hostbase: devpi-
# ip should be in the 209.132.184.XXX range
public_ip: 209.132.184.166
# users/groups who should have root ssh access
root_auth_users: bkabrda ncoghlan
description: devpi test server
freezes: false
# 5gb persistent storage
volumes: ['-d /dev/vdb vol-0000002d']

View file

@ -815,8 +815,6 @@ fed-cloud15.cloud.fedoraproject.org
[persistent-cloud]
#shogun-ca.cloud.fedoraproject.org (oldcloud)
209.132.184.157
# DevPi test instance - ticket 4524 (oldcloud)
209.132.184.166
#
# Instances below are all moved to the new cloud
#

View file

@ -113,7 +113,6 @@
- include: /srv/web/infra/ansible/playbooks/hosts/artboard.fedorainfracloud.org.yml
- include: /srv/web/infra/ansible/playbooks/hosts/cloud-noc01.cloud.fedoraproject.org.yml
- include: /srv/web/infra/ansible/playbooks/hosts/darkserver-dev.fedorainfracloud.org.yml
- include: /srv/web/infra/ansible/playbooks/hosts/devpi.cloud.fedoraproject.org.yml
- include: /srv/web/infra/ansible/playbooks/hosts/dopr-dev.cloud.fedoraproject.org.yml
#- include: /srv/web/infra/ansible/playbooks/hosts/fed-cloud09.cloud.fedoraproject.org.yml
- include: /srv/web/infra/ansible/playbooks/hosts/junk01.phx2.fedoraproject.org.yml

View file

@ -1,32 +0,0 @@
- name: check/create instance
hosts: 209.132.184.166
user: root
gather_facts: False
vars_files:
- /srv/web/infra/ansible/vars/global.yml
- "/srv/private/ansible/vars.yml"
tasks:
- include: "{{ tasks }}/persistent_cloud.yml"
- include: "{{ tasks }}/growroot_cloud.yml"
- name: provision instance
hosts: 209.132.184.166
user: root
gather_facts: True
vars:
- tcp_ports: [22, 80, 443]
- udp_ports: []
vars_files:
- /srv/web/infra/ansible/vars/global.yml
- "/srv/private/ansible/vars.yml"
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
tasks:
- include: "{{ tasks }}/cloud_setup_basic.yml"
- include: "{{ tasks }}/postfix_basic.yml"
handlers:
- include: "{{ handlers }}/restart_services.yml"