[GitHub] [cloudstack-documentation] andrijapanicsb opened a new pull request #71: Update index.rst

2019-10-01 Thread GitBox
andrijapanicsb opened a new pull request #71: Update index.rst URL: https://github.com/apache/cloudstack-documentation/pull/71 "This release introduces new guest operating systems and related hypervisor OS mappin. Please remove any custom OSes/mappings prior to upgrading and then re-add an

RE: Failing to download and install cloudstack-agent from deb-repository (Ubuntu 18.04)

2019-10-01 Thread Paul Angus
@Gabriel Beims Bräscher is there a documented process that you're following that we could replicate, I'd like to figure out we can create a Jenkins job somewhere that any committer can run to build the packages... paul.an...@shapeblue.com  www.shapeblue.com Amadeus House, Floral Street, London

ApacheCon North America 2020, project participation

2019-10-01 Thread Rich Bowen
Hi, folks, (Note: You're receiving this email because you're on the dev@ list for one or more Apache Software Foundation projects.) For ApacheCon North America 2019, we asked projects to participate in the creation of project/topic specific tracks. This was very successful, with about 15 projects

[DISCUSS] Short "marketing" video project

2019-10-01 Thread Andrija Panic
Hi guys, this is a little project I've been experimenting last 2 weeks and is **temporarily** located on the ShapeBlue channel. https://youtu.be/k3uD69fajCU Do you have any ideas where we can publish this, in more "official", CloudStack way? I was thinking about putting this on the main website

Re: Cloudstack rpm packaging issue

2019-10-01 Thread Darshana Sampath
Hi Rohit, Again Thanks a lot for the information. That means at the moment we have to include each cloudstack module in our project as a dependency? In that case how can we start cloudstack client without jetty support. I tried to start the jar file with java (java -jar cloud-client-ui-4.14.0.0-SNA

Re: CloudStack Kubernetes provider containers on DockerHub

2019-10-01 Thread Riepl, Gregor (SWISS TXT)
I don't strictly need access, but if you think it makes sense, my DockerHub id is: gregorriepl From: Rohit Yadav Sent: 01 October 2019 12:18 To: dev@cloudstack.apache.org ; Pierre-Luc Dion ; Will Stevens ; gabrasc...@gmail.com ; Wido den Hollander Subject: Re:

Re: CloudStack Kubernetes provider containers on DockerHub

2019-10-01 Thread Rohit Yadav
Thanks Gregor. Let me tag a few people that may have access to one of the following docker hub organizations: apache apachecloudstack cloudstack Can you grant access to me (my docker username is 'bhaisaab') and Gregor? Thanks. Regards, Rohit Yadav Software Architect, ShapeBlue https://ww

Re: Cloudstack rpm packaging issue

2019-10-01 Thread Rohit Yadav
Hi Darshana, You're right we don't provide maven packages (yet), what you can do is download an existing rpm package or build and install the jars locally in your maven cache (if your project uses maven) and use those jars from a local location: http://packages.shapeblue.com/cloudstack/upstream/

cloud-init bug fix for VMs with mixed network interfaces

2019-10-01 Thread Riepl, Gregor (SWISS TXT)
Hi CloudStack community, We're still stuck with cloud-init's problematic way of searching for a metadata server: https://github.com/apache/cloudstack/issues/3557 Would you consider taking a look at our proposed fix and comment on it, so it can be pushed ahead? https://code.launchpad.net/~joschi

CloudStack Kubernetes provider containers on DockerHub

2019-10-01 Thread Riepl, Gregor (SWISS TXT)
Hi everyone, We still need to publish the new https://github.com/apache/cloudstack-kubernetes-provider on a public container registry. It looks like the ASF and/or CloudStack project already have accounts on DockerHub: https://hub.docker.com/u/apache https://hub.docker.com/u/apachecloudstack W

Re: Cloudstack rpm packaging issue

2019-10-01 Thread Darshana Sampath
Hi Rohit, Thanks for quick reply. I couldn't find any distro provided packages for maven. I could only find one binary distribution for all. In my case I cant use prebuild cloudstack packages as we are working on some cloudstack developments. Regards, Darshana On Tue, 1 Oct 2019 at 13:39, Rohit Y

Re: Cloudstack rpm packaging issue

2019-10-01 Thread Rohit Yadav
Darshana, you can try to install maven using distro provided package. Make sure you're building centos7 package on a centos7 host, or you can use the following docker image: https://cloud.docker.com/repository/docker/bhaisaab/centos7-cloudstack-slave You can consume pre-built packages from the r

[GitHub] [cloudstack-kubernetes-provider] rhtyd commented on issue #5: Submit request to integrate into Kubernetes documentation

2019-10-01 Thread GitBox
rhtyd commented on issue #5: Submit request to integrate into Kubernetes documentation URL: https://github.com/apache/cloudstack-kubernetes-provider/issues/5#issuecomment-536917978 Can you start a discussion thread on dev@ ML on this @onitake we'll have to check if anyone has any access t

[GitHub] [cloudstack-kubernetes-provider] rhtyd commented on issue #6: [WIP] Improved Ingress Controller example to be clearer and more complete

2019-10-01 Thread GitBox
rhtyd commented on issue #6: [WIP] Improved Ingress Controller example to be clearer and more complete URL: https://github.com/apache/cloudstack-kubernetes-provider/pull/6#issuecomment-536915792 Okay @onitake let me know when you're done and if you can get someone to review your changes.

[GitHub] [cloudstack-kubernetes-provider] rhtyd commented on issue #7: Continuous integration (Dockerhub, etc.) needed

2019-10-01 Thread GitBox
rhtyd commented on issue #7: Continuous integration (Dockerhub, etc.) needed URL: https://github.com/apache/cloudstack-kubernetes-provider/issues/7#issuecomment-536915588 @onitake I don't think I've access there. Can you ask on the CloudStack dev ML? And maybe also access to the following

Cloudstack rpm packaging issue

2019-10-01 Thread Darshana Sampath
Hi, I was able to successfully build cloudstack from source code and start it with jetty. Now I want to package it and deploy it on another machine. Therefore I tried to build the rpm with "./package.sh --pack oss --distribution centos7" . However it throws the below error. error: Failed build depe

[GitHub] [cloudstack-kubernetes-provider] onitake commented on issue #7: Continuous integration (Dockerhub, etc.) needed

2019-10-01 Thread GitBox
onitake commented on issue #7: Continuous integration (Dockerhub, etc.) needed URL: https://github.com/apache/cloudstack-kubernetes-provider/issues/7#issuecomment-536901661 There is an apache user on Docker hub: https://hub.docker.com/u/apache Do you have access there? -

[GitHub] [cloudstack-kubernetes-provider] onitake commented on issue #5: Submit request to integrate into Kubernetes documentation

2019-10-01 Thread GitBox
onitake commented on issue #5: Submit request to integrate into Kubernetes documentation URL: https://github.com/apache/cloudstack-kubernetes-provider/issues/5#issuecomment-536901208 I reopened the pull request, but we're still missing CI and built containers. Without containers availab