More ugly cloud networks definition
This commit is contained in:
parent
67e00ab46c
commit
73b75cefbc
2 changed files with 5 additions and 3 deletions
|
@ -13,7 +13,10 @@ public_ip: 209.132.184.44
|
|||
root_auth_users: bkabrda msuchy tradej pingou vgologuz
|
||||
description: copr dispatcher and repo server - dev instance
|
||||
tcp_ports: ['22', '80', '443']
|
||||
cloud_networks: "53fb02fd-6e97-4cfc-b298-a2ff867daa52"
|
||||
cloud_networks:
|
||||
- net-id: "53fb02fd-6e97-4cfc-b298-a2ff867daa52"
|
||||
- net-id: "6797b4e3-28a0-4a14-9689-e506d0cca90d"
|
||||
|
||||
# Copr vars
|
||||
copr_hostbase: copr-be-dev
|
||||
_copr_be_conf: copr-be.conf-dev
|
||||
|
|
|
@ -45,8 +45,7 @@
|
|||
flavor_id: "{{ flavor_id }}" # TODO: conversion from `instance_type`
|
||||
security_groups: "{{security_group}}"
|
||||
key_name: "{{ keypair }}"
|
||||
nics:
|
||||
- net-id: "{{ cloud_networks }}"
|
||||
nics: "{{ cloud_networks }}"
|
||||
#floating_ips:
|
||||
# - "{{public_ip}}"
|
||||
register: nova_result
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue