1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-22 13:33:52 +03:00

M #-: Add DNS input to provision

This commit is contained in:
Ruben S. Montero 2021-03-23 09:20:08 +01:00
parent 678fc67f75
commit 4404d9b062
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87
6 changed files with 18 additions and 0 deletions

View File

@ -26,6 +26,11 @@ inputs:
description: 'Number of public IPs to get'
default: '1'
- name: 'dns'
type: text
description: 'Comma separated list of DNS servers for public network'
default: '1.1.1.1'
- name: 'aws_ami_image'
type: text
description: "AWS ami image used for host deployments"

View File

@ -20,6 +20,7 @@ networks:
vn_mad: 'elastic'
bridge: 'br0'
netrole: 'public'
dns: "${input.dns}"
provision:
count: "${input.number_public_ips}"
ar:

View File

@ -26,6 +26,11 @@ inputs:
description: 'Number of public IPs to get'
default: '1'
- name: 'dns'
type: text
description: 'Comma separated list of DNS servers for public network'
default: '1.1.1.1'
- name: 'packet_plan'
type: text
description: "Packet plan (device type)"

View File

@ -20,6 +20,7 @@ networks:
vn_mad: 'elastic'
bridge: 'br0'
netrole: 'public'
dns: "${input.dns}"
provision:
count: "${input.number_public_ips}"
ar:

View File

@ -26,6 +26,11 @@ inputs:
description: 'Number of public IPs to get'
default: '1'
- name: 'dns'
type: text
description: 'Comma separated list of DNS servers for public network'
default: '1.1.1.1'
- name: 'aws_ami_image'
type: text
description: "AWS ami image used for host deployments"

View File

@ -20,6 +20,7 @@ networks:
vn_mad: 'elastic'
bridge: 'br0'
netrole: 'public'
dns: "${input.dns}"
provision:
count: "${input.number_public_ips}"
ar: