alexandru-bagu opened a new pull request #839:
URL: https://github.com/apache/cloudstack-primate/pull/839
When trying to create a VMware template, OS is not selectable and so you get
an error from cloudstack api. Based on the old UI, I think
rootdiskcontrollertype should also be visible fo
rhtyd merged pull request #788:
URL: https://github.com/apache/cloudstack-primate/pull/788
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
alexandru-bagu opened a new issue #840:
URL: https://github.com/apache/cloudstack-primate/issues/840
When trying to upload a local VMware template you cannot choose ostypeid and
you get an API error.
https://prnt.sc/v8iu6w
---
rhtyd commented on pull request #812:
URL:
https://github.com/apache/cloudstack-primate/pull/812#issuecomment-717817388
I checked few views where this lgtm, but it could add regression for few
possible places if ipaddress is not returned just ipadddressid
rhtyd merged pull request #813:
URL: https://github.com/apache/cloudstack-primate/pull/813
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
rhtyd merged pull request #812:
URL: https://github.com/apache/cloudstack-primate/pull/812
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
alexandru-bagu commented on issue #840:
URL:
https://github.com/apache/cloudstack-primate/issues/840#issuecomment-717817436
#839
This is an automated message from the Apache Git Service.
To respond to the message, please lo
rhtyd closed issue #820:
URL: https://github.com/apache/cloudstack-primate/issues/820
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 t
rhtyd commented on pull request #821:
URL:
https://github.com/apache/cloudstack-primate/pull/821#issuecomment-717818497
@utchoang or @davidjumani can you send doc PR for
https://github.com/apache/cloudstack-documentation/blob/master/source/installguide/primate.rst
as well thanks.
--
rhtyd merged pull request #821:
URL: https://github.com/apache/cloudstack-primate/pull/821
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
rhtyd commented on pull request #838:
URL:
https://github.com/apache/cloudstack-primate/pull/838#issuecomment-717819152
Does this depend on any backend API change?
This is an automated message from the Apache Git Service.
T
rhtyd commented on pull request #838:
URL:
https://github.com/apache/cloudstack-primate/pull/838#issuecomment-717819445
Nevermind - I checked, it does; we may need to wait until the upstream PR is
merged at all.
This is an
rhtyd commented on pull request #839:
URL:
https://github.com/apache/cloudstack-primate/pull/839#issuecomment-717820827
@alexandru-bagu actually the latest Primate syncs with CloudStack 4.15; and
with 4.15 we're changing the code to get template from the source OVA than
user-provided deta
rhtyd commented on issue #837:
URL:
https://github.com/apache/cloudstack-primate/issues/837#issuecomment-717821642
The upload cert feature in Accounts -> SSL cert tab is not generally used by
CloudStack LB (maybe netscaler etc.). If it's simple fix go ahead @utchoang or
@davidjumani - ot
rhtyd commented on issue #840:
URL:
https://github.com/apache/cloudstack-primate/issues/840#issuecomment-717821846
https://github.com/apache/cloudstack-primate/pull/839#issuecomment-717820827
cc @nvazquez @PaulAngus
rhtyd commented on pull request #839:
URL:
https://github.com/apache/cloudstack-primate/pull/839#issuecomment-717821932
cc @nvazquez @PaulAngus
This is an automated message from the Apache Git Service.
To respond to the mes
rhtyd commented on issue #827:
URL:
https://github.com/apache/cloudstack-primate/issues/827#issuecomment-717829029
@feizhoulaobo can you share steps on reproducing the problem, and details of
your environment (hypervisor, version of CloudStack etc).
--
rhtyd closed issue #806:
URL: https://github.com/apache/cloudstack-primate/issues/806
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 t
rhtyd commented on issue #806:
URL:
https://github.com/apache/cloudstack-primate/issues/806#issuecomment-717830267
Closing this as it turned out to be a non-issue
This is an automated message from the Apache Git Service.
To
rhtyd commented on issue #806:
URL:
https://github.com/apache/cloudstack-primate/issues/806#issuecomment-717830144
@svenvogel I checked this will show up only if `backup.framework.enabled`
global setting is enabled and on primate-qa env I see it does show up:
![Screenshot from 2020-10-2
rhtyd commented on pull request #818:
URL:
https://github.com/apache/cloudstack-primate/pull/818#issuecomment-717831047
@davidjumani @Pearl1594 @shwstppr can you share reasons for the change -
thanks. I see legacy UI uses the scale API, is that it?
---
rhtyd commented on a change in pull request #838:
URL: https://github.com/apache/cloudstack-primate/pull/838#discussion_r513324566
##
File path: src/config/section/image.js
##
@@ -43,7 +43,15 @@ export default {
}
return fields
},
- details: ['name
rhtyd commented on a change in pull request #838:
URL: https://github.com/apache/cloudstack-primate/pull/838#discussion_r513324894
##
File path: src/config/section/image.js
##
@@ -94,9 +102,14 @@ export default {
args: (record, store) => {
var fields = [
ravening commented on a change in pull request #838:
URL: https://github.com/apache/cloudstack-primate/pull/838#discussion_r513334844
##
File path: src/config/section/image.js
##
@@ -43,7 +43,15 @@ export default {
}
return fields
},
- details: ['n
ravening commented on a change in pull request #838:
URL: https://github.com/apache/cloudstack-primate/pull/838#discussion_r513334844
##
File path: src/config/section/image.js
##
@@ -43,7 +43,15 @@ export default {
}
return fields
},
- details: ['n
davidjumani commented on pull request #832:
URL:
https://github.com/apache/cloudstack-primate/pull/832#issuecomment-717854490
@shwstppr Looks like an issue with the backend. Will look into it
This is an automated message fro
rhtyd opened a new pull request #841:
URL: https://github.com/apache/cloudstack-primate/pull/841
There are many changes, including API changes in upstream master/4.15
which makes it challenging to maintain backward compability of Primate
with older versions of CloudStack. Therefore we
rhtyd commented on pull request #841:
URL:
https://github.com/apache/cloudstack-primate/pull/841#issuecomment-717855594
Following this we need to update
https://github.com/apache/cloudstack-documentation/pull/150 as well wrt the
min. version Primate will support and installation instructi
davidjumani commented on issue #837:
URL:
https://github.com/apache/cloudstack-primate/issues/837#issuecomment-717878368
Doesn't seem too hard. I'll look into it
This is an automated message from the Apache Git Service.
To r
davidjumani opened a new pull request #842:
URL: https://github.com/apache/cloudstack-primate/pull/842
Fixes https://github.com/apache/cloudstack-primate/issues/837
Ignore the api response error, passing dummy data
![Screenshot from 2020-10-28
17-21-00](https://user-images.githubu
davidjumani commented on pull request #842:
URL:
https://github.com/apache/cloudstack-primate/pull/842#issuecomment-717884944
@blueorangutan package
This is an automated message from the Apache Git Service.
To respond to the
rhtyd commented on pull request #841:
URL:
https://github.com/apache/cloudstack-primate/pull/841#issuecomment-717884923
@blueorangutan package
This is an automated message from the Apache Git Service.
To respond to the messa
blueorangutan commented on pull request #842:
URL:
https://github.com/apache/cloudstack-primate/pull/842#issuecomment-717885370
@davidjumani a Jenkins job has been kicked to build primate packages. I'll
keep you posted as I make progress.
-
blueorangutan commented on pull request #841:
URL:
https://github.com/apache/cloudstack-primate/pull/841#issuecomment-717885483
@rhtyd a Jenkins job has been kicked to build primate packages. I'll keep
you posted as I make progress.
---
rhtyd commented on pull request #842:
URL:
https://github.com/apache/cloudstack-primate/pull/842#issuecomment-717885627
This may require a bit of testing as this changes the core AutogenView
This is an automated message from
alexandrubagu-bss removed a comment on pull request #839:
URL:
https://github.com/apache/cloudstack-primate/pull/839#issuecomment-717888344
> @alexandru-bagu actually the latest Primate syncs with CloudStack 4.15;
and with 4.15 we're changing the code to get template from the source OVA th
alexandrubagu-bss commented on pull request #839:
URL:
https://github.com/apache/cloudstack-primate/pull/839#issuecomment-717888344
> @alexandru-bagu actually the latest Primate syncs with CloudStack 4.15;
and with 4.15 we're changing the code to get template from the source OVA than
user
alexandru-bagu commented on pull request #839:
URL:
https://github.com/apache/cloudstack-primate/pull/839#issuecomment-717888627
> @alexandru-bagu actually the latest Primate syncs with CloudStack 4.15;
and with 4.15 we're changing the code to get template from the source OVA than
user-pr
blueorangutan commented on pull request #841:
URL:
https://github.com/apache/cloudstack-primate/pull/841#issuecomment-717889783
Packaging result: :heavy_check_mark:centos :heavy_check_mark:debian
:heavy_check_mark:archive.
QA: http://primate-qa.cloudstack.cloud:8080/client/pr/841 (JID-3
blueorangutan commented on pull request #842:
URL:
https://github.com/apache/cloudstack-primate/pull/842#issuecomment-717891483
Packaging result: :heavy_check_mark:centos :heavy_check_mark:debian
:heavy_check_mark:archive.
QA: http://primate-qa.cloudstack.cloud:8080/client/pr/842 (JID-3
Pearl1594 commented on pull request #818:
URL:
https://github.com/apache/cloudstack-primate/pull/818#issuecomment-717892726
@rhtyd
1. changeServiceForVirtualMachine isn't used by the legacy UI either when we
attempt scaling
2. scaleVirtualMachine does what changeServiceForVirtualMac
davidjumani edited a comment on pull request #832:
URL:
https://github.com/apache/cloudstack-primate/pull/832#issuecomment-717854490
@shwstppr Makes sense to remove it.
Also added a bunch of other fixes
This is an automat
davidjumani commented on pull request #832:
URL:
https://github.com/apache/cloudstack-primate/pull/832#issuecomment-717909550
@blueorangutan package
This is an automated message from the Apache Git Service.
To respond to the
blueorangutan commented on pull request #832:
URL:
https://github.com/apache/cloudstack-primate/pull/832#issuecomment-717909794
@davidjumani a Jenkins job has been kicked to build primate packages. I'll
keep you posted as I make progress.
-
blueorangutan commented on pull request #832:
URL:
https://github.com/apache/cloudstack-primate/pull/832#issuecomment-717914219
Packaging result: :heavy_check_mark:centos :heavy_check_mark:debian
:heavy_check_mark:archive.
QA: http://primate-qa.cloudstack.cloud:8080/client/pr/832 (JID-3
davidjumani commented on pull request #832:
URL:
https://github.com/apache/cloudstack-primate/pull/832#issuecomment-717937112
@blueorangutan package
This is an automated message from the Apache Git Service.
To respond to the
blueorangutan commented on pull request #832:
URL:
https://github.com/apache/cloudstack-primate/pull/832#issuecomment-717937561
@davidjumani a Jenkins job has been kicked to build primate packages. I'll
keep you posted as I make progress.
-
alexandru-bagu commented on issue #840:
URL:
https://github.com/apache/cloudstack-primate/issues/840#issuecomment-717949966
bug caused by incompatibility with cloudstack 4.14 api. vmware template
configurations are handled by api in 4.15.
-
alexandru-bagu closed issue #840:
URL: https://github.com/apache/cloudstack-primate/issues/840
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abov
blueorangutan commented on pull request #832:
URL:
https://github.com/apache/cloudstack-primate/pull/832#issuecomment-717954946
Packaging result: :heavy_check_mark:centos :heavy_check_mark:debian
:heavy_check_mark:archive.
QA: http://primate-qa.cloudstack.cloud:8080/client/pr/832 (JID-3
Thanks Jerry,
I was able to reproduce the issue under NFS as well. Thanks for creating the
issue on Github, it can be then assigned to a PR to fix in the next 4.14.1
version.
Regards,
Nicolas Vazquez
From: li jerry
Sent: Wednesday, October 28, 2020 1:55 AM
T
onitake commented on pull request #22:
URL:
https://github.com/apache/cloudstack-kubernetes-provider/pull/22#issuecomment-718068080
Sorry @davidjumani , this got lost under other stuff.
The framework update script looks very useful indeed!
It was a lot of hassle to manually update the
onitake edited a comment on pull request #22:
URL:
https://github.com/apache/cloudstack-kubernetes-provider/pull/22#issuecomment-718068080
Sorry @davidjumani , this got lost under other stuff.
The framework update script looks very useful indeed!
It was a lot of hassle to manually upd
onitake commented on issue #13:
URL:
https://github.com/apache/cloudstack-kubernetes-provider/issues/13#issuecomment-718074365
This KEP was merged into Kubernetes 1.17.
@davidjumani Since we're basing milestone 1.0 on 1.18, we should document
the change.
The new labels are:
onitake commented on issue #13:
URL:
https://github.com/apache/cloudstack-kubernetes-provider/issues/13#issuecomment-718074924
@rhtyd Please add this to the 1.0 milestone.
This is an automated message from the Apache Git Ser
onitake commented on issue #20:
URL:
https://github.com/apache/cloudstack-kubernetes-provider/issues/20#issuecomment-718074827
@rhtyd Please add this to the 1.0 milestone.
This is an automated message from the Apache Git Ser
onitake commented on issue #7:
URL:
https://github.com/apache/cloudstack-kubernetes-provider/issues/7#issuecomment-718076952
@rhtyd Was there a followup on the mailing list? I think it got lost...
We definitely need a registry for storing prebuilt containers before we
release 1.0, or pe
utchoang opened a new pull request #166:
URL: https://github.com/apache/cloudstack-documentation/pull/166
@rhtyd cc @svenvogel
Add docs for options of the custom sidebar background color of the project
view.
This is an au
58 matches
Mail list logo