[GitHub] [cloudstack-documentation] DaanHoogland commented on pull request #120: remove-environment.properties-note

2020-05-08 Thread GitBox
DaanHoogland commented on pull request #120: URL: https://github.com/apache/cloudstack-documentation/pull/120#issuecomment-625688121 > The starting premise "if it doesn't exist" is impossible in the first place... (tested on 4.11.0 - agent will never connect if that line is missing in the

[GitHub] [cloudstack-documentation] andrijapanicsb commented on pull request #120: remove-environment.properties-note

2020-05-08 Thread GitBox
andrijapanicsb commented on pull request #120: URL: https://github.com/apache/cloudstack-documentation/pull/120#issuecomment-625704965 As I wrote... its impossible for that line to be missing in ACS 4.11+ (tested) as the agent would not connect to mgmt in the first place - so there is no

[GitHub] [cloudstack-documentation] DaanHoogland commented on pull request #120: remove-environment.properties-note

2020-05-08 Thread GitBox
DaanHoogland commented on pull request #120: URL: https://github.com/apache/cloudstack-documentation/pull/120#issuecomment-625717776 ok, so is this a remark added for trouble shooting? I see your point but also this was added to help some users (actually to prevent questions). Is that n

[GitHub] [cloudstack-primate] vladimirpetrov commented on issue #51: Show Password after deploying VM

2020-05-08 Thread GitBox
vladimirpetrov commented on issue #51: URL: https://github.com/apache/cloudstack-primate/issues/51#issuecomment-625724206 Fix confirmed, working fine. ![image](https://user-images.githubusercontent.com/12384665/81391522-e4671600-9125-11ea-8c1e-f284652866b9.png) ---

Re: [DISCUSS] Primate - publishing release and docs

2020-05-08 Thread Rohit Yadav
Hi Daan, Thanks for replying and participating. Some points: * The document links within Primate is a different topic than the docs for Primate itself, the scope of current discussion is limited to documentation for Primate. The doc link within Primate would be done against the 1.0/GA mile

[GitHub] [cloudstack-primate] shwstppr commented on a change in pull request #296: view: fix api error handling

2020-05-08 Thread GitBox
shwstppr commented on a change in pull request #296: URL: https://github.com/apache/cloudstack-primate/pull/296#discussion_r422066423 ## File path: src/utils/plugins.js ## @@ -77,3 +78,35 @@ export const pollJobPlugin = { } } + +export const notifierPlugin = { + + instal

[GitHub] [cloudstack-primate] rhtyd commented on a change in pull request #296: view: fix api error handling

2020-05-08 Thread GitBox
rhtyd commented on a change in pull request #296: URL: https://github.com/apache/cloudstack-primate/pull/296#discussion_r422068600 ## File path: src/utils/plugins.js ## @@ -77,3 +78,35 @@ export const pollJobPlugin = { } } + +export const notifierPlugin = { + + install (

[GitHub] [cloudstack-primate] vladimirpetrov commented on issue #173: [BUG] Selected instance actions difference between old and new UI

2020-05-08 Thread GitBox
vladimirpetrov commented on issue #173: URL: https://github.com/apache/cloudstack-primate/issues/173#issuecomment-625759712 Fix confirmed, closing the issue. This is an automated message from the Apache Git Service. To respo

[GitHub] [cloudstack-primate] vladimirpetrov commented on issue #199: [BUG] Different list of template images in old and new UI

2020-05-08 Thread GitBox
vladimirpetrov commented on issue #199: URL: https://github.com/apache/cloudstack-primate/issues/199#issuecomment-625760615 Fix confirmed, closing the issue. This is an automated message from the Apache Git Service. To respo

[GitHub] [cloudstack-primate] rhtyd commented on pull request #284: view: actions in template/iso zones

2020-05-08 Thread GitBox
rhtyd commented on pull request #284: URL: https://github.com/apache/cloudstack-primate/pull/284#issuecomment-625781938 Test issues: - Don't poll for async job (both copy and delete operations), notification too early - should refresh after async job poll, for delete if there are no

[GitHub] [cloudstack-primate] rhtyd commented on issue #249: [BUG] Incorrect user name shown in top right corner

2020-05-08 Thread GitBox
rhtyd commented on issue #249: URL: https://github.com/apache/cloudstack-primate/issues/249#issuecomment-625783001 Unable to reproduce, closing on this remark. Let's revisit this after tech preview. This is an automated mes

Re: [VOTE] Apache CloudStack 4.14.0.0 RC2

2020-05-08 Thread Nicolas Vazquez
Hi, I'm reverting my vote as the issue was already present in 4.13. There is a problem casting between java classes that needs fixing but is not a blocker for RC2. Regards, Nicolas Vazquez El vie., 8 may. 2020 a las 1:20, Nicolas Vazquez () escribió: > Here is a fix for the issue above: > https

Re: [VOTE] Apache CloudStack 4.14.0.0 RC2

2020-05-08 Thread Andrija Panic
Thanks Nicolas, let's aim to fix that one in 4.15! On Fri, 8 May 2020, 15:03 Nicolas Vazquez, wrote: > Hi, > > I'm reverting my vote as the issue was already present in 4.13. There is a > problem casting between java classes that needs fixing but is not a blocker > for RC2. > > Regards, > Nicola

[GitHub] [cloudstack-documentation] andrijapanicsb commented on pull request #120: remove-environment.properties-note

2020-05-08 Thread GitBox
andrijapanicsb commented on pull request #120: URL: https://github.com/apache/cloudstack-documentation/pull/120#issuecomment-625820008 This was added back in the days of i.e. 4.5 or 4.6, etc, when it was supposed to be added once and it would stay there for the lifetime of that linux box.

[GitHub] [cloudstack-documentation] DaanHoogland commented on pull request #120: remove-environment.properties-note

2020-05-08 Thread GitBox
DaanHoogland commented on pull request #120: URL: https://github.com/apache/cloudstack-documentation/pull/120#issuecomment-625823110 ah 👍 than This is an automated message from the Apache Git Service. To respond to the messa

[GitHub] [cloudstack-primate] onitake commented on issue #249: [BUG] Incorrect user name shown in top right corner

2020-05-08 Thread GitBox
onitake commented on issue #249: URL: https://github.com/apache/cloudstack-primate/issues/249#issuecomment-625822909 If you can't reproduce it, then it might in fact be related to LDAP account association. I can reproduce it in our environment every time. The LDAP user I logged in

Re: [DISCUSS] Primate - publishing release and docs

2020-05-08 Thread Riepl, Gregor (SWISS TXT)
Hi Rohit, Let me comment on just a few of the topics: > Release cycle I think we should definitely have a daily/nightly build, at least as long as a lot of changes are incoming. I'm think along the lines of a parallel installation, so all versions can be tested and users still get a fallback

Re: [VOTE] Apache CloudStack 4.14.0.0 RC2

2020-05-08 Thread Wei ZHOU
-1 a guy found an issue in pr #3913. He will create a pr. -Wei On Wed, 6 May 2020 at 22:45, Andrija Panic wrote: > Hi All, > > I've created a 4.14.0.0 release (RC2), with the following artefacts up for > testing and a vote: > > Git Branch and Commit SH: > > https://gitbox.apache.org/repos/asf?

Re: [VOTE] Apache CloudStack 4.14.0.0 RC2

2020-05-08 Thread Andrija Panic
Hi Wei, is this the one? Fix dhcp infinite lease time #3913 Can you share more on the issue? Thanks, Andrija On Fri, 8 May 2020, 16:50 Wei ZHOU, wrote: > -1 > > a guy found an issue in pr #3913. He will create a pr. > > -Wei > > On Wed, 6 May 2020 at 22:45, Andrija Panic > wrote: > > > Hi Al

Re: [VOTE] Apache CloudStack 4.14.0.0 RC2

2020-05-08 Thread Wei ZHOU
Hi Andrija, Yes. the lease time non-primary nics is "infiniteh" which should be "infinite". The user have fixed the issue and verified it. They will create pull request tomorrow I think. -Wei On Fri, 8 May 2020 at 16:55, Andrija Panic wrote: > Hi Wei, is this the one? > > Fix dhcp infinite le

Re: [VOTE] Apache CloudStack 4.14.0.0 RC2

2020-05-08 Thread Wei ZHOU
Sorry Andrija, I saw his pull request just now: https://github.com/apache/cloudstack/pull/4064 -Wei On Fri, 8 May 2020 at 23:20, Wei ZHOU wrote: > Hi Andrija, > > Yes. the lease time non-primary nics is "infiniteh" which should be > "infinite". The user have fixed the issue and verified it. Th

[GitHub] [cloudstack-primate] rhtyd commented on pull request #284: template/iso actions in zones tab and template/iso filter in list view

2020-05-08 Thread GitBox
rhtyd commented on pull request #284: URL: https://github.com/apache/cloudstack-primate/pull/284#issuecomment-626107660 remark @shwstppr - this was an untested PR, actions didn't work or show errors/success without doing proper polling. ---

[GitHub] [cloudstack-primate] rhtyd commented on pull request #284: template/iso actions in zones tab and template/iso filter in list view

2020-05-08 Thread GitBox
rhtyd commented on pull request #284: URL: https://github.com/apache/cloudstack-primate/pull/284#issuecomment-626107779 Reviewed and fixed. Tested: - Iso and template registration, fixes in form component - Filter by for template/iso - Copy and delete command for template/iso with

[GitHub] [cloudstack-primate] borisstoyanov opened a new issue #279: [BUG] Copy ISO Form does not discover values in fields. Also they seem to be displayed as API attributes

2020-05-08 Thread GitBox
borisstoyanov opened a new issue #279: URL: https://github.com/apache/cloudstack-primate/issues/279 **Describe the bug** Fields are not populated when selecting copy iso **To Reproduce** Steps to reproduce the behavior: 1. Go to ISOs 2. Select an iso 3. Click on Copy IS

[GitHub] [cloudstack-primate] rhtyd commented on issue #279: [BUG] Copy ISO Form does not discover values in fields. Also they seem to be displayed as API attributes

2020-05-08 Thread GitBox
rhtyd commented on issue #279: URL: https://github.com/apache/cloudstack-primate/issues/279#issuecomment-626108379 @borisstoyanov @vladimirpetrov please test latest master and close. The UX is changed slightly as follows: - the copy and delete buttons are now part of the zones tab for t

[GitHub] [cloudstack-cloudmonkey] rhtyd commented on issue #57: cmk 6 - Provide Docker file and publish to Docker hub

2020-05-08 Thread GitBox
rhtyd commented on issue #57: URL: https://github.com/apache/cloudstack-cloudmonkey/issues/57#issuecomment-626110138 @synergiator https://hub.docker.com/r/apache/cloudstack-cloudmonkey/builds is available now This is an aut

[DISCUSS] Next CloudMonkey release v6.1.0

2020-05-08 Thread Rohit Yadav
All, It's been over a year since the last CloudMonkey (cmk) release. While cmk appears to stable (given no major complains) we've had a few fixes since the last release and we must work on a release in near future (likely after 4.14 and Primate tech preview). I've triaged a few issues for the