[GitHub] [cloudstack-go] psycofdj commented on a change in pull request #21: handle type compatibilty for 4.x baseline

2021-11-12 Thread GitBox
psycofdj commented on a change in pull request #21: URL: https://github.com/apache/cloudstack-go/pull/21#discussion_r748280715 ## File path: cloudstack/HostService.go ## @@ -357,7 +357,7 @@ type AddBaremetalHostResponse struct { Jobstatusint

[GitHub] [cloudstack-go] psycofdj commented on a change in pull request #21: handle type compatibilty for 4.x baseline

2021-11-12 Thread GitBox
psycofdj commented on a change in pull request #21: URL: https://github.com/apache/cloudstack-go/pull/21#discussion_r748280278 ## File path: cloudstack/HostService.go ## @@ -357,7 +357,7 @@ type AddBaremetalHostResponse struct { Jobstatusint

[GitHub] [cloudstack-go] psycofdj commented on a change in pull request #21: handle type compatibilty for 4.x baseline

2021-11-12 Thread GitBox
psycofdj commented on a change in pull request #21: URL: https://github.com/apache/cloudstack-go/pull/21#discussion_r748280278 ## File path: cloudstack/HostService.go ## @@ -357,7 +357,7 @@ type AddBaremetalHostResponse struct { Jobstatusint

[GitHub] [cloudstack-go] psycofdj edited a comment on pull request #21: handle type compatibilty for 4.x baseline

2021-11-12 Thread GitBox
psycofdj edited a comment on pull request #21: URL: https://github.com/apache/cloudstack-go/pull/21#issuecomment-967104919 -- 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. T

[GitHub] [cloudstack-go] psycofdj edited a comment on pull request #21: handle type compatibilty for 4.x baseline

2021-11-12 Thread GitBox
psycofdj edited a comment on pull request #21: URL: https://github.com/apache/cloudstack-go/pull/21#issuecomment-967104919 Unfortunately, there is no available tag in [github.com/apache/cloudstack-go](https://github.com/apache/cloudstack-go/tags) that matches this criteria. We already had

[GitHub] [cloudstack-go] rhtyd commented on a change in pull request #21: handle type compatibilty for 4.x baseline

2021-11-12 Thread GitBox
rhtyd commented on a change in pull request #21: URL: https://github.com/apache/cloudstack-go/pull/21#discussion_r748272432 ## File path: cloudstack/HostService.go ## @@ -357,7 +357,7 @@ type AddBaremetalHostResponse struct { Jobstatusint

[GitHub] [cloudstack-go] psycofdj commented on pull request #21: handle type compatibilty for 4.x baseline

2021-11-12 Thread GitBox
psycofdj commented on pull request #21: URL: https://github.com/apache/cloudstack-go/pull/21#issuecomment-967104919 Unfortunately, there is no available tags in [https://github.com/apache/cloudstack-go/tags](github.com/apache/cloudstack-go) that matches this cirteria. We already had to for

[GitHub] [cloudstack-go] rhtyd edited a comment on pull request #21: handle type compatibilty for 4.x baseline

2021-11-12 Thread GitBox
rhtyd edited a comment on pull request #21: URL: https://github.com/apache/cloudstack-go/pull/21#issuecomment-967100154 Thanks for sharing @psycofdj I understand your problem, you can do two things: - Pin your projects to use same go-sdk tag which works with your cloudstack version (in

[GitHub] [cloudstack-go] rhtyd commented on pull request #21: handle type compatibilty for 4.x baseline

2021-11-12 Thread GitBox
rhtyd commented on pull request #21: URL: https://github.com/apache/cloudstack-go/pull/21#issuecomment-967100154 Thanks for sharing @psycofdj I understand your problem, you can do two things: - Pin your projects to use same go-sdk tag which works with your cloudstack version (in go.mod

unable to add host

2021-11-12 Thread technologyrss.mail
*Hi,* I am using vmwere nested kvm vm for host, all servers are centos 7.9 and ACS version is 4.15.2, But I can't add kvm host on my ACS mgmt server from gui. From GUI error --- HostIncorrect Network setup on agentReinitialize agent after network names are setupdetails : Can

[GitHub] [cloudstack-go] psycofdj edited a comment on pull request #21: handle type compatibilty for 4.x baseline

2021-11-12 Thread GitBox
psycofdj edited a comment on pull request #21: URL: https://github.com/apache/cloudstack-go/pull/21#issuecomment-967039125 I still don't totally understand what your suggestion is (please pardon me for this ^^). Allow me to try a different interpretation and tell me if I'm getting closer:

[GitHub] [cloudstack-go] psycofdj commented on pull request #21: handle type compatibilty for 4.x baseline

2021-11-12 Thread GitBox
psycofdj commented on pull request #21: URL: https://github.com/apache/cloudstack-go/pull/21#issuecomment-967042827 To put it in another way: to be able to read my cloudstack's response, I **need** to modify somehow the code of the cloudstack-go-sdk I'm using. The funny part is that I do

[GitHub] [cloudstack-go] psycofdj edited a comment on pull request #21: handle type compatibilty for 4.x baseline

2021-11-12 Thread GitBox
psycofdj edited a comment on pull request #21: URL: https://github.com/apache/cloudstack-go/pull/21#issuecomment-967042827 To put it in another way: to be able to read my cloudstack's response, I **need** to modify somehow the code of the cloudstack-go-sdk I'm using. The funny part is th

[GitHub] [cloudstack-go] psycofdj edited a comment on pull request #21: handle type compatibilty for 4.x baseline

2021-11-12 Thread GitBox
psycofdj edited a comment on pull request #21: URL: https://github.com/apache/cloudstack-go/pull/21#issuecomment-967039125 I still don't totally understand what your suggestion is (please pardon me for this ^^). Allow me to try a different interpretation and tell me if I'm getting closer:

[GitHub] [cloudstack-go] psycofdj edited a comment on pull request #21: handle type compatibilty for 4.x baseline

2021-11-12 Thread GitBox
psycofdj edited a comment on pull request #21: URL: https://github.com/apache/cloudstack-go/pull/21#issuecomment-967039125 I still don't totally understand what your suggestion is (please pardon me for this ^^). Allow me to try a different interpretation and tell me if I'm getting closer:

[GitHub] [cloudstack-go] psycofdj edited a comment on pull request #21: handle type compatibilty for 4.x baseline

2021-11-12 Thread GitBox
psycofdj edited a comment on pull request #21: URL: https://github.com/apache/cloudstack-go/pull/21#issuecomment-967039125 I still don't totally understand what your suggestion is (please pardon me for this ^^). Allow me to try a different interpretation and tell me if I'm getting closer:

[GitHub] [cloudstack-go] psycofdj commented on pull request #21: handle type compatibilty for 4.x baseline

2021-11-12 Thread GitBox
psycofdj commented on pull request #21: URL: https://github.com/apache/cloudstack-go/pull/21#issuecomment-967039125 I still don't totally understand what your suggestion is (please pardon me for this ^^). Allow me to try a different interpretation and tell me if I'm getting closer:

[GitHub] [cloudstack-go] rhtyd edited a comment on pull request #21: handle type compatibilty for 4.x baseline

2021-11-12 Thread GitBox
rhtyd edited a comment on pull request #21: URL: https://github.com/apache/cloudstack-go/pull/21#issuecomment-967022214 -- 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 u

[GitHub] [cloudstack-go] rhtyd commented on pull request #21: handle type compatibilty for 4.x baseline

2021-11-12 Thread GitBox
rhtyd commented on pull request #21: URL: https://github.com/apache/cloudstack-go/pull/21#issuecomment-967022214 Nope, that's not what I meant @psycofdj you only need to fix your apps that are using go-sdk. The move to the field from long to string would make it compatible (for older ACS v

[GitHub] [cloudstack-go] psycofdj edited a comment on pull request #21: handle type compatibilty for 4.x baseline

2021-11-12 Thread GitBox
psycofdj edited a comment on pull request #21: URL: https://github.com/apache/cloudstack-go/pull/21#issuecomment-967015522 You mean upgrading cloudstack manager in my production environment ? If so, I wish I could. Unfortunately, this is not in my hands and, from what I heard, has a strong

[GitHub] [cloudstack-go] psycofdj edited a comment on pull request #21: handle type compatibilty for 4.x baseline

2021-11-12 Thread GitBox
psycofdj edited a comment on pull request #21: URL: https://github.com/apache/cloudstack-go/pull/21#issuecomment-967015522 You mean upgrading cloudstack manager in my production environment ? If so, I wish I could. Unfortunately, this is not in my hands and, from what I heard, has a strong

[GitHub] [cloudstack-go] psycofdj commented on pull request #21: handle type compatibilty for 4.x baseline

2021-11-12 Thread GitBox
psycofdj commented on pull request #21: URL: https://github.com/apache/cloudstack-go/pull/21#issuecomment-967015522 You mean upgrading cloudstack manager in my production environment ? If so, I wish I could. Unfortunately, this is not in my hands and, from what I heard, has a strong depend

[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #253: 4.16.0 release docs

2021-11-12 Thread GitBox
blueorangutan commented on pull request #253: URL: https://github.com/apache/cloudstack-documentation/pull/253#issuecomment-967015007 Doc build preview: http://qa.cloudstack.cloud/docs/WIP-PROOFING/pr/253. (SL-JID 163) -- This is an automated message from the Apache Git Service. To resp

[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #253: 4.16.0 release docs

2021-11-12 Thread GitBox
blueorangutan commented on pull request #253: URL: https://github.com/apache/cloudstack-documentation/pull/253#issuecomment-967013992 @nvazquez 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 G

[GitHub] [cloudstack-documentation] nvazquez commented on pull request #253: 4.16.0 release docs

2021-11-12 Thread GitBox
nvazquez commented on pull request #253: URL: https://github.com/apache/cloudstack-documentation/pull/253#issuecomment-967013591 @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 t

[GitHub] [cloudstack-go] rhtyd commented on pull request #21: handle type compatibilty for 4.x baseline

2021-11-12 Thread GitBox
rhtyd commented on pull request #21: URL: https://github.com/apache/cloudstack-go/pull/21#issuecomment-967007982 @psycofdj Why not just upgrade your library/fix clients? String is more easily serializable than long wrt compatibilities? -- This is an automated message from the Apache Git