Re: Nexus repository dependencies

2015-11-02 Thread Ramzi Youssefi
apshots > > > > If you use maven mirror for all repositories, you will need to define the > juniper-contrail repo in nexus too. > Same will apply for kvm and midonet. > > Kind Regards, > Frank > > On Sun, Nov 1, 2015 at 6:53 PM, Ramzi Youssefi > wrote: &g

Nexus repository dependencies

2015-11-01 Thread Ramzi Youssefi
it doesn't. Does some of you have experience in this field? For more information, please see this thread: http://stackoverflow.com/questions/33463410/maven-nexus-could-not-resolve-juniper-contrail-api Best regards, -- Ramzi Youssefi Görlitzer Str. 49 01099 Dresden, Germany. Cell: +49 173 19

UsageMonitor UI Plugin ready

2015-07-30 Thread Ramzi Youssefi
Hello everyone, herby I share with everyone our first UI Plugin to monitor the usage resources. Here is the link: https://github.com/BIT-Group-GmbH/cloudstack-plugin-ui-usagemonitor Any thoughts will be very much appreciated. Cheers and have fun! -- Ramzi Youssefi Görlitzer Str. 49 01099

Custom dictionary implementation

2015-07-01 Thread Ramzi Youssefi
ld be greatly appreciated. Regards, -- Ramzi Youssefi Görlitzer Str. 49 01099 Dresden, Germany. Cell: +49 173 1965465 Email: ryouss...@gmail.com

Re: Current project context

2015-04-24 Thread Ramzi Youssefi
nope, I was wrong.. is done automatically as soon one select a project. Cool! On Fri, Apr 24, 2015 at 1:27 PM, Ramzi Youssefi wrote: > I will reply my own question in case someone needs the same. > In an Ajax request, when you give the projectid parameter a -1 then you > will get the

Re: Current project context

2015-04-24 Thread Ramzi Youssefi
I will reply my own question in case someone needs the same. In an Ajax request, when you give the projectid parameter a -1 then you will get the id of the current project where you are currently in. Cheers! On Fri, Apr 24, 2015 at 11:15 AM, Ramzi Youssefi wrote: > Hello everyone, >

Current project context

2015-04-24 Thread Ramzi Youssefi
escription = args.context.listDevices_list_view[0].description; Now I need something similar but regarding the project where I'm currently in (since project can be selected in the upper left corner). Thanks a lot! -- Ramzi Youssefi Görlitzer Str. 49 01099 Dresden, Germany. Cell: +49 173 196546

Re: listUsageRecord only for Admins? Why?

2015-04-16 Thread Ramzi Youssefi
s, Inc. > > -Original Message- > From: Koushik Das [mailto:koushik@citrix.com] > Sent: Wednesday, April 15, 2015 5:41 AM > To: dev > Subject: RE: listUsageRecord only for Admins? Why? > > Agree. I don't think it's possible currently. The listUs

listUsageRecord only for Admins? Why?

2015-04-15 Thread Ramzi Youssefi
Hello developers! is there any reason why listUsageRecords api call is only limited to root and admin users? I think this use case is very common and it would be nice if clients can see their usage records in their projects. Is there any workaround for that? Best, -- Ramzi Youssefi Görlitzer

Re: API: listUsageRecords

2015-04-06 Thread Ramzi Youssefi
if this file works for you or not. > > Thanks, > Praveen > > On Sun, Apr 5, 2015 at 2:38 PM, Ramzi Youssefi > wrote: > > > Hi Praveen, > > > > thank you for your reply! > > I was checking in the database for usage data and I realised that all >

Re: API: listUsageRecords

2015-04-05 Thread Ramzi Youssefi
uted by only > admins. Users may not be able to execute it. > Since you are calling this API through billing module, can you try to use > admin's keys for all users in the code and see if normal users also can > list usage data? > > Thanks, > Praveen > > On Su

API: listUsageRecords

2015-04-04 Thread Ramzi Youssefi
et) 2.- The idea is that the client can query their usage data but the API won't work for users. Only root and domain admin. Is there any way to make possible that the users can call the API? Thanks for your help! -- Ramzi Youssefi Görlitzer Str. 49 01099 Dresden, Germany. Cell: +49

cloudstack ui plugin

2015-02-06 Thread Ramzi Youssefi
ntation in https://cwiki.apache.org/confluence/display/CLOUDSTACK/UI+Plugin+Tutorial is not sufficient. Thanks a lot!! -- Ramzi Youssefi Görlitzer Str. 49 01099 Dresden, Germany. Cell: +49 173 1965465 Email: ryouss...@gmail.com

Re: Cloudstack LOG files

2015-01-16 Thread Ramzi Youssefi
Thanks Rajani, I found them! On Fri, Jan 16, 2015 at 1:12 PM, Rajani Karuturi wrote: > assuming you are running it through mvn -pl client jetty:run, check api.log > and vmops.log files > > ~Rajani > > On Fri, Jan 16, 2015 at 5:31 PM, Ramzi Youssefi > wrote: > > &g

Cloudstack LOG files

2015-01-16 Thread Ramzi Youssefi
es? I have read that they are under /var/log/cloudstack ... but since I'm just running the project from the git repo, I think they might be somewhere else. Thanks for your help! -- Ramzi Youssefi Görlitzer Str. 49 01099 Dresden, Germany. Cell: +49 173 1965465 Email: ryouss...@gmail.com

Cloudstack Simulator: unable to simulate infrastructure from basic.cfg

2014-12-19 Thread Ramzi Youssefi
elp! -- Ramzi Youssefi Görlitzer Str. 49 01099 Dresden, Germany. Cell: +49 173 1965465 Email: ryouss...@gmail.com

Cloudstack Simulator: unable to simulate infrastructure from basic.cfg

2014-12-19 Thread Ramzi Youssefi
elp! -- Ramzi Youssefi Görlitzer Str. 49 01099 Dresden, Germany. Cell: +49 173 1965465 Email: ryouss...@gmail.com

Re: Development environment

2014-12-12 Thread Ramzi Youssefi
-r *.gz > > Gabor > > > -----Original Message- > From: Ramzi Youssefi [mailto:ryouss...@gmail.com] > Sent: 12 December 2014 15:42 > To: dev > Subject: Re: Development environment > > Thank you guys! > I think I'm getting closer. I should have explained t

Re: Development environment

2014-12-12 Thread Ramzi Youssefi
with cp -rf ui/* client/target/generated-webapp/ but nothing happens. Thanks! On Fri, Dec 12, 2014 at 4:20 PM, Rohit Yadav wrote: > > Hi Ramzi, > > On Friday 12 December 2014 08:12 PM, Ramzi Youssefi wrote: > >> Hi Rohit, >> >> thanks for your email! >> that is

Re: Development environment

2014-12-12 Thread Ramzi Youssefi
, Rohit Yadav wrote: > > Hi Ramzi, > > On Friday 12 December 2014 07:20 PM, Ramzi Youssefi wrote: > >> Hi! >> >> I would like to ask how to setup a proper development environment in >> Cloudstack. Until now I have been able only to download CS from git >> cl

Development environment

2014-12-12 Thread Ramzi Youssefi
the code "on the fly"? so I can type something and press F5 in my browser and see the changes immediately? What is the right project that I have to download to do this? Thank you for your response! -- Ramzi Youssefi Görlitzer Str. 49 01099 Dresden, Germany. Cell: +49 173 1965465 Ema