Skip to content

Commit cac7ac7

Browse files
authored
Add apiv2 version (#258)
Signed-off-by: punam biswal <[email protected]>
1 parent 5e15793 commit cac7ac7

File tree

7 files changed

+183
-223
lines changed

7 files changed

+183
-223
lines changed

charts/tenancy-api-mapping/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ apiVersion: v2
66
name: tenancy-api-mapping
77
description: A Helm chart for bootstrapping the 'tenancy-api-mapping'
88
type: application
9-
version: 25.2.2
10-
appVersion: "25.2.2"
9+
version: 25.2.3
10+
appVersion: "25.2.3"

tenancy-api-mapping/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.8.2
1+
1.8.3

tenancy-api-mapping/apimappingconfigcrs/amc-infra-core-edge-infrastructure-manager-openapi-all.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ spec:
1212
specGenEnabled: true
1313
repoConf:
1414
url: "https://github.com/open-edge-platform/infra-core.git"
15-
tag: "apiv2/v2.1.4"
15+
tag: "apiv2/v2.5.2"
1616
specFilePath: "apiv2/api/openapi/openapi.yaml"
1717
mappings:
1818
- externalURI: /v1/projects/{projectName}/regions

tenancy-api-mapping/openapispecs/combined/combined_spec.yaml

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4617,6 +4617,10 @@ components:
46174617
pattern: ^([A-Za-z0-9]{5,20})?$
46184618
title: serial_number
46194619
type: string
4620+
userLvmSize:
4621+
description: LVM size in GB
4622+
title: user_lvm_size
4623+
type: integer
46204624
uuid:
46214625
description: The host UUID.
46224626
maxLength: 36
@@ -4879,6 +4883,11 @@ components:
48794883
writeOnly: true
48804884
timestamps:
48814885
$ref: '#/components/schemas/Timestamps'
4886+
userLvmSize:
4887+
description: LVM size in GB.
4888+
readOnly: true
4889+
title: user_lvm_size
4890+
type: integer
48824891
uuid:
48834892
description: (OPTIONAL) The host UUID identifier; UUID is unique and immutable.
48844893
maxLength: 36
@@ -7246,7 +7255,10 @@ components:
72467255
title: description
72477256
type: string
72487257
endTime:
7249-
$ref: '#/components/schemas/google.protobuf.Timestamp'
7258+
description: UTC timestamp of OS Update ended.
7259+
readOnly: true
7260+
title: end_time
7261+
type: integer
72507262
instance:
72517263
$ref: '#/components/schemas/InstanceResource'
72527264
name:
@@ -7263,7 +7275,10 @@ components:
72637275
title: resource_id
72647276
type: string
72657277
startTime:
7266-
$ref: '#/components/schemas/google.protobuf.Timestamp'
7278+
description: UTC timestamp of OS Update started.
7279+
readOnly: true
7280+
title: start_time
7281+
type: integer
72677282
status:
72687283
description: Short message that describes what happened during the OS Update.
72697284
maxLength: 1024
@@ -7279,7 +7294,10 @@ components:
72797294
statusIndicator:
72807295
$ref: '#/components/schemas/StatusIndication'
72817296
statusTimestamp:
7282-
$ref: '#/components/schemas/google.protobuf.Timestamp'
7297+
description: UTC timestamp of OS Update status reported.
7298+
readOnly: true
7299+
title: status_timestamp
7300+
type: integer
72837301
timestamps:
72847302
$ref: '#/components/schemas/Timestamps'
72857303
title: OSUpdateRun
@@ -7357,7 +7375,6 @@ components:
73577375
description: List of installed packages, encoded as a JSON list.
73587376
maxLength: 500000
73597377
pattern: ^$|^[a-zA-Z-_0-9./:;=@?!#,<>*()" \\\n]+$
7360-
readOnly: true
73617378
title: installed_packages
73627379
type: string
73637380
installedPackagesUrl:
@@ -10503,7 +10520,7 @@ components:
1050310520
info:
1050410521
description: Tenancy aware APIs for the Open Edge Platform services
1050510522
title: Multi tenancy APIs
10506-
version: 1.8.2
10523+
version: 1.8.3
1050710524
openapi: 3.0.3
1050810525
paths:
1050910526
/v1/orgs:

tenancy-api-mapping/openapispecs/generated/amc-infra-core-edge-infrastructure-manager-openapi-all.yaml

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5780,6 +5780,10 @@ components:
57805780
pattern: ^([A-Za-z0-9]{5,20})?$
57815781
title: serial_number
57825782
type: string
5783+
userLvmSize:
5784+
description: LVM size in GB
5785+
title: user_lvm_size
5786+
type: integer
57835787
uuid:
57845788
description: The host UUID.
57855789
maxLength: 36
@@ -6042,6 +6046,11 @@ components:
60426046
writeOnly: true
60436047
timestamps:
60446048
$ref: '#/components/schemas/Timestamps'
6049+
userLvmSize:
6050+
description: LVM size in GB.
6051+
readOnly: true
6052+
title: user_lvm_size
6053+
type: integer
60456054
uuid:
60466055
description: (OPTIONAL) The host UUID identifier; UUID is unique and immutable.
60476056
maxLength: 36
@@ -8015,7 +8024,10 @@ components:
80158024
title: description
80168025
type: string
80178026
endTime:
8018-
$ref: '#/components/schemas/google.protobuf.Timestamp'
8027+
description: UTC timestamp of OS Update ended.
8028+
readOnly: true
8029+
title: end_time
8030+
type: integer
80198031
instance:
80208032
$ref: '#/components/schemas/InstanceResource'
80218033
name:
@@ -8032,7 +8044,10 @@ components:
80328044
title: resource_id
80338045
type: string
80348046
startTime:
8035-
$ref: '#/components/schemas/google.protobuf.Timestamp'
8047+
description: UTC timestamp of OS Update started.
8048+
readOnly: true
8049+
title: start_time
8050+
type: integer
80368051
status:
80378052
description: Short message that describes what happened during the OS Update.
80388053
maxLength: 1024
@@ -8048,7 +8063,10 @@ components:
80488063
statusIndicator:
80498064
$ref: '#/components/schemas/StatusIndication'
80508065
statusTimestamp:
8051-
$ref: '#/components/schemas/google.protobuf.Timestamp'
8066+
description: UTC timestamp of OS Update status reported.
8067+
readOnly: true
8068+
title: status_timestamp
8069+
type: integer
80528070
timestamps:
80538071
$ref: '#/components/schemas/Timestamps'
80548072
title: OSUpdateRun
@@ -8126,7 +8144,6 @@ components:
81268144
description: List of installed packages, encoded as a JSON list.
81278145
maxLength: 500000
81288146
pattern: ^$|^[a-zA-Z-_0-9./:;=@?!#,<>*()" \\\n]+$
8129-
readOnly: true
81308147
title: installed_packages
81318148
type: string
81328149
installedPackagesUrl:

0 commit comments

Comments
 (0)