Re: Upgrading from 4.9.3 to 4.11

2018-10-31 Thread Rohit Yadav
Hi James,


Please use the following link for upgrading from your 4.9 installation to the 
bugfix minor 4.11 release - 4.11.1.0:

http://docs.cloudstack.apache.org/en/4.11.1.0/upgrading/upgrade/upgrade-4.9.html


The L2 feature is currently only available with the advanced zone, you'll need 
to set up a separate advanced zone with some new KVM hosts to use that feature.


- Rohit






From: McClune, James 
Sent: Wednesday, October 31, 2018 10:33:41 PM
To: users@cloudstack.apache.org
Cc: Adams, Christopher
Subject: Upgrading from 4.9.3 to 4.11

Hello CloudStack Community,

I work for a school district in Ohio and we've been running ACS 4.9.3 for
over a year now. Great piece of software! We're using Ceph (Luminous) for
our storage backend and KVM/libvirt for virtualization.

We're starting to expand our private cloud. We'd like to rely on external
systems for IP services (e.g. DHCP, DNS, routing, etc.). Right now, we're
running a basic network zone (with ACS managing IP services). I'm building
a roadmap for upgrading to ACS 4.11. I'm looking to implement the L2
functionality in 4.11, as described here:

https://www.shapeblue.com/layer-2-networks-in-cloudstack/

I was wondering if anyone has advice on upgrading to 4.11 from 4.9.3 (i.e.
important things to watch for, problems encountered, etc.). I'm referencing
the documentation here:

http://docs.cloudstack.apache.org/projects/cloudstack-release-notes/en/4.11.0.0/upgrade/upgrade-4.9.html

I appreciate all input! :)

Thanks,

--

James McClune

Technical Support Specialist

Norwalk City Schools

Phone: 419-660-6590

mcclu...@norwalktruckers.net

rohit.ya...@shapeblue.com 
www.shapeblue.com
Amadeus House, Floral Street, London  WC2E 9DPUK
@shapeblue
  
 



CloudStack-UI Release 1.411.23.1 Overview

2018-10-31 Thread Ivan Kudryavtsev
Dear CloudStack Community, we have released 1.411.23 Release. The release
includes improvements and fixes listed below. If you cannot read the
message below with proper formatting, you can find the release overview
below:

English:
https://github.com/bwsw/cloudstack-ui/wiki/1.411.23.1-ReleaseNotes-En
Russian:
https://github.com/bwsw/cloudstack-ui/wiki/1.411.23.1-ReleaseNotes-Ru
Release 1.411.23.1 Overview

On October 30, 2018, we released Cloudstack-UI 1.411.23.1. The main feature
of this release is the LogView plugin allowing a user to view VM log files.
During the past sprint, the team significantly enhanced the Affinity group
selection form and Access VM dialog box. Besides, the Main Navigation Bar
is changed. See the details below.
LogView
Plugin

In 1.411.23.1 Release users can view VM log files by enabling the new
CloudStack-UI extension - LogView.

This extension uses the LogView backend-plugin that extends the CloudStack
API with additional requests allowing users to access the VM log files
storage. For the LogView UI-plugin operation, firstly, it is necessary to
deploy the LogView backend-plugin which can be downloaded from GitHub
. The plugin uses ELK to
store machine log files and Filebeat to export log files from a VM to the
storage. The plugin is developed and tested only with Apache CloudStack
4.11.1.

Then, it is necessary to enable the LogView UI-plugin via the CloudStack-UI
configuration file. After activation, the View Logs section appears in
CloudStack-UI. It allows a user to select VM log files and a time period to
view the logs for. Logs can be viewed in direct and reverse chronological
order.

Full deployment instructions are provided at the plugin page
. The plugin
is now in active development. At the nearest iterations, the following
features will be implemented:

   - displaying logs in real-time mode.

Improvement
of Access VM component

At the current iteration, we improved the Access VM interface to help those
cloud users who face the problem of Access VM information search in cases
VM template configurations go beyond the typical ones: a username, a port
are non-standard; used password is not managed by CloudStack.

