Skip to content

Commit

Permalink
fix(jsonschema): remove interface from deployment rosNetworks
Browse files Browse the repository at this point in the history
  • Loading branch information
pallabpain committed Sep 4, 2024
1 parent 938ed4c commit f8c2a9a
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 11 deletions.
4 changes: 1 addition & 3 deletions riocli/apply/manifests/deployment-ros-device-no-rosbag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ spec:
- depends:
kind: network
nameOrGUID: "network-native-device"
interface: eth0
- depends:
kind: network
nameOrGUID: "network-routed-device"
interface: eth0
nameOrGUID: "network-routed-device"
2 changes: 0 additions & 2 deletions riocli/apply/manifests/deployment-ros-device-rosbag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,9 @@ spec:
- depends:
kind: network
nameOrGUID: "network-native-device"
interface: eth0
- depends:
kind: network
nameOrGUID: "network-routed-device"
interface: eth0
rosBagJobs:
- name: "testbag1" # Required
recordOptions: # Required
Expand Down
4 changes: 0 additions & 4 deletions riocli/apply/manifests/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,11 +173,9 @@ spec:
- depends:
kind: network
nameOrGUID: "network-native-device"
interface: eth0
- depends:
kind: network
nameOrGUID: "network-routed-device"
interface: eth0
---
apiVersion: apiextensions.rapyuta.io/v1
kind: Deployment
Expand Down Expand Up @@ -211,11 +209,9 @@ spec:
- depends:
kind: network
nameOrGUID: "network-native-device"
interface: eth0
- depends:
kind: network
nameOrGUID: "network-routed-device"
interface: eth0
rosBagJobs:
- name: "testbag1" # Required
recordOptions: # Required
Expand Down
2 changes: 0 additions & 2 deletions riocli/jsonschema/schemas/deployment-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ definitions:
properties:
depends:
"$ref": "#/definitions/networkDepends"
interface:
type: string

cloudNetworkAttachSpec:
properties:
Expand Down

0 comments on commit f8c2a9a

Please sign in to comment.