diff --git a/riocli/apply/manifests/deployment-ros-device-no-rosbag.yaml b/riocli/apply/manifests/deployment-ros-device-no-rosbag.yaml index de9c8210..e334cba6 100644 --- a/riocli/apply/manifests/deployment-ros-device-no-rosbag.yaml +++ b/riocli/apply/manifests/deployment-ros-device-no-rosbag.yaml @@ -36,8 +36,6 @@ spec: - depends: kind: network nameOrGUID: "network-native-device" - interface: eth0 - depends: kind: network - nameOrGUID: "network-routed-device" - interface: eth0 \ No newline at end of file + nameOrGUID: "network-routed-device" \ No newline at end of file diff --git a/riocli/apply/manifests/deployment-ros-device-rosbag.yaml b/riocli/apply/manifests/deployment-ros-device-rosbag.yaml index e4bee65f..3a9bdda1 100644 --- a/riocli/apply/manifests/deployment-ros-device-rosbag.yaml +++ b/riocli/apply/manifests/deployment-ros-device-rosbag.yaml @@ -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 diff --git a/riocli/apply/manifests/deployment.yaml b/riocli/apply/manifests/deployment.yaml index 250b9008..3d63e754 100644 --- a/riocli/apply/manifests/deployment.yaml +++ b/riocli/apply/manifests/deployment.yaml @@ -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 @@ -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 diff --git a/riocli/jsonschema/schemas/deployment-schema.yaml b/riocli/jsonschema/schemas/deployment-schema.yaml index 1d3fd435..9a161a8f 100755 --- a/riocli/jsonschema/schemas/deployment-schema.yaml +++ b/riocli/jsonschema/schemas/deployment-schema.yaml @@ -55,8 +55,6 @@ definitions: properties: depends: "$ref": "#/definitions/networkDepends" - interface: - type: string cloudNetworkAttachSpec: properties: