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:
parent
678fc67f75
commit
4404d9b062
@ -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"
|
||||
|
@ -20,6 +20,7 @@ networks:
|
||||
vn_mad: 'elastic'
|
||||
bridge: 'br0'
|
||||
netrole: 'public'
|
||||
dns: "${input.dns}"
|
||||
provision:
|
||||
count: "${input.number_public_ips}"
|
||||
ar:
|
||||
|
@ -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)"
|
||||
|
@ -20,6 +20,7 @@ networks:
|
||||
vn_mad: 'elastic'
|
||||
bridge: 'br0'
|
||||
netrole: 'public'
|
||||
dns: "${input.dns}"
|
||||
provision:
|
||||
count: "${input.number_public_ips}"
|
||||
ar:
|
||||
|
@ -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"
|
||||
|
@ -20,6 +20,7 @@ networks:
|
||||
vn_mad: 'elastic'
|
||||
bridge: 'br0'
|
||||
netrole: 'public'
|
||||
dns: "${input.dns}"
|
||||
provision:
|
||||
count: "${input.number_public_ips}"
|
||||
ar:
|
||||
|
Loading…
Reference in New Issue
Block a user