[GitHub] [cloudstack-documentation] andrijapanicsb commented on issue #90: Add Bionic on supported deb packages list

2020-04-12 Thread GitBox
andrijapanicsb commented on issue #90: Add Bionic on supported deb packages list
URL: 
https://github.com/apache/cloudstack-documentation/pull/90#issuecomment-612617189
 
 
   Haven't we removed the support for Trusty 14.04 @GabrielBrascher ?


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [cloudstack-documentation] andrijapanicsb commented on a change in pull request #87: upgrade: upgrade systemvmtemplate for 4.14

2020-04-12 Thread GitBox
andrijapanicsb commented on a change in pull request #87: upgrade: upgrade 
systemvmtemplate for 4.14
URL: 
https://github.com/apache/cloudstack-documentation/pull/87#discussion_r407203175
 
 

 ##
 File path: source/upgrading/upgrade/upgrade-4.13.rst
 ##
 @@ -0,0 +1,345 @@
+.. Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information#
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+http://www.apache.org/licenses/LICENSE-2.0
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+
+.. |version_to_upgrade| replace:: 4.13.x
+
+Upgrade Instruction from |version_to_upgrade|
+=
+
+This section will guide you from CloudStack |version_to_upgrade| to latest
+CloudStack |release|.
+
+Any steps that are hypervisor-specific will be called out with a note.
+
+We recommend reading through this section once or twice before beginning
+your upgrade procedure, and working through it on a test system before
+working on a production system.
+
+.. note::
+The following upgrade instructions should be performed regardless of
+hypervisor type.
+
+Overview of Upgrade Steps:
+
+
+#. Check any customisations and integrations
+#. Upload the |sysvm64-version| System VM template if not already using it.
+#. Stop all running management servers
+#. Backup CloudStack database (MySQL)
+#. Upgrade 1st CloudStack management server
+#. Update hypervisors specific dependencies
+#. Restart 1st management server
+#. Check that your upgraded environment works as expected
+#. Upgrade and restart the remaining management servers
+
+
+.. include:: _customisation_warnings.rst
+
+.. warning::
+If you are not already using the |sysvm64-version| System VM template you 
will need to 
+upgrade your System VM template prior to performing the upgrade of the 
+CloudStack packages.
+
+.. include:: _sysvm_templates.rst
+
+.. include:: _java_version.rst
+
+Packages repository
+---
+
+Most users of CloudStack manage the installation and upgrades of
+CloudStack with one of Linux's predominant package systems, RPM or
+APT. This guide assumes you'll be using RPM and Yum (for Red Hat
+Enterprise Linux or CentOS), or APT and Debian packages (for Ubuntu).
+
+Create RPM or Debian packages (as appropriate) and a repository from
+the |release| source, or check the Apache CloudStack downloads page at
+http://cloudstack.apache.org/downloads.html
+for package repositories supplied by community members. You will need
+them for :ref:`ubuntu413` or :ref:`rhel413` and :ref:`kvm413` hosts upgrade.
+
+Instructions for creating packages from the CloudStack source are in the
+`CloudStack Installation Guide`_.
+
+Database Preparation
+
+
+Backup current database
+
+#. Stop your management server or servers. Run this on all management
+   server hosts:
+
+   .. parsed-literal::
+
+  $ sudo service cloudstack-management stop
+
+#. If you are running a usage server or usage servers, stop those as well:
+
+   .. parsed-literal::
+
+  $ sudo service cloudstack-usage stop
+
+#. Make a backup of your MySQL database. If you run into any issues or
+   need to roll back the upgrade, this will assist in debugging or
+   restoring your existing environment. You'll be prompted for your
+   password.
+
+   .. parsed-literal::
+
+  $ mysqldump -u root -p cloud > cloud-backup_`date '+%Y-%m-%d'`.sql
+  $ mysqldump -u root -p cloud_usage > cloud_usage-backup_`date 
'+%Y-%m-%d'`.sql
+
+
+.. _ubuntu413:
+.. _apt-repo413:
+
+Management Server
+-
+
+Ubuntu
+##
+
+If you are using Ubuntu, follow this procedure to upgrade your packages. If
+not, skip to step :ref:`rhel413`.
+
+.. note::
+   **Community Packages:** This section assumes you're using the community
+   supplied packages for CloudStack. If you've created your own packages and
+   APT repository, substitute your own URL for the ones used in these examples.
+
+The first order of business will be to change the sources list for
+each system with CloudStack packages. This means all management
+servers, and any hosts that have the KVM agent. (No changes should
+be necessary for hosts that are running VMware or Xen.)
+
+
+
+Start by opening ``/etc/apt/sources.list.d/cloudstack.list`` on
+any systems that have CloudStack packages installed.
+
+This file should have one line,

