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
…ig_v2` (#5)
[NEW]: Implement `opentelekomcloud_config` for `rancher2_machine_config_v2`
Summary of the Pull Request
Added support for OpenTelekomCloud for rancher2_machine_config_v2 resource.
PR Checklist
Refers to: #3
Tests added/passed.
Documentation updated.
Schema updated.
Acceptance tests setup
Following minimal env vars are needed to run tests:
RANCHER_INSECURE=false;
RANCHER_TOKEN_KEY=token-XXXXXXXXXX;
RANCHER_URL=https://rancher-test.XXXXXX.in;
TF_ACC=1
Acceptance Steps Performed
2024/04/02 14:42:11 Getting from https://rancher-test.XXXXXXXin/ping
2024/04/02 14:42:11 Time to get req: 219 ms
=== RUN TestAccRancher2MachineConfigV2Basic
--- PASS: TestAccRancher2MachineConfigV2Basic (7.68s)
PASS
Process finished with the exit code 0
Reviewed-by: Anton Sidelnikov
Is your feature request related to a problem? Please describe.
Need to add support machine_config_v2
Additional context
Please check next docu:
https://registry.terraform.io/providers/rancher/rancher2/latest/docs/resources/machine_config_v2
Need to add machine_config_v2 for opentelekomcloud, i assume that we can reuse openstack code
The text was updated successfully, but these errors were encountered: