Re: [cloudstack-go] sdk releasing

2021-10-20 Thread Pierre-Luc Dion
these projects will also validate/test the go-sdk). > > Unless there are any objections, do we agree to tag the cloudstack-go repo > with tags against ACS releases using the approach PL started? > > Regards. > > > > > > ---------- > *Fro

Re: [VOTE] Release Apache CloudStack CloudMonkey 6.2.0

2021-09-24 Thread Pierre-Luc Dion
86611B4A5B7090D0145B230E7DB9FC18F16C6AE) > https://dist.apache.org/repos/dist/release/cloudstack/KEYS > > The vote will be open until October 1st, 2021. > > For sanity in tallying the vote, can PMC members please be sure to > indicate "(binding)" with their vote? > [ ] +1 approve > [ ] +0 no opinion > [ ] -1 disapprove (and the reason why) > > Regards, > Pearl Dsilva > > > > -- *Pierre-Luc Dion*Lead Cloud Architect | Architecte infonuagique principal t 888.796.8364 ext. 1403 c 514.880.7765 [image: LOGO-CloudDotCa-RGB (1) (1).png]

Re: [DISCUSS] Export Virtual Router Statistics to Users

2021-09-02 Thread Pierre-Luc Dion
We've been looking at something similar on our side where we would have installed telegraf on the VR template and telegraf would have been sending data to a port forwarding on the hypervisor host. I don't know how we could have the VR exposting Prometheus data securely; outside of the customer net

Re: [Discussion] Release Cycle

2021-09-02 Thread Pierre-Luc Dion
I like the notion of LTS every 2 years and having 1 or 2 regular releases per year, like the Ubuntu model. Typically, upgrading our cloud from a major release is a big level of effort, especially around QA to make sure the upgrade does not affect customers. So, having to jump between LTS every ye

Re: [DISCUSS] hackathon at ccc

2021-08-27 Thread Pierre-Luc Dion
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

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/atte

[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 m

golang lib for cloudstack-api

2021-08-26 Thread Pierre-Luc Dion
Hello, I've just found that we have a go library for cloudstack [1], I'm curious to know if we are using this lib in cloudmonkey and our terraform driver? Is it considered as a stable lib ? Cheers, [1] https://github.com/apache/cloudstack-go

Re: [DISCUSS] NextGen VR?

2021-08-16 Thread Pierre-Luc Dion
p-api) however > that is probably not supported for their lts/legacy release, we'll also > face issue with installing/configuring custom packages (java etc) that we > need for systemvm/VR. > > > Regards. > > > From: Pierre-Luc Dion >

Re: [DISCUSS] NextGen VR?

2021-08-13 Thread Pierre-Luc Dion
ues). > > Lastly, we already have this PR which aims to do automatic > systemvmtemplate registeration/installation/seeding and handle upgrades > (targetted for 4.16): https://github.com/apache/cloudstack/pull/4329 The > PR also unifies the systemvm template use to be extended for CKS

Re: [DISCUSS] NextGen VR?

2021-08-12 Thread Pierre-Luc Dion
Hi Rohit, Like it! Our VR system is due for some rethinking! I don't have much points to add to issues you highlight, it seems pretty complete. Here are some more features or ideas that would be interesting to see in a new VR system: - Use or support for routing protocol, such as BGP or OSBP so

Re: [DISCUSS] Moving to OpenVPN as the remote access VPN provider

2021-06-11 Thread Pierre-Luc Dion
btw, I like the idea of CloudStack offering OpenVPN as a solution ! On Fri, Jun 11, 2021 at 10:40 AM Pierre-Luc Dion wrote: > Just to be sure, what CloudStack > v4.15 uses Strongswan/l2tp or > strongswan/ikev2 ? > > Because l2tp became complicated to configure on native vpn

Re: [DISCUSS] Moving to OpenVPN as the remote access VPN provider

2021-06-11 Thread Pierre-Luc Dion
used would be awesome. > > I understand that OpenVPN is a great option and far adopted; however, I > would be -1 if this would impact on removing support for Strongswan -- > which from what I understood is not the proposal, but saying anyway to be > sure. > > Thanks for rais

Re: [DISCUSS] Moving to OpenVPN as the remote access VPN provider

