ACS 4.16 documentation issue/error

2021-11-25 Thread Andrei Mikhailovsky
Hello everyone. I've been following the Cloud-init integration guides in the ACS 4.16 documentation and noticed a problem with Ubuntu Server 20.04 LTS. In particular, the section "Specify the managed user" shows: system_info : default_user : name : cloud - user lock_passwd : false # disable

[GitHub] [cloudstack-kubernetes-provider] fermosan opened a new issue #36: Interoperability with https://istio.io/

2021-11-25 Thread GitBox
fermosan opened a new issue #36: URL: https://github.com/apache/cloudstack-kubernetes-provider/issues/36 Hello, first of all great work @davidjumani :) The loadbalancer is not detected by istio. kubect-n istio-system get svcem NAME TYPE CL

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

2021-11-25 Thread GitBox
psycofdj commented on pull request #21: URL: https://github.com/apache/cloudstack-go/pull/21#issuecomment-979297926 rebased for conflicts -- 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 spec

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

2021-11-25 Thread GitBox
davidjumani commented on pull request #21: URL: https://github.com/apache/cloudstack-go/pull/21#issuecomment-979744899 I'm not for this since it introduces a new type it can break existing integrations `cannot use resp.HostsMetrics[1].Managementserverid (type cloudstack.CSLong) as type

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

2021-11-25 Thread GitBox
davidjumani edited a comment on pull request #21: URL: https://github.com/apache/cloudstack-go/pull/21#issuecomment-979744899 I'm not for this approach since it introduces a new type it can break existing integrations `cannot use resp.HostsMetrics[1].Managementserverid (type cloudstack.C

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

2021-11-25 Thread GitBox
rhtyd commented on pull request #21: URL: https://github.com/apache/cloudstack-go/pull/21#issuecomment-979746440 Can we do something like PL has done recently https://github.com/apache/cloudstack-go/commit/d0a8e7d2a3623d00911b71b5e9ce514487658d6e @davidjumani review and propose a PR to