[copr] host_vars file for dev instance of copr-keygen in the new cloud
This commit is contained in:
parent
010999fca6
commit
d8fa8b17f0
1 changed files with 22 additions and 0 deletions
22
inventory/host_vars/209.132.184.46.yml
Normal file
22
inventory/host_vars/209.132.184.46.yml
Normal file
|
@ -0,0 +1,22 @@
|
|||
---
|
||||
instance_type: ms1.small
|
||||
image: "{{ fedora21_x86_64 }}"
|
||||
keypair: fedora-admin-20130801
|
||||
# todo: remove some security groups ?
|
||||
security_group: web-80-anywhere-persistent,web-443-anywhere-persistent,ssh-anywhere-persistent,default,allow-nagios-persistent
|
||||
zone: nova
|
||||
hostbase: copr-keygen-dev-
|
||||
public_ip: 209.132.184.46
|
||||
root_auth_users: msuchy vgologuz
|
||||
description: copr key gen and sign host - dev instance
|
||||
volumes: []
|
||||
|
||||
inventory_tenant: persistent
|
||||
# name of machine in OpenStack
|
||||
inventory_instance_name: copr-keygen-dev
|
||||
cloud_networks:
|
||||
# persistent-net
|
||||
- net-id: "7c705493-f795-4c3a-91d3-c5825c50abfe"
|
||||
|
||||
# Copr vars
|
||||
copr_hostbase: copr-keygen-dev
|
Loading…
Add table
Add a link
Reference in a new issue