Skip to content

Commit 9e6bfd4

Browse files
committed
add private IP attribute
1 parent 5161f62 commit 9e6bfd4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

deployments/deployment-path.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,12 @@ node_types:
8080
- valid_values: [ "Remain Powered On", "Power Off" ]
8181
default: "Remain Powered On"
8282
tags: [ ]
83+
Private IP:
84+
type: string
85+
description: "The IP will be set for the management interface. The IP should be
86+
inside the management network ranges. OpenStack doesn't allow to use the same IP
87+
address for different instances."
88+
tags: [ user_input ]
8389
artifacts:
8490
icon:
8591
file: shell-icon.png

0 commit comments

Comments
 (0)