[GitHub] [cloudstack-primate] RitchieVincent opened a new pull request #131: [WIP] - Dedicated VLAN/VNI Range Tab and Form

2020-01-23 Thread GitBox
RitchieVincent opened a new pull request #131: [WIP] - Dedicated VLAN/VNI Range 
Tab and Form
URL: https://github.com/apache/cloudstack-primate/pull/131
 
 
   


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-primate] rhtyd closed issue #31: Zone Traffic Management

2020-01-23 Thread GitBox
rhtyd closed issue #31: Zone Traffic Management
URL: https://github.com/apache/cloudstack-primate/issues/31
 
 
   


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


Cloudstack Collaboration Conference - CFP open

2020-01-23 Thread Giles Sirett
All

This years CloudStack Collaboration Conference (CCC) will be co-located with 
Apachecon North America, which is running September 28th - October 2nd at the 
Sheraton, New Orleans. https://apachecon.com/acna2020

We have got commitment from the Apachecon organisers to have two rooms for 3 
days - so CCC will be a 3 day event.  This will allow us to run 2 x talk tracks 
for the first 2 days and a hackathon for the 3rd  day. This was the format we 
used this year in Las Vegas, which was very successful. We are waiting for 
confirmation on which days we will have rooms


Submit your Cloudstack talks/presentations

Last year, CCC was so successful primarily because of the excellent & varied 
talk content from this community

The CFP for CCC is run via the ApacheCon CFP, which is now open at 
https://apachecon.com/acna2020/cfp
Talks will then be selected by a panel selected by the Cloudstack PMC.

The CFP will close on Friday 1 May 2020 8am (UTC-5). As per last year, I 
apologise that this date is so far ahead of the actual conference. Personally I 
find it very difficult to even think of suitable subjects 5 months ahead  - but 
it is a framework that we have agreed to work with.


These conferences only work if we all are prepared to share our experiences, 
the work we've been doing and our ideas around Cloudstack - so I ask everybody 
in our community to think about submitting a talk.  Yes, that is difficult 5 
months ahead, but please do try. Speakers get a free pass to the conference.


The CFP is at https://apachecon.com/acna2020/cfp and remember to choose 
Cloudstack in the track.







Kind regards
Giles

giles.sir...@shapeblue.comĀ 
www.shapeblue.com
Amadeus House, Floral Street, London  WC2E 9DPUK
@shapeblue
  
 



[GitHub] [cloudstack-primate] rhtyd commented on issue #130: IP Ranges form component for Public, Management and Storage traffic types

2020-01-23 Thread GitBox
rhtyd commented on issue #130: IP Ranges form component for Public, Management 
and Storage traffic types
URL: 
https://github.com/apache/cloudstack-primate/issues/130#issuecomment-577629500
 
 
   @RitchieVincent ^^


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-primate] rhtyd commented on issue #129: Dedicated VLAN/VNI Range Tab and Form

2020-01-23 Thread GitBox
rhtyd commented on issue #129: Dedicated VLAN/VNI Range Tab and Form
URL: 
https://github.com/apache/cloudstack-primate/issues/129#issuecomment-577629530
 
 
   @RitchieVincent ^^


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-primate] rhtyd opened a new issue #130: IP Ranges form component for Public, Management and Storage traffic types

2020-01-23 Thread GitBox
rhtyd opened a new issue #130: IP Ranges form component for Public, Management 
and Storage traffic types
URL: https://github.com/apache/cloudstack-primate/issues/130
 
 
   Old UI -> Infra -> Zones -> select dummy/advanced zone -> physical network 
-> select one of (Public, Management and Storage), see the last tab that allows 
management (list/add/remove) of IP ranges
   
   Public: listVlanIpRanges
   ![Screenshot from 2020-01-23 
16-18-36](https://user-images.githubusercontent.com/95203/72978227-0e592e80-3dfc-11ea-9220-67b3d1388d9b.png)
   
   Management: listPods (to find pods of the zones and list the IP ranges per 
each pod)
   ![Screenshot from 2020-01-23 
16-20-42](https://user-images.githubusercontent.com/95203/72978358-55472400-3dfc-11ea-991d-80124e417d1e.png)
   
   Storage: listStorageNetworkIpRange ( to get list of available networks)
   ![Screenshot from 2020-01-23 
16-21-48](https://user-images.githubusercontent.com/95203/72978434-7871d380-3dfc-11ea-93de-a9037e98ed8f.png)
   
   Code/stub is here: 
https://github.com/apache/cloudstack-primate/blob/master/src/views/infra/traffic/TrafficTypesTab.vue


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-primate] rhtyd opened a new issue #129: Dedicated VLAN/VNI Range Tab and Form

2020-01-23 Thread GitBox
rhtyd opened a new issue #129: Dedicated VLAN/VNI Range Tab and Form
URL: https://github.com/apache/cloudstack-primate/issues/129
 
 
   Old UI: Infra->Zone -> select a zone -> phy network tab -> Guest -> see the 
last tab:
   
   APIs: listDedicatedGuestVlanRanges, dedicateGuestVlanRange, 
releaseDedicatedGuestVlanRange
   
   Use case: dedicate part of the VLAN range of the physical network to an 
account or a project; then list and remove it.
   
   ![Screenshot from 2020-01-23 
15-22-15](https://user-images.githubusercontent.com/95203/72974219-a4895680-3df4-11ea-97a0-65e60976d2ea.png)
   
   ![Screenshot from 2020-01-23 
15-23-05](https://user-images.githubusercontent.com/95203/72974078-7277f480-3df4-11ea-8449-53dd767dc58c.png)
   


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-primate] rhtyd merged pull request #127: Vmware dc section in details tab

2020-01-23 Thread GitBox
rhtyd merged pull request #127: Vmware dc section in details tab
URL: https://github.com/apache/cloudstack-primate/pull/127
 
 
   


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