[GitHub] PaulAngus commented on issue #30: Improve Debian repo creation steps

2019-03-03 Thread GitBox
PaulAngus commented on issue #30: Improve Debian repo creation steps
URL: 
https://github.com/apache/cloudstack-documentation/pull/30#issuecomment-468999132
 
 
   @rhtyd you are far more familiar with the Ubuntu packaging requirements than 
me, could you cast your eye over this please.


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] rhtyd commented on issue #30: Improve Debian repo creation steps

2019-03-03 Thread GitBox
rhtyd commented on issue #30: Improve Debian repo creation steps
URL: 
https://github.com/apache/cloudstack-documentation/pull/30#issuecomment-469000296
 
 
   @PaulAngus sure, will do this week. 


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


New* UI SVG hires icons for CloudStack (Vote)

2019-03-03 Thread Sven Vogel
Hi Cloudstack Users and Devs,

I create a new iconset for cloudstack and we think we will implement it. There 
is a Vote Formular and some examples. I oriented myself on the original one. 
Its a lot of work to make them all looks good but if you do not start it will 
be nothing. Lets start with the dashboard and left control panel.

https://form.jotformeu.com/90604064429354

Greetings from Leipzig



__

Sven Vogel
Teamlead Platform

EWERK RZ GmbH
Br?hl 24, D-04109 Leipzig
P +49 341 42649 - 11
F +49 341 42649 - 18
s.vo...@ewerk.com
www.ewerk.com

Gesch?ftsf?hrer:
Dr. Erik Wende, Hendrik Schubert, Frank Richter, Gerhard Hoyer
Registergericht: Leipzig HRB 17023

Zertifiziert nach:
ISO/IEC 27001:2013
DIN EN ISO 9001:2015
DIN ISO/IEC 2-1:2011

EWERK-Blog | 
LinkedIn | 
Xing | 
Twitter | 
Facebook

Ausk?nfte und Angebote per Mail sind freibleibend und unverbindlich.

Disclaimer Privacy:
Der Inhalt dieser E-Mail (einschlie?lich etwaiger beigef?gter Dateien) ist 
vertraulich und nur f?r den Empf?nger bestimmt. Sollten Sie nicht der 
bestimmungsgem??e Empf?nger sein, ist Ihnen jegliche Offenlegung, 
Vervielf?ltigung, Weitergabe oder Nutzung des Inhalts untersagt. Bitte 
informieren Sie in diesem Fall unverz?glich den Absender und l?schen Sie die 
E-Mail (einschlie?lich etwaiger beigef?gter Dateien) von Ihrem System. Vielen 
Dank.

The contents of this e-mail (including any attachments) are confidential and 
may be legally privileged. If you are not the intended recipient of this 
e-mail, any disclosure, copying, distribution or use of its contents is 
strictly prohibited, and you should please notify the sender immediately and 
then delete it (including any attachments) from your system. Thank you.


Fwd: SSVM, templates and managed storage (iscsi/KVM)... how does it work ?

2019-03-03 Thread Jean-Francois Nadeau
Hi all,

Im kicking the tires with managed storage with under 4.11.2 with KVM and
Datera as primary storage.

My first attempt at creating a VM from a template stored on NFS secondary
failed silently. Looking at the SSVM cloud logs I saw no exception.  The VM
root disks gets properly created on the backend and attached on the KVM
host but the block device is blank.  Somehow the template did not get
copied over.

Starting troubleshooting from this point... I realize I don't understand
how this work vs what Im used to with NFS as both primary and secondary
storage.

I presume the SSVM has to copy the qcow2 template from the NFS secondary to
the primary storage but this one is iscsi now... and I did not setup
initiator access to the SSVM or found instructions I need to do that.

Can someone fill the blank on to how this work ?

thanks all,

Jean-Francois


Re: SSVM, templates and managed storage (iscsi/KVM)... how does it work ?

2019-03-03 Thread Ivan Kudryavtsev
Jean-Francois,
NFS primary, NFS secondary worked always like a charm. It's the most used
way for CloudStack, I suppose. It works great for my 4.11.2, worked great
for 4.11.1 and even for full-trash 4.10 release.

I have never tried SS on iSCSI and suppose it's a wrong way to go except
the way you use Solidfire. For KVM you must use NFS, S3 or Swift.


вс, 3 мар. 2019 г. в 13:50, Jean-Francois Nadeau :

