You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| ipa_server_instance_name| name of the instance, used in the full instance name |`string`|`server`| yes |
155
155
| ipa_server_instance_index | index or identifier for the instance, used as suffix in the full instance name |`number`|`1`| yes |
156
156
| ipa_server_hostname | hostname of the IPA server. Should match the pattern "<ipa_server_app_name>-<ipa_server_instance_name>-<ipa_server_instance_index>". Required for input validation purpose |`string`|`ipa-server-1`| yes |
157
-
| ipa_server_flavor_name | name the flavor to use for the instance. To learn about available options, checkout the [official EWC VM plans documentation](https://confluence.ecmwf.int/display/EWCLOUDKB/EWC+VM+plans)|`string`|`eo1.large`| yes |
157
+
| ipa_server_flavor_name | name the flavor to use for the instance. To learn about available options, checkout the [official EWC VM plans documentation](https://confluence.ecmwf.int/display/EWCLOUDKB/EWC+VM+plans)|`string`|`4cpu-8gbmem`| yes |
158
158
| ipa_server_image_name | name of the image to use for the instance. For complete information on available options, see the [official EWC Images documentation](https://confluence.ecmwf.int/display/EWCLOUDKB/EWC+Virtual+Images+Available)|`string`|`Rocky-8.10-20250604144456`| yes |
159
159
| ipa_domain | domain name to be managed by the IPA server. Example: `eumetsat.sandbox.ewc`|`string`| n/a | yes |
160
160
| ipa_admin_username | username of administrator account to replace the default IPA admin |`string`|`ipaadmin`| yes |
@@ -165,13 +165,13 @@ ansible-playbook \
165
165
| ssh_bastion_app_name | application name, used as prefix in the full instance name |`string`|`ssh`| yes |
166
166
| ssh_bastion_instance_name| name of the instance, used in the full instance name |`string`|`bastion`| yes |
167
167
| ssh_bastion_instance_index | index or identifier for the instance, used as suffix in the full instance name |`number`|`1`| yes |
168
-
| ssh_bastion_flavor_name | name the flavor to use for the instance. To learn about available options, checkout the [official EWC VM plans documentation](https://confluence.ecmwf.int/display/EWCLOUDKB/EWC+VM+plans)|`string`|`eo1.large`| yes |
168
+
| ssh_bastion_flavor_name | name the flavor to use for the instance. To learn about available options, checkout the [official EWC VM plans documentation](https://confluence.ecmwf.int/display/EWCLOUDKB/EWC+VM+plans)|`string`|`4cpu-8gbmem`| yes |
169
169
| ssh_bastion_image_name | name of the image to use for the instance. For complete information on available options, see the [official EWC Images documentation](https://confluence.ecmwf.int/display/EWCLOUDKB/EWC+Virtual+Images+Available)|`string`|`Rocky-9.5-20250604142417`| yes |
170
170
| remote_desktop_tf_project_path | path to terraform working directory |`string`|`~/ewc/remote-desktop-1`| yes |
171
171
| remote_desktop_app_name | application name, used as prefix in the full instance name |`string`|`remote`| yes |
172
172
| remote_desktop_instance_name| name of the instance, used in the full instance name |`string`|`desktop`| yes |
173
173
| remote_desktop_instance_index | index or identifier for the instance, used as suffix in the full instance name |`number`|`1`| yes |
174
-
| remote_desktop_flavor_name | name the flavor to use for the instance. To learn about available options, checkout the [official EWC VM plans documentation](https://confluence.ecmwf.int/display/EWCLOUDKB/EWC+VM+plans)|`string`|`eo1.large`| yes |
174
+
| remote_desktop_flavor_name | name the flavor to use for the instance. To learn about available options, checkout the [official EWC VM plans documentation](https://confluence.ecmwf.int/display/EWCLOUDKB/EWC+VM+plans)|`string`|`4cpu-8gbmem`| yes |
175
175
| remote_desktop_image_name | name of the image to use for the instance. For complete information on available options, see the [official EWC Images documentation](https://confluence.ecmwf.int/display/EWCLOUDKB/EWC+Virtual+Images+Available)|`string`|`Rocky-9.5-20250604142417`| yes |
176
176
| remote_desktop_instance_has_fip | technically required to temporarily assign a floating IP to the instance to securely connect from localhost during initial configuration. 💡 The template ensures to remove the floating IP during post-provisioning |`string`|`yes`| yes |
177
177
| fail2ban_whitelisted_ip_ranges | IPv4 ranges (in CIDR format) to be whitelisted in Fail2ban configuration. When in doubt, do not set. Example: `['10.0.0.0/24','192.168.1.0/24']`|`list(string)`|`null`| no |
Copy file name to clipboardExpand all lines: playbooks/ipa-client-provisioning/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,7 @@ ansible-playbook \
102
102
"app_name": "ipa",
103
103
"instance_name": "client",
104
104
"instance_index": 1,
105
-
"flavor_name": "eo2.medium",
105
+
"flavor_name": "1cpu-4gbmem",
106
106
"image_name": "ubuntu-22.04-20250204105649",
107
107
"public_keypair_name": "my-public-key-name",
108
108
"private_keypair_path": "~/.ssh/id_rsa",
@@ -125,7 +125,7 @@ ansible-playbook \
125
125
| app_name | application name, used as prefix in the full instance name |`string`|`ipa`| yes |
126
126
| instance_name| name of the instance, used in the full instance name |`string`|`client`| yes |
127
127
| instance_index | index or identifier for the instance, used as suffix in the full instance name |`number`|`1`| yes |
128
-
| flavor_name | name the flavor to use for the instance. To learn about available options, checkout the [official EWC VM plans documentation](https://confluence.ecmwf.int/display/EWCLOUDKB/EWC+VM+plans)|`string`|`eo1.large`| yes |
128
+
| flavor_name | name the flavor to use for the instance. To learn about available options, checkout the [official EWC VM plans documentation](https://confluence.ecmwf.int/display/EWCLOUDKB/EWC+VM+plans)|`string`|`4cpu-8gbmem`| yes |
129
129
| image_name | name of the image to use for the instance. For complete information on available options, see the [official EWC Images documentation](https://confluence.ecmwf.int/display/EWCLOUDKB/EWC+Virtual+Images+Available)|`string`|`ubuntu-22.04-20250204105649`| yes |
130
130
| public_keypair_name | name of public keypair (stored in OpenStack) to be copied into the instance for remote SSH access |`string`| n/a | yes |
131
131
| private_keypair_path | path to the local private keypair to use for SSH access to the instance |`string`|`~/.ssh/id_rsa`| yes |
| ipa_server_app_name | application name, used as prefix in the full instance name |`string`|`ipa`| yes |
159
159
| ipa_server_instance_name| name of the instance, used in the full instance name |`string`|`server`| yes |
160
160
| ipa_server_instance_index | index or identifier for the instance, used as suffix in the full instance name |`number`|`1`| yes |
161
-
| ipa_server_flavor_name | name the flavor to use for the instance. To learn about available options, checkout the [official EWC VM plans documentation](https://confluence.ecmwf.int/display/EWCLOUDKB/EWC+VM+plans)|`string`|`eo1.large`| yes |
161
+
| ipa_server_flavor_name | name the flavor to use for the instance. To learn about available options, checkout the [official EWC VM plans documentation](https://confluence.ecmwf.int/display/EWCLOUDKB/EWC+VM+plans)|`string`|`4cpu-8gbmem`| yes |
162
162
| ipa_server_image_name | name of the image to use for the instance. For complete information on available options, see the [official EWC Images documentation](https://confluence.ecmwf.int/display/EWCLOUDKB/EWC+Virtual+Images+Available)|`string`|`Rocky-8.10-20250604144456`| yes |
163
163
| public_keypair_name | name of public keypair (stored in OpenStack) to be copied into the instance for remote SSH access |`string`| n/a | yes |
164
164
| private_keypair_path | path to the local private keypair to use for SSH access to the instance |`string`|`~/.ssh/id_rsa`| yes |
| remote_desktop_app_name | application name, used as prefix in the full instance name |`string`|`remote`| yes |
148
148
| remote_desktop_instance_name| name of the instance, used in the full instance name |`string`|`desktop`| yes |
149
149
| remote_desktop_instance_index | index or identifier for the instance, used as suffix in the full instance name |`number`|`1`| yes |
150
-
| remote_desktop_flavor_name | name the flavor to use for the instance. To learn about available options, checkout the [official EWC VM plans documentation](https://confluence.ecmwf.int/display/EWCLOUDKB/EWC+VM+plans)|`string`|`eo1.large`| yes |
150
+
| remote_desktop_flavor_name | name the flavor to use for the instance. To learn about available options, checkout the [official EWC VM plans documentation](https://confluence.ecmwf.int/display/EWCLOUDKB/EWC+VM+plans)|`string`|`4cpu-8gbmem`| yes |
151
151
| remote_desktop_image_name | name of the image to use for the instance. For complete information on available options, see the [official EWC Images documentation](https://confluence.ecmwf.int/display/EWCLOUDKB/EWC+Virtual+Images+Available)|`string`|`Rocky-9.5-20250604142417`| yes |
152
152
| remote_desktop_instance_has_fip | whether to assign a floating IP to the instance. Only `yes` will be accepted to approve |`string`|`no`| no |
153
153
| public_keypair_name | name of public keypair (stored in OpenStack) to be copied into the instance for remote SSH access |`string`| n/a | yes |
| ssh_bastion_app_name | application name, used as prefix in the full instance name |`string`|`ssh`| yes |
126
126
| ssh_bastion_instance_name| name of the instance, used in the full instance name |`string`|`bastion`| yes |
127
127
| ssh_bastion_instance_index | index or identifier for the instance, used as suffix in the full instance name |`number`|`1`| yes |
128
-
| ssh_bastion_flavor_name | name the flavor to use for the instance. To learn about available options, checkout the [official EWC VM plans documentation](https://confluence.ecmwf.int/display/EWCLOUDKB/EWC+VM+plans)|`string`|`eo1.large`| yes |
128
+
| ssh_bastion_flavor_name | name the flavor to use for the instance. To learn about available options, checkout the [official EWC VM plans documentation](https://confluence.ecmwf.int/display/EWCLOUDKB/EWC+VM+plans)|`string`|`4cpu-8gbmem`| yes |
129
129
| ssh_bastion_image_name | name of the image to use for the instance. For complete information on available options, see the [official EWC Images documentation](https://confluence.ecmwf.int/display/EWCLOUDKB/EWC+Virtual+Images+Available)|`string`|`Rocky-9.5-20250604142417`| yes |
130
130
| public_keypair_name | name of public keypair (stored in OpenStack) to be copied into the instance for remote SSH access |`string`| n/a | yes |
131
131
| private_keypair_name | path to the local private keypair to use for SSH access to the instance |`string`|`~/.ssh/id_rsa`| yes |
0 commit comments