Re: Doubt about the development environment and Devcloud

2019-07-02 Thread José Flauzino

Got it. I had not considered that yet. I'll try.
Thanks.

Em 02-07-2019 11:03, Rafael Weingärtner escreveu: 


You set up a running ACS cloud as you would do for a POC/test, and then you
enable the Java remote debug to connect it using your IDE. Then, you are
able to inspect the execution flow in runtime. Of course, changing code as
you normally do in a small system in your IDE would not work. You would do
the patches and then apply in the remote ACS server.

On Mon, Jul 1, 2019 at 3:48 PM José Flauzino
 wrote:

No... How does this work?
I mean, what would the environment look like in this case?

Em 01-07-2019 15:30, Rafael Weingärtner escreveu:

Hey José, have you considered Java remote debugging?

On Mon, Jul 1, 2019 at 3:29 PM José Flauzino
 wrote:

Thanks for reply Tutkowski.
Coincidentally I already saw this video (it helped me a lot).
But now my main difficulty is to deploy a development environment so I
can to run VMs.

Em 01-07-2019 14:57, Tutkowski, Mike escreveu:

I don't have current info on how to set up a dev environment (someone
else can provide this pretty easily, I suspect) as I haven't been
writing CloudStack code the past six months, but I do have a video
link you might be interested in regarding building plug-ins in
CloudStack (from a presentation I gave at the CloudStack Collab Conf
in Seville in 2016):

https://www.youtube.com/watch?v=J9Xc6muzaAk=PLqOXKM0Bt13DFnQnwUx8ZtJzoyDV0Uuye=32=116s
 On 7/1/19, 11:29 AM, "José Flauzino"  wrote: NetApp 
Security WARNING: This is an external email. Do not click
links or open attachments unless you recognize the sender and know the
content is safe.

Hi, I'm new to the mailing list and it's my first question.

I'm masters student in computer science at the Federal University of
Paraná (Brazil) and my research proposal involves developing a
CloudStack plug-in.

My initial difficulty is to deploy the complete environment so that I
have the CloudStack source code in an IDE (e.g., Eclipse) and is able to
create VMs using this same deploy.

At the moment, following the documentation [1 [1]], I can run CloudStack in 
Eclipse and I even started to develop a test plugin following this here
[2 [2]]. However, only with this I can not to run VMs.

Reading the documentation I understood that to do this I need of
Devcloud, but I could not get it because the links (1 [3 [1]],2 [4 [2]]) I 
found are broken and the DIY tutorials [5 [3]] I found are old and did
not work for me.

So to be more specific I would ask this questions:

1 - Has anyone available a OVA or QCOW2 image, or newer DIY tutorial?

2 - Is it possible to run cloudstack-agent from a CloudStack deployment
that runs using source code (without packaging) for me to use as a host
(hypervisor)? If so, how can I do this?

PS: After I can run CloudStack the way I need it, I'm going to evaluate
the feasibility of the implementation I want to do, and if I find it to
be feasible, I send a proposal here on the mailing list to see if it's
in the community's interest.

Any suggestions are welcome!

Thanks.
--
JOSÉ WILSON VIEIRA FLAUZINO
M.Sc. student in Informatics
Department of Informatics
Federal University of Paraná - Brazil
http://www.inf.ufpr.br/jwvflauzino/

* Add to Phrasebook

* No word lists for English -> Portuguese...

* Create a new word list...

* Copy

* Add to Phrasebook

* No word lists for English -> Portuguese...

* Create a new word list...

* Copy

Links:
--
[1 [1]]

https://cwiki.apache.org/confluence/display/CLOUDSTACK/Using+Eclipse+With+CloudStack
[2 [2]] 


https://cwiki.apache.org/confluence/display/CLOUDSTACK/CloudStack+API+Development
[3] http://home.apache.org/~bhaisaab/cloudstack/devcloud/devcloud2.ova [4] 
http://people.apache.org/~sebgoa/devcloud2.ova
[5] https://rohityadav.cloud/blog/devcloud/
--
JOSÉ WILSON VIEIRA FLAUZINO
M.Sc. student in Informatics
Department of Informatics
Federal University of Paraná - Brazil
http://www.inf.ufpr.br/jwvflauzino/

* Add to Phrasebook

* No word lists for English -> Portuguese...

* Create a new word list...

* Copy

* Add to Phrasebook

* No word lists for English -> Portuguese...

* Create a new word list...

* Copy

* Add to Phrasebook

* No word lists for English -> Portuguese...

* Create a new word list...

* Copy

Links:
--
[1] http://home.apache.org/~bhaisaab/cloudstack/devcloud/devcloud2.ova
[2] http://people.apache.org/~sebgoa/devcloud2.ova
[3] https://rohityadav.cloud/blog/devcloud/ 
--

JOSÉ WILSON VIEIRA FLAUZINO
M.Sc. student in Informatics
Department of Informatics
Federal University of Paraná - Brazil
http://www.inf.ufpr.br/jwvflauzino/

Links:
--
[1] http://home.apache.org/~bhaisaab/cloudstack/devcloud/devcloud2.ova
[2] http://people.apache.org/~sebgoa/devcloud2.ova


--
JOSÉ WILSON VIEIRA FLAUZINO
M.Sc. student in Informatics
Department of Informatics
Federal University of Paraná - Brazil 
http://www.inf.ufpr.br/jwvflauzino/

Re: Doubt about the development environment and Devcloud

2019-07-01 Thread José Flauzino

No... How does this work?
I mean, what would the environment look like in this case? 

Em 01-07-2019 15:30, Rafael Weingärtner escreveu: 


Hey José, have you considered Java remote debugging?

On Mon, Jul 1, 2019 at 3:29 PM José Flauzino
 wrote:

Thanks for reply Tutkowski.
Coincidentally I already saw this video (it helped me a lot).
But now my main difficulty is to deploy a development environment so I
can to run VMs.

Em 01-07-2019 14:57, Tutkowski, Mike escreveu:

I don't have current info on how to set up a dev environment (someone
else can provide this pretty easily, I suspect) as I haven't been
writing CloudStack code the past six months, but I do have a video
link you might be interested in regarding building plug-ins in
CloudStack (from a presentation I gave at the CloudStack Collab Conf
in Seville in 2016):

https://www.youtube.com/watch?v=J9Xc6muzaAk=PLqOXKM0Bt13DFnQnwUx8ZtJzoyDV0Uuye=32=116s 
On 7/1/19, 11:29 AM, "José Flauzino"  wrote: 
NetApp Security WARNING: This is an external email. Do not click

links or open attachments unless you recognize the sender and know the
content is safe.

Hi, I'm new to the mailing list and it's my first question.

I'm masters student in computer science at the Federal University of
Paraná (Brazil) and my research proposal involves developing a
CloudStack plug-in.

My initial difficulty is to deploy the complete environment so that I
have the CloudStack source code in an IDE (e.g., Eclipse) and is able to
create VMs using this same deploy.

At the moment, following the documentation [1 [1]], I can run CloudStack in
Eclipse and I even started to develop a test plugin following this here
[2 [2]]. However, only with this I can not to run VMs.

Reading the documentation I understood that to do this I need of
Devcloud, but I could not get it because the links (1 [3 [1]],2 [4 [2]]) I 
found are broken and the DIY tutorials [5 [3]] I found are old and did not work
for me.

So to be more specific I would ask this questions:

1 - Has anyone available a OVA or QCOW2 image, or newer DIY tutorial?

2 - Is it possible to run cloudstack-agent from a CloudStack deployment
that runs using source code (without packaging) for me to use as a host
(hypervisor)? If so, how can I do this?

PS: After I can run CloudStack the way I need it, I'm going to evaluate
the feasibility of the implementation I want to do, and if I find it to
be feasible, I send a proposal here on the mailing list to see if it's
in the community's interest.

Any suggestions are welcome!

Thanks.
--
JOSÉ WILSON VIEIRA FLAUZINO
M.Sc. student in Informatics
Department of Informatics
Federal University of Paraná - Brazil
http://www.inf.ufpr.br/jwvflauzino/