> Hi all,
>
> Im kicking the tires with managed storage with under 4.11.2 with KVM and
> Datera as primary storage.
>
> My first attempt at creating a VM from a template stored on NFS secondary
> failed silently. Looking at the SSVM cloud logs I saw no exception.  The VM
> root disks gets properly created on the backend and attached on the KVM
> host but the block device is blank.  Somehow the template did not get
> copied over.
>
> Starting troubleshooting from this point... I realize I don't understand
> how this work vs what Im used to with NFS as both primary and secondary
> storage.
>
> I presume the SSVM has to copy the qcow2 template from the NFS secondary to
> the primary storage but this one is iscsi now... and I did not setup
> initiator access to the SSVM or found instructions I need to do that.
>
> Can someone fill the blank on to how this work ?
>
> thanks all,
>
> Jean-Francois
>


-- 
With best regards, Ivan Kudryavtsev
Bitworks LLC
Cell RU: +7-923-414-1515
Cell USA: +1-201-257-1512
WWW: http://bitworks.software/ 


Re: SSVM, templates and managed storage (iscsi/KVM)... how does it work ?

2019-03-03 Thread Jean-Francois Nadeau
Hi Ivan,

SS is still on NFS in this case.  It's the primary storage in trying to
move on iscsi managed storage so just like Solidfire/Ceph on primary.

While NFS is used on both SS and primary,  I understand the SSVM just
mounts both shares and copies templates when needed.

But if you have a qcow2 template on SS,  and primary on managed storage,  I
presume the SSVM copies the qcow2 into the just dynamically created iscsi
volume in a raw way  but I don't know that is what Im trying to connect
the dots :)


On Sun, Mar 3, 2019 at 2:02 PM Ivan Kudryavtsev 
wrote:

> Jean-Francois,
> NFS primary, NFS secondary worked always like a charm. It's the most used
> way for CloudStack, I suppose. It works great for my 4.11.2, worked great
> for 4.11.1 and even for full-trash 4.10 release.
>
> I have never tried SS on iSCSI and suppose it's a wrong way to go except
> the way you use Solidfire. For KVM you must use NFS, S3 or Swift.
>
>
> вс, 3 мар. 2019 г. в 13:50, Jean-Francois Nadeau :
>
> > Hi all,
> >
> > Im kicking the tires with managed storage with under 4.11.2 with KVM and
> > Datera as primary storage.
> >
> > My first attempt at creating a VM from a template stored on NFS secondary
> > failed silently. Looking at the SSVM cloud logs I saw no exception.  The
> VM
> > root disks gets properly created on the backend and attached on the KVM
> > host but the block device is blank.  Somehow the template did not get
> > copied over.
> >
> > Starting troubleshooting from this point... I realize I don't understand
> > how this work vs what Im used to with NFS as both primary and secondary
> > storage.
> >
> > I presume the SSVM has to copy the qcow2 template from the NFS secondary
> to
> > the primary storage but this one is iscsi now... and I did not setup
> > initiator access to the SSVM or found instructions I need to do that.
> >
> > Can someone fill the blank on to how this work ?
> >
> > thanks all,
> >
> > Jean-Francois
> >
>
>
> --
> With best regards, Ivan Kudryavtsev
> Bitworks LLC
> Cell RU: +7-923-414-1515
> Cell USA: +1-201-257-1512
> WWW: http://bitworks.software/ 
>


Re: SSVM, templates and managed storage (iscsi/KVM)... how does it work ?

2019-03-03 Thread Ivan Kudryavtsev
Not sure, KVM works on arbitrary iSCSI target except the Solidfire.

вс, 3 мар. 2019 г. в 14:10, Jean-Francois Nadeau :

> Hi Ivan,
>
> SS is still on NFS in this case.  It's the primary storage in trying to
> move on iscsi managed storage so just like Solidfire/Ceph on primary.
>
> While NFS is used on both SS and primary,  I understand the SSVM just
> mounts both shares and copies templates when needed.
>
> But if you have a qcow2 template on SS,  and primary on managed storage,  I
> presume the SSVM copies the qcow2 into the just dynamically created iscsi
> volume in a raw way  but I don't know that is what Im trying to connect
> the dots :)
>
>
> On Sun, Mar 3, 2019 at 2:02 PM Ivan Kudryavtsev 
> wrote:
>
> > Jean-Francois,
> > NFS primary, NFS secondary worked always like a charm. It's the most used
> > way for CloudStack, I suppose. It works great for my 4.11.2, worked great
> > for 4.11.1 and even for full-trash 4.10 release.
> >
> > I have never tried SS on iSCSI and suppose it's a wrong way to go except
> > the way you use Solidfire. For KVM you must use NFS, S3 or Swift.
> >
> >
> > вс, 3 мар. 2019 г. в 13:50, Jean-Francois Nadeau  >:
> >
> > > Hi all,
> > >
> > > Im kicking the tires with managed storage with under 4.11.2 with KVM
> and
> > > Datera as primary storage.
> > >
> > > My first attempt at creating a VM from a template stored on NFS
> secondary
> > > failed silently. Looking at the SSVM cloud logs I saw no exception.
> The
> > VM
> > > root disks gets properly created on the backend and attached on the KVM
> > > host but the block device is blank.  Somehow the template did not get
> > > copied over.
> > >
> > > Starting troubleshooting from this point... I realize I don't
> understand
> > > how this work vs what Im used to with NFS as both primary and secondary
> > > storage.
> > >
> > > I presume the SSVM has to copy the qcow2 template from the NFS
> secondary
> > to
> > > the primary storage but this one is iscsi now... and I did not setup
> > > initiator access to the SSVM or found instructions I need to do that.
> > >
> > > Can someone fill the blank on to how this work ?
> > >
> > > thanks all,
> > >
> > > Jean-Francois
> > >
> >
> >
> > --
> > With best regards, Ivan Kudryavtsev
> > Bitworks LLC
> > Cell RU: +7-923-414-1515
> > Cell USA: +1-201-257-1512
> > WWW: http://bitworks.software/ 
> >
>


-- 
With best regards, Ivan Kudryavtsev
Bitworks LLC
Cell RU: +7-923-414-1515
Cell USA: +1-201-257-1512
WWW: http://bitworks.software/ 


Re: SSVM, templates and managed storage (iscsi/KVM)... how does it work ?

2019-03-03 Thread Jean-Francois Nadeau
I just found my problem in regards to the managed storage for some
reason,  the hypervisor type on the primary storage must be set to any and
not KVM (just Like solidfire).The VM now boots from the template but Im
still wondering how did that happen :)


On Sun, Mar 3, 2019 at 2:33 PM Ivan Kudryavtsev 
wrote:

> Not sure, KVM works on arbitrary iSCSI target except the Solidfire.
>
> вс, 3 мар. 2019 г. в 14:10, Jean-Francois Nadeau :
>
> > Hi Ivan,
> >
> > SS is still on NFS in this case.  It's the primary storage in trying to
> > move on iscsi managed storage so just like Solidfire/Ceph on primary.
> >
> > While NFS is used on both SS and primary,  I understand the SSVM just
> > mounts both shares and copies templates when needed.
> >
> > But if you have a qcow2 template on SS,  and primary on managed
> storage,  I
> > presume the SSVM copies the qcow2 into the just dynamically created iscsi
> > volume in a raw way  but I don't know that is what Im trying to
> connect
> > the dots :)
> >
> >
> > On Sun, Mar 3, 2019 at 2:02 PM Ivan Kudryavtsev <
> kudryavtsev...@bw-sw.com>
> > wrote:
> >
> > > Jean-Francois,
> > > NFS primary, NFS secondary worked always like a charm. It's the most
> used
> > > way for CloudStack, I suppose. It works great for my 4.11.2, worked
> great
> > > for 4.11.1 and even for full-trash 4.10 release.
> > >
> > > I have never tried SS on iSCSI and suppose it's a wrong way to go
> except
> > > the way you use Solidfire. For KVM you must use NFS, S3 or Swift.
> > >
> > >
> > > вс, 3 мар. 2019 г. в 13:50, Jean-Francois Nadeau <
> the.jfnad...@gmail.com
> > >:
> > >
> > > > Hi all,
> > > >
> > > > Im kicking the tires with managed storage with under 4.11.2 with KVM
> > and
> > > > Datera as primary storage.
> > > >
> > > > My first attempt at creating a VM from a template stored on NFS
> > secondary
> > > > failed silently. Looking at the SSVM cloud logs I saw no exception.
> > The
> > > VM
> > > > root disks gets properly created on the backend and attached on the
> KVM
> > > > host but the block device is blank.  Somehow the template did not get
> > > > copied over.
> > > >
> > > > Starting troubleshooting from this point... I realize I don't
> > understand
> > > > how this work vs what Im used to with NFS as both primary and
> secondary
> > > > storage.
> > > >
> > > > I presume the SSVM has to copy the qcow2 template from the NFS
> > secondary
> > > to
> > > > the primary storage but this one is iscsi now... and I did not setup
> > > > initiator access to the SSVM or found instructions I need to do that.
> > > >
> > > > Can someone fill the blank on to how this work ?
> > > >
> > > > thanks all,
> > > >
> > > > Jean-Francois
> > > >
> > >
> > >
> > > --
> > > With best regards, Ivan Kudryavtsev
> > > Bitworks LLC
> > > Cell RU: +7-923-414-1515
> > > Cell USA: +1-201-257-1512
> > > WWW: http://bitworks.software/ 
> > >
> >
>
>
> --
> With best regards, Ivan Kudryavtsev
> Bitworks LLC
> Cell RU: +7-923-414-1515
> Cell USA: +1-201-257-1512
> WWW: http://bitworks.software/ 
>


