Re: CloudStack Kubernetes provider containers on DockerHub

2019-10-02 Thread Rohit Yadav
Hi Sven,

I'm not sure, likely created and managed by some people.


Regards,

Rohit Yadav

Software Architect, ShapeBlue

https://www.shapeblue.com


From: Sven Vogel 
Sent: Wednesday, October 2, 2019 15:02
To: dev 
Cc: Pierre-Luc Dion ; Will Stevens ; 
gabrasc...@gmail.com ; Wido den Hollander 
Subject: Re: CloudStack Kubernetes provider containers on DockerHub

Hi there,

Does this organizations a part of the apache foundation or created by private 
people?

Cheers

Sven


__

Sven Vogel
Teamlead Platform

EWERK DIGITAL GmbH
Brühl 24, D-04109 Leipzig
P +49 341 42649 - 99
F +49 341 42649 - 98
s.vo...@ewerk.com
www.ewerk.com

Geschäftsführer:
Dr. Erik Wende, Hendrik Schubert, Frank Richter
Registergericht: Leipzig HRB 9065

Zertifiziert nach:
ISO/IEC 27001:2013
DIN EN ISO 9001:2015
DIN ISO/IEC 2-1:2011

EWERK-Blog | LinkedIn | Xing | Twitter | Facebook

Auskünfte und Angebote per Mail sind freibleibend und unverbindlich.

Disclaimer Privacy:
Der Inhalt dieser E-Mail (einschließlich etwaiger beigefügter Dateien) ist 
vertraulich und nur für den Empfänger bestimmt. Sollten Sie nicht der 
bestimmungsgemäße Empfänger sein, ist Ihnen jegliche Offenlegung, 
Vervielfältigung, Weitergabe oder Nutzung des Inhalts untersagt. Bitte 
informieren Sie in diesem Fall unverzüglich den Absender und löschen Sie die 
E-Mail (einschließlich etwaiger beigefügter Dateien) von Ihrem System. Vielen 
Dank.

The contents of this e-mail (including any attachments) are confidential and 
may be legally privileged. If you are not the intended recipient of this 
e-mail, any disclosure, copying, distribution or use of its contents is 
strictly prohibited, and you should please notify the sender immediately and 
then delete it (including any attachments) from your system. Thank you.
> Am 01.10.2019 um 14:00 schrieb 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: CloudStack Kubernetes provider containers on DockerHub
>
> 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://www.shapeblue.com
>
> 
> From: Riepl, Gregor (SWISS TXT) 
> Sent: Tuesday, October 1, 2019 14:30
> To: dev@cloudstack.apache.org 
> Subject: CloudStack Kubernetes provider containers on DockerHub
>
> 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
>
> Who has access to these organisations and can publish the provider there?
> The Github repository contains a suitable Dockerfile that we used with 
> DockerHub before and shouldn't require any complicated repository setup.
>
> If possible, please give access to @rhtyd so he can take care of things.
>
> Thanks!
> Gregor
>
> rohit.ya...@shapeblue.com
> www.shapeblue.com
> Amadeus House, Floral Street, London  WC2E 9DPUK
> @shapeblue
>
>
>


rohit.ya...@shapeblue.com 
www.shapeblue.com
Amadeus House, Floral Street, London  WC2E 9DPUK
@shapeblue
  
 



[GitHub] [cloudstack-documentation] rhtyd merged pull request #74: Forward merge: fixing command (#73)

2019-10-02 Thread GitBox
rhtyd merged pull request #74: Forward merge: fixing command (#73)
URL: https://github.com/apache/cloudstack-documentation/pull/74
 
 
   


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [cloudstack-documentation] rhtyd opened a new pull request #74: Forward merge: fixing command (#73)

2019-10-02 Thread GitBox
rhtyd opened a new pull request #74: Forward merge: fixing command (#73)
URL: https://github.com/apache/cloudstack-documentation/pull/74
 
 
   URL was missing...


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [cloudstack-documentation] rhtyd merged pull request #73: fixing command

2019-10-02 Thread GitBox
rhtyd merged pull request #73: fixing command
URL: https://github.com/apache/cloudstack-documentation/pull/73
 
 
   


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


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

2019-10-02 Thread Gabriel Beims Bräscher
@Paul Angus  That would be great. I can gather
some of the commands and help with an automated way of building the
packages.

For building packages, I have been using two projects from Khosrow. They
basically allow building DEB and RPM packages for the distros that we
provide support.

1. Ubuntu (https://github.com/khos2ow/cloudstack-deb-builder/)
1.1  normal packages
mvn clean install
sudo docker run -v /tmp:/mnt/build -v ~/.m2:/root/.m2
khos2ow/cloudstack-deb-builder:ubuntu1604
sudo docker run -v /tmp:/mnt/build -v ~/.m2:/root/.m2
khos2ow/cloudstack-deb-builder:ubuntu1804

1.2 no redist packages
mvn clean install -Dnoredist
sudo docker run -v /tmp:/mnt/build -v ~/.m2:/root/.m2
khos2ow/cloudstack-deb-builder:ubuntu1604
sudo docker run -v /tmp:/mnt/build -v ~/.m2:/root/.m2
khos2ow/cloudstack-deb-builder:ubuntu1804

2. CentOS (https://github.com/khos2ow/cloudstack-rpm-builder)
2.1 normal packages
mvn clean install
sudo docker run -v /home/gabriel/cloudstack-git-build:/mnt/build -v
/home/gabriel/.m2:/root/.m2 khos2ow/cloudstack-rpm-builder:centos6
--distribution centos63

mvn clean install
sudo docker run -v /home/gabriel/cloudstack-git-build:/mnt/build -v
/home/gabriel/.m2:/root/.m2 khos2ow/cloudstack-rpm-builder:centos7
--distribution centos7

2.2 no redist packages
mvn clean install -Dnoredist
sudo docker run -v /tmp:/mnt/build khos2ow/cloudstack-rpm-builder:centos6
--distribution centos63 --pack noredist

mvn clean install -Dnoredist
sudo docker run -v /tmp:/mnt/build khos2ow/cloudstack-rpm-builder:centos7
--distribution centos7 --pack noredist

Once we have all packages generated we can run the scripts that will make
the packages available at dowload.cloudstack.org

Em qua, 2 de out de 2019 às 17:16, Christoffer Pedersen 
escreveu:

> Thank you guys, works like a charm now!
>
> Chris
>
> On Wed, Oct 2, 2019 at 1:25 AM Gabriel Beims Bräscher <
> gabrasc...@gmail.com>
> wrote:
>
> > Hello all,
> >
> > Cache has been cleaned up and (noredist) packages are now available also
> > for Ubuntu (16.04 and 18.04).
> >
> > Regards,
> > Gabriel
> >
> > Em seg, 30 de set de 2019 às 18:25, Gabriel Beims Bräscher <
> > gabrasc...@gmail.com> escreveu:
> >
> > > Hi Rohit and Christoffer,
> > >
> > > Ubuntu packages are available now. However, without the
> non-distributable
> > > packages. I will re-check, but so far the noredist packages for Ubuntu
> > are
> > > not synced and therefofre casued the issues that Christoffer mentioned.
> > > Probably a cache issue somewhere on the server.
> > >
> > > I will get back with updates as soon as figure out the noredist
> packages
> > > issue. So far packages for CentOS are available with no-redist but
> > 4.13.0.0
> > > packages for Ubuntu are available with normal packages only.
> > >
> > > Em seg, 30 de set de 2019 às 07:54, Gabriel Beims Bräscher <
> > > gabrasc...@gmail.com> escreveu:
> > >
> > >> Hi Rohit,
> > >>
> > >> I will regenerate InRelease and packages. Probably the hash mismatch
> was
> > >> caused by the repo partially being updated.
> > >>
> > >> I will check this right now.
> > >>
> > >> Em seg, 30 de set de 2019 às 06:57, Rohit Yadav <
> > >> rohit.ya...@shapeblue.com> escreveu:
> > >>
> > >>> + Gabriel, Wido
> > >>>
> > >>> Hi Christoffer, thanks for reporting.
> > >>>
> > >>> Gabriel, Wido - can you please check and fix. Thanks.
> > >>>
> > >>>
> > >>> Regards,
> > >>>
> > >>> Rohit Yadav
> > >>>
> > >>> Software Architect, ShapeBlue
> > >>> https://www.shapeblue.com
> > >>>
> > >>> rohit.ya...@shapeblue.com
> > >>> www.shapeblue.com
> > >>> @shapeblue
> > >>>
> > >>>
> > >>>
> > >>> --
> > >>> *From:* Christoffer Pedersen 
> > >>> *Sent:* Sunday, September 29, 2019 12:42
> > >>> *To:* us...@cloudstack.apache.org 
> > >>> *Subject:* Failing to download and install cloudstack-agent from
> > >>> deb-repository (Ubuntu 18.04)
> > >>>
> > >>> Hi all,
> > >>>
> > >>> Trying for the last few days to install the cloudstack-agent on a poc
> > >>> host,
> > >>> however Ubuntu throws a checksum mismatch when using the repository..
> > >>>
> > >>> Get:1 http://download.cloudstack.org/ubuntu bionic/4.13 all
> > >>> cloudstack-common all 4.13.0.0~bionic [55.2 MB]
> > >>> Err:1 http://download.cloudstack.org/ubuntu bionic/4.13 all
> > >>> cloudstack-common all 4.13.0.0~bionic
> > >>>   File has unexpected size (55213720 != 55212960). Mirror sync in
> > >>> progress?
> > >>> [IP:185.27.174.49 80]
> > >>>   Hashes of expected file:
> > >>>-
> > >>>
> > >>>
> >
> SHA512:c61a20d07d5d6e83bdb1301598d87fb05586abccf297071a4eeb90cf62ea34f21e00d98bb4ff7ce9a440e619b732ec0a467baf7a9517b8ac15799ebd5cfd2907
> > >>>-
> > >>>
> SHA256:bbe0f069530acf78b0355493c8562a92a253af05dc9dc5bbd44048e97da74462
> > >>>- SHA1:6413ecf413775660409229148f348f82d2530697 [weak]
> > >>>- MD5Sum:fa639279be54120d0c0a3c3c94558c08 [weak]
> > >>>- Filesize:55212960 [weak]
> > >>> Get:2 http://download.cloudstack.org/ubuntu bionic/4.13 all
> > >>> cloudstack-agent a

[GitHub] [cloudstack-documentation] andrijapanicsb commented on issue #73: fixing command

2019-10-02 Thread GitBox
andrijapanicsb commented on issue #73: fixing command
URL: 
https://github.com/apache/cloudstack-documentation/pull/73#issuecomment-537694211
 
 
   
/usr/share/cloudstack-common/scripts/storage/secondary/cloud-install-sys-tmplt 
-m /mnt/secondary -u 
http://download.cloudstack.org/systemvm/4.11/systemvmtemplate-4.11.3-kvm.qcow2.bz2
 -h kvm -s  -F
   
   
   previously it was just "-u systemvmtemplate-4.11.3-kvm.qcow2.bz2"


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [cloudstack-documentation] ACSGitBot commented on issue #73: fixing command

2019-10-02 Thread GitBox
ACSGitBot commented on issue #73: fixing command
URL: 
https://github.com/apache/cloudstack-documentation/pull/73#issuecomment-537693711
 
 
   Build finished.  You can review it at:   
https://acs-www.shapeblue.com/docs/pr73
   
   Build Log Output:
   
   
   No log errors found to report.


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [cloudstack-documentation] ACSGitBot commented on issue #73: fixing command

2019-10-02 Thread GitBox
ACSGitBot commented on issue #73: fixing command
URL: 
https://github.com/apache/cloudstack-documentation/pull/73#issuecomment-537693204
 
 
   Your request had been received, i'll go and build the documentation and 
check the output log for errors.
   
   This shouldn't take long.
   


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [cloudstack-documentation] andrijapanicsb opened a new pull request #73: fixing command

2019-10-02 Thread GitBox
andrijapanicsb opened a new pull request #73: fixing command
URL: https://github.com/apache/cloudstack-documentation/pull/73
 
 
   URL was missing...


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [cloudstack-documentation] andrijapanicsb commented on issue #73: fixing command

2019-10-02 Thread GitBox
andrijapanicsb commented on issue #73: fixing command
URL: 
https://github.com/apache/cloudstack-documentation/pull/73#issuecomment-537693167
 
 
   requesting 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 to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [cloudstack-documentation] PaulAngus merged pull request #72: add current system vm version variable ( |sysvm64-version| )

2019-10-02 Thread GitBox
PaulAngus merged pull request #72: add current system vm version variable ( 
|sysvm64-version| )
URL: https://github.com/apache/cloudstack-documentation/pull/72
 
 
   


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [cloudstack-documentation] ACSGitBot commented on issue #72: add current system vm version variable ( |sysvm64-version| )

2019-10-02 Thread GitBox
ACSGitBot commented on issue #72: add current system vm version variable ( 
|sysvm64-version| )
URL: 
https://github.com/apache/cloudstack-documentation/pull/72#issuecomment-537561258
 
 
   Build finished.  You can review it at:   
https://acs-www.shapeblue.com/docs/pr72
   
   Build Log Output:
   
   
   No log errors found to report.


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [cloudstack-documentation] PaulAngus commented on issue #72: add current system vm version variable ( |sysvm64-version| )

2019-10-02 Thread GitBox
PaulAngus commented on issue #72: add current system vm version variable ( 
|sysvm64-version| )
URL: 
https://github.com/apache/cloudstack-documentation/pull/72#issuecomment-537557408
 
 
   request 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 to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [cloudstack-documentation] ACSGitBot commented on issue #72: add current system vm version variable ( |sysvm64-version| )

2019-10-02 Thread GitBox
ACSGitBot commented on issue #72: add current system vm version variable ( 
|sysvm64-version| )
URL: 
https://github.com/apache/cloudstack-documentation/pull/72#issuecomment-537557449
 
 
   Your request had been received, i'll go and build the documentation and 
check the output log for errors.
   
   This shouldn't take long.
   


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [cloudstack-documentation] PaulAngus opened a new pull request #72: add current system vm version variable ( |sysvm64-version| )

2019-10-02 Thread GitBox
PaulAngus opened a new pull request #72: add current system vm version variable 
( |sysvm64-version| )
URL: https://github.com/apache/cloudstack-documentation/pull/72
 
 
   update 'update from' 4.11.x and 4.12.x pages with better template 
