[GitHub] [cloudstack-cloudmonkey] rhtyd commented on issue #94: add human readable output

2021-08-27 Thread GitBox


rhtyd commented on issue #94:
URL: 
https://github.com/apache/cloudstack-cloudmonkey/issues/94#issuecomment-907024782


   Good idea, I think it's sort of a regression - we shouldn't round of to the 
`x.xeY` format. This only happens for the text output, does not happy for the 
json output.
   The immediate fix we can attempt is to output the same number (as-is) than 
change the format cc @Pearl1594 


-- 
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.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-documentation] rhtyd commented on pull request #238: Update service offering section with new compute offering and disk offering changes

2021-08-27 Thread GitBox


rhtyd commented on pull request #238:
URL: 
https://github.com/apache/cloudstack-documentation/pull/238#issuecomment-907083590


   @blueorangutan 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.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #238: Update service offering section with new compute offering and disk offering changes

2021-08-27 Thread GitBox


blueorangutan commented on pull request #238:
URL: 
https://github.com/apache/cloudstack-documentation/pull/238#issuecomment-907083866


   @rhtyd a Jenkins job has been kicked to build the document. I'll keep you 
posted as I make progress.


-- 
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.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #238: Update service offering section with new compute offering and disk offering changes

2021-08-27 Thread GitBox


blueorangutan commented on pull request #238:
URL: 
https://github.com/apache/cloudstack-documentation/pull/238#issuecomment-907084607


   Doc build preview: http://qa.cloudstack.cloud/docs/WIP-PROOFING/pr/238. 
(SL-JID 133)


-- 
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.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-documentation] rhtyd commented on a change in pull request #238: Update service offering section with new compute offering and disk offering changes

2021-08-27 Thread GitBox


rhtyd commented on a change in pull request #238:
URL: 
https://github.com/apache/cloudstack-documentation/pull/238#discussion_r697344861



##
File path: source/adminguide/service_offerings.rst
##
@@ -158,9 +158,14 @@ parameters, such as CPU, speed, RAM are recorded.
 Creating a New Compute Offering
 ~~~
 
-.. image:: /_static/images/compute_offering_dialog.png
+.. image:: 
/_static/images/compute_offering_dailog_with_compute_only_disk_offering.png
:width: 400px
-   :align: center
+   :align: left

Review comment:
   nit - the alignment may cause issue - I would rather prefer images to be 
right or in center (without text)




-- 
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.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-documentation] rhtyd commented on a change in pull request #238: Update service offering section with new compute offering and disk offering changes

2021-08-27 Thread GitBox


rhtyd commented on a change in pull request #238:
URL: 
https://github.com/apache/cloudstack-documentation/pull/238#discussion_r697345343



##
File path: source/adminguide/storage.rst
##
@@ -661,6 +661,37 @@ The following table shows possible combinations of Service 
offering supported re
Shrinking the Root disk is not supported via the service offering resizing 
workflow. All the combinations above assume a transition to Root disks with 
size equals or bigger than the original.
Service Offerings with Root size of 0GB do not change the disk size to Zero 
and indicates that the offering do not enforces a Root disk size.
 
+Change disk offering for volume
+~~~
+
+There are volume operations like migrate volume and resize volume and both 
accepts new disk offering to replace the existing disk offering of volume.
+Instead of those APIs, Disk offering of a volume can be changed directly using 
changeOfferingForVolume API, also supported from UI.
+Upon changing the disk offering the volume will be resized and/or migrated to 
the suitable storage pool if required according to the new disk offering.
+
+Global setting "match.storage.pool.tags.with.disk.offering" gives flexibility 
or control to choose the new disk offering. 
+If this setting is true, then the new disk offering should have the same 
storage tags as the exiting disk offering of the volume.
+
+To change the disk offering of a volume:
+
+#. Log in to the CloudStack UI as a user or admin.
+
+#. In the left navigation bar, click Storage.
+
+#. In Select View, choose Volumes.
+
+#. Select the volume name in the Volumes list, then click the Change Offering 
for Volume button
+
+#. In the Change Offering For Volume pop-up, choose desired disk offering for 
the
+   volume.
+
+   |change-offering-for-volume.png|

Review comment:
   Image didn't render in docs




-- 
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.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-go] pdion891 commented on pull request #5: fix #4: only work on 4.15

2021-08-27 Thread GitBox


pdion891 commented on pull request #5:
URL: https://github.com/apache/cloudstack-go/pull/5#issuecomment-907138389


   @rhtyd  if this SDK must match the acs version because of the API list, 
shouldn't it be easier to use the same version as ACS for this SDK version. 
   ie, creating version of this SDK v4.15-x, increment last digit for SDX fixes.
   
   That way it would be easy to know which version of the SDX fit with the 
running version of ACS ?


-- 
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.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-go] rhtyd commented on pull request #5: fix #4: only work on 4.15

2021-08-27 Thread GitBox


rhtyd commented on pull request #5:
URL: https://github.com/apache/cloudstack-go/pull/5#issuecomment-907142122


   @pdion891 Yes you're right, maybe we should tag releases based on ACS 
versions.


-- 
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.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[cloudstack-go] sdk releasing

2021-08-27 Thread Pierre-Luc Dion
I've messing around with cloudstack-go

Did a fix that rohit merged yesturday for hostsservices, but this fix will
only work for acs4.15, I'd like to fix it for previous acs version too, but
look like the version of the SDK depend on acs version;

Example; for the hostservices, the host attribute managementserverid is a
UUID in 4.15, but an integer in an older version of xenserver. This breaks
the structs,or map, we must have some other similar issue.

so I'd like to help on creating a tag or version of the SDK so they would
match acs version target,
ie: SDK version = v4.15-0; where the last digit would define the sdk
version or increase with fixes.
Current versioning in use = https://github.com/apache/cloudstack-go/releases

The issue I'm expecting to face is if we create a release , let's say
v4.15-0 from main branch today, if we want to create v4.14.0, it will not
be possible from the main branch because we need to revert the last commit
but also fix hostservices.

Here are a bunch of questions I have:
1. Should we create a branch for older ACS versions  and keep main for
latest fixes and future releases ?
2. Do we need to vote for such changes?
3. Does such releases could impact other Go projects that use this one,
such as terraform and kubernetes drivers?
4. Should we provide similar versioning on our kubernetes driver?


Re: [DISCUSS] hackathon at ccc

2021-08-27 Thread Pierre-Luc Dion
+1 : marving ports to python3


On Tue, Aug 24, 2021 at 8:37 AM Gabriel Bräscher 
wrote:

> +1 Sounds good to me.
>
> I would propose someone organizing the hackathon by raising the topics and
> adding at a Kanban during the Hackathon, then we can split into teams if
> there are too many tasks/attendees.
> The Kanban would be similar to what was done in the ApacheCon Montréal 2018
> Hackathon [1,2].
> I would suggest making it at the CloudStack Github projects, similar to
> this example: [3].
>
> I know that not everyone will be able to attend, but that happens in the
> "In loco"/"not-online" events as well :-(
> With an online Hackathon, we can share a video on the YT channel or do
> something as Rohit mentioned, telecast on twitch or something.
>
> Regards,
> Gabriel.
>
> [1]
>
> https://trello.com/invite/b/ztgaumtx/fd51a88ce97b2de02201ed52e99384b9/cloudstack-hackathon-18
> [2]
>
> https://lists.apache.org/thread.html/7b11d18f97f4e4f1c69aa3861670f77dd21c9f2d55f23bbe79d39ca6%40%3Cdev.cloudstack.apache.org%3E
> [3] https://github.com/GabrielBrascher/cloudstack/projects/1
>
> Em ter., 24 de ago. de 2021 às 08:53, Sina Kashipazha
>  escreveu:
>
> > Nothing particular in my mind right now. But I thought it would be nice
> to
> > extend one of my recent works. We have had an issue recently that needs
> > network monitoring. I created a small python app using Jupyterlab and
> Scapy
> > to monitor network packets. I thought it would be nice to extend it to
> > cover more use cases and add it to the virtual router.
> >
> > I have no time limit.
> >
> >
> > ‐‐‐ Original Message ‐‐‐
> >
> > On Tuesday, August 24th, 2021 at 11:36, Daan Hoogland <
> > daan.hoogl...@gmail.com> wrote:
> >
> > > thanks Sina,
> > >
> >
> > > Any subjects you would like to work on, and what length of time would
> you
> > >
> >
> > > like to participate?
> > >
> >
> > > On Tue, Aug 24, 2021 at 11:22 AM Sina Kashipazha
> > >
> >
> > > s.kashipa...@protonmail.com.invalid wrote:
> > >
> >
> > > > +1
> > > >
> >
> > > > I love to participate :)
> > > >
> >
> > > > ‐‐‐ Original Message ‐‐‐
> > > >
> >
> > > > On Tuesday, August 24th, 2021 at 10:30, Daan Hoogland <
> > > >
> >
> > > > daan.hoogl...@gmail.com> wrote:
> > > >
> >
> > > > > Devs,
> > > >
> >
> > > > > At our next ccc [1] we will be convening virtually. Is there
> > interest in
> > > >
> >
> > > > > doing a hackathon virtually as well? My current subject of eternal
> > > > >
> >
> > > > > torture
> > > >
> >
> > > > > is test frameworks (getting half way through porting tests to
> python3
> > > > >
> >
> > > > > now)
> > > >
> >
> > > > > but I can imagine way more interesting subjects to hack on (ui, the
> > new
> > > > >
> >
> > > > > SDN
> > > >
> >
> > > > > tungsten, any logging facility improvements, reimplementing
> > cloudstack in
> > > >
> >
> > > > > rust) We do not have to be very formal on subjects to start with
> but
> > we
> > > > >
> >
> > > > > do
> > > >
> >
> > > > > need to have enough people saying jeey and a time frame. Will we
> take
> > > > >
> >
> > > > > half
> > > >
> >
> > > > > a day, two days or something in between. If there is enough
> > enthusiasm we
> > > >
> >
> > > > > can do preemptive work on the wiki somewhere below [2]
> > > >
> >
> > > > > [1] http://cloudstackcollab.org/
> > > >
> >
> > > > > [2] https://cwiki.apache.org/confluence/display/CLOUDSTACK/Events
> > > >
> >
> > > > > regards
> > > >
> >
> > > > > Daan
> > >
> >
> > > --
> > >
> >
> > > Daan
>


Re: [DISCUSS] hackathon at ccc

2021-08-27 Thread Daan Hoogland
:D that is merged PL, please have at 5082 where I try to fix some failing
component tests. test frameworks and such is a good subject though!

On Fri, Aug 27, 2021 at 4:09 PM Pierre-Luc Dion  wrote:

> +1 : marving ports to python3
>
>
> On Tue, Aug 24, 2021 at 8:37 AM Gabriel Bräscher 
> wrote:
>
> > +1 Sounds good to me.
> >
> > I would propose someone organizing the hackathon by raising the topics
> and
> > adding at a Kanban during the Hackathon, then we can split into teams if
> > there are too many tasks/attendees.
> > The Kanban would be similar to what was done in the ApacheCon Montréal
> 2018
> > Hackathon [1,2].
> > I would suggest making it at the CloudStack Github projects, similar to
> > this example: [3].
> >
> > I know that not everyone will be able to attend, but that happens in the
> > "In loco"/"not-online" events as well :-(
> > With an online Hackathon, we can share a video on the YT channel or do
> > something as Rohit mentioned, telecast on twitch or something.
> >
> > Regards,
> > Gabriel.
> >
> > [1]
> >
> >
> https://trello.com/invite/b/ztgaumtx/fd51a88ce97b2de02201ed52e99384b9/cloudstack-hackathon-18
> > [2]
> >
> >
> https://lists.apache.org/thread.html/7b11d18f97f4e4f1c69aa3861670f77dd21c9f2d55f23bbe79d39ca6%40%3Cdev.cloudstack.apache.org%3E
> > [3] https://github.com/GabrielBrascher/cloudstack/projects/1
> >
> > Em ter., 24 de ago. de 2021 às 08:53, Sina Kashipazha
> >  escreveu:
> >
> > > Nothing particular in my mind right now. But I thought it would be nice
> > to
> > > extend one of my recent works. We have had an issue recently that needs
> > > network monitoring. I created a small python app using Jupyterlab and
> > Scapy
> > > to monitor network packets. I thought it would be nice to extend it to
> > > cover more use cases and add it to the virtual router.
> > >
> > > I have no time limit.
> > >
> > >
> > > ‐‐‐ Original Message ‐‐‐
> > >
> > > On Tuesday, August 24th, 2021 at 11:36, Daan Hoogland <
> > > daan.hoogl...@gmail.com> wrote:
> > >
> > > > thanks Sina,
> > > >
> > >
> > > > Any subjects you would like to work on, and what length of time would
> > you
> > > >
> > >
> > > > like to participate?
> > > >
> > >
> > > > On Tue, Aug 24, 2021 at 11:22 AM Sina Kashipazha
> > > >
> > >
> > > > s.kashipa...@protonmail.com.invalid wrote:
> > > >
> > >
> > > > > +1
> > > > >
> > >
> > > > > I love to participate :)
> > > > >
> > >
> > > > > ‐‐‐ Original Message ‐‐‐
> > > > >
> > >
> > > > > On Tuesday, August 24th, 2021 at 10:30, Daan Hoogland <
> > > > >
> > >
> > > > > daan.hoogl...@gmail.com> wrote:
> > > > >
> > >
> > > > > > Devs,
> > > > >
> > >
> > > > > > At our next ccc [1] we will be convening virtually. Is there
> > > interest in
> > > > >
> > >
> > > > > > doing a hackathon virtually as well? My current subject of
> eternal
> > > > > >
> > >
> > > > > > torture
> > > > >
> > >
> > > > > > is test frameworks (getting half way through porting tests to
> > python3
> > > > > >
> > >
> > > > > > now)
> > > > >
> > >
> > > > > > but I can imagine way more interesting subjects to hack on (ui,
> the
> > > new
> > > > > >
> > >
> > > > > > SDN
> > > > >
> > >
> > > > > > tungsten, any logging facility improvements, reimplementing
> > > cloudstack in
> > > > >
> > >
> > > > > > rust) We do not have to be very formal on subjects to start with
> > but
> > > we
> > > > > >
> > >
> > > > > > do
> > > > >
> > >
> > > > > > need to have enough people saying jeey and a time frame. Will we
> > take
> > > > > >
> > >
> > > > > > half
> > > > >
> > >
> > > > > > a day, two days or something in between. If there is enough
> > > enthusiasm we
> > > > >
> > >
> > > > > > can do preemptive work on the wiki somewhere below [2]
> > > > >
> > >
> > > > > > [1] http://cloudstackcollab.org/
> > > > >
> > >
> > > > > > [2]
> https://cwiki.apache.org/confluence/display/CLOUDSTACK/Events
> > > > >
> > >
> > > > > > regards
> > > > >
> > >
> > > > > > Daan
> > > >
> > >
> > > > --
> > > >
> > >
> > > > Daan
> >
>


