Skip to content

Commit

Permalink
chore(mrs): find issu for Api job V2 creation
Browse files Browse the repository at this point in the history
  • Loading branch information
dmicheneau committed Jan 20, 2023
1 parent 235953b commit 482e1e2
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 51 deletions.
11 changes: 0 additions & 11 deletions config/mrs/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ func Configure(p *config.Provider) {
// flexibleengine_mrs_cluster_v2
// https://registry.terraform.io/providers/FlexibleEngineCloud/flexibleengine/latest/docs/resources/mrs_cluster_v2
p.AddResourceConfigurator("flexibleengine_mrs_cluster_v2", func(r *config.Resource) {
// eip_id
r.References["eip_id"] = config.Reference{
Type: tools.GenerateType("eip", "EIP"),
}
// public_ip
r.References["public_ip"] = config.Reference{
Type: tools.GenerateType("eip", "EIP"),
Expand All @@ -25,13 +21,6 @@ func Configure(p *config.Provider) {
r.References["node_key_pair"] = config.Reference{
Type: tools.GenerateType("ecs", "KeyPair"),
}
// security_group_ids
r.References["security_group_ids"] = config.Reference{
Type: tools.GenerateType("vpc", "SecurityGroup"),
Extractor: tools.GenerateExtractor(true, "id"),
SelectorFieldName: "SecurityGroupSelector",
RefFieldName: "SecurityGroupRefs",
}
})

// flexibleengine_mrs_job_v2
Expand Down
File renamed without changes.
23 changes: 0 additions & 23 deletions examples/mrs/job.yaml

This file was deleted.

18 changes: 1 addition & 17 deletions list-tested.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,6 @@
| Backup | :white_check_mark: |
| BackupPolicy | :white_check_mark: |

## cse.flexibleengine.upbound.io
| Kind | Tested |
| ---- | ------ |
| Microservice | :x: |
| MicroserviceEngine | :x: |
| MicroserviceInstance | :x: |

## css.flexibleengine.upbound.io
| Kind | Tested |
| ---- | ------ |
Expand Down Expand Up @@ -236,22 +229,13 @@
## modelarts.flexibleengine.upbound.io
| Kind | Tested |
| ---- | ------ |
| Dataset | :x: |
| DatasetVersion | :x: |
| Dataset | :white_check_mark: |
| DatasetVersion | :white_check_mark: |

## mrs.flexibleengine.upbound.io
| Kind | Tested |
| ---- | ------ |
| Cluster | :x: |
| Job | :x: |

## mrsd.flexibleengine.upbound.io
| Kind | Tested |
| ---- | ------ |
| Cluster | :x: |
| HybridCluster | :x: |
| Cluster | :white_check_mark: |
| Job | :x: |

## nat.flexibleengine.upbound.io
Expand Down

0 comments on commit 482e1e2

Please sign in to comment.