2021-06-11 Thread Pierre-Luc Dion
Hello, Daan, I agree we should provide capability to select the vpn solution to use, the question would be, should it be a global setting generic for the whole region or per VPC? I think it should be a global setting to reduce the requirement complexity of a region, but per VPC or customer(accoun

Re: [DISCUSS] Moving to OpenVPN as the remote access VPN provider

2021-06-10 Thread Pierre-Luc Dion
Hello, We've provided a PR for the remote management VPC to support IKEv2 using SSL cert to auth the server and username/password for users [1]. The problem with OpenVPN is that it requires a custom client for some OSes such as windows, compared to IKEv2; it's supported out of the box on Windows,

Re: [VOTE] New life to Terraform Provider CloudStack with Apache CloudStack project

2021-04-23 Thread Pierre-Luc Dion
+1 On Tue, Apr 20, 2021 at 2:06 AM Suresh Anaparti < suresh.anapa...@shapeblue.com> wrote: > +1 , on this new repo under Apache. Hope the community takes it forward, > with further improvements and maintenance of this provider. > > Regards, > Suresh > > On 15/04/21, 2:35 PM, "Rohit Yadav" wrote

Re: Cloudstack developer training

2021-03-06 Thread Pierre-Luc Dion
This is a very good idea ! Thanks Giles, and Rohit, for putting this together! On Fri, Feb 26, 2021 at 10:43 AM Giles Sirett wrote: > Hi all > > > > One of the biggest challenges with Cloudstack is learning its architecture > and codebase - its big and its complicated. Onboarding new software

Re: [VOTE] Merge apache/cloudstack-primate with apache/cloudstack

2020-12-29 Thread Pierre-Luc Dion
1 disapprove (and reason why) > > [1] https://markmail.org/message/mdgeahlabpbx3v22 > > > Regards. > > rohit.ya...@shapeblue.com > www.shapeblue.com > 3 London Bridge Street, 3rd floor, News Building, London SE1 9SGUK > @shapeblue > > > > -- *Pierre-Luc Dion*Lead Cloud Architect | Architecte infonuagique principal t 888.796.8364 ext. 1403 c 514.880.7765 [image: LOGO-CloudDotCa-RGB (1) (1).png]

Re: [DISCUSS] python test framework

2020-11-16 Thread Pierre-Luc Dion
It would be interesting if we could come up with a catalogue of api tests, as serverspec [1] did for infrastructure tests. if we would have some kind of library of tests, then the only things we would define in our tests suite would be the order of unit tests and pretty much no code. I don't kno

Re: Cloudstack

2020-10-27 Thread Pierre-Luc Dion
Hi Evgeniy, They are supported with XenServer in case it can help you. On Tue, Oct 27, 2020 at 7:21 AM Sven Vogel wrote: > Not at the moment. > > > __ > > Sven Vogel > Lead Cloud Solution Architect > > EWERK DIGITAL GmbH > Br?hl 24, D-04109 Leipzig > P +49 341 42649 - 99 > F +49 341 42649 - 98

Re: [PROPOSAL] boot from network template on XenServer

2020-08-10 Thread Pierre-Luc Dion
orage+%28Direct+Download%29+on+KVM > > https://www.shapeblue.com/cloudstack-feature-first-look-direct-download-agnostic-of-the-storage-provider/ > > > > Regards. > > > From: Pierre-Luc Dion > Sent: Saturday, August 8, 2020 20:06 > T

[PROPOSAL] boot from network template on XenServer

2020-08-08 Thread Pierre-Luc Dion
Hi guys, it's been a while! I'd like to know what would be the path to follow within the community to submit a feature into cloudstack, but also to review our proposal on offering a template that boots from the network. Basic idea, is that there is some workload, specially for XenDesktop where de

Re: Centralised logging capability.

2020-05-28 Thread Pierre-Luc Dion
Hi, This is a nice idea and initiative, we have a similar project in our backlog, we cloud help to improve this PR. There is some issues to send logs to management-server: * this current feature impose use of rsyslog * support a single management server , would not work for a redundant deploymen

Re: [DISCUSS] SIG for SDN Tungsten Fabric Network Plugin

2020-02-10 Thread Pierre-Luc Dion
That's a nice initiative and good timing, we will be interesting and willing to contribute as well, if we go with tungsten Fabric. We recently looked at using Contrail, the commercial version of Tungsten, not very impressed for managing network switches to be honest. Overcomplicated software with

Re: Issue with newest mysql-connector-java

2020-01-24 Thread Pierre-Luc Dion
Hi, We got similar issue earlier this week, initial install on CentOS 7 does seams to work, but downgrading mysql connector to latest 5.1.x version worked. On Tue, Jan 21, 2020 at 1:21 PM Sean Lair wrote: > Opened Issue: > https://github.com/apache/cloudstack/issues/3826 > > We noticed that on

Re: CloudStack Kubernetes provider containers on DockerHub

2020-01-16 Thread Pierre-Luc Dion
January 15, 2020 22:30 > To: dev@cloudstack.apache.org ; Rohit Yadav < > rohit.ya...@shapeblue.com>; Sven Vogel > Cc: Pierre-Luc Dion ; Will Stevens < > wstev...@cloudops.com>; gabrasc...@gmail.com ; Wido > den Hollander > Subject: RE: CloudStack Kubernetes

Re: CloudStack Kubernetes provider containers on DockerHub

2020-01-13 Thread Pierre-Luc Dion
> > > > > > Paul. > > > > paul.an...@shapeblue.com > > www.shapeblue.com > > Amadeus House, Floral Street, London WC2E 9DPUK > > @shapeblue > > > > > > > > > > -Original Message- > > From: Sven Vogel > >

Re: CloudStack Kubernetes provider containers on DockerHub

2020-01-10 Thread Pierre-Luc Dion
ut how to access the mentioned Docker hub > accounts in the meantime? > > We can also create a new one if necessary... > > Thanks, > Greg > > > [1] https://github.com/apache/cloudstack-kubernetes-provider > > > From: Rohit Yada

Re: vcpu socket configuration

2019-11-25 Thread Pierre-Luc Dion
题: Re: vcpu socket configuration > > You have a "p" and the end of "details" > > > From: li jerry mailto:div...@hotmail.com>> > Sent: Monday, November 25, 2019 1:52 PM > To: dev@cloudstack.apache.org<mailto:dev@clou

Re: vcpu socket configuration

2019-11-25 Thread Pierre-Luc Dion
1:55 > 收件人: dev@cloudstack.apache.org > 主题: Re: vcpu socket configuration > > You have a "p" and the end of "details" > > ____ > From: li jerry > Sent: Monday, November 25, 2019 1:52 PM > To: dev@cloudstack.apache.org > S

Re: vcpu socket configuration

2019-11-25 Thread Pierre-Luc Dion
Using cloudmonkey or cmk, you can specify the number of socket at the vm create using : "details[0].cpu.corespersocket=6" so if you define 8 vcpu with details[0].cpu.corespersocket=4 the vm will have 4 sockets @2cores. On Sun, Nov 24, 2019 at 8:41 AM li jerry wrote: > Hello All > > We found in

Re: [DISCUSS] CloudStack Kubernetes Service plugin

2019-09-25 Thread Pierre-Luc Dion
gt; www.shapeblue.com > Amadeus House, Floral Street, London WC2E 9DPUK > @shapeblue > > > > > -Original Message- > From: Pierre-Luc Dion > Sent: 25 September 2019 15:31 > To: dev@cloudstack.apache.org > Subject: Re: [DISCUSS] CloudStack Kubernetes Service plug

Re: [DISCUSS] CloudStack Kubernetes Service plugin

2019-09-25 Thread Pierre-Luc Dion
er to make it easier to > deploy openWhisk via Helm charts ? ] > > Kind regards > > > Paul. > > > > paul.an...@shapeblue.com > www.shapeblue.com > Amadeus House, Floral Street, London WC2E 9DPUK > @shapeblue > > > > > -Original Message-