requirement statement.


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


Re: Cloudstack rpm packaging issue

2019-10-02 Thread Rohit Yadav
Hi Darshana,

It depends what you're trying to do. If you're developing a feature in 
CloudStack, build the src, run, test using maven. (see the repository's readme, 
see how to use simulator or maybe https://github.com/rhtyd/monkeybox if you'd 
prefer an appliance based approach).

If what you're trying to do doesn't require changes in CloudStack source code, 
you may simply setup a test environment using pre-built packages.

Regards.

Regards,
Rohit Yadav


From: Darshana Sampath 
Sent: Tuesday, October 1, 2019 6:18:54 PM
To: dev@cloudstack.apache.org 
Subject: Re: Cloudstack rpm packaging issue

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-SNAPSHOT). But it didnt 
work. Any advise?


rohit.ya...@shapeblue.com 
www.shapeblue.com
Amadeus House, Floral Street, London  WC2E 9DPUK
@shapeblue
  
 

On Tue, 1 Oct 2019 at 06:18, Rohit Yadav 
mailto:rohit.ya...@shapeblue.com>> wrote:
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/centos7/4.13/

Hint: here's an example of a project that uses CloudStack jars as dependency:
https://github.com/shapeblue/ccs/tree/master/deps (notice the install.sh there)

Regards,

Rohit Yadav

Software Architect, ShapeBlue

https://www.shapeblue.com


From: Darshana Sampath mailto:dsamp...@mitrai.com>>
Sent: Tuesday, October 1, 2019 14:13
To: dev@cloudstack.apache.org 
mailto:dev@cloudstack.apache.org>>
Subject: Re: Cloudstack rpm packaging issue

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


rohit.ya...@shapeblue.com
www.shapeblue.com
Amadeus House, Floral Street, London  WC2E 9DPUK
@shapeblue



On Tue, 1 Oct 2019 at 13:39, Rohit Yadav 
mailto:rohit.ya...@shapeblue.com>>>
 wrote:
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 repositories listed on the 
downloads page:
http://cloudstack.apache.org/downloads.html

Regards,

Rohit Yadav

Software Architect, ShapeBlue

https://www.shapeblue.com


From: Darshana Sampath 
mailto:dsamp...@mitrai.com>>>
Sent: Tuesday, October 1, 2019 12:43
To: 
dev@cloudstack.apache.org>
 
mailto:dev@cloudstack.apache.org>>>
Subject: Cloudstack rpm packaging issue

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 dependencies:
maven >= 3.0.0 is needed by cloudstack-4.14.0.0-SNAPSHOT.el7.x86_64
RPM Build Failed
I have maven 3.6.2 running on my machine. Am I missing something here. I
have pasted below the CLI output for your reference.

[user@localhost packaging]$ ./package.sh --pack oss --distribution centos7
Packaging CloudStack...
Preparing to package Apache CloudStack 4.14.0.0-SNAPSHOT
. preparing source tarball
. executing rpmbuild
error: Failed build dependencies:
maven >= 3.0.0 is needed by cloudstack-4.14.0.0-SNAPSHOT.el7.x86_64
RPM Build Failed
[user@localhost packaging]$ echo $M2_HOME
/usr/local/maven
[user@localhost packaging]$ mvn -version
Apache Maven 3.6.2 (40f52333136460af0dc0d7232c0dc0bcf0d9e117;
2019-08-27T11:06:16-04:00)
Maven home: /usr/local/maven
Java version: 1.8.0_222, vendor: Oracle Corporation, runtime:
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.222.b10-0.el7_6.x86_64/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.10.0-957.27.2.el7.x86_64", arch: "amd64",
family: "unix"

--

Darshana Sampath

--
The content of this email is confidential and/or copyright and is solely
for the intended recipient. If you have received t

[DISCUSS][PROPOSAL]merge policy ratification

2019-10-02 Thread Daan Hoogland
LS,
in the past we had set a set of rules in the community under which PR could
be merged. I want to reiterate them here as it seems we are kind of
slacking. Please chime in if there are any issues or omissions:

For a PR to be merged it has to adhere to the following conditions:
- In any case
-- A PR has to have had two approving reviews
-- A PR has to have no outstanding requests for changes. A request for
changes is regarded no longer outstanding if the requester stops responding
on the PR discussions.
-- A PR has to have a review with verification description. Depending on
the type of PR this can be a test description, an automated test included,
screenshots in case of UI changes. If it is a tetual change it must be
verified to not apply to logs or events.
- any commiter can merge a PR if it adheres to those conditions
-- unless a freeze has been called by a the branch it is to be merged on by
a community appointed release manager for that branch

hope this is short and complete enough at the same time. It has been agreed
upon in the past but I am too lazy to find the mail thread in the archives.
If anyone disagrees we'll have to go there. They seem reasonable and
self-evident to me. I am also not sure if these should be stated in bylaws
or on github, so comments in that respect are welcome as well. Let's first
again agree on them.

regards,

-- 
Daan


Re: CloudStack Kubernetes provider containers on DockerHub

