Re: [DISCUSS] Honouring listall=true in API calls to include project resources

2020-02-19 Thread Rohit Yadav
I've logged this issue now https://github.com/apache/cloudstack/issues/3897 I'll see if we can fix listing of all networks for root admin. The PR is primarily intended for Primate and specifically to a few APIs such as listRouters. Regards, Rohit Yadav Software Architect, ShapeBlue

Re: [Help] System VMs start but I can't access them

2020-02-19 Thread Andrija Panic
Hi there, I don't get what is installed inside what (KVM vs VirtualBox)? Why don't you take a look into ACS Quick install guide which requires only a single host (your physical KVM host would do fine) - http://docs.cloudstack.apache.org/en/latest/quickinstallationguide/qig.html - you can go with

RE: [DISCUSS] Honouring listall=true in API calls to include project resources

2020-02-19 Thread Paul Angus
Ideally, yes. The use case for 'listall' for the Admin including networks in projects, is pretty much the same as for Admins wanting to see VMs and VRs in projects... It's hard to manage something that you can't see... ☹ paul.an...@shapeblue.com  www.shapeblue.com 3 London Bridge Street,

[Help] System VMs start but I can't access them

2020-02-19 Thread Marciel Bonamigo
Hello, I'm setting up a test lab with ACS 4.13 and KVM at centos7 Scenario: -KVM physical server -ACS is in the Virtual Box After all the configurations when starting SSVM it takes a long time and when I start I can't access them by any IP address, because for some reason these SSVM are not

Re: [DISCUSS] Honouring listall=true in API calls to include project resources

2020-02-19 Thread Rohit Yadav
Yes Paul, I've tested for routers and ilbvms - you can test yourself here: http://primate-qa.cloudstack.cloud:8080/client/master/ (or using cmk) I just checks, won't work for networks - you want me to fix that? Regards, Rohit Yadav Software Architect, ShapeBlue https://www.shapeblue.com

RE: [DISCUSS] Honouring listall=true in API calls to include project resources

2020-02-19 Thread Paul Angus
Does this include networks and VRs? It's a real pain not being able to see them all.. paul.an...@shapeblue.com  www.shapeblue.com 3 London Bridge Street, 3rd floor, News Building, London SE1 9SGUK @shapeblue -Original Message- From: Rohit Yadav Sent: 19 February 2020 08:42 To:

Re: [DISCUSS] Honouring listall=true in API calls to include project resources

2020-02-19 Thread Ivan Kudryavtsev
This is s nice improvement. ср, 19 февр. 2020 г., 15:41 Rohit Yadav : > All, > > Many list APIs, such as the listRouters API, accept a `listall` parameter > as well as a `projectid` parameter. Currently, on calling a list API with > listall=true and projectid=-1 it only returns resources

[DISCUSS] Honouring listall=true in API calls to include project resources

2020-02-19 Thread Rohit Yadav
All, Many list APIs, such as the listRouters API, accept a `listall` parameter as well as a `projectid` parameter. Currently, on calling a list API with listall=true and projectid=-1 it only returns resources belonging to all projects, the listall=true parameter is effectively ignored. We've