Re: [PR] VNF: support of VNF templates and appliances [cloudstack-documentation]

2023-10-11 Thread via GitHub


DaanHoogland commented on code in PR #354:
URL: 
https://github.com/apache/cloudstack-documentation/pull/354#discussion_r1354252075


##
source/adminguide/networking/vnf_templates_appliances.rst:
##
@@ -0,0 +1,157 @@
+.. Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information#
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+   http://www.apache.org/licenses/LICENSE-2.0
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.
+
+
+VNF Templates and Appliances
+===
+
+Virtualized Network Functions (VNFs) refers to virtualized software 
applications
+which offers network services, for example routers, firewalls, load balancers.
+
+
+Adding VNF templates from URL

Review Comment:
   ```suggestion
   Adding a VNF template from an URL
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] VNF: support of VNF templates and appliances [cloudstack-documentation]

2023-10-11 Thread via GitHub


DaanHoogland commented on code in PR #354:
URL: 
https://github.com/apache/cloudstack-documentation/pull/354#discussion_r1354274091


##
source/adminguide/networking/vnf_templates_appliances.rst:
##
@@ -0,0 +1,157 @@
+.. Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information#
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+   http://www.apache.org/licenses/LICENSE-2.0
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.
+
+
+VNF Templates and Appliances
+===
+
+Virtualized Network Functions (VNFs) refers to virtualized software 
applications
+which offers network services, for example routers, firewalls, load balancers.
+
+
+Adding VNF templates from URL
+---
+
+To create a VNF appliance, user needs to register a VNF template and add VNF 
settings.
+
+#. Log in to the CloudStack UI as an administrator or end user.
+
+#. In the left navigation, choose Images -> Templates
+
+#. Click the "Register template from URL" button.
+
+#. Specify the "Template type" to "VNF"
+
+#. Click OK button.
+
+When the VNF template is registered successfully, you will see the template on
+the same page or under Network -> VNF templates.
+
+   For more information, see `“Uploading Templates from a remote HTTP server”
+   `_.
+
+
+Updating a VM template to VNF template
+---
+
+Users are able to update an existing VM template, which is uploaded from
+HTTP server or local, or created from volume, to a VNF template.
+
+#. Log in to the CloudStack UI as an administrator or end user.
+
+#. In the left navigation, choose Images -> Templates
+
+#. Select the VM template you want to work with.
+
+#. Into System Preferences -> Network 
+
+#. Change the "Template type" to "VNF"
+
+#. Click OK button.
+
+
+Update VNF settings of VNF template
+---
+
+Users need to add VNF nics and VNF details of the VNF templates.
+
+#. Log in to the CloudStack UI as an administrator or end user.
+
+#. In the left navigation, choose Images -> Templates
+
+#. Select the VNF template you want to work with.
+
+#. Click "VNF settings" tab of the VNF template
+
+   |vnf-template-vnf-settings.png|
+
+#. To add VNF nics, click "Add VNF nic"
+
+   |vnf-add-nic.png|
+
+   The following parameters are supported.
+
+   - deviceid: The device ID of the VNF nic. The device id must be consecutive 
and start from 0.
+
+   - name: The name of the VNF nic.
+
+   - required: True if the VNF nic is required. Otherwise it is optional. It 
cannot be true if a precedent nic is optional.
+
+   - management: True if the VNF nic is a management interface. False otherwise
+
+   - description: The description of the VNF nic.
+
+   When VNF nics are added, user will see the list of VNF nics.
+
+   |vnf-nics-list.png|
+
+#. To add VNF details, click click "Add VNF detail"
+
+   |vnf-add-detail.png|
+
+The following parameters are supported.
+
+- name: The name of the VNF detail. The valid values are: ACCESS_METHODS,
+  USERNAME, PASSWORD, SSH_USER, SSH_PASSWORD, SSH_PORT, WEB_USER, WEB_PASSWORD,
+  HTTP_PATH, HTTP_PORT, HTTPS_PATH, HTTPS_PORT and ICON, VERSION, VENDOR, 
MAINTAINER

Review Comment:
   ```suggestion
 HTTP_PATH, HTTP_PORT, HTTPS_PATH, HTTPS_PORT, ICON, VERSION, VENDOR and 
