Hi

2022-02-14 Thread Katie F.
Test again

Sent from my iPhone.Kathleen Foos


RE: Hi (Again)

2021-09-13 Thread Paul Angus
Thanks - it was good to find role with a chunk of CloudStack in it.



Kind regards

Paul Angus

-Original Message-
From: Andrija Panic  
Sent: 13 September 2021 14:39
To: dev 
Subject: Re: Hi (Again)

Welcome back, Paul :)

On Mon, 13 Sept 2021 at 14:40, Rohit Yadav 
wrote:

> Paul,
>
> Until the proper feature/changes are in, to pass any arbitrary 
> param/values to an API you can simply add them in the UI/URL.
>
> For example, as root admin:
> http://qa.cloudstack.cloud:8080/client/#/vm returns 11 VMs 
> http://qa.cloudstack.cloud:8080/client/#/vm?projectid=-1=true
> returns 14 VMs (including all projects)
>
>
> Regards.
>
> 
> From: Pearl d'Silva 
> Sent: Monday, September 13, 2021 18:06
> To: dev@cloudstack.apache.org 
> Subject: Re: Hi (Again)
>
> Hi Paul,
>
> There's another PR inflight aiming towards achieving something similar:
> https://github.com/apache/cloudstack/pull/5207.
>
> Regards,
> Pearl
> 
> From: Paul Angus 
> Sent: Monday, September 13, 2021 5:23 PM
> To: dev@cloudstack.apache.org 
> Subject: RE: Hi (Again)
>
> Hi David,
>
> Harsh - But probably true
>
> Thanks for the link!
>
> Kind regards
>
> Paul Angus
>
>
>
>
>
>
>
> -Original Message-
> From: David Jumani 
> Sent: 13 September 2021 12:46
> To: dev@cloudstack.apache.org
> Subject: Re: Hi (Again)
>
> That doesn't seem like a big change from what you've already been 
> doing :D
>
> There's a PR for it https://github.com/apache/cloudstack/pull/4828
> 
> From: Paul Angus 
> Sent: Monday, September 13, 2021 4:50 PM
> To: us...@cloudstack.apache.org ; 
> dev@cloudstack.apache.org 
> Subject: Hi (Again)
>
> Hey All,
>
> So, I’ve moved over to the Dark Side, and I’m now purely a user of 
> CloudStack with Ticketmaster/Live Nation.  I’m mostly going to be all 
> about breaking things rather than fixing them 
>
> …Starting off with:  As root admin I can list all VMs including ones in
> projects via cmk -list virtualmachines projectid=-1
> Is there a way to do the same in the UI?
>
> Cheers!
>
> Paul.
>
> This message is confidential and may be legally privileged or 
> otherwise protected from disclosure. If you are not the intended 
> recipient, please telephone or email the sender and delete this 
> message and any attachment from your system; you must not copy or 
> disclose the contents of this message or any attachment to any other 
> person. We may monitor email traffic and the content of internal and 
> external messages sent to and from us to ensure compliance with internal 
> policies and for the purposes of security.
>
> Ticketmaster UK Limited. Registered Office: 30 St John Street, London 
> EC1M 4AY. Registered in England and Wales. Company Number 02662632.
>
>
>
>

-- 

Andrija Panić


Re: Hi (Again)

2021-09-13 Thread Andrija Panic
Welcome back, Paul :)

On Mon, 13 Sept 2021 at 14:40, Rohit Yadav 
wrote:

> Paul,
>
> Until the proper feature/changes are in, to pass any arbitrary
> param/values to an API you can simply add them in the UI/URL.
>
> For example, as root admin:
> http://qa.cloudstack.cloud:8080/client/#/vm returns 11 VMs
> http://qa.cloudstack.cloud:8080/client/#/vm?projectid=-1=true
> returns 14 VMs (including all projects)
>
>
> Regards.
>
> 
> From: Pearl d'Silva 
> Sent: Monday, September 13, 2021 18:06
> To: dev@cloudstack.apache.org 
> Subject: Re: Hi (Again)
>
> Hi Paul,
>
> There's another PR inflight aiming towards achieving something similar:
> https://github.com/apache/cloudstack/pull/5207.
>
> Regards,
> Pearl
> 
> From: Paul Angus 
> Sent: Monday, September 13, 2021 5:23 PM
> To: dev@cloudstack.apache.org 
> Subject: RE: Hi (Again)
>
> Hi David,
>
> Harsh - But probably true
>
> Thanks for the link!
>
> Kind regards
>
> Paul Angus
>
>
>
>
>
>
>
> -Original Message-
> From: David Jumani 
> Sent: 13 September 2021 12:46
> To: dev@cloudstack.apache.org
> Subject: Re: Hi (Again)
>
> That doesn't seem like a big change from what you've already been doing :D
>
> There's a PR for it https://github.com/apache/cloudstack/pull/4828
> 
> From: Paul Angus 
> Sent: Monday, September 13, 2021 4:50 PM
> To: us...@cloudstack.apache.org ;
> dev@cloudstack.apache.org 
> Subject: Hi (Again)
>
> Hey All,
>
> So, I’ve moved over to the Dark Side, and I’m now purely a user of
> CloudStack with Ticketmaster/Live Nation.  I’m mostly going to be all about
> breaking things rather than fixing them 
>
> …Starting off with:  As root admin I can list all VMs including ones in
> projects via cmk -list virtualmachines projectid=-1
> Is there a way to do the same in the UI?
>
> Cheers!
>
> Paul.
>
> This message is confidential and may be legally privileged or otherwise
> protected from disclosure. If you are not the intended recipient, please
> telephone or email the sender and delete this message and any attachment
> from your system; you must not copy or disclose the contents of this
> message or any attachment to any other person. We may monitor email traffic
> and the content of internal and external messages sent to and from us to
> ensure compliance with internal policies and for the purposes of security.
>
> Ticketmaster UK Limited. Registered Office: 30 St John Street, London EC1M
> 4AY. Registered in England and Wales. Company Number 02662632.
>
>
>
>

-- 

Andrija Panić


Re: Hi (Again)

2021-09-13 Thread Rohit Yadav
Paul,

Until the proper feature/changes are in, to pass any arbitrary param/values to 
an API you can simply add them in the UI/URL.

For example, as root admin:
http://qa.cloudstack.cloud:8080/client/#/vm returns 11 VMs
http://qa.cloudstack.cloud:8080/client/#/vm?projectid=-1=true returns 
14 VMs (including all projects)


Regards.


From: Pearl d'Silva 
Sent: Monday, September 13, 2021 18:06
To: dev@cloudstack.apache.org 
Subject: Re: Hi (Again)

Hi Paul,

There's another PR inflight aiming towards achieving something similar: 
https://github.com/apache/cloudstack/pull/5207.

Regards,
Pearl

From: Paul Angus 
Sent: Monday, September 13, 2021 5:23 PM
To: dev@cloudstack.apache.org 
Subject: RE: Hi (Again)

Hi David,

Harsh - But probably true

Thanks for the link!

Kind regards

Paul Angus




 


-Original Message-
From: David Jumani 
Sent: 13 September 2021 12:46
To: dev@cloudstack.apache.org
Subject: Re: Hi (Again)

That doesn't seem like a big change from what you've already been doing :D

There's a PR for it https://github.com/apache/cloudstack/pull/4828

From: Paul Angus 
Sent: Monday, September 13, 2021 4:50 PM
To: us...@cloudstack.apache.org ; 
dev@cloudstack.apache.org 
Subject: Hi (Again)

Hey All,

So, I’ve moved over to the Dark Side, and I’m now purely a user of CloudStack 
with Ticketmaster/Live Nation.  I’m mostly going to be all about breaking 
things rather than fixing them 

…Starting off with:  As root admin I can list all VMs including ones in 
projects via cmk -list virtualmachines projectid=-1
Is there a way to do the same in the UI?

Cheers!

Paul.

This message is confidential and may be legally privileged or otherwise 
protected from disclosure. If you are not the intended recipient, please 
telephone or email the sender and delete this message and any attachment from 
your system; you must not copy or disclose the contents of this message or any 
attachment to any other person. We may monitor email traffic and the content of 
internal and external messages sent to and from us to ensure compliance with 
internal policies and for the purposes of security.