[GitHub] [cloudstack-documentation] andrijapanicsb commented on issue #87: upgrade: upgrade systemvmtemplate for 4.14

2020-04-12 Thread GitBox
andrijapanicsb commented on issue #87: upgrade: upgrade systemvmtemplate for 
4.14
URL: 
https://github.com/apache/cloudstack-documentation/pull/87#issuecomment-612622005
 
 
   requesting docbuild


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [cloudstack-documentation] ACSGitBot commented on issue #87: upgrade: upgrade systemvmtemplate for 4.14

2020-04-12 Thread GitBox
ACSGitBot commented on issue #87: upgrade: upgrade systemvmtemplate for 4.14
URL: 
https://github.com/apache/cloudstack-documentation/pull/87#issuecomment-612622048
 
 
   Your request had been received, i'll go and build the documentation and 
check the output log for errors.
   
   This shouldn't take long.
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [cloudstack-documentation] ACSGitBot commented on issue #87: upgrade: upgrade systemvmtemplate for 4.14

2020-04-12 Thread GitBox
ACSGitBot commented on issue #87: upgrade: upgrade systemvmtemplate for 4.14
URL: 
https://github.com/apache/cloudstack-documentation/pull/87#issuecomment-612622451
 
 
   Build finished.  You can review it at:   
https://acs-www.shapeblue.com/docs/WIP-PROOFING/pr87
   
   Build Log Output:
   
   
   No log errors found to report.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [cloudstack-documentation] andrijapanicsb opened a new pull request #95: Update release notes

2020-04-12 Thread GitBox
andrijapanicsb opened a new pull request #95: Update release notes
URL: https://github.com/apache/cloudstack-documentation/pull/95
 
 
   Added new features (need to see how many new features...number)


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [cloudstack-documentation] andrijapanicsb commented on issue #94: Add update ISO permissions

2020-04-12 Thread GitBox
andrijapanicsb commented on issue #94: Add update ISO permissions
URL: 
https://github.com/apache/cloudstack-documentation/pull/94#issuecomment-612630606
 
 
   ping @nvazquez can you please update if relevant for 4.14 or is it good to 
go?


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [cloudstack-documentation] andrijapanicsb commented on issue #92: Update accounts.rst

2020-04-12 Thread GitBox
andrijapanicsb commented on issue #92: Update accounts.rst
URL: 
https://github.com/apache/cloudstack-documentation/pull/92#issuecomment-612631701
 
 
   ping @soreana are you ok with the latest commit?
   Can we merge?


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [cloudstack-documentation] andrijapanicsb commented on issue #91: CloudStack Kubernetes Service

2020-04-12 Thread GitBox
andrijapanicsb commented on issue #91: CloudStack Kubernetes Service
URL: 
https://github.com/apache/cloudstack-documentation/pull/91#issuecomment-612631764
 
 
   ping @shwstppr do we need more updates, can we get this ready for 4.14?


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [cloudstack-documentation] andrijapanicsb opened a new pull request #96: update-deprecated-hypervisors-and-os