Re: [DISCUSS] CloudStack Kubernetes Service plugin

2019-09-25 Thread Pierre-Luc Dion
t; > Please review and provide your thoughts and suggestions. > > > > > > Regards, > > > > > > > > > Abhishek Kumar > > > > > > Software Engineer > > > > > > ShapeBlue > > > > > > abhishek.ku...@shapeblue.com

Re: [DISCUSS] CloudStack Kubernetes Service plugin

2019-09-24 Thread Pierre-Luc Dion
hello, That look interesting, but any plan on doing the other way around too? Like having k8s consume CloudStack resources so a k8s cluster could update load-balancing service of a VPC or other network service from cloudstack, attach Data-volumes and such.. On Tue, Sep 24, 2019 at 2:42 AM Abhis

Re: Secondary Storage VM timeout issue every hour

2019-07-25 Thread Pierre-Luc Dion
Do you have a load balancer in front of cloudstack? Did you set the global settings "host" to the ip of the mgmt server? Le jeu. 25 juill. 2019 03 h 24, Rakesh Venkatesh a écrit : > Hello People > > > I have a strange issue where mgt server times out to send a command to > secondary storage VM

Re: [VOTE] Remove el6 support in future CloudStack versions (was Re: [DISCUSS] Remove support for el6 packaging in 4.13/4.14)

2019-05-21 Thread Pierre-Luc Dion
+1 On Tue, May 21, 2019 at 8:18 AM Wido den Hollander wrote: > +1 > > On 5/21/19 11:40 AM, Rohit Yadav wrote: > > All, > > > > > > Thank you for your feedback and discussions. From what we've discussed > so far, we've lazy consensus that nobody wants to use el6 or are limited to > upgrade to el7

https://builds.cloudstack.org/

2019-04-24 Thread Pierre-Luc Dion
Hello community, I was wondering if we still use jenkins service from https://builds.cloudstack.org/ to create builds? I have not maintain that service for quite some time so if it's not being used I would decommission it. It was going to be a replacement of jenkins.b.a.c.com a while back, but sin

Re: [DISCUSS] Remove support for el6 packaging in 4.13/4.14

2019-04-15 Thread Pierre-Luc Dion
I agree, it should simplify builds too. On Mon, Apr 15, 2019 at 7:17 AM Andrija Panic wrote: > +1 > > CentOS 6 was a pain to make any newer features works, in regards to ancient > qemu/libvirt and so on. > > On Mon, 15 Apr 2019 at 10:05, Wido den Hollander wrote: > > > > > > > On 4/15/19 9:44