Ticketmaster UK Limited. Registered Office: 30 St John Street, London EC1M 4AY. 
Registered in England and Wales. Company Number 02662632.





Re: Hi (Again)

2021-09-13 Thread Pearl d'Silva
Hi Paul,

There's another PR inflight aiming towards achieving something similar: 
https://github.com/apache/cloudstack/pull/5207.

Regards,
Pearl

From: Paul Angus 
Sent: Monday, September 13, 2021 5:23 PM
To: dev@cloudstack.apache.org 
Subject: RE: Hi (Again)

Hi David,

Harsh - But probably true

Thanks for the link!

Kind regards

Paul Angus

 


-Original Message-
From: David Jumani 
Sent: 13 September 2021 12:46
To: dev@cloudstack.apache.org
Subject: Re: Hi (Again)

That doesn't seem like a big change from what you've already been doing :D

There's a PR for it https://github.com/apache/cloudstack/pull/4828

From: Paul Angus 
Sent: Monday, September 13, 2021 4:50 PM
To: us...@cloudstack.apache.org ; 
dev@cloudstack.apache.org 
Subject: Hi (Again)

Hey All,

So, I’ve moved over to the Dark Side, and I’m now purely a user of CloudStack 
with Ticketmaster/Live Nation.  I’m mostly going to be all about breaking 
things rather than fixing them 

…Starting off with:  As root admin I can list all VMs including ones in 
projects via cmk -list virtualmachines projectid=-1
Is there a way to do the same in the UI?

Cheers!

Paul.

This message is confidential and may be legally privileged or otherwise 
protected from disclosure. If you are not the intended recipient, please 
telephone or email the sender and delete this message and any attachment from 
your system; you must not copy or disclose the contents of this message or any 
attachment to any other person. We may monitor email traffic and the content of 
internal and external messages sent to and from us to ensure compliance with 
internal policies and for the purposes of security.

Ticketmaster UK Limited. Registered Office: 30 St John Street, London EC1M 4AY. 
Registered in England and Wales. Company Number 02662632.





RE: Hi (Again)

2021-09-13 Thread Paul Angus
Hi David,

Harsh - But probably true

Thanks for the link!

Kind regards

Paul Angus

-Original Message-
From: David Jumani  
Sent: 13 September 2021 12:46
To: dev@cloudstack.apache.org
Subject: Re: Hi (Again)

That doesn't seem like a big change from what you've already been doing :D

There's a PR for it https://github.com/apache/cloudstack/pull/4828

From: Paul Angus 
Sent: Monday, September 13, 2021 4:50 PM
To: us...@cloudstack.apache.org ; 
dev@cloudstack.apache.org 
Subject: Hi (Again)

Hey All,

So, I’ve moved over to the Dark Side, and I’m now purely a user of CloudStack 
with Ticketmaster/Live Nation.  I’m mostly going to be all about breaking 
things rather than fixing them 

…Starting off with:  As root admin I can list all VMs including ones in 
projects via cmk -list virtualmachines projectid=-1
Is there a way to do the same in the UI?

Cheers!

Paul.

This message is confidential and may be legally privileged or otherwise 
protected from disclosure. If you are not the intended recipient, please 
telephone or email the sender and delete this message and any attachment from 
your system; you must not copy or disclose the contents of this message or any 
attachment to any other person. We may monitor email traffic and the content of 
internal and external messages sent to and from us to ensure compliance with 
internal policies and for the purposes of security.

Ticketmaster UK Limited. Registered Office: 30 St John Street, London EC1M 4AY. 
Registered in England and Wales. Company Number 02662632.

 



Re: Hi (Again)

2021-09-13 Thread David Jumani
That doesn't seem like a big change from what you've already been doing :D

There's a PR for it https://github.com/apache/cloudstack/pull/4828

From: Paul Angus 
Sent: Monday, September 13, 2021 4:50 PM
To: us...@cloudstack.apache.org ; 
dev@cloudstack.apache.org 
Subject: Hi (Again)

Hey All,

So, I’ve moved over to the Dark Side, and I’m now purely a user of CloudStack 
with Ticketmaster/Live Nation.  I’m mostly going to be all about breaking 
things rather than fixing them 

…Starting off with:  As root admin I can list all VMs including ones in 
projects via cmk -list virtualmachines projectid=-1
Is there a way to do the same in the UI?

Cheers!

Paul.

This message is confidential and may be legally privileged or otherwise 
protected from disclosure. If you are not the intended recipient, please 
telephone or email the sender and delete this message and any attachment from 
your system; you must not copy or disclose the contents of this message or any 
attachment to any other person. We may monitor email traffic and the content of 
internal and external messages sent to and from us to ensure compliance with 
internal policies and for the purposes of security.

Ticketmaster UK Limited. Registered Office: 30 St John Street, London EC1M 4AY. 
Registered in England and Wales. Company Number 02662632.

 



Hi (Again)

2021-09-13 Thread Paul Angus
Hey All,

So, I’ve moved over to the Dark Side, and I’m now purely a user of CloudStack 
with Ticketmaster/Live Nation.  I’m mostly going to be all about breaking 
things rather than fixing them 

…Starting off with:  As root admin I can list all VMs including ones in 
projects via cmk -list virtualmachines projectid=-1
Is there a way to do the same in the UI?

Cheers!

Paul.

This message is confidential and may be legally privileged or otherwise 
protected from disclosure. If you are not the intended recipient, please 
telephone or email the sender and delete this message and any attachment from 
your system; you must not copy or disclose the contents of this message or any 
attachment to any other person. We may monitor email traffic and the content of 
internal and external messages sent to and from us to ensure compliance with 
internal policies and for the purposes of security.

Ticketmaster UK Limited. Registered Office: 30 St John Street, London EC1M 4AY. 
Registered in England and Wales. Company Number 02662632.


Re: Hi

2013-10-04 Thread Steve Wilson
Thanks!

On 10/2/13 10:33 PM, Koushik Das koushik@citrix.com wrote:

Hi Steve,

Welcome to CloudStack. Looking forward to working with you.


On 02-Oct-2013, at 6:10 PM, Chip Childers chip.child...@sungard.com
wrote:

 Welcome Steve!
 
 
 On Wed, Oct 2, 2013 at 12:38 AM, Steve Wilson
steve.wil...@citrix.comwrote:
 
 Hi Everyone,
 
 I just wanted to take a second and introduce myself.  I recently joined
 Citrix as the VP of Cloud Engineering, and I'm responsible for the
Citrix
 CloudPlatofrm (powered by Apache CloudStack).  I just joined the list
and
 am looking forward to working with everyone in the community.  Feel
free to
 drop me a note if you have suggestions for me on how Citrix can best
work
 with the Apache CloudStack community.
 
 Thanks,
 
 -Steve
 twitter: @virtualsteve
 email: steve.wil...@citrix.com
 




Re: Hi

2013-10-04 Thread Steve Wilson
I'll try to live up to that!

Thanks for the welcome!

On 10/3/13 1:37 AM, Daan Hoogland daan.hoogl...@gmail.com wrote:

H Steve,

I wish you luck with managing the Citrix - Community interaction and given
the continued huge importance of Citrix to Apache CloudStack I am taking
the liberty of calling you our friend.

Welcome,
Daan


On Thu, Oct 3, 2013 at 7:33 AM, Koushik Das koushik@citrix.com
wrote:

 Hi Steve,

 Welcome to CloudStack. Looking forward to working with you.


 On 02-Oct-2013, at 6:10 PM, Chip Childers chip.child...@sungard.com
 wrote:

  Welcome Steve!
 
 
  On Wed, Oct 2, 2013 at 12:38 AM, Steve Wilson steve.wil...@citrix.com
 wrote:
 
  Hi Everyone,
 
  I just wanted to take a second and introduce myself.  I recently
joined
  Citrix as the VP of Cloud Engineering, and I'm responsible for the
 Citrix
  CloudPlatofrm (powered by Apache CloudStack).  I just joined the list
 and
  am looking forward to working with everyone in the community.  Feel
 free to
  drop me a note if you have suggestions for me on how Citrix can best
 work
  with the Apache CloudStack community.
 
  Thanks,
 
  -Steve
  twitter: @virtualsteve
  email: steve.wil...@citrix.com
 





Re: Hi

2013-10-04 Thread Steve Wilson
Thanks!  Looking forward to working with you too!

On 10/3/13 4:35 AM, Bharat Kumar bharat.ku...@citrix.com wrote:

Hi Steve,

Welcome to CloudStack. I look forward to working with you in the
community.


On Oct 3, 2013, at 2:07 PM, Daan Hoogland daan.hoogl...@gmail.com
 wrote:

 H Steve,
 
 I wish you luck with managing the Citrix - Community interaction and
given
 the continued huge importance of Citrix to Apache CloudStack I am taking
 the liberty of calling you our friend.
 
 Welcome,
 Daan
 
 
 On Thu, Oct 3, 2013 at 7:33 AM, Koushik Das koushik@citrix.com
wrote:
 
 Hi Steve,
 
 Welcome to CloudStack. Looking forward to working with you.
 
 
 On 02-Oct-2013, at 6:10 PM, Chip Childers chip.child...@sungard.com
 wrote:
 
 Welcome Steve!
 
 
 On Wed, Oct 2, 2013 at 12:38 AM, Steve Wilson steve.wil...@citrix.com
 wrote:
 
 Hi Everyone,
 
 I just wanted to take a second and introduce myself.  I recently
joined
 Citrix as the VP of Cloud Engineering, and I'm responsible for the
 Citrix
 CloudPlatofrm (powered by Apache CloudStack).  I just joined the list
 and
 am looking forward to working with everyone in the community.  Feel
 free to
 drop me a note if you have suggestions for me on how Citrix can best
 work
 with the Apache CloudStack community.
 
 Thanks,
 
 -Steve
 twitter: @virtualsteve
 email: steve.wil...@citrix.com
 
 
 




Re: Hi

2013-10-04 Thread Steve Wilson
Thanks!

On 10/3/13 4:37 AM, Wei ZHOU ustcweiz...@gmail.com wrote:

Welcome Steve!


2013/10/2 Steve Wilson steve.wil...@citrix.com

 Hi Everyone,

 I just wanted to take a second and introduce myself.  I recently joined
 Citrix as the VP of Cloud Engineering, and I'm responsible for the
Citrix
 CloudPlatofrm (powered by Apache CloudStack).  I just joined the list
and
 am looking forward to working with everyone in the community.  Feel
free to
 drop me a note if you have suggestions for me on how Citrix can best
work
 with the Apache CloudStack community.

 Thanks,

 -Steve
 twitter: @virtualsteve
 email: steve.wil...@citrix.com




Re: Hi

2013-10-03 Thread Daan Hoogland
H Steve,

I wish you luck with managing the Citrix - Community interaction and given
the continued huge importance of Citrix to Apache CloudStack I am taking
the liberty of calling you our friend.

Welcome,
Daan


On Thu, Oct 3, 2013 at 7:33 AM, Koushik Das koushik@citrix.com wrote:

 Hi Steve,

 Welcome to CloudStack. Looking forward to working with you.


 On 02-Oct-2013, at 6:10 PM, Chip Childers chip.child...@sungard.com
 wrote:

  Welcome Steve!
 
 
  On Wed, Oct 2, 2013 at 12:38 AM, Steve Wilson steve.wil...@citrix.com
 wrote:
 
  Hi Everyone,
 
  I just wanted to take a second and introduce myself.  I recently joined
  Citrix as the VP of Cloud Engineering, and I'm responsible for the
 Citrix
  CloudPlatofrm (powered by Apache CloudStack).  I just joined the list
 and
  am looking forward to working with everyone in the community.  Feel
 free to
  drop me a note if you have suggestions for me on how Citrix can best
 work
  with the Apache CloudStack community.
 
  Thanks,
 
  -Steve
  twitter: @virtualsteve
  email: steve.wil...@citrix.com
 




Re: Hi

2013-10-03 Thread Bharat Kumar
Hi Steve,

Welcome to CloudStack. I look forward to working with you in the community.


