@@ -11,14 +11,14 @@ logo: data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAACAAAAAgACAYAAACyp9MwAAAAAXNS
1111
1212
1313# A list of parameters to be gathered from the user
14- parameters :
14+ # parameters:
1515 # The name of the Ansible variable that will be populated with the parameter value.
1616 # This field is required.
17- - name : vxlan_vni
17+ # - name: vxlan_vni
1818 # A human-readable name for the parameter. Defaults to the name if not given.
19- label : Set the VXLAN VNI value.
19+ # label: Set the VXLAN VNI value.
2020 # An optional short description for the parameter.
21- description : Please provide a VXLAN VNI. A unique value from 1 to 100,000.
21+ # description: Please provide a VXLAN VNI. A unique value from 1 to 100,000.
2222 # The kind of the parameter. This field is required.
2323 # Valid values are:
2424 # list
@@ -44,14 +44,14 @@ parameters:
4444 # The ID of a volume in the target tenancy.
4545 # cloud.cluster
4646 # The ID of another cluster in the target tenancy.
47- kind : " integer"
47+ # kind: "integer"
4848 # Indicates whether the parameter is required. Defaults to true if not given.
49- required : true
49+ # required: true
5050 # The default value value for the parameter. Defaults to null if not given, indicating no default.
51- default : null
51+ # default: null
5252 # Indicates whether the parameter is immutable, i.e. cannot be changed after the initial creation.
5353 # Defaults to false if not given.
54- immutable : true
54+ # immutable: true
5555 # Additional options for the parameter. The valid options depend on the kind of the parameter.
5656 # list
5757 # min_length: An optional minimum length for the list.
@@ -63,9 +63,9 @@ parameters:
6363 # pattern: An optional regular expression pattern to validate the string against.
6464 # integer
6565 # number
66- options :
67- min : 1
68- max : 100000
66+ # options:
67+ # min: 1
68+ # max: 100000
6969 # boolean
7070 # permanent: If true, indicates that the parameter cannot become false again once it has
7171 # been set to true. Defaults to false if not given.
@@ -82,6 +82,37 @@ parameters:
8282 # options:
8383 # min_ram: 1024
8484 # min_disk: 10
85+ # secret: true
86+ # confirm: true
87+
88+ # A list of parameters to be gathered from the user
89+ parameters :
90+ - name : vxlan_vni
91+ label : Set the VXLAN VNI value.
92+ description : Please provide a VXLAN VNI. A unique value from 1 to 100,000.
93+ kind : " integer"
94+ required : true
95+ default : null
96+ immutable : true
97+ options :
98+ min : 1
99+ max : 100000
100+
101+
102+ - name : ans_vlt_pwd
103+ # A human-readable name for the parameter. Defaults to the name if not given.
104+ label : Provide the Ansible Vault password.
105+ # An optional short description for the parameter.
106+ description : Please provide the Ansible Vault password to enable the deployment of the cluster.
107+ kind : " string"
108+ required : false
109+ # default: "password_not_set"
110+ immutable : false
111+ # Replace the characters of the parameter with asterisks in the UI.
112+ options :
113+ secret : true
114+ confirm : true
115+ # private: true
85116
86117 # - name: backend_count
87118 # label: Backend node count
0 commit comments