Re: new contributor guide

2019-03-22 Thread Pierre-Luc Dion
’s > easier to get those extra missing details as a newbie to a project. > > Marco > > > On 22 Mar 2019, at 13:48, Pierre-Luc Dion wrote: > > > > Hi team, > > > > I was wondering if someone would have an idea of which doc a new > > contributor should l

new contributor guide

2019-03-22 Thread Pierre-Luc Dion
Hi team, I was wondering if someone would have an idea of which doc a new contributor should look at when someone want to start contributing to cloudstack? I haven't contribute in code for some time and I'm lost, and while working with a university to help us on contributing to cloudstack I realis

Re: [VOTE] Release Apache CloudStack CloudMonkey 6.0.0

2019-03-11 Thread Pierre-Luc Dion
+1 basic test on 6.0.0 but using the go based cmk for few weeks already. On Mon, Mar 11, 2019 at 6:49 AM Andrija Panic wrote: > +1 > > Somewhat limited testing, but played with previous beta builds - and all > minor issues are fixed in this one - no new problems found. > > andrija.pa...@shapebl

Re: Release schedule for CloudStack CloudMonkey v6.0.0

2019-02-14 Thread Pierre-Luc Dion
+1 ! https://www.shapeblue.com/whats-coming-in-the-new-cloudmonkey-6-0/ On Tue, Feb 12, 2019 at 4:33 AM Rohit Yadav wrote: > All, > > > I would like to invite everyone for a final round of testing before > cloudmonkey v6.0.0 RC1 can be cut for voting. > > Proposed timeline: > > > - Test, fix b

Re: Dropping Nuage Networks support

2019-01-28 Thread Pierre-Luc Dion
Hi Kris, Thanks a lot for your contributions, I hope you will remain close to our community! On Fri, Jan 25, 2019 at 3:33 PM Wei ZHOU wrote: > Hi Kris, > > It was nice to meet you some times and see your contributions to the > project. Thank you and your colleagues for all your hard work. >

Re: Introduction

2019-01-11 Thread Pierre-Luc Dion
House, Floral Street, London WC2E 9DPUK > @shapeblue > > > > > > > dag.sonst...@shapeblue.com > www.shapeblue.com > Amadeus House, Floral Street, London WC2E 9DPUK > @shapeblue > > > > -- *Pierre-Luc Dion*Lead Cloud Architect | Architecte infon

Re: Quetion about API 'revertSnapshot'

2018-12-21 Thread Pierre-Luc Dion
oudstack.apache.org/api/apidocs-4.11/apis/revertSnapshot.html > > Thanks! -- *Pierre-Luc Dion*Lead Cloud Architect | Architecte infonuagique principal t 1.888.796.8364 ext. 1403 <https://cloud.ca/?utm_source=email&utm_medium=signature&utm_content=cloud-ca-logo-1&utm_campaign=general_email>

Re: SSL offload in the VR

2018-11-21 Thread Pierre-Luc Dion
Hi Paul, ok I was not aware of that new feature. Is it wanted to support lb on sourceNAT IP has in your screenshot? Le mer. 21 nov. 2018 03 h 27, Paul Angus a écrit : > Thanks @Pierre-Luc Dion and @jaya...@apache.org, > > My 'problem' is that being able to add an SSL cert t

Re: SSL offload in the VR

2018-11-20 Thread Pierre-Luc Dion
Hey Paul, I'm not aware the vr support ssl offload. What you are trying to achieve, there might be a work around. Le mar. 20 nov. 2018 07 h 08, Paul Angus a écrit : > Apologies if my GitHub foo has abandoned me (it wouldn’t me the first > time); > > I searched for files which contained the API c

Re: Deploying VM with custom CPU and RAM

2018-09-12 Thread Pierre-Luc Dion
with cloudmonkey, it look like this: details[0].cpuNumber=2 details[0].cpuSpeed=1000 details[0].memory=1024 rootdisksize=15 PL On Sun, Sep 9, 2018 at 8:10 AM Fariborz Navidan wrote: > Thank you, I just cheked apilog.log and found the parameter names. > > On Sun, Sep 9, 2018 at 2:41 PM Ivan Kud

Re: [DISCUSS] deployment planner improvement

2018-09-07 Thread Pierre-Luc Dion
gt; If I remember correctly, we see similar issues on VMware. Marcus, have > you seen similar behavior on VMware? I think I remember us having to > manually vMotion a lot of VMs very often... > > > > *Will Stevens* > > Chief Technology Officer > > c 514.826.0190 > >

Re: [DISCUSS] Removing IAM services

