add copy of copr-be-dev using ip
This commit is contained in:
parent
f300e42bec
commit
bf9d205bc6
1 changed files with 27 additions and 0 deletions
27
inventory/host_vars/209.132.184.53
Normal file
27
inventory/host_vars/209.132.184.53
Normal file
|
@ -0,0 +1,27 @@
|
|||
---
|
||||
instance_type: m1.xlarge
|
||||
#image: "{{ f20_qcow_id }}"
|
||||
image: "Fedora-Cloud-Base-20141203-21"
|
||||
keypair: fedora-admin-20130801
|
||||
security_group: web-80-anywhere-persistent,web-443-anywhere-persistent,ssh-anywhere-persistent,default
|
||||
zone: nova
|
||||
hostbase: copr-be-dev-
|
||||
public_ip: 209.132.184.53
|
||||
root_auth_users: bkabrda msuchy tradej pingou vgologuz
|
||||
description: copr dispatcher and repo server - dev instance
|
||||
tcp_ports: ['22', '80', '443']
|
||||
# volumes: copr-be-dev-db
|
||||
volumes: [ {volume_id: 'f6be20b2-9515-4466-aec7-a594482b503e', device: '/dev/vdc'} ]
|
||||
inventory_tenant: persistent
|
||||
# name of machine in OpenStack
|
||||
inventory_instance_name: copr-be-dev
|
||||
cloud_networks:
|
||||
# persistent-net
|
||||
- net-id: "a4c8289e-eeaa-4070-9ea7-789ed5da6632"
|
||||
# copr-net
|
||||
- net-id: "6797b4e3-28a0-4a14-9689-e506d0cca90d"
|
||||
|
||||
# Copr vars
|
||||
copr_hostbase: copr-be-dev
|
||||
_copr_be_conf: copr-be.conf-dev
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue