Re: Problem with NAT

2019-01-11 Thread Andrija Panic
Hi Piotr,

not really helping...but 4.10 (afaik) was broken enough to not be
considered an official release - can you please upgrade to 4.11 ?

Cheers
Andrija

On Fri, 11 Jan 2019 at 07:55, Piotr Pisz  wrote:

> Hello community :-)
>
> I have two CS installations, one in version 4.10 and one 4.11. In both
> cases, the infrastructure is configured in the same way, we have an
> advanced network. In 4.11 everything works fine, while in 4.10, static NAT
> and port forwarding from public addresses do not work properly in the VPC
> network. The only difference I found was that in 4.11 in Virtual Router,
> the network looks like this:
> eth0 - link local
> eth1 - vr public / nat and port fw ip's (logically this is ok)
> eth2 - vpc
> In 4.10 instead:
> eth0 - link local
> eth1 - vr public ip
> eth2 - vpc / public ip with nat or port fw enabled (logically this is not
> ok)
> The question is, is VR in 4.10 configured correctly?
> How this diagnose? The VPC network has a default_allow policy, in both
> cases we can get outside.
> I can not find any error in the configuration, in the previously existing
> configuration 4.10 everything worked correctly (we test different
> possibilities).
>
> Regards,
> Piotr
>
>
>

-- 

Andrija Panić


RE: KVM Agent Error: Incorrect details for private Nic

2019-01-11 Thread Daniel Farrar
This set me straight, much appreciated!  Was over-complicating my demo setup, 
got rid of all vlans for Public and Management networks while leaving Guest 
networks with a VLAN range.  No issues now. 

Daniel Farrar

-Original Message-
From: Dag Sonstebo  
Sent: Thursday, January 10, 2019 11:42 AM
To: users@cloudstack.apache.org
Subject: Re: KVM Agent Error: Incorrect details for private Nic

Hi Daniel,

Yes makes sense and this is your simplest setup. Just remembered I updated this 
blog post a couple of months back - it should see you right 
https://www.shapeblue.com/networking-kvm-for-cloudstack-2018-revisit-for-centos7-and-ubuntu-18-04/
 

Regards,
Dag Sonstebo
Cloud Architect
ShapeBlue
 

On 10/01/2019, 16:37, "Daniel Farrar"  wrote:

Thank you Dag, this looks very likely to be the case.  I was able to find a 
scenario yesterday that brought the service up by setting eno1.8 type to 
Ethernet, disabling eno1.8, restarting the agent service, then re-enabling 
eno1.8 as type Vlan.  My intended design was to create a 2 NIC bond (for now 
just single NIC eno1 for troubleshooting), create subinterfaces (ex eno1.8 for 
vlan8), and assign each subinterface to a cloudstack service.  I will try 
letting Cloudstack take care of all vlans and remove the subinterface, pointing 
cloudbr0 directly to eno1 or bond.

​Daniel Farrar

-Original Message-
From: Dag Sonstebo [mailto:dag.sonst...@shapeblue.com] 
Sent: Wednesday, January 9, 2019 10:38 AM
To: users@cloudstack.apache.org
Subject: Re: KVM Agent Error: Incorrect details for private Nic

Hi Daniel,

My initial guess without deep diving into this is your NIC naming. The 
CloudStack agent looks for the interface (bond / NIC / team) which supports 
cloudbr0 - and I think maybe in your case it can't find it due to the dotted 
naming "eno1.8" when it probably expects some conventional like "eno16777984".

Is there a reason you've named it like this? This would normally point to a 
VLAN setup (whereas cloudbr0 needs to be trunked in an advanced zone). 
If not can you rename it?

Code for this is somewhere around here I think:

https://github.com/apache/cloudstack/blob/c565db2cf2ab5fdbd2fba65409928dfa7c5f2d25/plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/LibvirtComputingResource.java#L1312

Developers - please correct me if I'm wrong.

Regards,
Dag Sonstebo
Cloud Architect
ShapeBlue
 

On 09/01/2019, 14:08, "Daniel Farrar"  
wrote:

Hello!  Wanted to see if anyone else has ran into this issue or if you 
can point me in the right direction...

I have 2 KVM CloudStack-agents version 4.11.2 running Centos7 that are 
not able to start the cloudstack-agent service if the agent.propreties file 
specifies the variable "private.network.device=cloudbr0".  This is 
automatically added to the config file when the agent connects to the server, 
if the private network is commented out the service is able to start up but any 
system VMs are unable to connect to the network.  This environment was working 
with my original 2 KVM agents, but after deleting the hosts and rebuilding with 
identical network config I've ran into this issue.  I have logs and configs 
below, any ideas what is wrong?  This is a dev proof of concept environment, so 
I can rebuild if needed.  Thank you for your time!


2019-01-07 15:36:10,257 INFO  [cloud.agent.AgentShell] (main:null) 
(logid:) Agent started
2019-01-07 15:36:10,259 INFO  [cloud.agent.AgentShell] (main:null) 
(logid:) Implementation Version is 4.11.2.0
2019-01-07 15:36:10,260 INFO  [cloud.agent.AgentShell] (main:null) 
(logid:) agent.properties found at /etc/cloudstack/agent/agent.properties
2019-01-07 15:36:10,271 INFO  [cloud.agent.AgentShell] (main:null) 
(logid:) Defaulting to using properties file for storage
2019-01-07 15:36:10,272 INFO  [cloud.agent.AgentShell] (main:null) 
(logid:) Defaulting to the constant time backoff algorithm
2019-01-07 15:36:10,282 INFO  [cloud.utils.LogUtils] (main:null) 
(logid:) log4j configuration found at /etc/cloudstack/agent/log4j-cloud.xml
2019-01-07 15:36:10,293 INFO  [cloud.agent.AgentShell] (main:null) 
(logid:) Using default Java settings for IPv6 preference for agent connection
2019-01-07 15:36:10,384 INFO  [cloud.agent.Agent] (main:null) (logid:) 
id is 15
2019-01-07 15:36:10,387 WARN  [cloud.resource.ServerResourceBase] 
(main:null) (logid:) Incorrect details for private Nic during initialization of 
ServerResourceBase
2019-01-07 15:36:10,387 ERROR [cloud.agent.AgentShell] (main:null) 
(logid:) Unable to start agent: Unable to configure LibvirtComputingResource


This occurs on version 4.11.1 and 4.11.2, and I've seen other threads 
with this issue on earlier versions that reported downgrading th

Re: CloudStack Collab in Brazil

2019-01-11 Thread Rafael Weingärtner
Hello CloudStackers,

Happy new year to everybody! I hope that you all enjoyed the festivities
and are rested and ready for this new, challenging and exciting year ;)

As you all know, we are trying to organize the CCC as a joint event with
TDC in Brazil. We have proposed the topics for presentations, and now the
next step is to schedule a meeting with the TDC organizers. We need to
discuss channels to spread the word regarding the conference, talks
selection process, branding (CCC, Apache CloudStack) with the TDC, and so
on. Who would be willing to join me in this call?

They are unavailable in January. Therefore, I am proposing the call to be
in the first week of February. I am starting a pool in Doodle to see if we
can find the best time and date. As pools tend to get cluttered when we
have a lot of options, I am starting with 4 and 5 of February. Beware that
the time is in GMT-02:00 (Brasilia time). Therefore, before selecting one,
it might be a good idea to check the difference between GMT-02:00 and your
timezone.

The link for the Doodle pool is: https://doodle.com/poll/7dpvtiqg67it452m

If you have any other question or suggestion for dates and time, please do
not hesitate to contact me.

Again, thanks for your (the ACS community) time, attention, and effort.

Let’s make CCC-BR 2019 happen!!

On Mon, Dec 24, 2018 at 2:32 PM Tutkowski, Mike 
wrote:

> Yeah, let’s do a call once more people are back from the holidays. Maybe
> the first or second week of January?
>
> 
> From: Rafael Weingärtner 
> Sent: Monday, December 24, 2018 3:47 AM
> To: users; dev
> Subject: Re: CloudStack Collab in Brazil
>
> 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.
>
>
>
>
> It would be great to have your presence :)
> My idea is to have a call after this period of Christmas and New Year’s
> Eve. I will let you guys know when I get the dates and time.
>
> Thanks for your (the ACS community) time, attention, and effort so far.
>
> On Fri, Dec 21, 2018 at 10:04 PM Tim Mackey  wrote:
>
> > Rafael,
> >
> > I can't do a call next week, but the following week I should be able to.
> > The tracks look great. From my side, assuming I can get travel approval,
> > I'll submit on the cloud security track. Regulations are part of my life
> > these days!
> >
> > -tim
> >
> > On Fri, Dec 21, 2018 at 10:19 AM Rafael Weingärtner <
> > rafaelweingart...@gmail.com> wrote:
> >
> > > No date has been set yet. Next week I will contact them again, and
> then I
> > > will reach the community here to set a date. Thanks for the willingness
> > to
> > > make this happen! Your participation is essential. You guys have great
> > use
> > > cases of ACS.
> > >
> > > On Fri, Dec 21, 2018 at 12:49 PM Ricardo Makino <
> ricardo.n...@gmail.com>
> > > wrote:
> > >
> > > > Hi Rafael,
> > > >
> > > > I am able to join you in the call, when do you expect it happening?
> > > >
> > > > Maybe we can use doodle (https://doodle.com) to check the schedule
> of
> > > all
> > > > involved in the call.
> > > >
> > > > Best Regards,
> > > > --
> > > > Ricardo Makino
> > > >
> > > >
> > > > On Fri, Dec 21, 2018 at 11:23 AM Rafael Weingärtner <
> > > > rafaelweingart...@gmail.com> wrote:
> > > >
> > > > > Hello Folks,
> > > > >
> > > > > I have submitted the tracks. The next step now is to schedule a
> > meeting
> > > > > with the TDC organizers again. However, at this time, I need some
> of
> > > you
> > > > in
> > > > > the call. We will be discussing channels to spread the word
> regarding
> > > the
> > > > > conference, talks selection process, maybe branding (CCC, Apache
> > > > > CloudStack) with the TDC, and so on. Who would be willing to join
> me
> > in
> > > > > this call?
> > > > >
> > > > >
> > > > > Here go the details of the tracks that I submitted.
> > > > >
> > > > > > *Track Name:* Cloud Orchestration
> > > > > > *Track slogan:* Meet the cloud builders and learn how clouds are
> > > > created
> > > > > > *Track description:*
> > > > > > Computing resources became a commodity, and as such, they are
> sold
> > > and
> > > > > > consumed and billed on demand. Cloud computing provided all of
> that
> > > > with
> > > > > > resiliency, elasticity, and scalability; thus, it is enabling
> > > companies
> > > > > to
> > > > > > efficiently use computing resources.
> > > > > >
> > > > > > The cloud orchestration track will address topics regarding
> > features,
> > > > and
> > > > > > cloud orchestration systems design (e.g. CloudStack, and
> OpenStack)
> > > and
> > > > > > cloud data center structure. Moreover, the audience will have the
> > > > > > opportunity to meet the people behind the cloud orchestration
> > systems
> > > > > > mostly deployed in the world.
> > > > > >
> > > > > > *Targeted audience:*
> > > > > > he main audience is cloud operators/administrators that are
> dealing
> > > on
> > > > a
> > > > > > dail

Re: CloudStack Collab in Brazil

2019-01-11 Thread Tutkowski, Mike
I can participate in the call, Rafael. I have updated the Doodle pool.

On 1/11/19, 11:47 AM, "Rafael Weingärtner"  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.




Hello CloudStackers,

Happy new year to everybody! I hope that you all enjoyed the festivities
and are rested and ready for this new, challenging and exciting year ;)

As you all know, we are trying to organize the CCC as a joint event with
TDC in Brazil. We have proposed the topics for presentations, and now the
next step is to schedule a meeting with the TDC organizers. We need to
discuss channels to spread the word regarding the conference, talks
selection process, branding (CCC, Apache CloudStack) with the TDC, and so
on. Who would be willing to join me in this call?

They are unavailable in January. Therefore, I am proposing the call to be
in the first week of February. I am starting a pool in Doodle to see if we
can find the best time and date. As pools tend to get cluttered when we
have a lot of options, I am starting with 4 and 5 of February. Beware that
the time is in GMT-02:00 (Brasilia time). Therefore, before selecting one,
it might be a good idea to check the difference between GMT-02:00 and your
timezone.

The link for the Doodle pool is: https://doodle.com/poll/7dpvtiqg67it452m

If you have any other question or suggestion for dates and time, please do
not hesitate to contact me.

Again, thanks for your (the ACS community) time, attention, and effort.

Let’s make CCC-BR 2019 happen!!

On Mon, Dec 24, 2018 at 2:32 PM Tutkowski, Mike 
wrote:

> Yeah, let’s do a call once more people are back from the holidays. Maybe
> the first or second week of January?
>
> 
> From: Rafael Weingärtner 
> Sent: Monday, December 24, 2018 3:47 AM
> To: users; dev
> Subject: Re: CloudStack Collab in Brazil
>
> 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.
>
>
>
>
> It would be great to have your presence :)
> My idea is to have a call after this period of Christmas and New Year’s
> Eve. I will let you guys know when I get the dates and time.
>
> Thanks for your (the ACS community) time, attention, and effort so far.
>
> On Fri, Dec 21, 2018 at 10:04 PM Tim Mackey  wrote:
>
> > Rafael,
> >
> > I can't do a call next week, but the following week I should be able to.
> > The tracks look great. From my side, assuming I can get travel approval,
> > I'll submit on the cloud security track. Regulations are part of my life
> > these days!
> >
> > -tim
> >
> > On Fri, Dec 21, 2018 at 10:19 AM Rafael Weingärtner <
> > rafaelweingart...@gmail.com> wrote:
> >
> > > No date has been set yet. Next week I will contact them again, and
> then I
> > > will reach the community here to set a date. Thanks for the 
willingness
> > to
> > > make this happen! Your participation is essential. You guys have great
> > use
> > > cases of ACS.
> > >
> > > On Fri, Dec 21, 2018 at 12:49 PM Ricardo Makino <
> ricardo.n...@gmail.com>
> > > wrote:
> > >
> > > > Hi Rafael,
> > > >
> > > > I am able to join you in the call, when do you expect it happening?
> > > >
> > > > Maybe we can use doodle (https://doodle.com) to check the schedule
> of
> > > all
> > > > involved in the call.
> > > >
> > > > Best Regards,
> > > > --
> > > > Ricardo Makino
> > > >
> > > >
> > > > On Fri, Dec 21, 2018 at 11:23 AM Rafael Weingärtner <
> > > > rafaelweingart...@gmail.com> wrote:
> > > >
> > > > > Hello Folks,
> > > > >
> > > > > I have submitted the tracks. The next step now is to schedule a
> > meeting
> > > > > with the TDC organizers again. However, at this time, I need some
> of
> > > you
> > > > in
> > > > > the call. We will be discussing channels to spread the word
> regarding
> > > the
> > > > > conference, talks selection process, maybe branding (CCC, Apache
> > > > > CloudStack) with the TDC, and so on. Who would be willing to join
> me
> > in
> > > > > this call?
> > > > >
> > > > >
> > > > > Here go the details of the tracks that I submitted.
> > > > >
> > > > > > *Track Name:* Cloud Orchestration
> > > > > > *Track slogan:* Meet the cloud builders and learn how clouds are
> > > > created
> > > > > > *Track description:*
> > > > > > Computing resources became a commodity, and as such, they are
> sold
> > > and
> > > > > > c

Re: CloudStack Collab in Brazil

2019-01-11 Thread Rafael Weingärtner
Awesome!. Thanks.

On Fri, Jan 11, 2019 at 5:12 PM Tutkowski, Mike 
wrote:

> I can participate in the call, Rafael. I have updated the Doodle pool.
>
> On 1/11/19, 11:47 AM, "Rafael Weingärtner" 
> 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.
>
>
>
>
> Hello CloudStackers,
>
> Happy new year to everybody! I hope that you all enjoyed the
> festivities
> and are rested and ready for this new, challenging and exciting year ;)
>
> As you all know, we are trying to organize the CCC as a joint event
> with
> TDC in Brazil. We have proposed the topics for presentations, and now
> the
> next step is to schedule a meeting with the TDC organizers. We need to
> discuss channels to spread the word regarding the conference, talks
> selection process, branding (CCC, Apache CloudStack) with the TDC, and
> so
> on. Who would be willing to join me in this call?
>
> They are unavailable in January. Therefore, I am proposing the call to
> be
> in the first week of February. I am starting a pool in Doodle to see
> if we
> can find the best time and date. As pools tend to get cluttered when we
> have a lot of options, I am starting with 4 and 5 of February. Beware
> that
> the time is in GMT-02:00 (Brasilia time). Therefore, before selecting
> one,
> it might be a good idea to check the difference between GMT-02:00 and
> your
> timezone.
>
> The link for the Doodle pool is:
> https://doodle.com/poll/7dpvtiqg67it452m
>
> If you have any other question or suggestion for dates and time,
> please do
> not hesitate to contact me.
>
> Again, thanks for your (the ACS community) time, attention, and effort.
>
> Let’s make CCC-BR 2019 happen!!
>
> On Mon, Dec 24, 2018 at 2:32 PM Tutkowski, Mike <
> mike.tutkow...@netapp.com>
> wrote:
>
> > Yeah, let’s do a call once more people are back from the holidays.
> Maybe
> > the first or second week of January?
> >
> > 
> > From: Rafael Weingärtner 
> > Sent: Monday, December 24, 2018 3:47 AM
> > To: users; dev
> > Subject: Re: CloudStack Collab in Brazil
> >
> > 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.
> >
> >
> >
> >
> > It would be great to have your presence :)
> > My idea is to have a call after this period of Christmas and New
> Year’s
> > Eve. I will let you guys know when I get the dates and time.
> >
> > Thanks for your (the ACS community) time, attention, and effort so
> far.
> >
> > On Fri, Dec 21, 2018 at 10:04 PM Tim Mackey 
> wrote:
> >
> > > Rafael,
> > >
> > > I can't do a call next week, but the following week I should be
> able to.
> > > The tracks look great. From my side, assuming I can get travel
> approval,
> > > I'll submit on the cloud security track. Regulations are part of
> my life
> > > these days!
> > >
> > > -tim
> > >
> > > On Fri, Dec 21, 2018 at 10:19 AM Rafael Weingärtner <
> > > rafaelweingart...@gmail.com> wrote:
> > >
> > > > No date has been set yet. Next week I will contact them again,
> and
> > then I
> > > > will reach the community here to set a date. Thanks for the
> willingness
> > > to
> > > > make this happen! Your participation is essential. You guys have
> great
> > > use
> > > > cases of ACS.
> > > >
> > > > On Fri, Dec 21, 2018 at 12:49 PM Ricardo Makino <
> > ricardo.n...@gmail.com>
> > > > wrote:
> > > >
> > > > > Hi Rafael,
> > > > >
> > > > > I am able to join you in the call, when do you expect it
> happening?
> > > > >
> > > > > Maybe we can use doodle (https://doodle.com) to check the
> schedule
> > of
> > > > all
> > > > > involved in the call.
> > > > >
> > > > > Best Regards,
> > > > > --
> > > > > Ricardo Makino
> > > > >
> > > > >
> > > > > On Fri, Dec 21, 2018 at 11:23 AM Rafael Weingärtner <
> > > > > rafaelweingart...@gmail.com> wrote:
> > > > >
> > > > > > Hello Folks,
> > > > > >
> > > > > > I have submitted the tracks. The next step now is to
> schedule a
> > > meeting
> > > > > > with the TDC organizers again. However, at this time, I need
> some
> > of
> > > > you
> > > > > in
> > > > > > the call. We will be discussing channels to spread the word
> > regarding
> > > > the
> > > > > > conference, talks selection process, maybe branding (CCC,
> Apache
> > > > > > CloudStack) with the TDC, and so on. Who would be willing to
> join
> > me
> > > in
> > > > > > this call?
> > > > > >
> > > > > >
> > > > > > Here go the details of 

Re: CloudStack Collab in Brazil

2019-01-11 Thread Ricardo Makino
Doodle updated!

Best Regards,
--
Ricardo Makino


On Fri, Jan 11, 2019 at 4:18 PM Rafael Weingärtner <
rafaelweingart...@gmail.com> wrote:

> Awesome!. Thanks.
>
> On Fri, Jan 11, 2019 at 5:12 PM Tutkowski, Mike  >
> wrote:
>
> > I can participate in the call, Rafael. I have updated the Doodle pool.
> >
> > On 1/11/19, 11:47 AM, "Rafael Weingärtner"  >
> > 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.
> >
> >
> >
> >
> > Hello CloudStackers,
> >
> > Happy new year to everybody! I hope that you all enjoyed the
> > festivities
> > and are rested and ready for this new, challenging and exciting year
> ;)
> >
> > As you all know, we are trying to organize the CCC as a joint event
> > with
> > TDC in Brazil. We have proposed the topics for presentations, and now
> > the
> > next step is to schedule a meeting with the TDC organizers. We need
> to
> > discuss channels to spread the word regarding the conference, talks
> > selection process, branding (CCC, Apache CloudStack) with the TDC,
> and
> > so
> > on. Who would be willing to join me in this call?
> >
> > They are unavailable in January. Therefore, I am proposing the call
> to
> > be
> > in the first week of February. I am starting a pool in Doodle to see
> > if we
> > can find the best time and date. As pools tend to get cluttered when
> we
> > have a lot of options, I am starting with 4 and 5 of February. Beware
> > that
> > the time is in GMT-02:00 (Brasilia time). Therefore, before selecting
> > one,
> > it might be a good idea to check the difference between GMT-02:00 and
> > your
> > timezone.
> >
> > The link for the Doodle pool is:
> > https://doodle.com/poll/7dpvtiqg67it452m
> >
> > If you have any other question or suggestion for dates and time,
> > please do
> > not hesitate to contact me.
> >
> > Again, thanks for your (the ACS community) time, attention, and
> effort.
> >
> > Let’s make CCC-BR 2019 happen!!
> >
> > On Mon, Dec 24, 2018 at 2:32 PM Tutkowski, Mike <
> > mike.tutkow...@netapp.com>
> > wrote:
> >
> > > Yeah, let’s do a call once more people are back from the holidays.
> > Maybe
> > > the first or second week of January?
> > >
> > > 
> > > From: Rafael Weingärtner 
> > > Sent: Monday, December 24, 2018 3:47 AM
> > > To: users; dev
> > > Subject: Re: CloudStack Collab in Brazil
> > >
> > > 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.
> > >
> > >
> > >
> > >
> > > It would be great to have your presence :)
> > > My idea is to have a call after this period of Christmas and New
> > Year’s
> > > Eve. I will let you guys know when I get the dates and time.
> > >
> > > Thanks for your (the ACS community) time, attention, and effort so
> > far.
> > >
> > > On Fri, Dec 21, 2018 at 10:04 PM Tim Mackey 
> > wrote:
> > >
> > > > Rafael,
> > > >
> > > > I can't do a call next week, but the following week I should be
> > able to.
> > > > The tracks look great. From my side, assuming I can get travel
> > approval,
> > > > I'll submit on the cloud security track. Regulations are part of
> > my life
> > > > these days!
> > > >
> > > > -tim
> > > >
> > > > On Fri, Dec 21, 2018 at 10:19 AM Rafael Weingärtner <
> > > > rafaelweingart...@gmail.com> wrote:
> > > >
> > > > > No date has been set yet. Next week I will contact them again,
> > and
> > > then I
> > > > > will reach the community here to set a date. Thanks for the
> > willingness
> > > > to
> > > > > make this happen! Your participation is essential. You guys
> have
> > great
> > > > use
> > > > > cases of ACS.
> > > > >
> > > > > On Fri, Dec 21, 2018 at 12:49 PM Ricardo Makino <
> > > ricardo.n...@gmail.com>
> > > > > wrote:
> > > > >
> > > > > > Hi Rafael,
> > > > > >
> > > > > > I am able to join you in the call, when do you expect it
> > happening?
> > > > > >
> > > > > > Maybe we can use doodle (https://doodle.com) to check the
> > schedule
> > > of
> > > > > all
> > > > > > involved in the call.
> > > > > >
> > > > > > Best Regards,
> > > > > > --
> > > > > > Ricardo Makino
> > > > > >
> > > > > >
> > > > > > On Fri, Dec 21, 2018 at 11:23 AM Rafael Weingärtner <
> > > > > > rafaelweingart...@gmail.com> wrote:
> > > > > >
> > > > > > > Hello Folks,
> > > > > > >
> > > > > > > I have submitted the tracks. The next step now is to
> > schedule a
> > > > meeting
> > > > > > > with the TDC organizers again. However, at this time, I
> 

Re: CloudStack Collab in Brazil

2019-01-11 Thread Rafael Weingärtner
That is great Makino. We are looking forward to work with your guys to make
this happen.

On Fri, Jan 11, 2019 at 5:29 PM Ricardo Makino 
wrote:

> Doodle updated!
>
> Best Regards,
> --
> Ricardo Makino
>
>
> On Fri, Jan 11, 2019 at 4:18 PM Rafael Weingärtner <
> rafaelweingart...@gmail.com> wrote:
>
> > Awesome!. Thanks.
> >
> > On Fri, Jan 11, 2019 at 5:12 PM Tutkowski, Mike <
> mike.tutkow...@netapp.com
> > >
> > wrote:
> >
> > > I can participate in the call, Rafael. I have updated the Doodle pool.
> > >
> > > On 1/11/19, 11:47 AM, "Rafael Weingärtner" <
> rafaelweingart...@gmail.com
> > >
> > > 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.
> > >
> > >
> > >
> > >
> > > Hello CloudStackers,
> > >
> > > Happy new year to everybody! I hope that you all enjoyed the
> > > festivities
> > > and are rested and ready for this new, challenging and exciting
> year
> > ;)
> > >
> > > As you all know, we are trying to organize the CCC as a joint event
> > > with
> > > TDC in Brazil. We have proposed the topics for presentations, and
> now
> > > the
> > > next step is to schedule a meeting with the TDC organizers. We need
> > to
> > > discuss channels to spread the word regarding the conference, talks
> > > selection process, branding (CCC, Apache CloudStack) with the TDC,
> > and
> > > so
> > > on. Who would be willing to join me in this call?
> > >
> > > They are unavailable in January. Therefore, I am proposing the call
> > to
> > > be
> > > in the first week of February. I am starting a pool in Doodle to
> see
> > > if we
> > > can find the best time and date. As pools tend to get cluttered
> when
> > we
> > > have a lot of options, I am starting with 4 and 5 of February.
> Beware
> > > that
> > > the time is in GMT-02:00 (Brasilia time). Therefore, before
> selecting
> > > one,
> > > it might be a good idea to check the difference between GMT-02:00
> and
> > > your
> > > timezone.
> > >
> > > The link for the Doodle pool is:
> > > https://doodle.com/poll/7dpvtiqg67it452m
> > >
> > > If you have any other question or suggestion for dates and time,
> > > please do
> > > not hesitate to contact me.
> > >
> > > Again, thanks for your (the ACS community) time, attention, and
> > effort.
> > >
> > > Let’s make CCC-BR 2019 happen!!
> > >
> > > On Mon, Dec 24, 2018 at 2:32 PM Tutkowski, Mike <
> > > mike.tutkow...@netapp.com>
> > > wrote:
> > >
> > > > Yeah, let’s do a call once more people are back from the
> holidays.
> > > Maybe
> > > > the first or second week of January?
> > > >
> > > > 
> > > > From: Rafael Weingärtner 
> > > > Sent: Monday, December 24, 2018 3:47 AM
> > > > To: users; dev
> > > > Subject: Re: CloudStack Collab in Brazil
> > > >
> > > > 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.
> > > >
> > > >
> > > >
> > > >
> > > > It would be great to have your presence :)
> > > > My idea is to have a call after this period of Christmas and New
> > > Year’s
> > > > Eve. I will let you guys know when I get the dates and time.
> > > >
> > > > Thanks for your (the ACS community) time, attention, and effort
> so
> > > far.
> > > >
> > > > On Fri, Dec 21, 2018 at 10:04 PM Tim Mackey 
> > > wrote:
> > > >
> > > > > Rafael,
> > > > >
> > > > > I can't do a call next week, but the following week I should be
> > > able to.
> > > > > The tracks look great. From my side, assuming I can get travel
> > > approval,
> > > > > I'll submit on the cloud security track. Regulations are part
> of
> > > my life
> > > > > these days!
> > > > >
> > > > > -tim
> > > > >
> > > > > On Fri, Dec 21, 2018 at 10:19 AM Rafael Weingärtner <
> > > > > rafaelweingart...@gmail.com> wrote:
> > > > >
> > > > > > No date has been set yet. Next week I will contact them
> again,
> > > and
> > > > then I
> > > > > > will reach the community here to set a date. Thanks for the
> > > willingness
> > > > > to
> > > > > > make this happen! Your participation is essential. You guys
> > have
> > > great
> > > > > use
> > > > > > cases of ACS.
> > > > > >
> > > > > > On Fri, Dec 21, 2018 at 12:49 PM Ricardo Makino <
> > > > ricardo.n...@gmail.com>
> > > > > > wrote:
> > > > > >
> > > > > > > Hi Rafael,
> > > > > > >
> > > > > > > I am able to join you in the call, when do you expect it
> > > happening?
> > > > > > >
> > > > > > > Maybe we can use doodle (https://doodle.com) to check the
> > > schedule
> > > > of
> > > > > > all
> >