Access VM components allow a user to obtain all necessary credentials to
access a VM in the final dialog box shown after VM creation, or later when
a user selects a corresponding action in the VM Action box. Access VM
component is implemented by defining the special template or machine tags.
These tags determine the view and content of the Access VM dialog box. For
today, we support three VM access modes: VNC, SSH, HTTP.

   - Access VM component for accessing a machine via VNC console extends
   the CloudStack feature enabling a template owner to determine a login to
   access a machine.


   - Access VM component for accessing a machine via SSH allows a user to
   get all necessary credentials to access a VM with SSH. In case the WebShell
   plugin is enabled, a user can SSH to VM in a browser.


   - Access VM component for accessing a machine via HTTP is useful for
   templates with ready to use web systems deployed, such as SugarCRM or
   Wordpress. This tab in the dialog box provides a user with all necessary
   details to access a machine in a browser.

All three modes can be used for one machine at the same time. In this case,
all three tabs - VNC console, SSH, HTTP - will be active in the dialog box.

For more details on configuring VM access via template tags visit the
wiki-page
 in
the GitHub project.
Affinity
group attachment improvements

In the current release, we improved the affinity group selection component
at VM creation and editing.

Now, when attaching an affinity group to a machine a user can select a
group in the list of existing groups or create a new group. At creating a
new group it is required to define a group type: affinity or anti-affinity.

Now we support the attachment of several affinity groups to one VM.

Main
navigation bar improvements

The main navigation bar is enhanced and now contains two levels expecting
the implementation of new UI features in the future. In the new menu, all
menu items are grouped into two main sections.

In the “Virtual Machines” section a user can manage machines, their
settings, and view log files.

In the “Accounts” section a user can manage accounts and users, define UI
settings.

To switch between main sections click on the 

Re: Upgrading from 4.9.3 to 4.11

2018-10-31 Thread ilya musayev
You’d have to put a separate Advanced Zone to use L2 Networking. 

What would be delegating DHCP and managing DNS? 

If you can keep the DHCP+Metadata with cloudstack Router VM (it will only do 
DHCP and Metadata and no routing) - you can use everything else from upstream 
provider. This is how most Advanced Zones with VLAN isolation deployed and we 
have many of these.

You can probably manage to abstract DHCP as well but integrating with a 
provider/plugin.. GloboDNS guys wrote some sort of integration like it - 
sometime ago.

Regards,
ilya

> On Oct 31, 2018, at 10:03 AM, McClune, James  
> wrote:
> 
> Hello CloudStack Community,
> 
> I work for a school district in Ohio and we've been running ACS 4.9.3 for
> over a year now. Great piece of software! We're using Ceph (Luminous) for
> our storage backend and KVM/libvirt for virtualization.
> 
> We're starting to expand our private cloud. We'd like to rely on external
> systems for IP services (e.g. DHCP, DNS, routing, etc.). Right now, we're
> running a basic network zone (with ACS managing IP services). I'm building
> a roadmap for upgrading to ACS 4.11. I'm looking to implement the L2
> functionality in 4.11, as described here:
> 
> https://www.shapeblue.com/layer-2-networks-in-cloudstack/
> 
> I was wondering if anyone has advice on upgrading to 4.11 from 4.9.3 (i.e.
> important things to watch for, problems encountered, etc.). I'm referencing
> the documentation here:
> 
> http://docs.cloudstack.apache.org/projects/cloudstack-release-notes/en/4.11.0.0/upgrade/upgrade-4.9.html
> 
> I appreciate all input! :)
> 
> Thanks,
> 
> --
> 
> James McClune
> 
> Technical Support Specialist
> 
> Norwalk City Schools
> 
> Phone: 419-660-6590
> 
> mcclu...@norwalktruckers.net



Re: Upload Data Volume

2018-10-31 Thread Andrija Panic
Login inside SSVM in destination CloudStack and try to wget the volume as
suggested in previous email. See if that works first.

Best
Andrija

On Wed, Oct 31, 2018, 18:36 Nicolas Bouige  wrote:

