@@ -87,7 +87,7 @@ logo: data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAACAAAAAgACAYAAACyp9MwAAAAAXNS
87
87
# A list of parameters to be gathered from the user
88
88
parameters :
89
89
- name : vxlan_vni
90
- label : Set the VXLAN VNI value .
90
+ label : Set VXLAN VNI.
91
91
description : Please provide a VXLAN VNI. A unique value from 1 to 100,000.
92
92
kind : " integer"
93
93
required : true
@@ -100,7 +100,7 @@ parameters:
100
100
101
101
- name : ans_vlt_pwd
102
102
# A human-readable name for the parameter. Defaults to the name if not given.
103
- label : Provide the Ansible Vault password.
103
+ label : Ansible Vault password.
104
104
# An optional short description for the parameter.
105
105
description : Please provide the Ansible Vault password to enable the deployment of the cluster.
106
106
kind : " string"
@@ -123,39 +123,39 @@ parameters:
123
123
immutable : true
124
124
125
125
- name : openstack_version
126
- label : OpenStack GitHub Branch name.
127
- description : Please provide the OpenStack GitHub Branch name you wish to deploy.
126
+ label : OpenStack GitHub Branch.
127
+ description : >
128
+ Please provide the OpenStack GitHub Branch name you wish to deploy.
129
+ i.e. stackhpc/yoga (for https://github.com/stackhpc/stackhpc-kayobe-config/tree/stackhpc/yoga)
128
130
kind : " string"
129
131
required : false
130
132
default : " stackhpc/yoga"
131
133
immutable : true
132
134
133
135
134
136
- name : multinode_image
135
- label : Select the OpenStack version to deploy .
136
- description : Please select the OpenStack version to deploy.
137
- kind : " choice "
138
- options :
139
- choices :
140
- - " Ubuntu-22.04- lvm"
141
- - " rocky9-lvm "
137
+ label : Operating system image .
138
+ description : >
139
+ Please provide the OS you wish to deploy on this multinode infrastructure.
140
+ The image must be available in the OpenStack tenancy, two supported images are :
141
+ - Ubuntu-22.04-lvm
142
+ - rocky9- lvm
143
+ kind : " string "
142
144
required : true
143
145
default : " rocky9-lvm"
144
146
immutable : true
145
147
146
- # - name: multinode_image
147
- # label: Select the OpenStack version to deploy.
148
- # description: Please select the OpenStack version to deploy.
149
- # kind: "choice"
150
- # options:
151
- # choices:
152
- # - "Ubuntu-22.04-lvm"
153
- # - "rocky9-lvm"
154
- # required: true
155
- # default: "rocky9-lvm"
156
- # immutable: true
157
-
158
-
148
+ - name : ssh_user
149
+ label : Operating system SSH username.
150
+ description : >
151
+ Please select the OS username in order to connect to the infrastructure.
152
+ Examples are:
153
+ - ubuntu (Ubuntu-22.04-lvm)
154
+ - cloud_user (rocky9-lvm)
155
+ kind : " string"
156
+ required : true
157
+ default : " cloud_user"
158
+ immutable : false
159
159
160
160
# - name: openstack_version
161
161
# label: Select the OpenStack version to deploy.
@@ -176,7 +176,6 @@ parameters:
176
176
# A template describing the usage of the appliance
177
177
# This is rendered in the "Cluster details" modal in the Azimuth UI
178
178
usage_template : |-
179
- # METHOD 1
180
179
# Accessing the cluster
181
180
182
181
To assess the clusters, use the following ssh commands:
0 commit comments