Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Jan 20, 2021. It is now read-only.

Add bypassvlanoverlapcheck parameter when create private gateway#431

Merged
yadvr merged 3 commits intoapache:masterapache/cloudstack-primate:masterfrom
shapeblue:vpc-vlan-bypassshapeblue/cloudstack-primate:vpc-vlan-bypassCopy head branch name to clipboard
Jun 20, 2020
Merged

Add bypassvlanoverlapcheck parameter when create private gateway#431
yadvr merged 3 commits intoapache:masterapache/cloudstack-primate:masterfrom
shapeblue:vpc-vlan-bypassshapeblue/cloudstack-primate:vpc-vlan-bypassCopy head branch name to clipboard

Conversation

@davidjumani
Copy link
Contributor

Fixes #403

listView: true,
args: ['physicalnetworkid', 'vlan', 'ipaddress', 'gateway', 'netmask', 'sourcenatsupported', 'aclid'],
// TODO : Add version check
args: ['physicalnetworkid', 'vlan', 'bypassvlanoverlapcheck', 'ipaddress', 'gateway', 'netmask', 'sourcenatsupported', 'aclid'],
Copy link
Member

Choose a reason for hiding this comment

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

@davidjumani no need, instead use the syntax to return args from a method (see example where args can be a () => { return ...). Basically you can use the example I showed you yesterday to check if param is available in the API to include in the args keys or no (i.e. check API discovery api.params if it exists, if yes return otherwise don't).

></a-input>
</a-form-item>
// TODO : Add version check
<a-form-item :label="$t('label.bypassvlanoverlapcheck')">
Copy link
Member

Choose a reason for hiding this comment

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

Add check to see if API param is available, @davidjumani see e606fe9

@davidjumani
Copy link
Contributor Author

@blueorangutan package

@blueorangutan
Copy link

@davidjumani a Jenkins job has been kicked to build primate packages. I'll keep you posted as I make progress.

@blueorangutan
Copy link

Packaging result: ✔️centos ✔️debian ✔️archive.
QA: http://primate-qa.cloudstack.cloud:8080/client/pr/431 (JID-2045)

@davidjumani davidjumani marked this pull request as ready for review June 18, 2020 08:52
@davidjumani
Copy link
Contributor Author

@rhtyd Good to go! Also fixed missing vpcid when trying to create a private gateway

@yadvr yadvr added this to the 1.0-GA milestone Jun 18, 2020
@yadvr yadvr merged commit 8b3e02a into apache:master Jun 20, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] Check and fix bypassvlanoverlapcheck for VPC private gw

3 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.