2019-10-02 Thread Sven Vogel
Hi there,

Does this organizations a part of the apache foundation or created by private 
people?

Cheers

Sven


__

Sven Vogel
Teamlead Platform

EWERK DIGITAL GmbH
Brühl 24, D-04109 Leipzig
P +49 341 42649 - 99
F +49 341 42649 - 98
s.vo...@ewerk.com
www.ewerk.com

Geschäftsführer:
Dr. Erik Wende, Hendrik Schubert, Frank Richter
Registergericht: Leipzig HRB 9065

Zertifiziert nach:
ISO/IEC 27001:2013
DIN EN ISO 9001:2015
DIN ISO/IEC 2-1:2011

EWERK-Blog | LinkedIn | Xing | Twitter | Facebook

Auskünfte und Angebote per Mail sind freibleibend und unverbindlich.

Disclaimer Privacy:
Der Inhalt dieser E-Mail (einschließlich etwaiger beigefügter Dateien) ist 
vertraulich und nur für den Empfänger bestimmt. Sollten Sie nicht der 
bestimmungsgemäße Empfänger sein, ist Ihnen jegliche Offenlegung, 
Vervielfältigung, Weitergabe oder Nutzung des Inhalts untersagt. Bitte 
informieren Sie in diesem Fall unverzüglich den Absender und löschen Sie die 
E-Mail (einschließlich etwaiger beigefügter Dateien) von Ihrem System. Vielen 
Dank.

The contents of this e-mail (including any attachments) are confidential and 
may be legally privileged. If you are not the intended recipient of this 
e-mail, any disclosure, copying, distribution or use of its contents is 
strictly prohibited, and you should please notify the sender immediately and 
then delete it (including any attachments) from your system. Thank you.
> Am 01.10.2019 um 14:00 schrieb 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: CloudStack Kubernetes provider containers on DockerHub
>
> 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://www.shapeblue.com
>
> 
> From: Riepl, Gregor (SWISS TXT) 
> Sent: Tuesday, October 1, 2019 14:30
> To: dev@cloudstack.apache.org 
> Subject: CloudStack Kubernetes provider containers on DockerHub
>
> 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
>
> Who has access to these organisations and can publish the provider there?
> The Github repository contains a suitable Dockerfile that we used with 
> DockerHub before and shouldn't require any complicated repository setup.
>
> If possible, please give access to @rhtyd so he can take care of things.
>
> Thanks!
> Gregor
>
> rohit.ya...@shapeblue.com
> www.shapeblue.com
> Amadeus House, Floral Street, London  WC2E 9DPUK
> @shapeblue
>
>
>



Re: [DISCUSS] Primate - new UI for CloudStack?

2019-10-02 Thread Rohit Yadav
All,

Thank you all for your positive support so far. I just want to share that I 
will start a voting thread on Monday next week, in case there are any further 
feedback, objections and concerns on the proposal before that.

Regards.

Regards,
Rohit Yadav


From: Syed Ahmed 
Sent: Monday, September 23, 2019 8:59:17 PM
To: dev@cloudstack.apache.org 
Cc: us...@cloudstack.apache.org 
Subject: Re: [DISCUSS] Primate - new UI for CloudStack?

Just watched the video of the Presentation Rohit. Great works so far looks
good! Having worked around to change the cursed system.js file I'm
definetly +1 on this

On Sun, Sep 22, 2019 at 10:20 PM Rohit Yadav 
wrote:

