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"
|
Loading…
Add table
Add a link
Reference in a new issue