2018-09-06 Thread Pierre-Luc Dion
No chances it's in used with Roles stuff ? On Wed, Aug 22, 2018 at 8:19 AM Gabriel Beims Bräscher wrote: > I am +1 on removing it as well. > > Em qua, 22 de ago de 2018 às 07:49, Rohit Yadav > > escreveu: > > > +1 it's about time > > > > > > > > - Rohit > > > >

[DISCUSS] deployment planner improvement

2018-09-06 Thread Pierre-Luc Dion
Hi, I'm working with a University in Montreal and we are looking at working together to improve the deployment planner. Mainly for post VM.CREATE tasks. Because what we observed with cloudstack, in our case with XenServer, overtime, a cluster will become unbalanced in therm of workload, vm HA wil

Re: Infra Shutdown (Jenkins?)

2018-06-27 Thread Pierre-Luc Dion
Hi Rohit, Will, I have a backup of the jenkins.xml but it's from a while back, it shouldn't have changed much since recent work was done on builds.cloudstack.org and github if not mistaking. We also provide an alternative: https://builds.cloudstack.org/ hosted on cloud.ca On Wed, Jun 27, 2018

I'd like to introduce you to Khosrow

2018-02-22 Thread Pierre-Luc Dion
Hi fellow colleagues, I might be a bit late with this email... I'd like to introduce Khosrow Moossavi, who recently join our team and his focus is currently exclusively on dev for Cloudstack with cloud.ca. Our 2 current priorities are: -fixing VRs,SVMs to run has HVM VMs in xenserver. - redesign

Re: Copy Volume Failed in CloudStack 4.5 (XenServer 6.5)

2018-02-08 Thread Pierre-Luc Dion
I think there is a timout global settings you could change so the copy task will take longer before it timeout and fail in cloudstack. This will not improve your performance but might reduce failure. On updating the database content, it could work, but only if the vhd successfully copy, and mappin

Re: [DISCUSS] running sVM and VR as HVM on XenServer

2018-01-15 Thread Pierre-Luc Dion
Hi Tim, As long as it work, since it's only used to for the initial instruction set at the VR boot so eth0 can be configure, I think xenstore would work just fine. unless you are saying we could just not rely on xenstore in terms of reliability? *Pierre-Luc DION* Architecte de Solution

Re: [DISCUSS] running sVM and VR as HVM on XenServer

2018-01-12 Thread Pierre-Luc Dion
support HVM and PV virtual-router. more test required, for sure, VR would need to have xentools pre-installed. *Pierre-Luc DION* Architecte de Solution Cloud | Cloud Solutions Architect t 855.652.5683 *CloudOps* Votre partenaire infonuagique* | *Cloud Solutions Experts 420 rue Guy *|* Montreal

[DISCUSS] running sVM and VR as HVM on XenServer

2018-01-12 Thread Pierre-Luc Dion
Hi, We need to start a architecture discussion about running SystemVM and Virtual-Router as HVM instances in XenServer. With recent Meltdown-Spectre, one of the mitigation step is currently to run VMs as HVM on XenServer to self contain a user space attack from a guest OS. Recent hotfix from Citr

Re: [PROPOSE] EOL for supported OSes & Hypervisors

2018-01-12 Thread Pierre-Luc Dion
+1! Do you think it would be the right page to also have debian version used by the ssvm? For the management-server section the cloudstack column would list the last acs version tested on that OS? Le 11 janv. 2018 12 h 53, "Will Stevens" a écrit : > I like this initiative. I think this would

Re: [XenServer] meltdown-spectre

2018-01-11 Thread Pierre-Luc Dion
t; wrote: > > > Hi. Every kind of virtualization is affected according to qemu > developers. > > > > 9 янв. 2018 г. 9:32 пользователь "Pierre-Luc Dion" > > написал: > > > > > Hi, > > > > > > From recent blog post, I'

[XenServer] meltdown-spectre

2018-01-08 Thread Pierre-Luc Dion
Hi, >From recent blog post, I've read that system using full virtualization such as KVM, VMware or Xen-HVM are not affected? Anyhow, from the latest hotfix of XenServer 7.1cu1 hf8, it look like they systematically convert VM from PV to HVM, so in the case of a VM stop/start by CloudStack, a PV v

Re: Performance considerations related to Intel Meltdown on KVM CPU types

2018-01-08 Thread Pierre-Luc Dion
Thanks for sharing this Nux! PL On Mon, Jan 8, 2018 at 10:11 AM, Nux! wrote: > Hello, > > Just stumbled upon this > https://twitter.com/berrange/status/950209752486817792 > > "ensure KVM guest CPU model you choose has the "pcid" feature, otherwise > guests will suffer terrible performance from

Re: Release Notes

2017-12-26 Thread Pierre-Luc Dion
The way I was doing RN and generating fixed issues and known issues list, was by doing JIRA filters for each of them, then you use "./utils/jira.py" from cloudstack-docs-rn to generate a markdown formated list that you cut/paste in relevant RN page. This require Jira issues to be updated on Open/

Re: [VR] dnsmasq reload instead of restart

2017-11-25 Thread Pierre-Luc Dion
ng a reload. > Meaning you'll have to be sure the reason you're reloading isn't > because of something that added a device (say adding a new tier or > similar). > > -- > Erik > > On Fri, Nov 24, 2017 at 9:05 PM, Pierre-Luc Dion > wrote: > > Hi, > &

[VR] dnsmasq reload instead of restart

2017-11-24 Thread Pierre-Luc Dion
Hi, We recently found a way to reload dnsmasq process instead of doing a restart. Does anyone see a problem with that? Basically we have to change where the file /etc/dhcphosts.txt is define in the config so it would be define via "--dhcp-hostsfile=/etc/dhcphosts.txt" when the process is start so

Re: Fail with vpn customer gateway creation through terraform

2017-11-21 Thread Pierre-Luc Dion
Hi Nux, Could it be your cloudstack version ? modp3072 is recent I think in CloudStack so if you run a older version maybe it's not there? On Tue, Nov 21, 2017 at 6:55 PM, Nux! wrote: > Thanks Chiradeep, > > Checked but brain says no. What should I have learned from there? > > AFAIK this is

Re: HTTPS LB and x-forwarded-for

2017-11-17 Thread Pierre-Luc Dion
That's funny! Cloudstack ui does not provide lb protocol options, but the api does and cloudstack already support proxy proto v1!!! So that's cool! Le 13 nov. 2017 09 h 18, "Wido den Hollander" a écrit : > > > Op 13 november 2017 om 15:14 schreef Pierr

Re: HTTPS LB and x-forwarded-for

2017-11-13 Thread Pierre-Luc Dion
elta quadrant using Borg technology! > > Nux! > www.nux.ro > > - Original Message - > > From: "Pierre-Luc Dion" > > To: "Wido den Hollander" > > Cc: "dev" , "Khosrow Moossavi" < > kmooss...@cloudops.com>, "

Re: HTTPS LB and x-forwarded-for

2017-11-10 Thread Pierre-Luc Dion
Hi Wido, do you know if this would work for https traffic too? Le 10 nov. 2017 09 h 35, "Wido den Hollander" a écrit : > > > Op 10 november 2017 om 14:27 schreef Pierre-Luc Dion >: > > > > > > I kind of like the proxy backend type, ill check on our end

Re: HTTPS LB and x-forwarded-for

2017-11-10 Thread Pierre-Luc Dion
tionality and would also keep SSL processing off the VR. > > > > -- > > Sent from the Delta quadrant using Borg technology! > > > > Nux! > > www.nux.ro > > > > - Original Message - > > > From: "Andrija Panic" > > > To:

Re: HTTPS LB and x-forwarded-for

2017-11-08 Thread Pierre-Luc Dion
Same challenge here too! Let's look at improving Load-balancing offering from cloudstack, I guest we should do a feature spec draft soon.., from my perspective, doing SSL offload on the VR could be problematic if the VR spec if too small, and the default spec of the VR being 1vcpu@256MB, consider

Re: Release packages for 4.9.3.0

2017-10-02 Thread Pierre-Luc Dion
I've updated jenkins and built packages for centos6 and Ubuntu. Packages have been copied on cloudstack.apt-get.eu automatically. I haven't tested them yet. Le 28 sept. 2017 20 h 19, "Pierre-Luc Dion" a écrit : I'll work something up this weekend... we need some wo

Re: Release packages for 4.9.3.0

2017-09-28 Thread Pierre-Luc Dion
> > > Thanks > > Özhan > > > > On Mon, Sep 25, 2017 at 7:24 AM, Rohit Yadav > > wrote: > > > > > Thanks Wido, can you help building and uploading of rpms as well. Maybe > > > Pierre-Luc can help? > > > > > > > > >

Re: Cluster anti-affinity

2017-09-26 Thread Pierre-Luc Dion
Hi Ivan, I don't think cloudstack offer cluster anti affinity and i'm sure i would be in favor of introducing another anti affinity level, because it would expose cluster notion to your cloud user. Although, look at the vm provisionning strategy config, their should be a deployment strategy that w

Re: cloud-set-guest-password working with systemctl

2017-09-07 Thread Pierre-Luc Dion
problem. Regards. Atentamente, Sebastián Gómez On Mon, Aug 7, 2017 at 3:36 PM, Pierre-Luc Dion wrote: > Has Syed is saying its most likely because of systemd. Have you try to use > cloud-init? It work well but need some tuning for password and sshkey > reset... > > > > Le

Re: cloud-set-guest-password working with systemctl

2017-08-07 Thread Pierre-Luc Dion
Has Syed is saying its most likely because of systemd. Have you try to use cloud-init? It work well but need some tuning for password and sshkey reset... Le 7 août 2017 09:33, "Syed Ahmed" a écrit : > Hi, > > Is the password server mentioned in the logs 192.168.155.1 reachable? The > password

Re: access to github

2017-08-07 Thread Pierre-Luc Dion
Hi Will, Not sure what was visible with the Pony mail link, doesn't seams to work. but anyway , I'll check for the gitbox projet, There is some PRs I'd like to merge into the documentation. Thanks ! *Pierre-Luc DION* Architecte de Solution Cloud | Cloud Solutions Architect

access to github

2017-08-02 Thread Pierre-Luc Dion
Hi, His there a particular process to follow to have access to github for documentation projects? Could it be possible Github is not a mirror anymore since the apache repo [1] doesn't seams to exist ? [1] git://git.apache.org/cloudstack-docs-admin.git Thanks, Pierre-Luc

[4.10] repos

2017-07-11 Thread Pierre-Luc Dion
Hi, I've created new jenkins jobs [1] to create package for our release, The jobs pushed rpm's but for systemvm, look like there is a wget job somewhere that download systemvm template from jenkins from build of master branch, I've created a set of systemvm templates that I would like to published

Re: [DISCUSS] drop support for CentOS6 with 4.10

2017-07-10 Thread Pierre-Luc Dion
5.0 release.. might be a good > time to get in any other major changes > > > > Kind regards, > > Paul Angus > > paul.an...@shapeblue.com > www.shapeblue.com > 53 Chandos Place, Covent Garden, London WC2N 4HSUK > @shapeblue > > > > > -Origi

[DISCUSS] drop support for CentOS6 with 4.10

2017-07-09 Thread Pierre-Luc Dion
Since 4.10 require JDK8, should we drop support for CentOS 6 as OS for management-server and usage ? all the Upgrade path tests I've made was by creating new management server on CentOS 7 that have updated tomcat and openJDK 8. our packages (RPMs) install well on centos7 and I'm not away somebody

Re: [DISCUSS] Config Drive: Using the OpenStack format?

2017-05-26 Thread Pierre-Luc Dion
Is this a format that would work for all hypervisor supported by cloudstack? Because openstack is highly focus on kvm. Also,did anyone verified if that would work for coreos and cloudbase-init(cloud-init for Windows) Otherwise I like the idea of removing the VR dependency. Le 22 mai 2017 7:40 A

Re: Awesome CloudStack

2017-05-12 Thread Pierre-Luc Dion
Awesome! Great idea! Le 12 mai 2017 4:17 AM, "Rohit Yadav" a écrit : > Nice, thanks for starting this and sharing René. > > Regards. > > > From: Rene Moser > Sent: 10 May 2017 22:53:55 > To: us...@cloudstack.apache.org; dev > Subject: Awesome CloudStack > > Hi >

Re: Alternative Cloudstack UI for KVM and Basic Zones (with SG)

2017-04-25 Thread Pierre-Luc Dion
Wow, that looks great, good start! Do you have intent to give it back as an Apache projet eventually? Thanks for the initiative! Le 25 avr. 2017 4:04 PM, "Nathan Johnson" a écrit : > Very nice! > > Ivan Kudryavtsev wrote: > > > Hello, Cloudstack community. > > > > We are proud to present our

Re: [PROPOSAL] Apache Cloudstack should join the gitbox experiment

2017-04-12 Thread Pierre-Luc Dion
Yes, I saw people put a lot of efforts for it :-) On Apr 5, 2017 10:20, "Rohit Yadav" wrote: > +1 in addition to my support for joining the experiment, I would also like > us to have the option to assign labels on the PRs. Such labels can be > useful for CIs and RMs to determine and merge PRs th

Re: :[VOTE] Apache Cloudstack 4.10.0.0

2017-04-03 Thread Pierre-Luc Dion
e release note acordingly... So this 4.10 is looking promising! :-) On Apr 1, 2017 16:02, "Pierre-Luc Dion" wrote: I'm testing upgrade to 4.10 from latest master. I have the following error when upgrading from 4.7.2 in management-server.log: 2017-04-01 15:58:12,558 DEBUG

Re: Need help in getting CentOS 7 templates to run on Cloudstack 4.9 and VMWare

2017-03-30 Thread Pierre-Luc Dion
Hi Syed, have you tried coud images from centos site, i think centos build cloudimage as canonical for ubuntu. On Mar 30, 2017 5:24 PM, "Rafael Weingärtner" wrote: > Attachments are not forwarded with emails. > > On Thu, Mar 30, 2017 at 5:16 PM, Syed Ahmed wrote: > > > FYI I'm attaching the sc

Re: :[VOTE] Apache Cloudstack 4.10.0.0

2017-03-30 Thread Pierre-Luc Dion
;> > > >> http://docs.cloudstack.apache.org/projects/cloudstack- > > release-notes/en/4.10/upgrade/upgrade-4.9.html > > >> > > >> Using the above, I've tried to fix these issues here, > please > > >> review and m