> Hi Sid,
>
> I've put the proposal on the wiki for reference:
>
> https://cwiki.apache.org/confluence/display/CLOUDSTACK/Proposal%3A+CloudStack+Primate+UI
>
>
> Regards,
>
> Rohit Yadav
>
> Software Architect, ShapeBlue
>
> https://www.shapeblue.com
>
> 
> From: Siddhartha Kattoju 
> Sent: Friday, September 20, 2019 20:47
> To: dev@cloudstack.apache.org 
> Cc: us...@cloudstack.apache.org 
> Subject: Re: [DISCUSS] Primate - new UI for CloudStack?
>
> +1 from me as well.
>
> Just a side note: I feel like there is a high risk of tldr here. May be its
> just me. It may be would be good to put most of the details in a wiki page
> and just post a summarized version on the list ?
>
> *Sid Kattoju*
>
> Cloud Software Architect | Professional Services
>
> c 514.466.0951
>
>
> * *
>
>
>
>
> On Fri, Sep 20, 2019 at 8:10 AM Rohit Yadav 
> wrote:
>
> > All,
> >
> >
> >
> > == Summary ==
> >
> >
> > I have been working on a new, modern role-based UI for Cloudstack
> (project
> > Primate: https://github.com/shapeblue/primate) I demoed this for the
> > first time at CCCNA19 last week and it was very well received. It was
> > discussed, at length, as an item in the hackathon and the general
> consensus
> > there was that this could become Cloudstacks new UI. We discussed a plan
> to
> > achieve that and now I’m bringing that plan to the list for discussion.
> >
> >
> >
> > == Background ==
> >
> >
> > The current CloudStack UI has grown technical debt over time and it has
> > become harder to extend, develop, maintain in the long run, it is also
> > difficult for new contributors to learn and get started. Since late
> 2018, I
> > started working on a side-project with the aim to create a modern
> > progressive and role-based declaratively-programmed UI for CloudStack,
> > called Primate. Before creating Primate, I set out to create a list of
> core
> > requirements of what would give us an extensible, modern UI that was easy
> > to develop now and in the future. These are the requirements I came up
> with:
> >
> >   *   designed from ground up to be  a complete replacement for our
> > combined user/admin UI
> >   *   to respect all entities in cloudstack and not make assumptions on
> > use-cases of cloudstack
> >   *   data-driven and auto-generation of UI widgets and to be easy to
> > learn, develop, extend, customise and maintain.
> >   *   declarative programming
> >   *   support for API discovery and parameter completion like CloudMonkey
> >   *   support for custom roles
> >
> >
> >
> > I looked at existing Cloudstack UI projects but none of them fully
> > satisfied all these requirements and started Primate.
> >
> >
> >
> > == Project Primate ==
> >
> >
> > For the implementation, I compared a couple of opensource JS and UI
> > frameworks and decided to use VueJS (https://vuejs.org<
> https://vuejs.org/>)
> > which is a JavaScript framework and AntD (https://ant.design<
> > https://ant.design/>) which is a UI design language with a well-defined
> > spec, styling guide, and an implementation-specific to VueJS. VueJS was
> > selected because among a few other JS frameworks I surveyed it was the
> > easiest (for me) to learn and get started. I also surveyed a few UI
> > frameworks and selected AntD because it came with a well-defined spec,
> > styling guide and VueJS specific implementation which gives several
> > re-usable components out of the box.
> >
> >
> >
> > During the development of Primate, I used my previous experience from
> > CloudMonkey and another PoC angular-based UI ProjectX, and it currently
> > supports:
> >
> >   *   role-based UI based on API autodiscovery
> >   *   auto-generated action/API forms with parameter completion
> >   *   declarative component-driven views
> >   *   modern programming methodologies (hot reloading, npm based
> > build/run/compile etc.)
> >   *   decoupled from core Cloudstack code
> >   *   dynamic translation (most/many of old translation files ported)
> >   *   includes dashboards, async job/API polling, all list views/tables
> > per the old UI
> >   *   browser history and url/route driven navigation
> >   *   support for mobiles/tables/desktop screens
> >   *   configuration driven UI customisation (of navigation, icons, APIs
> > etc)

[GitHub] [cloudstack-documentation] PaulAngus commented on issue #71: Update index.rst

2019-10-02 Thread GitBox
PaulAngus commented on issue #71: Update index.rst
URL: 
https://github.com/apache/cloudstack-documentation/pull/71#issuecomment-537371095
 
 
   This should go in the specific upgrade procedures. it is not a headline.


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services