-- 
Daan


Re: [DISCUSS] hackathon at ccc

2021-08-27 Thread Pierre-Luc Dion
I'm aware of the major upgrade you did to get marvin moved to python3.
On our side we need to ramp up on how to use Marvin so we can probably help
a bit on fixing issues.

On Fri, Aug 27, 2021 at 10:57 AM Daan Hoogland 
wrote:

> :D that is merged PL, please have at 5082 where I try to fix some failing
> component tests. test frameworks and such is a good subject though!
>
> On Fri, Aug 27, 2021 at 4:09 PM Pierre-Luc Dion 
> wrote:
>
> > +1 : marving ports to python3
> >
> >
> > On Tue, Aug 24, 2021 at 8:37 AM Gabriel Bräscher 
> > wrote:
> >
> > > +1 Sounds good to me.
> > >
> > > I would propose someone organizing the hackathon by raising the topics
> > and
> > > adding at a Kanban during the Hackathon, then we can split into teams
> if
> > > there are too many tasks/attendees.
> > > The Kanban would be similar to what was done in the ApacheCon Montréal
> > 2018
> > > Hackathon [1,2].
> > > I would suggest making it at the CloudStack Github projects, similar to
> > > this example: [3].
> > >
> > > I know that not everyone will be able to attend, but that happens in
> the
> > > "In loco"/"not-online" events as well :-(
> > > With an online Hackathon, we can share a video on the YT channel or do
> > > something as Rohit mentioned, telecast on twitch or something.
> > >
> > > Regards,
> > > Gabriel.
> > >
> > > [1]
> > >
> > >
> >
> https://trello.com/invite/b/ztgaumtx/fd51a88ce97b2de02201ed52e99384b9/cloudstack-hackathon-18
> > > [2]
> > >
> > >
> >
> https://lists.apache.org/thread.html/7b11d18f97f4e4f1c69aa3861670f77dd21c9f2d55f23bbe79d39ca6%40%3Cdev.cloudstack.apache.org%3E
> > > [3] https://github.com/GabrielBrascher/cloudstack/projects/1
> > >
> > > Em ter., 24 de ago. de 2021 às 08:53, Sina Kashipazha
> > >  escreveu:
> > >
> > > > Nothing particular in my mind right now. But I thought it would be
> nice
> > > to
> > > > extend one of my recent works. We have had an issue recently that
> needs
> > > > network monitoring. I created a small python app using Jupyterlab and
> > > Scapy
> > > > to monitor network packets. I thought it would be nice to extend it
> to
> > > > cover more use cases and add it to the virtual router.
> > > >
> > > > I have no time limit.
> > > >
> > > >
> > > > ‐‐‐ Original Message ‐‐‐
> > > >
> > > > On Tuesday, August 24th, 2021 at 11:36, Daan Hoogland <
> > > > daan.hoogl...@gmail.com> wrote:
> > > >
> > > > > thanks Sina,
> > > > >
> > > >
> > > > > Any subjects you would like to work on, and what length of time
> would
> > > you
> > > > >
> > > >
> > > > > like to participate?
> > > > >
> > > >
> > > > > On Tue, Aug 24, 2021 at 11:22 AM Sina Kashipazha
> > > > >
> > > >
> > > > > s.kashipa...@protonmail.com.invalid wrote:
> > > > >
> > > >
> > > > > > +1
> > > > > >
> > > >
> > > > > > I love to participate :)
> > > > > >
> > > >
> > > > > > ‐‐‐ Original Message ‐‐‐
> > > > > >
> > > >
> > > > > > On Tuesday, August 24th, 2021 at 10:30, Daan Hoogland <
> > > > > >
> > > >
> > > > > > daan.hoogl...@gmail.com> wrote:
> > > > > >
> > > >
> > > > > > > Devs,
> > > > > >
> > > >
> > > > > > > At our next ccc [1] we will be convening virtually. Is there
> > > > interest in
> > > > > >
> > > >
> > > > > > > doing a hackathon virtually as well? My current subject of
> > eternal
> > > > > > >
> > > >
> > > > > > > torture
> > > > > >
> > > >
> > > > > > > is test frameworks (getting half way through porting tests to
> > > python3
> > > > > > >
> > > >
> > > > > > > now)
> > > > > >
> > > >
> > > > > > > but I can imagine way more interesting subjects to hack on (ui,
> > the
> > > > new
> > > > > > >
> > > >
> > > > > > > SDN
> > > > > >
> > > >
> > > > > > > tungsten, any logging facility improvements, reimplementing
> > > > cloudstack in
> > > > > >
> > > >
> > > > > > > rust) We do not have to be very formal on subjects to start
> with
> > > but
> > > > we
> > > > > > >
> > > >
> > > > > > > do
> > > > > >
> > > >
> > > > > > > need to have enough people saying jeey and a time frame. Will
> we
> > > take
> > > > > > >
> > > >
> > > > > > > half
> > > > > >
> > > >
> > > > > > > a day, two days or something in between. If there is enough
> > > > enthusiasm we
> > > > > >
> > > >
> > > > > > > can do preemptive work on the wiki somewhere below [2]
> > > > > >
> > > >
> > > > > > > [1] http://cloudstackcollab.org/
> > > > > >
> > > >
> > > > > > > [2]
> > https://cwiki.apache.org/confluence/display/CLOUDSTACK/Events
> > > > > >
> > > >
> > > > > > > regards
> > > > > >
> > > >
> > > > > > > Daan
> > > > >
> > > >
> > > > > --
> > > > >
> > > >
> > > > > Daan
> > >
> >
>
>
> --
> Daan
>


[GitHub] [cloudstack-go] pdion891 opened a new pull request #6: Better fix for #4 that convert int to strings.

2021-08-27 Thread GitBox


pdion891 opened a new pull request #6:
URL: https://github.com/apache/cloudstack-go/pull/6


   This change will convert integrer response from previous version of 
CloudStack as String.
   Tested on 4.12.x and 4.15.0
   


-- 
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.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-go] rhtyd merged pull request #6: Better fix for #4 that convert int to strings.

2021-08-27 Thread GitBox


rhtyd merged pull request #6:
URL: https://github.com/apache/cloudstack-go/pull/6


   


-- 
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.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org