CCC Brazil selected talks

2019-03-03 Thread Rafael Weingärtner
Hello CloudStackers,
I have published the selected talks to the CCC BR website. Thanks everybody
that is participating in the process to make this happen. Here goes the
list of the selected talks, and a brief description on each one of them. If
you are one of the speakers, do not forget to register. If you are having
problems to register, please let me know.

CloudStack Keynote
Provides an overview of the Apache CloudStack project (its current state)
CloudStack in a few minutes
This presentation will demonstrate the basic steps to deploy CloudStack,
showing that one can have CloudStack up and running in a few minutes.
Hiper Convergência é para todos Hyperconvergency for all Hyper convergence
is the ability to use your servers for multiple loads simultaneously such
as storage and virtualization. Using dedicated hardware or a set of
software makes it possible to make better use of available resources and
physical space. This talk will go over Hyperconvergene theory and practice,
showing how one can use Open Source software to build their own
hyper-convergent infrastructure.
2 principais motivos pelo qual você precisa ter um backup do seu ambiente Two
main reasons why you need a backup for your cloud data
If today you suffer an unavailability in your operation, caused by your IT
infrastructure, what is expected to resume operation? In this talk I will
point out the 2 main reasons why you need to have a backup of your data,
the market tools that can help you in this strategy and some tips.
Não é virtualização, é Cloud mesmo! Melhores práticas de Cloud Híbrida na
perspectiva de Infra e Plataforma como Serviço It is not virtualization,
it's Cloud! Cloud Hybrid best practices from the perspective of Infra and
Platform as a Service In a company with on-premise and cloud services, we
reflect on whether or not a solution at the customer's "home" detracts
speed and flexibility. We have tried to apply innovation not only through
IaaS (infrastructure as a service) but also as a PaaS (platform as a
service) and how the conjunction of these two creates a great combo. This
talk will discuss the challenges and best practices for Cloud solutions in
the on- premise (not virtualization) and its comparison in doing colocation
in a dataceneter.
Benefícios e problemas utilizando autenticação federada no Apache
Cloudstack Benefits
and problems with federated authentication in Apache Cloudstack Federated
authentication in online services is increasingly being used, whether
through public identity providers such as Facebook, Google and others, or
in organizations' private identity providers. This is a technology that has
come to simplify the life of the user, but that does not always simplify
the life of application developers. The purpose of this talk is to share a
bit the challenges, benefits and problems of using federated authentication
with multiple identity providers in Apache Cloudstack within the Brazilian
academic network.
Troubleshooting CloudStack XenServer Troubleshooting CloudStack XenServer An
Apache CloudStack operation using XenServer as a hypervisor requires
extensive knowledge of hypervisor troubleshooting. In this talk, the
speaker will present the most common problems in a CloudStack
implementation with XenServer and how to solve them with the least possible
downtime and impact to users.
Billing with Cloudstack
In this talk you will see which tools we use to generate billing reports
for cloudstack and what were the difficulties which we discovered during
the implementation.
Quanto custo minha nuvem ? How much does my Cloud cost? Overview about the
use of billing using api of the usage system in ACS.
Migração de Worklouds entre Nuvens Públicas Migration of Worklouds between
Public Clouds This talk will discuss application profiles, best practices,
Site-Backup, Disaster Recovery and HA models among public clouds.
Mastering CloudStack monitoring, debugging, logs and metric collections
CloudStack connects and orchestrates multiple devices (such as hypervisors,
storage, and network). Troubleshooting problems in runtime and collecting
metrics, events, and logs from all the stacks are crucial tasks in order to
quickly identify and solve issues. This presentation walks through the
whole process of debugging and understanding issues in a CloudStack managed
infrastructure.


-- 
Rafael Weingärtner