add modularity2 f26 instance to migrate to

This commit is contained in:
Kevin Fenzi 2017-09-13 22:34:24 +00:00
parent a9bcaf0691
commit 7aba603e97
3 changed files with 24 additions and 2 deletions

View file

@ -0,0 +1,21 @@
---
image: "{{ fedora26_x86_64 }}"
instance_type: m1.medium
keypair: fedora-admin-20130801
security_group: modularity,ssh-anywhere-persistent,web-80-anywhere-persistent,web-443-anywhere-persistent,default,all-icmp-persistent
zone: nova
tcp_ports: [22, 80, 443]
inventory_tenant: persistent
inventory_instance_name: modularity2
hostbase: modularity2
public_ip: 209.132.184.59
root_auth_users: langdon ralph
description: Modularity
cloud_networks:
# persistent-net
- net-id: "67b77354-39a4-43de-b007-bb813ac5c35f"
shared_buffers: "1GB"
effective_cache_size: "2GB"

View file

@ -1191,6 +1191,7 @@ magazine2.fedorainfracloud.org
regcfp2.fedorainfracloud.org
# Modularity (ticket 5390)
modularity.fedorainfracloud.org
modularity2.fedorainfracloud.org
# Fedora Bootstrap VM
fedora-bootstrap.fedorainfracloud.org
# darkserver development instance

View file

@ -1,5 +1,5 @@
- name: check/create instance
hosts: modularity.fedorainfracloud.org
hosts: modularity.fedorainfracloud.org:modularity2.fedorainfracloud.org
gather_facts: False
vars_files:
@ -15,7 +15,7 @@
- include: "{{ handlers_path }}/restart_services.yml"
- name: setup all the things
hosts: modularity.fedorainfracloud.org
hosts: modularity.fedorainfracloud.org:modularity2.fedorainfracloud.org
gather_facts: True
vars_files:
- /srv/web/infra/ansible/vars/global.yml