Add fas2-dev, fas3-dev and faitout instances to new cloud
This commit is contained in:
parent
be43d71726
commit
8f0711fb5d
7 changed files with 141 additions and 0 deletions
18
inventory/host_vars/faitout.fedorainfracloud.org
Normal file
18
inventory/host_vars/faitout.fedorainfracloud.org
Normal file
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
image: rhel7-20141015
|
||||
instance_type: m1.small
|
||||
keypair: fedora-admin-20130801
|
||||
security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,default
|
||||
zone: nova
|
||||
tcp_ports: [22, 80, 443]
|
||||
|
||||
inventory_tenant: persistent
|
||||
inventory_instance_name: faitout
|
||||
hostbase: faitout
|
||||
public_ip: 209.132.184.65
|
||||
root_auth_users: pingou
|
||||
description: faitout development instance
|
||||
|
||||
cloud_networks:
|
||||
# persistent-net
|
||||
- net-id: "67b77354-39a4-43de-b007-bb813ac5c35f"
|
18
inventory/host_vars/fas2-dev.fedorainfracloud.org
Normal file
18
inventory/host_vars/fas2-dev.fedorainfracloud.org
Normal file
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
image: "{{ centos66_x86_64 }}"
|
||||
instance_type: m1.small
|
||||
keypair: fedora-admin-20130801
|
||||
security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,default
|
||||
zone: nova
|
||||
tcp_ports: [22, 80, 443]
|
||||
|
||||
inventory_tenant: persistent
|
||||
inventory_instance_name: fas2-dev
|
||||
hostbase: fas2-dev
|
||||
public_ip: 209.132.184.63
|
||||
root_auth_users: laxathom
|
||||
description: fas2 development instance
|
||||
|
||||
cloud_networks:
|
||||
# persistent-net
|
||||
- net-id: "67b77354-39a4-43de-b007-bb813ac5c35f"
|
18
inventory/host_vars/fas3-dev.fedorainfracloud.org
Normal file
18
inventory/host_vars/fas3-dev.fedorainfracloud.org
Normal file
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
image: rhel7-20141015
|
||||
instance_type: m1.small
|
||||
keypair: fedora-admin-20130801
|
||||
security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,default
|
||||
zone: nova
|
||||
tcp_ports: [22, 80, 443]
|
||||
|
||||
inventory_tenant: persistent
|
||||
inventory_instance_name: fas3-dev
|
||||
hostbase: fas3-dev
|
||||
public_ip: 209.132.184.64
|
||||
root_auth_users: laxathom
|
||||
description: fas3 development instance
|
||||
|
||||
cloud_networks:
|
||||
# persistent-net
|
||||
- net-id: "67b77354-39a4-43de-b007-bb813ac5c35f"
|
|
@ -832,6 +832,12 @@ grafana.cloud.fedoraproject.org
|
|||
glittergallery-dev.fedorainfracloud.org
|
||||
# shumgrepper-dev
|
||||
shumgrepper-dev.fedorainfracloud.org
|
||||
# fas2-dev
|
||||
fas2-dev.fedorainfracloud.org
|
||||
# fas3-dev
|
||||
fas3-dev.fedorainfracloud.org
|
||||
# faitout
|
||||
faitout.fedorainfracloud.org
|
||||
|
||||
[jenkins-slaves]
|
||||
# EL-6 builder
|
||||
|
|
27
playbooks/hosts/faitout.fedorainfracloud.org.yml
Normal file
27
playbooks/hosts/faitout.fedorainfracloud.org.yml
Normal file
|
@ -0,0 +1,27 @@
|
|||
- name: check/create instance
|
||||
hosts: faitout.fedorainfracloud.org
|
||||
gather_facts: False
|
||||
|
||||
vars_files:
|
||||
- /srv/web/infra/ansible/vars/global.yml
|
||||
- /srv/private/ansible/vars.yml
|
||||
- /srv/web/infra/ansible/vars/fedora-cloud.yml
|
||||
- /srv/private/ansible/files/openstack/passwords.yml
|
||||
|
||||
tasks:
|
||||
- include: "{{ tasks }}/persistent_cloud_new.yml"
|
||||
- include: "{{ tasks }}/growroot_cloud.yml"
|
||||
|
||||
- name: setup all the things
|
||||
hosts: faitout.fedorainfracloud.org
|
||||
gather_facts: True
|
||||
vars_files:
|
||||
- /srv/web/infra/ansible/vars/global.yml
|
||||
- /srv/private/ansible/vars.yml
|
||||
- /srv/private/ansible/files/openstack/passwords.yml
|
||||
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
||||
|
||||
pre_tasks:
|
||||
- include: "{{ tasks }}/cloud_setup_basic.yml"
|
||||
- name: set hostname (required by some services, at least postfix need it)
|
||||
shell: "hostname {{inventory_hostname}}"
|
27
playbooks/hosts/fas2-dev.fedorainfracloud.org.yml
Normal file
27
playbooks/hosts/fas2-dev.fedorainfracloud.org.yml
Normal file
|
@ -0,0 +1,27 @@
|
|||
- name: check/create instance
|
||||
hosts: fas2-dev.fedorainfracloud.org
|
||||
gather_facts: False
|
||||
|
||||
vars_files:
|
||||
- /srv/web/infra/ansible/vars/global.yml
|
||||
- /srv/private/ansible/vars.yml
|
||||
- /srv/web/infra/ansible/vars/fedora-cloud.yml
|
||||
- /srv/private/ansible/files/openstack/passwords.yml
|
||||
|
||||
tasks:
|
||||
- include: "{{ tasks }}/persistent_cloud_new.yml"
|
||||
- include: "{{ tasks }}/growroot_cloud.yml"
|
||||
|
||||
- name: setup all the things
|
||||
hosts: fas2-dev.fedorainfracloud.org
|
||||
gather_facts: True
|
||||
vars_files:
|
||||
- /srv/web/infra/ansible/vars/global.yml
|
||||
- /srv/private/ansible/vars.yml
|
||||
- /srv/private/ansible/files/openstack/passwords.yml
|
||||
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
||||
|
||||
pre_tasks:
|
||||
- include: "{{ tasks }}/cloud_setup_basic.yml"
|
||||
- name: set hostname (required by some services, at least postfix need it)
|
||||
shell: "hostname {{inventory_hostname}}"
|
27
playbooks/hosts/fas3-dev.fedorainfracloud.org.yml
Normal file
27
playbooks/hosts/fas3-dev.fedorainfracloud.org.yml
Normal file
|
@ -0,0 +1,27 @@
|
|||
- name: check/create instance
|
||||
hosts: fas3-dev.fedorainfracloud.org
|
||||
gather_facts: False
|
||||
|
||||
vars_files:
|
||||
- /srv/web/infra/ansible/vars/global.yml
|
||||
- /srv/private/ansible/vars.yml
|
||||
- /srv/web/infra/ansible/vars/fedora-cloud.yml
|
||||
- /srv/private/ansible/files/openstack/passwords.yml
|
||||
|
||||
tasks:
|
||||
- include: "{{ tasks }}/persistent_cloud_new.yml"
|
||||
- include: "{{ tasks }}/growroot_cloud.yml"
|
||||
|
||||
- name: setup all the things
|
||||
hosts: fas3-dev.fedorainfracloud.org
|
||||
gather_facts: True
|
||||
vars_files:
|
||||
- /srv/web/infra/ansible/vars/global.yml
|
||||
- /srv/private/ansible/vars.yml
|
||||
- /srv/private/ansible/files/openstack/passwords.yml
|
||||
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
||||
|
||||
pre_tasks:
|
||||
- include: "{{ tasks }}/cloud_setup_basic.yml"
|
||||
- name: set hostname (required by some services, at least postfix need it)
|
||||
shell: "hostname {{inventory_hostname}}"
|
Loading…
Add table
Add a link
Reference in a new issue