Re: :[VOTE] Apache Cloudstack 4.10.0.0

2017-03-02 Thread Pierre-Luc Dion
> at org.apache.cloudstack.managed.context.impl.DefaultManagedContext. > callWithContext(DefaultManagedContext.java:103) > at org.apache.cloudstack.managed.context.impl.DefaultManagedContext. > runWithContext(DefaultManagedContext.java:53) > at org.apache.cloudstack.managed.context.ManagedContextRunna

Re: :[VOTE] Apache Cloudstack 4.10.0.0

2017-03-01 Thread Pierre-Luc Dion
Do we support centos6 with this 4.10 on jdk8? Because I did not had much success to install 4.10 jdk8 on centos6 and it would make more sense to drop support of centos6 so our packages would use centos7 with distro packages for tomcat7 and jdk8. Should also be the same with ubuntu 16.04 that u

Re: Modern template hosting

2017-02-27 Thread Pierre-Luc Dion
hi! I think we should work with distro provider to have their cloud builds work with cloudstack. Good example is CoreOS, it work out of the box from their channel builds. it shouldn't be too complicated to have centos, ubuntu and debian, unless ... For our systemvm templates, can we just change t

Re: [QUESTION] Upgrade path to JDK8

2017-02-20 Thread Pierre-Luc Dion
t;>>> 2017-02-20 18:15 GMT+01:00 Will Stevens : > >>>> > >>>>> Regarding my question. Is it because of the version of Java that the > >>>>> systemvm.iso is built on? > >>>>> > >>>>> On Feb 20, 2017 11:58

[QUESTION] Upgrade path to JDK8

2017-02-20 Thread Pierre-Luc Dion
Hi, In the context of deployment of CloudStack with VPCs, What will happen to a cloud when upgrading to 4.10 that now use jdk8? Does upgrading the management-server to 4.10 jdk8 and then keep the old VRs run for a while that run on JDK7 will still work ? Because If we upgrade the management-serv

Re: maven settings.xml

2017-01-06 Thread Pierre-Luc Dion
Hi Raja, You don't need a custom setting.xml in Maven for cloudstack unless you want to define a private maven repo such as nexus On Mon, Dec 26, 2016 at 1:22 PM, Raja Guru Thirumavalavan < geeky.rajag...@gmail.com> wrote: > Hi, > > Can some one please send me maven settings.xml for cloudstack

Re: Maximum number of site-to-site VPNs on Cloudstack

2016-12-31 Thread Pierre-Luc Dion
Hi, It's per VPC or Guest Network, basically 8 per Virtual Router. We've tested up to 4 on our side so far without issues. On Thu, Dec 29, 2016 at 2:01 AM, Cloud List wrote: > Dear all, > > On below documentation: > > http://docs.cloudstack.apache.org/projects/cloudstack- > administration/en/4

[DISCUSS] VR metric collection

2016-12-23 Thread Pierre-Luc Dion
I'm looking for a way to collect metrics from VR's in a way that I would call "aggressive" to collect CPU usage, disk, memory, network and VPN logs in a way that I can almost have realtime data of them (every 15seconds). My use case is to help troubleshoot network performance like haproxy and VPNs

Re: Current status of IPv6 in Basic Networking

2016-12-20 Thread Pierre-Luc Dion
Thanks Wido, It's cool seeing update like this! On Dec 20, 2016 15:48, "Wido den Hollander" wrote: > Hi, > > Just wanted to give an update on my IPv6 progress since my last [0] update. > > The Wiki [1] still contains the most data about this, but the first PR [2] > is already open which should

Re: [VOTE] Release Apache CloudStack CloudMonkey 5.3.3

2016-11-08 Thread Pierre-Luc Dion
+1 (binding) Got it to work on osX-sierra. On Thu, Nov 3, 2016 at 10:00 AM, Sigert GOEMINNE < sigert.goemi...@nuagenetworks.net> wrote: > +1 > > On Thu, Nov 3, 2016 at 5:32 AM, Rohit Yadav > wrote: > > > Hi All, > > > > I've created a 5.3.3 release-candidate of CloudMonkey, with the following

Re: [DISCUSS] Replacing the VR

2016-09-20 Thread Pierre-Luc Dion
I'm not sure how it would help to containerized VR services, but it would certainly help on maintaining them. I really like the idea of using a configuration management tool on the VR that would be responsible to maintain the VR at the expected state by CloudStack. At the moment on our side we ar

Re: is this a bug

2016-09-20 Thread Pierre-Luc Dion
Hi Jeroen, You should need at least 1Gb but I don t think it provide a warning if you don't have enough space. On Sep 20, 2016 07:33, "Wei ZHOU" wrote: > 2 GB ? > > 2016-09-20 12:40 GMT+02:00 Jeroen Baten : > > > Could it be that in /usr/share/cloudstack-common/ > > scripts/storage/secondary/

  1   2   3   4   5   >