Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Using pod network type as default when type is missing in the resource mapping #303

Merged

Conversation

jakub-dzon
Copy link
Contributor

@jakub-dzon jakub-dzon commented Jun 24, 2020

@kubevirt-bot kubevirt-bot added do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. release-note-none Denotes a PR that doesn't merit a release note. dco-signoff: yes Indicates the PR's author has DCO signed all their commits. size/XS labels Jun 24, 2020
@jakub-dzon jakub-dzon marked this pull request as ready for review June 24, 2020 13:12
@kubevirt-bot kubevirt-bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jun 24, 2020
@jakub-dzon jakub-dzon marked this pull request as draft June 24, 2020 14:16
@kubevirt-bot kubevirt-bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jun 24, 2020
@jakub-dzon jakub-dzon force-pushed the unsupported-target-net-type-e2e branch from 64e7229 to 3899e56 Compare June 24, 2020 15:07
@jakub-dzon jakub-dzon changed the title Functional test for unsupported target network type Using pod network type as default when type is missing in the resource mapping Jun 24, 2020
@jakub-dzon jakub-dzon force-pushed the unsupported-target-net-type-e2e branch from 3899e56 to 355d82c Compare June 24, 2020 15:10
@jakub-dzon jakub-dzon force-pushed the unsupported-target-net-type-e2e branch from 355d82c to b5466c3 Compare June 24, 2020 15:15
@jakub-dzon jakub-dzon marked this pull request as ready for review June 24, 2020 15:16
@kubevirt-bot kubevirt-bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jun 24, 2020
@jakub-dzon jakub-dzon force-pushed the unsupported-target-net-type-e2e branch from b5466c3 to 36a92d6 Compare June 24, 2020 16:48
@kubevirt-bot
Copy link

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: jakub-dzon, machacekondra, pkliczewski
To complete the pull request process, please assign
You can assign the PR to them by writing /assign in a comment when ready.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@pkliczewski pkliczewski merged commit b102613 into kubevirt:master Jun 24, 2020
@@ -11,4 +11,6 @@ var (
PodType = "pod"
// MultusType defines `pod` resource mapping network type
MultusType = "multus"
// UnsupportedType defines non-existing, unsupported `unsupported resource mapping network type
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jakub-dzon should the second "`unsupported" be removed from the description ? also there is a missing comma.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The second "unsupported" is the the value used as unsupported type:) I will fix the missing punctuation mark.

@jakub-dzon jakub-dzon deleted the unsupported-target-net-type-e2e branch July 5, 2020 07:42
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dco-signoff: yes Indicates the PR's author has DCO signed all their commits. release-note-none Denotes a PR that doesn't merit a release note. size/M
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Validate network target type in network mapping
5 participants