* Add to Phrasebook

* No word lists for English -> Portuguese...

* Create a new word list...

* Copy

* Add to Phrasebook

* No word lists for English -> Portuguese...

* Create a new word list...

* Copy

Links:
--
[1 [1]]

https://cwiki.apache.org/confluence/display/CLOUDSTACK/Using+Eclipse+With+CloudStack
 [2 [2]]

https://cwiki.apache.org/confluence/display/CLOUDSTACK/CloudStack+API+Development
 [3] http://home.apache.org/~bhaisaab/cloudstack/devcloud/devcloud2.ova
[4] http://people.apache.org/~sebgoa/devcloud2.ova
[5] https://rohityadav.cloud/blog/devcloud/ 
--

JOSÉ WILSON VIEIRA FLAUZINO
M.Sc. student in Informatics
Department of Informatics
Federal University of Paraná - Brazil
http://www.inf.ufpr.br/jwvflauzino/

* Add to Phrasebook

* No word lists for English -> Portuguese...

* Create a new word list...

* Copy

* Add to Phrasebook

* No word lists for English -> Portuguese...

* Create a new word list...

* Copy

* Add to Phrasebook

* No word lists for English -> Portuguese...

* Create a new word list...

* Copy

Links:
--
[1] http://home.apache.org/~bhaisaab/cloudstack/devcloud/devcloud2.ova
[2] http://people.apache.org/~sebgoa/devcloud2.ova
[3] https://rohityadav.cloud/blog/devcloud/


--
JOSÉ WILSON VIEIRA FLAUZINO
M.Sc. student in Informatics
Department of Informatics
Federal University of Paraná - Brazil 
http://www.inf.ufpr.br/jwvflauzino/ 


Links:
--
[1] http://home.apache.org/~bhaisaab/cloudstack/devcloud/devcloud2.ova
[2] http://people.apache.org/~sebgoa/devcloud2.ova

Re: Doubt about the development environment and Devcloud

2019-07-01 Thread José Flauzino
Thanks for reply Tutkowski. 
Coincidentally I already saw this video (it helped me a lot). 
But now my main difficulty is to deploy a development environment so I
can to run VMs. 

Em 01-07-2019 14:57, Tutkowski, Mike escreveu: 


I don't have current info on how to set up a dev environment (someone
else can provide this pretty easily, I suspect) as I haven't been
writing CloudStack code the past six months, but I do have a video
link you might be interested in regarding building plug-ins in
CloudStack (from a presentation I gave at the CloudStack Collab Conf
in Seville in 2016):

https://www.youtube.com/watch?v=J9Xc6muzaAk=PLqOXKM0Bt13DFnQnwUx8ZtJzoyDV0Uuye=32=116s

On 7/1/19, 11:29 AM, "José Flauzino"  wrote:

NetApp Security WARNING: This is an external email. Do not click
links or open attachments unless you recognize the sender and know the
content is safe.

Hi, I'm new to the mailing list and it's my first question.

I'm masters student in computer science at the Federal University of
Paraná (Brazil) and my research proposal involves developing a
CloudStack plug-in.

My initial difficulty is to deploy the complete environment so that I
have the CloudStack source code in an IDE (e.g., Eclipse) and is able to
create VMs using this same deploy.

At the moment, following the documentation [1], I can run CloudStack in
Eclipse and I even started to develop a test plugin following this here
[2]. However, only with this I can not to run VMs.

Reading the documentation I understood that to do this I need of
Devcloud, but I could not get it because the links (1 [3 [1]],2 [4 [2]]) I found
are broken and the DIY tutorials [5 [3]] I found are old and did not work
for me.

So to be more specific I would ask this questions:

1 - Has anyone available a OVA or QCOW2 image, or newer DIY tutorial?

2 - Is it possible to run cloudstack-agent from a CloudStack deployment
that runs using source code (without packaging) for me to use as a host
(hypervisor)? If so, how can I do this?

PS: After I can run CloudStack the way I need it, I'm going to evaluate
the feasibility of the implementation I want to do, and if I find it to
be feasible, I send a proposal here on the mailing list to see if it's
in the community's interest.