On Oct 3, 2013, at 2:07 PM, Daan Hoogland daan.hoogl...@gmail.com
 wrote:

 H Steve,
 
 I wish you luck with managing the Citrix - Community interaction and given
 the continued huge importance of Citrix to Apache CloudStack I am taking
 the liberty of calling you our friend.
 
 Welcome,
 Daan
 
 
 On Thu, Oct 3, 2013 at 7:33 AM, Koushik Das koushik@citrix.com wrote:
 
 Hi Steve,
 
 Welcome to CloudStack. Looking forward to working with you.
 
 
 On 02-Oct-2013, at 6:10 PM, Chip Childers chip.child...@sungard.com
 wrote:
 
 Welcome Steve!
 
 
 On Wed, Oct 2, 2013 at 12:38 AM, Steve Wilson steve.wil...@citrix.com
 wrote:
 
 Hi Everyone,
 
 I just wanted to take a second and introduce myself.  I recently joined
 Citrix as the VP of Cloud Engineering, and I'm responsible for the
 Citrix
 CloudPlatofrm (powered by Apache CloudStack).  I just joined the list
 and
 am looking forward to working with everyone in the community.  Feel
 free to
 drop me a note if you have suggestions for me on how Citrix can best
 work
 with the Apache CloudStack community.
 
 Thanks,
 
 -Steve
 twitter: @virtualsteve
 email: steve.wil...@citrix.com
 
 
 



Re: Hi

2013-10-03 Thread Wei ZHOU
Welcome Steve!


2013/10/2 Steve Wilson steve.wil...@citrix.com

 Hi Everyone,

 I just wanted to take a second and introduce myself.  I recently joined
 Citrix as the VP of Cloud Engineering, and I'm responsible for the Citrix
 CloudPlatofrm (powered by Apache CloudStack).  I just joined the list and
 am looking forward to working with everyone in the community.  Feel free to
 drop me a note if you have suggestions for me on how Citrix can best work
 with the Apache CloudStack community.

 Thanks,

 -Steve
 twitter: @virtualsteve
 email: steve.wil...@citrix.com



Re: Hi

2013-10-02 Thread Chip Childers
Welcome Steve!


On Wed, Oct 2, 2013 at 12:38 AM, Steve Wilson steve.wil...@citrix.comwrote:

 Hi Everyone,

 I just wanted to take a second and introduce myself.  I recently joined
 Citrix as the VP of Cloud Engineering, and I'm responsible for the Citrix
 CloudPlatofrm (powered by Apache CloudStack).  I just joined the list and
 am looking forward to working with everyone in the community.  Feel free to
 drop me a note if you have suggestions for me on how Citrix can best work
 with the Apache CloudStack community.

 Thanks,

 -Steve
 twitter: @virtualsteve
 email: steve.wil...@citrix.com



Re: Hi

2013-10-02 Thread Koushik Das
Hi Steve,

Welcome to CloudStack. Looking forward to working with you.


On 02-Oct-2013, at 6:10 PM, Chip Childers chip.child...@sungard.com wrote:

 Welcome Steve!
 
 
 On Wed, Oct 2, 2013 at 12:38 AM, Steve Wilson steve.wil...@citrix.comwrote:
 
 Hi Everyone,
 
 I just wanted to take a second and introduce myself.  I recently joined
 Citrix as the VP of Cloud Engineering, and I'm responsible for the Citrix
 CloudPlatofrm (powered by Apache CloudStack).  I just joined the list and
 am looking forward to working with everyone in the community.  Feel free to
 drop me a note if you have suggestions for me on how Citrix can best work
 with the Apache CloudStack community.
 
 Thanks,
 
 -Steve
 twitter: @virtualsteve
 email: steve.wil...@citrix.com
 



Hi

2013-10-01 Thread Steve Wilson
Hi Everyone,

I just wanted to take a second and introduce myself.  I recently joined Citrix 
as the VP of Cloud Engineering, and I'm responsible for the Citrix 
CloudPlatofrm (powered by Apache CloudStack).  I just joined the list and am 
looking forward to working with everyone in the community.  Feel free to drop 
me a note if you have suggestions for me on how Citrix can best work with the 
Apache CloudStack community.

Thanks,

-Steve
twitter: @virtualsteve
email: steve.wil...@citrix.com