MAINTAINER
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] VNF: support of VNF templates and appliances [cloudstack-documentation]

2023-10-11 Thread via GitHub


weizhouapache commented on PR #354:
URL: 
https://github.com/apache/cloudstack-documentation/pull/354#issuecomment-1756995974

   @blueorangutan docbuild


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] VNF: support of VNF templates and appliances [cloudstack-documentation]

2023-10-11 Thread via GitHub


blueorangutan commented on PR #354:
URL: 
https://github.com/apache/cloudstack-documentation/pull/354#issuecomment-1756997368

   @weizhouapache a Jenkins job has been kicked to build the document. I'll 
keep you posted as I make progress.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] VNF: support of VNF templates and appliances [cloudstack-documentation]

2023-10-11 Thread via GitHub


weizhouapache commented on PR #354:
URL: 
https://github.com/apache/cloudstack-documentation/pull/354#issuecomment-1756995797

   @DaanHoogland 
   thanks a lot for the review
   all suggestions have been committed.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] VNF: support of VNF templates and appliances [cloudstack-documentation]

2023-10-11 Thread via GitHub


blueorangutan commented on PR #354:
URL: 
https://github.com/apache/cloudstack-documentation/pull/354#issuecomment-1756998591

   QA-Doc build preview: https://qa.cloudstack.cloud/builds/docs-build/pr/354. 
(QA-JID 146)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PROPOSE] ACS 4.19.0.0 release

2023-10-11 Thread Abhishek Kumar
Hi all,

Update on the current state of the 4.19.0.0 milestone. Currently, there are 
around 189 open items in the 4.19.0.0 milestone with 73 open PRs and 116 open 
issues.
Also, there are some issues and PRs in 4.18.2.0 milestone which are marked 
major in severity.
Considering these and the fact that there are some interesting new features in 
the milestone that still need some changes, review, or testing we may see some 
deviation in the earlier suggested timeline.

  *   Code freeze can be expected towards the end of the month, October 2023
  *   RC1 can be expected thereafter in the month of November 2023

Also, if you have got an active PR with a new feature or fix that you would 
like to see in 4.19.0.0 release please comment with your interest on the Github 
item.

Regards,
Abhishek



From: Daan Hoogland 
Sent: 29 September 2023 15:22
To: dev@cloudstack.apache.org 
Cc: us...@cloudstack.apache.org 
Subject: Re: [PROPOSE] ACS 4.19.0.0 release

Please note that these figures are not including any issues or PRs marked
for 4.18.2. We have a lot to filter out.

On Fri, Sep 29, 2023 at 11:33 AM Abhishek Kumar <
abhishek.ku...@shapeblue.com> wrote:

> Hi all,
>
> Update on the current state of the 4.19.0.0 milestone. Currently, there
> are 203 open items in the 4.19.0.0 milestone with 72 open PRs and 131 open
> issues.
> Considering the earlier suggested timeline, from next week, we will have
> to triage the open items more diligently to move the inactive items out of
> the milestone.
> The release timeline remains the same:
>
>   *   Code freeze, and stabilization to accept only critical/blocker
> issues in the second half of October 2023. We should be in a better
> position to have a specific date in a week or so.
>   *   Cut 4.19.0.0 RC1 towards the end of October 2023.
>
> Looking forward to your support.
>
> Regards,
> Abhishek
>
> 
> From: Abhishek Kumar 
> Sent: 17 August 2023 22:47
> To: dev@cloudstack.apache.org ;
> us...@cloudstack.apache.org 
> Subject: [PROPOSE] ACS 4.19.0.0 release
>
> Hi,
>
> Thanks all for your support on my 4.19 RM proposal thread!
>
> I propose the following timeline for the 4.19.0.0 release. Keep in mind
> 4.18.1.0 release work is also currently in progress and is being managed by
> Wei.
>
> - (8 plus weeks) Ongoing – Mid-October 2023: Accept all bugs, issues,
> improvements allowed in LTS [1]
> - (1 week) Stabilise the main (or 4.19) branch, accept only
> critical/blocker issues (if any)
> - End October 2023 and onwards: Cut 4.19.0.0 RC1 and further RCs if
> necessary, start/conclude vote, and finish release work
>
> I hope to get support from all active contributors during the process of
> reviewing/testing/merging the PRs. You can find the open issues and PRs at
> the 4.19.0.0 Github milestone [2]. Ping me (@shwstppr) or Daan
> (@DaanHoogland) on your issues and PRs, that are to be included in 4.19.0.0.
>
> Looking forward to your support on bug fixes, reviews, tests, etc. I'm
> happy to collaborate with others on the release management. Thanks.
>
> [1] https://cwiki.apache.org/confluence/display/CLOUDSTACK/LTS
> [2] https://github.com/apache/cloudstack/milestone/24
>
>
> Regards,
> Abhishek
>
>
>
>
>
>
>
>