2020-04-12 Thread GitBox
andrijapanicsb opened a new pull request #96: 
update-deprecated-hypervisors-and-os
URL: https://github.com/apache/cloudstack-documentation/pull/96
 
 
   THIS NEEDS REVIEW - we had a discussion (i.e. nothing is really yet removed 
from the code base, or very few things) - but we don't build packages for 
CentOS 6 any more, nor are we testing with ancient hypervisors versions (VMware 
=< 5.5, XenServer =< 7.1, Ubuntu =<14.04)


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [cloudstack-documentation] andrijapanicsb opened a new pull request #97: WIP: Update changes in API (new/removed) in 4.14

2020-04-12 Thread GitBox
andrijapanicsb opened a new pull request #97: WIP: Update changes in API 
(new/removed) in 4.14
URL: https://github.com/apache/cloudstack-documentation/pull/97
 
 
   This needs proper update - this PR is just a placeholder/reminder


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [cloudstack-documentation] andrijapanicsb opened a new pull request #98: WIP: Update list of changes in 4.14

2020-04-12 Thread GitBox
andrijapanicsb opened a new pull request #98: WIP: Update list of changes in 
4.14
URL: https://github.com/apache/cloudstack-documentation/pull/98
 
 
   This PR is just a placeholder/reminder to do it for 4.14


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [cloudstack-documentation] andrijapanicsb commented on issue #98: WIP: Update list of changes in 4.14

2020-04-12 Thread GitBox
andrijapanicsb commented on issue #98: WIP: Update list of changes in 4.14
URL: 
https://github.com/apache/cloudstack-documentation/pull/98#issuecomment-612636226
 
 
   Folks, can anybody help with a list of changes (from GitHub) like the one 
that is already there? Thx in advance.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [cloudstack-documentation] andrijapanicsb commented on issue #97: WIP: Update changes in API (new/removed) in 4.14

2020-04-12 Thread GitBox
andrijapanicsb commented on issue #97: WIP: Update changes in API (new/removed) 
in 4.14
URL: 
https://github.com/apache/cloudstack-documentation/pull/97#issuecomment-612636348
 
 
   Folks, can anybody help with a list of API changes like the one that is 
already there? Thx in advance.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [cloudstack-documentation] andrijapanicsb opened a new pull request #99: WIP: Update Quick Installation Guide for 4.14

2020-04-12 Thread GitBox
andrijapanicsb opened a new pull request #99: WIP: Update Quick Installation 
Guide for 4.14
URL: https://github.com/apache/cloudstack-documentation/pull/99
 
 
   This is WIP - yet to be done and tested (net-tools or so...is missing, Java 
11 is missing...)
   This (atm) is reminder to do it once 4.14 is out


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


Re: [PROPOSE] RM for 4.14

2020-04-12 Thread Andrija Panic
Hi all,

4.13.1 and 4.14 are almost cooked - all outstanding PRs merged
(documentation is WIP) and automated tests on branches are running.

I'm looking forward to cutting RC1s early next week - 2 separate voting
threads for 4.13.1.0 and 4.14.0.0 releases - as proposed in another email
thread (all 4.13.1 fixes are forward merged to 4.14 as one would expect)

For the records, last 2-3 weeks were mostly spent on the blocker issues
(90% of that on the snapshot garbage left all over the place - PR 3969) -
and most of it has been fixed.

I have pinged some of you already - if you want to help, kindly check the
documentation PRs
https://github.com/apache/cloudstack-documentation/pulls?q=is%3Aopen+is%3Apr+milestone%3A4.14.0.0

Big thanks to everyone who helped so far with fixing the issues and testing!

Andrija



On Thu, 30 Jan 2020 at 21:39, Andrija Panic  wrote:

