Skip to content

Commit

Permalink
Merge branch 'development' into odim_7044_updateModels
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevan-kamkar authored Sep 4, 2023
2 parents 5912550 + eea977d commit e04db4c
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/odimra_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,16 +198,16 @@ jobs:

echo "==============updating the docker handler========="
cd ${ODIM_CONTROLLER_PATH}/kubespray
tar -xvzf kubespray-2.20.0.tar.gz
cd kubespray-2.20.0/roles/container-engine/docker/handlers
tar -xvzf kubespray-2.22.1.tar.gz
cd kubespray-2.20.1/roles/container-engine/docker/handlers
sed -i "22,32d" main.yml
sed -i "7,8d" main.yml

cat main.yml
cd ${ODIM_CONTROLLER_PATH}/kubespray
tar -cvzf kubespray-2.20.0.tar.gz kubespray-2.20.0
tar -cvzf kubespray-2.22.1.tar.gz kubespray-2.22.1

rm -rf kubespray-2.20.0
rm -rf kubespray-2.22.1

ls

Expand Down
24 changes: 12 additions & 12 deletions lib-dmtf/model/resourceCollection.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ package model

// Collection is the redfish resource collection model according to the 2020.3 release
type Collection struct {
ODataContext string `json:"@odata.context,omitempty"`
ODataEtag string `json:"@odata.etag,omitempty"`
ODataID string `json:"@odata.id"`
ODataType string `json:"@odata.type"`
Description string `json:"Description,omitempty"`
Name string `json:"Name"`
Members []*Link `json:"Members"`
MembersCount int `json:"Members@odata.count"`
MemberNavigationLink string `json:"Members@odata.navigationLink,omitempty"`
Oem interface{} `json:"Oem,omitempty"`
MembersNextLink string `json:"Members@odata.nextLink,omitempty"`
CollectionCapabilitie CollectionCapabilities `json:"@Redfish.CollectionCapabilities,omitempty"`
ODataContext string `json:"@odata.context,omitempty"`
ODataEtag string `json:"@odata.etag,omitempty"`
ODataID string `json:"@odata.id"`
ODataType string `json:"@odata.type"`
Description string `json:"Description,omitempty"`
Name string `json:"Name"`
Members []*Link `json:"Members"`
MembersCount int `json:"Members@odata.count"`
MemberNavigationLink string `json:"Members@odata.navigationLink,omitempty"`
Oem interface{} `json:"Oem,omitempty"`
MembersNextLink string `json:"Members@odata.nextLink,omitempty"`
CollectionCapabilitie *CollectionCapabilities `json:"@Redfish.CollectionCapabilities,omitempty"`
}
Binary file removed odim-controller/kubespray/kubespray-2.20.0.tar.gz
Binary file not shown.
Binary file added odim-controller/kubespray/kubespray-2.22.1.tar.gz
Binary file not shown.

0 comments on commit e04db4c

Please sign in to comment.