Any suggestions are welcome!

Thanks.
--
JOSÉ WILSON VIEIRA FLAUZINO
M.Sc. student in Informatics
Department of Informatics
Federal University of Paraná - Brazil
http://www.inf.ufpr.br/jwvflauzino/

* Add to Phrasebook

* No word lists for English -> Portuguese...

* Create a new word list...

* Copy

* Add to Phrasebook

* No word lists for English -> Portuguese...

* Create a new word list...

* Copy

Links:
--
[1]

https://cwiki.apache.org/confluence/display/CLOUDSTACK/Using+Eclipse+With+CloudStack
[2]

https://cwiki.apache.org/confluence/display/CLOUDSTACK/CloudStack+API+Development
[3] http://home.apache.org/~bhaisaab/cloudstack/devcloud/devcloud2.ova
[4] http://people.apache.org/~sebgoa/devcloud2.ova
[5] https://rohityadav.cloud/blog/devcloud/


--
JOSÉ WILSON VIEIRA FLAUZINO
M.Sc. student in Informatics
Department of Informatics
Federal University of Paraná - Brazil 
http://www.inf.ufpr.br/jwvflauzino/ 

	* Add to Phrasebook 

	* No word lists for English -> Portuguese... 


* Create a new word list...

* Copy

	* Add to Phrasebook 

	* No word lists for English -> Portuguese... 


* Create a new word list...

* Copy

	* Add to Phrasebook 

	* No word lists for English -> Portuguese... 


* Create a new word list...

* Copy



Links:
--
[1] http://home.apache.org/~bhaisaab/cloudstack/devcloud/devcloud2.ova
[2] http://people.apache.org/~sebgoa/devcloud2.ova
[3] https://rohityadav.cloud/blog/devcloud/

Doubt about the development environment and Devcloud

2019-07-01 Thread José Flauzino
Hi, I'm new to the mailing list and it's my first question. 


I'm masters student in computer science at the Federal University of
Paraná (Brazil) and my research proposal involves developing a
CloudStack plug-in. 


My initial difficulty is to deploy the complete environment so that I
have the CloudStack source code in an IDE (e.g., Eclipse) and is able to
create VMs using this same deploy. 


At the moment, following the documentation [1], I can run CloudStack in
Eclipse and I even started to develop a test plugin following this here
[2]. However, only with this I can not to run VMs. 


Reading the documentation I understood that to do this I need of
Devcloud, but I could not get it because the links (1 [3],2 [4]) I found
are broken and the DIY tutorials [5] I found are old and did not work
for me. 

So to be more specific I would ask this questions: 

1 - Has anyone available a OVA or QCOW2 image, or newer DIY tutorial? 


2 - Is it possible to run cloudstack-agent from a CloudStack deployment
that runs using source code (without packaging) for me to use as a host
(hypervisor)? If so, how can I do this? 


PS: After I can run CloudStack the way I need it, I'm going to evaluate
the feasibility of the implementation I want to do, and if I find it to
be feasible, I send a proposal here on the mailing list to see if it's
in the community's interest. 

Any suggestions are welcome! 

Thanks. 
--

JOSÉ WILSON VIEIRA FLAUZINO
M.Sc. student in Informatics
Department of Informatics
Federal University of Paraná - Brazil 
http://www.inf.ufpr.br/jwvflauzino/ 

	* Add to Phrasebook 

	* No word lists for English -> Portuguese... 


* Create a new word list...

* Copy

	* Add to Phrasebook 

	* No word lists for English -> Portuguese... 


* Create a new word list...

* Copy



Links:
--
[1]
https://cwiki.apache.org/confluence/display/CLOUDSTACK/Using+Eclipse+With+CloudStack
[2]
https://cwiki.apache.org/confluence/display/CLOUDSTACK/CloudStack+API+Development
[3] http://home.apache.org/~bhaisaab/cloudstack/devcloud/devcloud2.ova
[4] http://people.apache.org/~sebgoa/devcloud2.ova
[5] https://rohityadav.cloud/blog/devcloud/