> Hi all,
>
> with regards to the freeze date, it seems that we'll have to push it back
> a bit, again.
>
> I have not had time to do much myself (will rejoin the effort starting
> from Monday), but I can see that we have reduced total number of Milestone
> items (for both 4.14 and 4.13.1) by 1/3 (we went from ~60 to ~40) - this
> leaves us with roughly another **2 weeks** to finish off the remaining
> milestone items. Next time I might propose a very "pessimistic" dates,
> instead of overly optimistic (that original dates I proposed seem to be),
> to avoid postponing the release by this amount of time.
>
> I hope that everyone finds this OK - at the end of the day, WHAT we
> release it what's going to be remembered, not WHEN we released it.
> As usual, I will follow up here once we are close to the freeze date.
>
> If anyone has any concerns, please let me know.
>
> Thanks,
> Andrija
>
>
> On Wed, 22 Jan 2020 at 15:18, Boris Stoyanov 
> wrote:
>
>> +1, I'd really love to see some of the PRs with the 4.14 milestone in but
>> I need more time to test them.
>>
>> Bobby.
>>
>> On 22.01.20, 13:22, "Andrija Panic"  wrote:
>>
>> Hi all,
>>
>> I’d like to push back the freeze date for at least a week vs. what's
>> previously proposed since I’ve been contacted by a few people who
>> have some
>> PRs they like to get closed off.  If of any interest, I’m away
>> 27th-31th
>> January (but will check emails occasionally).
>>
>> I'll follow-up here on the freeze date.
>>
>> Thanks,
>> Andrija
>>
>>
>>
>> boris.stoya...@shapeblue.com
>> www.shapeblue.com
>> Amadeus House, Floral Street, London  WC2E 9DPUK
>> @shapeblue
>>
>>
>>
>> On Fri, 20 Dec 2019 at 16:30, Andrija Panic 
>> wrote:
>>
>> > Hi guys
>> >
>> > Sven,
>> > read the original email pls (last part of it) - we will need to fix
>> some
>> > bugs, test other people fixes as applicable, etc - "usual" day to
>> dev
>> > stuff.
>> >
>> > Gabriel,
>> >
>> > thx for the help (in advance! ), let's aim to improve the page
>> during this
>> > release, I'll surely raise this if/when I see a problem
>> (considering this
>> > is my first time but I will also have help from other experienced
>> guys as
>> > already explained).
>> >
>> > As for the LTS discussion, I would add that there is an "awful" lot
>> of new
>> > stuff planned for this releases, making it a more suitable
>> candidate for
>> > LTS then for non-LTS, if that makes sense.
>> >
>> > Anyway, looking forward working with all you guys on this one!
>> >
>> > Best,
>> > Andrija
>> >
>> >
>> >
>> > On Fri, 20 Dec 2019, 12:24 Sven Vogel,  wrote:
>> >
>> >> @Paul @Gabriel
>> >>
>> >>
>> >>
>> https://cwiki.apache.org/confluence/display/CLOUDSTACK/Release+Procedure
>> >>
>> >>
>> >> This seems the link for the release process. I read them. how is it
>> >> possible to engage in this process? I don’t know. Is it useful. I
>> would
>> >> come more into and learn it.
>> >>
>> >>
>> >>
>> >>
>> >> Von meinem iPhone gesendet
>> >>
>> >>
>> >> __
>> >>
>> >> Sven Vogel
>> >> Teamlead Platform
>> >>
>> >> EWERK DIGITAL GmbH
>> >> Brühl 24, D-04109 Leipzig
>> >> P +49 341 42649 - 99
>> >> F +49 341 42649 - 98
>> >> s.vo...@ewerk.com
>> >> www.ewerk.com
>> >>
>> >> Geschäftsführer:
>> >> Dr. Erik Wende, Hendrik Schubert, Frank Richter
>> >> Registergericht: Leipzig HRB 9065
>> >>
>> >> Support:
>> >> +49 341 42649 555
>> >>
>> >> Zertifiziert nach:
>> >> ISO/IEC 27001:2013
>> >> DIN EN ISO 9001:2015
>> >> DIN ISO/IEC 2-1:2011
>> >>
>> >> ISAE 3402 Typ II Assessed
>> >>
>> >> EWERK-Blog | LinkedIn<
>> >> https://www.linkedin.com/company/ewerk-group> | Xing<
>> >> https://www.xing.com/company/ewerk> | Twitter<
>> >> https://twitter.com/EWERK_Group> | Facebook<
>> >> https://de-de.facebook.com/EWERK.IT/>
>> >>
>>