--
Daan

 



Re: [PR] VNF: support of VNF templates and appliances [cloudstack-documentation]

2023-10-11 Thread via GitHub


weizhouapache commented on PR #354:
URL: 
https://github.com/apache/cloudstack-documentation/pull/354#issuecomment-1757007177

   @blueorangutan package


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] VNF: support of VNF templates and appliances [cloudstack-documentation]

2023-10-11 Thread via GitHub


weizhouapache commented on PR #354:
URL: 
https://github.com/apache/cloudstack-documentation/pull/354#issuecomment-1757009896

   @blueorangutan docbuild


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] VNF: support of VNF templates and appliances [cloudstack-documentation]

2023-10-11 Thread via GitHub


blueorangutan commented on PR #354:
URL: 
https://github.com/apache/cloudstack-documentation/pull/354#issuecomment-1757012898

   QA-Doc build preview: https://qa.cloudstack.cloud/builds/docs-build/pr/354. 
(QA-JID 147)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] VNF: support of VNF templates and appliances [cloudstack-documentation]

2023-10-11 Thread via GitHub


blueorangutan commented on PR #354:
URL: 
https://github.com/apache/cloudstack-documentation/pull/354#issuecomment-1757011731

   @weizhouapache a Jenkins job has been kicked to build the document. I'll 
keep you posted as I make progress.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] VNF: support of VNF templates and appliances [cloudstack-documentation]

2023-10-11 Thread via GitHub


rajujith commented on code in PR #354:
URL: 
https://github.com/apache/cloudstack-documentation/pull/354#discussion_r1354584842


##
source/adminguide/networking/vnf_templates_appliances.rst:
##


Review Comment:
   reference to create VMs is required here? 



##
source/_static/images/vnf-appliance-networks-selection.png:
##


Review Comment:
   This image needs to be replaced with a new one without the 'create network 
button.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Update virtual_machines.rst [cloudstack-documentation]

2023-10-11 Thread via GitHub


rohityadavcloud merged PR #353:
URL: https://github.com/apache/cloudstack-documentation/pull/353


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] VNF: support of VNF templates and appliances [cloudstack-documentation]

2023-10-11 Thread via GitHub


weizhouapache commented on code in PR #354:
URL: 
https://github.com/apache/cloudstack-documentation/pull/354#discussion_r135483


##
source/adminguide/networking/vnf_templates_appliances.rst:
##


Review Comment:
   other settings in the deployment wizard are same as vm deployment
   I think it would be good to add the reference



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] VNF: support of VNF templates and appliances [cloudstack-documentation]

2023-10-11 Thread via GitHub


weizhouapache commented on PR #354:
URL: 
https://github.com/apache/cloudstack-documentation/pull/354#issuecomment-1757524400

   @blueorangutan docbuild


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] VNF: support of VNF templates and appliances [cloudstack-documentation]

2023-10-11 Thread via GitHub


blueorangutan commented on PR #354:
URL: 
https://github.com/apache/cloudstack-documentation/pull/354#issuecomment-1757525735

   @weizhouapache a Jenkins job has been kicked to build the document. I'll 
keep you posted as I make progress.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] VNF: support of VNF templates and appliances [cloudstack-documentation]