> Nope, i exported the .vhd manually from my Xen pool  and put it in a
> webserver to be download by Cloudstack.
> This step works fine. So that's not a problem if the download volume
> feature from CloudPlatform didn' work.
>
> i'm in trouble with the second part, to import the .vhd hosted on my
> webserver  to cloudstack.
>
>
> -Message d'origine-
> De : Rafael Weingärtner [mailto:rafaelweingart...@gmail.com]
> Envoyé : mercredi 31 octobre 2018 18:26
> À : users 
> Objet : Re: Upload Data Volume
>
> Ah, so the cloud platform is not working properly. I mean, it is not
> exporting the VHDs already. That is your problem, right?
>
> On Wed, Oct 31, 2018 at 2:24 PM Nicolas Bouige  wrote:
>
> > Hi Rafael,
> >
> > Did not try as i got an access denied via my web browser...that's why
> > i exported the .vhd on my own webserver instead to use this feature.
> >
> > Best regards,
> > N.B
> >
> > -Message d'origine-
> > De : Rafael Weingärtner [mailto:rafaelweingart...@gmail.com]
> > Envoyé : mercredi 31 octobre 2018 17:36 À : users
> >  Objet : Re: Upload Data Volume
> >
> > Did you log in the SSVM of your ACS 4.11, and tried to wget the
> > template/data disk using the URL provided by the Citrix/Accelerite
> > cloud platform?
> >
> > On Wed, Oct 31, 2018 at 1:33 PM Nicolas Bouige 
> wrote:
> >
> > > Hello All,
> > >
> > >
> > >
> > > I’m currently trying to migrate some VMs from Cloudplatform 4.7
> > > (XEN) to Cloudstack 4.11.1 (XCP)
> > >
> > >
> > >
> > > Im stuck with the DATA Volume, there are exported on a web server
> > > and accessible by the  management-server.
> > >
> > > Webserver is working  fine as i can upload ROOT disk from it.
> > >
> > >
> > >
> > > The only difference is for upload ROOT DISK as template SSVM is
> > > involved with the public ip  and  DATA DISK, the management server
> > > is used with private ip.
> > > Both ip (private and public) are « pingable » from mgmt-server and
> > > SSVM and i can download .vhd.
> > >
> > > Unfortunately, each time i try to upload DATA disk, i got this error :
> > >
> > >
> > >
> > > 2018-10-31 15:26:09,493 DEBUG [c.c.a.t.Request]
> > > (AgentManager-Handler-15:null) (logid:) Seq 34-3493104460979266769:
> > > Processing:  { Ans: , MgmtId: 2886211232, via: 34, Ver: v1, Flags:
> > > 10,
> > > [{"com.cloud.agent.api.storage.DownloadAnswer":{"jobId":"1866970c-b1
> > > 9f
> > > -427a-b957-3738bbd50d0e","downloadPct":0,"errorString":"Connection
> > > refused (Connection
> > > refused)","downloadStatus":"DOWNLOAD_ERROR","downloadPath":"/mnt/Sec
> > > St
> > > orage/2949d66c-3490-3636-93f7-f2299fa5f4b2/volumes/12/615/dnld362614
> > > 18
> > > 85766458800tmp_","installPath":"volumes/12/615","templateSize":0,"te
> > > mp latePhySicalSize":0,"result":true,"details":"Connection
> > > refused (Connection refused)","wait":0}}] }
> > >
> > > 2018-10-31 15:26:09,563 WARN  [o.a.c.alerts]
> > > (RemoteHostEndPoint-15:ctx-28d55a70) (logid:ebfb4bd8) AlertType:: 28
> > > |
> > > dataCenterId:: 0 | podId:: null | clusterId:: null | message::
> > > Failed to upload volume: ce2747c9-468a-4d1f-9651-8b6e2373079b with
> error:
> > > Connection refused (Connection refused)
> > >
> > > 2018-10-31 15:26:09,573 ERROR [o.a.c.s.i.BaseImageStoreDriverImpl]
> > > (RemoteHostEndPoint-15:ctx-28d55a70) (logid:ebfb4bd8) Failed to
> > > upload
> > > volume: ce2747c9-468a-4d1f-9651-8b6e2373079b with error: Connection
> > > refused (Connection refused)
> > >
> > >
> > >
> > > I don’t know where the « connection refused » comes from.
> > >
> > >
> > >
> > > Someone knows the exact process in cloudstack to upload volumes from
> > > an URL ?
> > >
> > > Best regards,
> > >
> > >
> > >
> > > [image: SignatureBouige]
> > >
> > >
> > >
> >
> >
> > --
> > Rafael Weingärtner
> >
>
>
> --
> Rafael Weingärtner
>


RE: Upload Data Volume

2018-10-31 Thread Nicolas Bouige
Nope, i exported the .vhd manually from my Xen pool  and put it in a webserver 
to be download by Cloudstack. 
This step works fine. So that's not a problem if the download volume feature 
from CloudPlatform didn' work.

i'm in trouble with the second part, to import the .vhd hosted on my webserver  
to cloudstack.


-Message d'origine-
De : Rafael Weingärtner [mailto:rafaelweingart...@gmail.com] 
Envoyé : mercredi 31 octobre 2018 18:26
À : users 
Objet : Re: Upload Data Volume

Ah, so the cloud platform is not working properly. I mean, it is not exporting 
the VHDs already. That is your problem, right?

On Wed, Oct 31, 2018 at 2:24 PM Nicolas Bouige  wrote:

> Hi Rafael,
>
> Did not try as i got an access denied via my web browser...that's why 
> i exported the .vhd on my own webserver instead to use this feature.
>
> Best regards,
> N.B
>
> -Message d'origine-
> De : Rafael Weingärtner [mailto:rafaelweingart...@gmail.com]
> Envoyé : mercredi 31 octobre 2018 17:36 À : users 
>  Objet : Re: Upload Data Volume
>
> Did you log in the SSVM of your ACS 4.11, and tried to wget the 
> template/data disk using the URL provided by the Citrix/Accelerite 
> cloud platform?
>
> On Wed, Oct 31, 2018 at 1:33 PM Nicolas Bouige  wrote:
>
> > Hello All,
> >
> >
> >
> > I’m currently trying to migrate some VMs from Cloudplatform 4.7 
> > (XEN) to Cloudstack 4.11.1 (XCP)
> >
> >
> >
> > Im stuck with the DATA Volume, there are exported on a web server 
> > and accessible by the  management-server.
> >
> > Webserver is working  fine as i can upload ROOT disk from it.
> >
> >
> >
> > The only difference is for upload ROOT DISK as template SSVM is 
> > involved with the public ip  and  DATA DISK, the management server 
> > is used with private ip.
> > Both ip (private and public) are « pingable » from mgmt-server and 
> > SSVM and i can download .vhd.
> >
> > Unfortunately, each time i try to upload DATA disk, i got this error :
> >
> >
> >
> > 2018-10-31 15:26:09,493 DEBUG [c.c.a.t.Request]
> > (AgentManager-Handler-15:null) (logid:) Seq 34-3493104460979266769:
> > Processing:  { Ans: , MgmtId: 2886211232, via: 34, Ver: v1, Flags: 
> > 10, 
> > [{"com.cloud.agent.api.storage.DownloadAnswer":{"jobId":"1866970c-b1
> > 9f 
> > -427a-b957-3738bbd50d0e","downloadPct":0,"errorString":"Connection
> > refused (Connection
> > refused)","downloadStatus":"DOWNLOAD_ERROR","downloadPath":"/mnt/Sec
> > St
> > orage/2949d66c-3490-3636-93f7-f2299fa5f4b2/volumes/12/615/dnld362614
> > 18 
> > 85766458800tmp_","installPath":"volumes/12/615","templateSize":0,"te
> > mp latePhySicalSize":0,"result":true,"details":"Connection
> > refused (Connection refused)","wait":0}}] }
> >
> > 2018-10-31 15:26:09,563 WARN  [o.a.c.alerts]
> > (RemoteHostEndPoint-15:ctx-28d55a70) (logid:ebfb4bd8) AlertType:: 28 
> > |
> > dataCenterId:: 0 | podId:: null | clusterId:: null | message:: 
> > Failed to upload volume: ce2747c9-468a-4d1f-9651-8b6e2373079b with error:
> > Connection refused (Connection refused)
> >
> > 2018-10-31 15:26:09,573 ERROR [o.a.c.s.i.BaseImageStoreDriverImpl]
> > (RemoteHostEndPoint-15:ctx-28d55a70) (logid:ebfb4bd8) Failed to 
> > upload
> > volume: ce2747c9-468a-4d1f-9651-8b6e2373079b with error: Connection 
> > refused (Connection refused)
> >
> >
> >
> > I don’t know where the « connection refused » comes from.
> >
> >
> >
> > Someone knows the exact process in cloudstack to upload volumes from 
> > an URL ?
> >
> > Best regards,
> >
> >
> >
> > [image: SignatureBouige]
> >
> >
> >
>
>
> --
> Rafael Weingärtner
>


--
Rafael Weingärtner


Re: Upload Data Volume

2018-10-31 Thread Rafael Weingärtner
Ah, so the cloud platform is not working properly. I mean, it is not
exporting the VHDs already. That is your problem, right?

On Wed, Oct 31, 2018 at 2:24 PM Nicolas Bouige  wrote:

> Hi Rafael,
>
> Did not try as i got an access denied via my web browser...that's why i
> exported the .vhd on my own webserver instead to use this feature.
>
> Best regards,
> N.B
>
> -Message d'origine-
> De : Rafael Weingärtner [mailto:rafaelweingart...@gmail.com]
> Envoyé : mercredi 31 octobre 2018 17:36
> À : users 
> Objet : Re: Upload Data Volume
>
> Did you log in the SSVM of your ACS 4.11, and tried to wget the
> template/data disk using the URL provided by the Citrix/Accelerite cloud
> platform?
>
> On Wed, Oct 31, 2018 at 1:33 PM Nicolas Bouige  wrote:
>
> > Hello All,
> >
> >
> >
> > I’m currently trying to migrate some VMs from Cloudplatform 4.7 (XEN)
> > to Cloudstack 4.11.1 (XCP)
> >
> >
> >
> > Im stuck with the DATA Volume, there are exported on a web server and
> > accessible by the  management-server.
> >
> > Webserver is working  fine as i can upload ROOT disk from it.
> >
> >
> >
> > The only difference is for upload ROOT DISK as template SSVM is
> > involved with the public ip  and  DATA DISK, the management server is
> > used with private ip.
> > Both ip (private and public) are « pingable » from mgmt-server and
> > SSVM and i can download .vhd.
> >
> > Unfortunately, each time i try to upload DATA disk, i got this error :
> >
> >
> >
> > 2018-10-31 15:26:09,493 DEBUG [c.c.a.t.Request]
> > (AgentManager-Handler-15:null) (logid:) Seq 34-3493104460979266769:
> > Processing:  { Ans: , MgmtId: 2886211232, via: 34, Ver: v1, Flags: 10,
> > [{"com.cloud.agent.api.storage.DownloadAnswer":{"jobId":"1866970c-b19f
> > -427a-b957-3738bbd50d0e","downloadPct":0,"errorString":"Connection
> > refused (Connection
> > refused)","downloadStatus":"DOWNLOAD_ERROR","downloadPath":"/mnt/SecSt
> > orage/2949d66c-3490-3636-93f7-f2299fa5f4b2/volumes/12/615/dnld36261418
> > 85766458800tmp_","installPath":"volumes/12/615","templateSize":0,"temp
> > latePhySicalSize":0,"result":true,"details":"Connection
> > refused (Connection refused)","wait":0}}] }
> >
> > 2018-10-31 15:26:09,563 WARN  [o.a.c.alerts]
> > (RemoteHostEndPoint-15:ctx-28d55a70) (logid:ebfb4bd8) AlertType:: 28 |
> > dataCenterId:: 0 | podId:: null | clusterId:: null | message:: Failed
> > to upload volume: ce2747c9-468a-4d1f-9651-8b6e2373079b with error:
> > Connection refused (Connection refused)
> >
> > 2018-10-31 15:26:09,573 ERROR [o.a.c.s.i.BaseImageStoreDriverImpl]
> > (RemoteHostEndPoint-15:ctx-28d55a70) (logid:ebfb4bd8) Failed to upload
> > volume: ce2747c9-468a-4d1f-9651-8b6e2373079b with error: Connection
> > refused (Connection refused)
> >
> >
> >
> > I don’t know where the « connection refused » comes from.
> >
> >
> >
> > Someone knows the exact process in cloudstack to upload volumes from
> > an URL ?
> >
> > Best regards,
> >
> >
> >
> > [image: SignatureBouige]
> >
> >
> >
>
>
> --
> Rafael Weingärtner
>


-- 
Rafael Weingärtner


RE: Upload Data Volume

2018-10-31 Thread Nicolas Bouige
Hi Rafael,

Did not try as i got an access denied via my web browser...that's why i 
exported the .vhd on my own webserver instead to use this feature.

Best regards,
N.B 

-Message d'origine-
De : Rafael Weingärtner [mailto:rafaelweingart...@gmail.com] 
Envoyé : mercredi 31 octobre 2018 17:36
À : users 
Objet : Re: Upload Data Volume

Did you log in the SSVM of your ACS 4.11, and tried to wget the template/data 
disk using the URL provided by the Citrix/Accelerite cloud platform?

On Wed, Oct 31, 2018 at 1:33 PM Nicolas Bouige  wrote:

> Hello All,
>
>
>
> I’m currently trying to migrate some VMs from Cloudplatform 4.7 (XEN) 
> to Cloudstack 4.11.1 (XCP)
>
>
>
> Im stuck with the DATA Volume, there are exported on a web server and 
> accessible by the  management-server.
>
> Webserver is working  fine as i can upload ROOT disk from it.
>
>
>
> The only difference is for upload ROOT DISK as template SSVM is 
> involved with the public ip  and  DATA DISK, the management server is 
> used with private ip.
> Both ip (private and public) are « pingable » from mgmt-server and 
> SSVM and i can download .vhd.
>
> Unfortunately, each time i try to upload DATA disk, i got this error :
>
>
>
> 2018-10-31 15:26:09,493 DEBUG [c.c.a.t.Request]
> (AgentManager-Handler-15:null) (logid:) Seq 34-3493104460979266769:
> Processing:  { Ans: , MgmtId: 2886211232, via: 34, Ver: v1, Flags: 10, 
> [{"com.cloud.agent.api.storage.DownloadAnswer":{"jobId":"1866970c-b19f
> -427a-b957-3738bbd50d0e","downloadPct":0,"errorString":"Connection
> refused (Connection
> refused)","downloadStatus":"DOWNLOAD_ERROR","downloadPath":"/mnt/SecSt
> orage/2949d66c-3490-3636-93f7-f2299fa5f4b2/volumes/12/615/dnld36261418
> 85766458800tmp_","installPath":"volumes/12/615","templateSize":0,"temp
> latePhySicalSize":0,"result":true,"details":"Connection
> refused (Connection refused)","wait":0}}] }
>
> 2018-10-31 15:26:09,563 WARN  [o.a.c.alerts]
> (RemoteHostEndPoint-15:ctx-28d55a70) (logid:ebfb4bd8) AlertType:: 28 |
> dataCenterId:: 0 | podId:: null | clusterId:: null | message:: Failed 
> to upload volume: ce2747c9-468a-4d1f-9651-8b6e2373079b with error: 
> Connection refused (Connection refused)
>
> 2018-10-31 15:26:09,573 ERROR [o.a.c.s.i.BaseImageStoreDriverImpl]
> (RemoteHostEndPoint-15:ctx-28d55a70) (logid:ebfb4bd8) Failed to upload
> volume: ce2747c9-468a-4d1f-9651-8b6e2373079b with error: Connection 
> refused (Connection refused)
>
>
>
> I don’t know where the « connection refused » comes from.
>
>
>
> Someone knows the exact process in cloudstack to upload volumes from 
> an URL ?
>
> Best regards,
>
>
>
> [image: SignatureBouige]
>
>
>


--
Rafael Weingärtner


Re: Upgrading from 4.9.3 to 4.11

2018-10-31 Thread Ivan Kudryavtsev
James, AFAIK L2 Networks function is not compatible with basic zones, so
without moving to advanced zone it's impossible to use this function in CS,
so If you don't have the problems with 4.9.3 it's better to stay with 4.9.3.

Best wishes, Ivan

ср, 31 окт. 2018 г. в 13:04, McClune, James :

> Hello CloudStack Community,
>
> I work for a school district in Ohio and we've been running ACS 4.9.3 for
> over a year now. Great piece of software! We're using Ceph (Luminous) for
> our storage backend and KVM/libvirt for virtualization.
>
> We're starting to expand our private cloud. We'd like to rely on external
> systems for IP services (e.g. DHCP, DNS, routing, etc.). Right now, we're
> running a basic network zone (with ACS managing IP services). I'm building
> a roadmap for upgrading to ACS 4.11. I'm looking to implement the L2
> functionality in 4.11, as described here:
>
> https://www.shapeblue.com/layer-2-networks-in-cloudstack/
>
> I was wondering if anyone has advice on upgrading to 4.11 from 4.9.3 (i.e.
> important things to watch for, problems encountered, etc.). I'm referencing
> the documentation here:
>
>
> http://docs.cloudstack.apache.org/projects/cloudstack-release-notes/en/4.11.0.0/upgrade/upgrade-4.9.html
>
> I appreciate all input! :)
>
> Thanks,
>
> --
>
> James McClune
>
> Technical Support Specialist
>
> Norwalk City Schools
>
> Phone: 419-660-6590
>
> mcclu...@norwalktruckers.net
>


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


Upgrading from 4.9.3 to 4.11

2018-10-31 Thread McClune, James
Hello CloudStack Community,

I work for a school district in Ohio and we've been running ACS 4.9.3 for
over a year now. Great piece of software! We're using Ceph (Luminous) for
our storage backend and KVM/libvirt for virtualization.

We're starting to expand our private cloud. We'd like to rely on external
systems for IP services (e.g. DHCP, DNS, routing, etc.). Right now, we're
running a basic network zone (with ACS managing IP services). I'm building
a roadmap for upgrading to ACS 4.11. I'm looking to implement the L2
functionality in 4.11, as described here:

https://www.shapeblue.com/layer-2-networks-in-cloudstack/

I was wondering if anyone has advice on upgrading to 4.11 from 4.9.3 (i.e.
important things to watch for, problems encountered, etc.). I'm referencing
the documentation here:

http://docs.cloudstack.apache.org/projects/cloudstack-release-notes/en/4.11.0.0/upgrade/upgrade-4.9.html

I appreciate all input! :)

Thanks,

--

James McClune

Technical Support Specialist

Norwalk City Schools

Phone: 419-660-6590

mcclu...@norwalktruckers.net


Re: Upload Data Volume

2018-10-31 Thread Rafael Weingärtner
Did you log in the SSVM of your ACS 4.11, and tried to wget the
template/data disk using the URL provided by the Citrix/Accelerite cloud
platform?

On Wed, Oct 31, 2018 at 1:33 PM Nicolas Bouige  wrote:

> Hello All,
>
>
>
> I’m currently trying to migrate some VMs from Cloudplatform 4.7 (XEN) to
> Cloudstack 4.11.1 (XCP)
>
>
>
> Im stuck with the DATA Volume, there are exported on a web server and
> accessible by the  management-server.
>
> Webserver is working  fine as i can upload ROOT disk from it.
>
>
>
> The only difference is for upload ROOT DISK as template SSVM is involved
> with the public ip  and  DATA DISK, the management server is used with
> private ip.
> Both ip (private and public) are « pingable » from mgmt-server and SSVM
> and i can download .vhd.
>
> Unfortunately, each time i try to upload DATA disk, i got this error :
>
>
>
> 2018-10-31 15:26:09,493 DEBUG [c.c.a.t.Request]
> (AgentManager-Handler-15:null) (logid:) Seq 34-3493104460979266769:
> Processing:  { Ans: , MgmtId: 2886211232, via: 34, Ver: v1, Flags: 10,
> [{"com.cloud.agent.api.storage.DownloadAnswer":{"jobId":"1866970c-b19f-427a-b957-3738bbd50d0e","downloadPct":0,"errorString":"Connection
> refused (Connection
> refused)","downloadStatus":"DOWNLOAD_ERROR","downloadPath":"/mnt/SecStorage/2949d66c-3490-3636-93f7-f2299fa5f4b2/volumes/12/615/dnld3626141885766458800tmp_","installPath":"volumes/12/615","templateSize":0,"templatePhySicalSize":0,"result":true,"details":"Connection
> refused (Connection refused)","wait":0}}] }
>
> 2018-10-31 15:26:09,563 WARN  [o.a.c.alerts]
> (RemoteHostEndPoint-15:ctx-28d55a70) (logid:ebfb4bd8) AlertType:: 28 |
> dataCenterId:: 0 | podId:: null | clusterId:: null | message:: Failed to
> upload volume: ce2747c9-468a-4d1f-9651-8b6e2373079b with error: Connection
> refused (Connection refused)
>
> 2018-10-31 15:26:09,573 ERROR [o.a.c.s.i.BaseImageStoreDriverImpl]
> (RemoteHostEndPoint-15:ctx-28d55a70) (logid:ebfb4bd8) Failed to upload
> volume: ce2747c9-468a-4d1f-9651-8b6e2373079b with error: Connection refused
> (Connection refused)
>
>
>
> I don’t know where the « connection refused » comes from.
>
>
>
> Someone knows the exact process in cloudstack to upload volumes from an
> URL ?
>
> Best regards,
>
>
>
> [image: SignatureBouige]
>
>
>


-- 
Rafael Weingärtner


Upload Data Volume

2018-10-31 Thread Nicolas Bouige
Hello All,

I'm currently trying to migrate some VMs from Cloudplatform 4.7 (XEN) to 
Cloudstack 4.11.1 (XCP)

Im stuck with the DATA Volume, there are exported on a web server and 
accessible by the  management-server.
Webserver is working  fine as i can upload ROOT disk from it.

The only difference is for upload ROOT DISK as template SSVM is involved with 
the public ip  and  DATA DISK, the management server is used with  private ip.
Both ip (private and public) are < pingable > from mgmt-server and SSVM and i 
can download .vhd.

Unfortunately, each time i try to upload DATA disk, i got this error :

2018-10-31 15:26:09,493 DEBUG [c.c.a.t.Request] (AgentManager-Handler-15:null) 
(logid:) Seq 34-3493104460979266769: Processing:  { Ans: , MgmtId: 2886211232, 
via: 34, Ver: v1, Flags: 10, 
[{"com.cloud.agent.api.storage.DownloadAnswer":{"jobId":"1866970c-b19f-427a-b957-3738bbd50d0e","downloadPct":0,"errorString":"Connection
 refused (Connection 
refused)","downloadStatus":"DOWNLOAD_ERROR","downloadPath":"/mnt/SecStorage/2949d66c-3490-3636-93f7-f2299fa5f4b2/volumes/12/615/dnld3626141885766458800tmp_","installPath":"volumes/12/615","templateSize":0,"templatePhySicalSize":0,"result":true,"details":"Connection
 refused (Connection refused)","wait":0}}] }
2018-10-31 15:26:09,563 WARN  [o.a.c.alerts] 
(RemoteHostEndPoint-15:ctx-28d55a70) (logid:ebfb4bd8) AlertType:: 28 | 
dataCenterId:: 0 | podId:: null | clusterId:: null | message:: Failed to upload 
volume: ce2747c9-468a-4d1f-9651-8b6e2373079b with error: Connection refused 
(Connection refused)
2018-10-31 15:26:09,573 ERROR [o.a.c.s.i.BaseImageStoreDriverImpl] 
(RemoteHostEndPoint-15:ctx-28d55a70) (logid:ebfb4bd8) Failed to upload volume: 
ce2747c9-468a-4d1f-9651-8b6e2373079b with error: Connection refused (Connection 
refused)

I don't know where the < connection refused > comes from.

Someone knows the exact process in cloudstack to upload volumes from an URL ?

Best regards,

[SignatureBouige]



Re: [VOTE] Apache CloudStack 4.11.2.0 RC4

2018-10-31 Thread Rene Moser
Thanks Paul

Perfect! Keep us busy testing ;)

Yours
René