2023-10-11 Thread via GitHub


blueorangutan commented on PR #354:
URL: 
https://github.com/apache/cloudstack-documentation/pull/354#issuecomment-1757527367

   QA-Doc build preview: https://qa.cloudstack.cloud/builds/docs-build/pr/354. 
(QA-JID 148)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



ACS kvm host HA

2023-10-11 Thread Technology Mail

*Hello,*

How can I use for KVM server HA?


--

*Thanks & Regards.*

*Support Admin*



*Facebook  | Twitter 
 | YouTube 
 | LinkedIn 
*


*Address : *116/1 West Malibagh, D. I. T Road

Dhaka-1217, Bangladesh

*Mob :* +88 01716915504

*Email :* support.ad...@technologyrss.com

*Web :* www.technologyrss.com


[PR] Bump golang.org/x/net from 0.0.0-20210805182204-aaa1db679c0d to 0.17.0 [cloudstack-terraform-provider]

2023-10-11 Thread via GitHub


dependabot[bot] opened a new pull request, #74:
URL: https://github.com/apache/cloudstack-terraform-provider/pull/74

   Bumps [golang.org/x/net](https://github.com/golang/net) from 
0.0.0-20210805182204-aaa1db679c0d to 0.17.0.
   
   Commits
   
   See full diff in https://github.com/golang/net/commits/v0.17.0";>compare view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/net&package-manager=go_modules&previous-version=0.0.0-20210805182204-aaa1db679c0d&new-version=0.17.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot show  ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   You can disable automated security fix PRs for this repo from the [Security 
Alerts 
page](https://github.com/apache/cloudstack-terraform-provider/network/alerts).
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] Bump golang.org/x/net from 0.8.0 to 0.17.0 [cloudstack-go]

2023-10-11 Thread via GitHub


dependabot[bot] opened a new pull request, #72:
URL: https://github.com/apache/cloudstack-go/pull/72

   Bumps [golang.org/x/net](https://github.com/golang/net) from 0.8.0 to 0.17.0.
   
   Commits
   
   https://github.com/golang/net/commit/b225e7ca6dde1ef5a5ae5ce922861bda011cfabd";>b225e7c
 http2: limit maximum handler goroutines to MaxConcurrentStreams
   https://github.com/golang/net/commit/88194ad8ab44a02ea952c169883c3f57db6cf9f4";>88194ad
 go.mod: update golang.org/x dependencies
   https://github.com/golang/net/commit/2b60a61f1e4cf3a5ecded0bd7e77ea168289e6de";>2b60a61
 quic: fix several bugs in flow control accounting
   https://github.com/golang/net/commit/73d82efb96cacc0c378bc150b56675fc191894b9";>73d82ef
 quic: handle DATA_BLOCKED frames
   https://github.com/golang/net/commit/5d5a036a503f8accd748f7453c0162115187be13";>5d5a036
 quic: handle streams moving from the data queue to the meta queue
   https://github.com/golang/net/commit/350aad2603e57013fafb1a9e2089a382fe67dc80";>350aad2
 quic: correctly extend peer's flow control window after MAX_DATA
   https://github.com/golang/net/commit/21814e71db756f39b69fb1a3e06350fa555a79b1";>21814e7
 quic: validate connection id transport parameters
   https://github.com/golang/net/commit/a600b3518eed7a9a4e24380b4b249cb986d9b64d";>a600b35
 quic: avoid redundant MAX_DATA updates
   https://github.com/golang/net/commit/ea633599b58dc6a50d33c7f5438edfaa8bc313df";>ea63359
 http2: check stream body is present on read timeout
   https://github.com/golang/net/commit/ddd8598e5694aa5e966e44573a53e895f6fa5eb2";>ddd8598
 quic: version negotiation
   Additional commits viewable in https://github.com/golang/net/compare/v0.8.0...v0.17.0";>compare 
view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/net&package-manager=go_modules&previous-version=0.8.0&new-version=0.17.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot show  ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   You can disable automated security fix PRs for this repo from the [Security 
Alerts page](https://github.com/apache/cloudstack-go/network/alerts).
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org