[cloudstack-documentation] branch master updated (002e998 -> b7c8ca8)
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git. from 002e998 Merge pull request #63 from apache/upload-template-from-local-doc-update add 5264ac0 vm snapshots tags and corrections add 75459f7 minor fix new b7c8ca8 Merge pull request #64 from apache/vm-snapshot-doc-update The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: source/adminguide/virtual_machines.rst | 31 +++ 1 file changed, 15 insertions(+), 16 deletions(-)
[cloudstack-documentation] branch vm-snapshot-doc-update deleted (was 75459f7)
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a change to branch vm-snapshot-doc-update in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git. was 75459f7 minor fix The revisions that were on this branch are still contained in other references; therefore, this change does not discard any commits from the repository.
[cloudstack-documentation] branch vm-snapshot-doc-update updated (5264ac0 -> 75459f7)
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a change to branch vm-snapshot-doc-update in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git. from 5264ac0 vm snapshots tags and corrections add 75459f7 minor fix No new revisions were added by this update. Summary of changes: source/adminguide/virtual_machines.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
[cloudstack-documentation] 01/01: Merge pull request #64 from apache/vm-snapshot-doc-update
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git commit b7c8ca8ed5f215a4374f1907b2205578fe27e0a4 Merge: 002e998 75459f7 Author: Andrija Panic <45762285+andrijapani...@users.noreply.github.com> AuthorDate: Mon Aug 5 12:07:13 2019 +0200 Merge pull request #64 from apache/vm-snapshot-doc-update vm snapshots tags and corrections source/adminguide/virtual_machines.rst | 31 +++ 1 file changed, 15 insertions(+), 16 deletions(-)
[cloudstack-documentation] 01/01: Update on snapshot policies
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a commit to branch volume-snap-policies-doc-update in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git commit 65f464cc2eb3ec815a267e195f351a19f3aae104 Author: Andrija Panic <45762285+andrijapani...@users.noreply.github.com> AuthorDate: Mon Aug 5 15:09:26 2019 +0200 Update on snapshot policies Volume snapshots can have tags associated with it (both manual and scheduled ones). Minor general volume snapshot updates --- source/adminguide/storage.rst | 38 +- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/source/adminguide/storage.rst b/source/adminguide/storage.rst index 44f5fcb..6fd2460 100644 --- a/source/adminguide/storage.rst +++ b/source/adminguide/storage.rst @@ -652,11 +652,39 @@ both root disks and data disks are supported. However, CloudStack does not currently support booting a VM from a recovered root disk. A disk recovered from snapshot of a root disk is treated as a regular data disk; the data on recovered disk can be accessed by attaching the disk -to a VM. +to a VM. Exception to this is when using KVM with NFS - with this setup, +both root and data volumes can be restored to their previous state. A completed snapshot is copied from primary storage to secondary storage, where it is stored until deleted or purged by newer snapshot. +The copy process can optionally be asynchronous (parameter asynbackupc=true) +meaning that API call will complete once the snapshot is created initially +on the Primary Storage, and after that the snapshot will be copied in the +background to the Secondary Storage. +Volume snapshot can have tags associated with it. With a manual volume snapshot, +tags can be set during the creation of the snapshot, or can be added (and removed) +later during the lifetime of the snapshot, as shown below. + +|snap-tags-1.PNG| + +Adding tags during snapshot creation + +|snap-tags-2.PNG| + +Existing tags are visible and new ones can be added + +Tags can be also added to the snapshot policies (scheduled snapshots) +and all the snapshots produced by that snapshot policy will have the same +tags associated with it. This is shown on the images below. + +|snap-policy-tag-1.PNG| + +Adding tags when creating a snapshot policy + +|snap-policy-tag-2.PNG| + +Snaps produced by the snapshot policy have the same tags How to Snapshot a Volume @@ -802,3 +830,11 @@ snapshot data. :alt: Detach Disk Button. .. |Migrateinstance.png| image:: /_static/images/migrate-instance.png :alt: button to migrate a volume. +.. |snap-tags-1.PNG| image:: /_static/images/snap-tags-1.PNG + :alt: Adding tags while creating a snapshot +.. |snap-tags-2.PNG| image:: /_static/images/snap-tags-2.PNG + :alt: Tags can be added after a snapshot is created +.. |snap-policy-tag-1.PNG| image:: /_static/images/snap-policy-tag-1.PNG + :alt: Setting tags on the snapshot policy +.. |snap-policy-tag-2.PNG| image:: /_static/images/snap-policy-tag-2.PNG + :alt: Tags can be added after the snapshot policy is created.
[cloudstack-documentation] branch volume-snap-policies-doc-update created (now 65f464c)
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a change to branch volume-snap-policies-doc-update in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git. at 65f464c Update on snapshot policies This branch includes the following new commits: new 65f464c Update on snapshot policies The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference.
[cloudstack-documentation] branch volume-snap-policies-doc-update updated: typos fix
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a commit to branch volume-snap-policies-doc-update in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git The following commit(s) were added to refs/heads/volume-snap-policies-doc-update by this push: new 3a14095 typos fix 3a14095 is described below commit 3a14095aa3de8f1c86cbae6fa3a136af41d1ecf5 Author: Andrija Panic <45762285+andrijapani...@users.noreply.github.com> AuthorDate: Mon Aug 5 15:13:16 2019 +0200 typos fix --- source/adminguide/storage.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/adminguide/storage.rst b/source/adminguide/storage.rst index 6fd2460..a391c74 100644 --- a/source/adminguide/storage.rst +++ b/source/adminguide/storage.rst @@ -652,12 +652,12 @@ both root disks and data disks are supported. However, CloudStack does not currently support booting a VM from a recovered root disk. A disk recovered from snapshot of a root disk is treated as a regular data disk; the data on recovered disk can be accessed by attaching the disk -to a VM. Exception to this is when using KVM with NFS - with this setup, +to a VM. An exception to this is when using KVM with NFS - with this setup, both root and data volumes can be restored to their previous state. A completed snapshot is copied from primary storage to secondary storage, where it is stored until deleted or purged by newer snapshot. -The copy process can optionally be asynchronous (parameter asynbackupc=true) +The copy process can optionally be asynchronous (parameter asyncbackup=true) meaning that API call will complete once the snapshot is created initially on the Primary Storage, and after that the snapshot will be copied in the background to the Secondary Storage.
[cloudstack-documentation] branch volume-snap-policies-doc-update updated: images uploaded
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a commit to branch volume-snap-policies-doc-update in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git The following commit(s) were added to refs/heads/volume-snap-policies-doc-update by this push: new 731c7e8 images uploaded 731c7e8 is described below commit 731c7e876d9c87c05c33f914edb581e8e33edadf Author: Andrija Panic <45762285+andrijapani...@users.noreply.github.com> AuthorDate: Mon Aug 5 15:14:05 2019 +0200 images uploaded --- source/_static/images/snap-policy-tag-1.PNG | Bin 0 -> 25030 bytes source/_static/images/snap-policy-tag-2.PNG | Bin 0 -> 16145 bytes source/_static/images/snap-tags-1.PNG | Bin 0 -> 14585 bytes source/_static/images/snap-tags-2.PNG | Bin 0 -> 16080 bytes 4 files changed, 0 insertions(+), 0 deletions(-) diff --git a/source/_static/images/snap-policy-tag-1.PNG b/source/_static/images/snap-policy-tag-1.PNG new file mode 100644 index 000..938504d Binary files /dev/null and b/source/_static/images/snap-policy-tag-1.PNG differ diff --git a/source/_static/images/snap-policy-tag-2.PNG b/source/_static/images/snap-policy-tag-2.PNG new file mode 100644 index 000..85119a8 Binary files /dev/null and b/source/_static/images/snap-policy-tag-2.PNG differ diff --git a/source/_static/images/snap-tags-1.PNG b/source/_static/images/snap-tags-1.PNG new file mode 100644 index 000..cc048ec Binary files /dev/null and b/source/_static/images/snap-tags-1.PNG differ diff --git a/source/_static/images/snap-tags-2.PNG b/source/_static/images/snap-tags-2.PNG new file mode 100644 index 000..13ac966 Binary files /dev/null and b/source/_static/images/snap-tags-2.PNG differ
[cloudstack-documentation] branch volume-snap-policies-doc-update updated (731c7e8 -> 82ed2fd)
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a change to branch volume-snap-policies-doc-update in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git. from 731c7e8 images uploaded add 82ed2fd Rewording old content No new revisions were added by this update. Summary of changes: source/adminguide/storage.rst | 25 - 1 file changed, 12 insertions(+), 13 deletions(-)
[cloudstack-documentation] branch volume-snap-policies-doc-update updated (82ed2fd -> 0f11f74)
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a change to branch volume-snap-policies-doc-update in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git. from 82ed2fd Rewording old content add 0f11f74 typo No new revisions were added by this update. Summary of changes: source/adminguide/storage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
[cloudstack-documentation] branch volume-snap-policies-doc-update updated (0f11f74 -> 83301c8)
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a change to branch volume-snap-policies-doc-update in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git. from 0f11f74 typo add 83301c8 minor update No new revisions were added by this update. Summary of changes: source/adminguide/storage.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
[cloudstack-documentation] branch template-sharing-doc-update updated (7ee47d8 -> 159bf3f)
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a change to branch template-sharing-doc-update in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git. from 7ee47d8 minor addition add 159bf3f Minor updates No new revisions were added by this update. Summary of changes: source/adminguide/templates.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
[cloudstack-documentation] branch template-sharing-doc-update deleted (was 159bf3f)
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a change to branch template-sharing-doc-update in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git. was 159bf3f Minor updates The revisions that were on this branch are still contained in other references; therefore, this change does not discard any commits from the repository.
[cloudstack-documentation] branch master updated: Template sharing doc update (#62)
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git The following commit(s) were added to refs/heads/master by this push: new 41a4012 Template sharing doc update (#62) 41a4012 is described below commit 41a401297f5c617c7112e3fef8eac112696f9edc Author: Andrija Panic <45762285+andrijapani...@users.noreply.github.com> AuthorDate: Mon Aug 5 16:33:23 2019 +0200 Template sharing doc update (#62) * Template sharing doc update * images * typos fix * minor fix * minor addition * Minor updates --- .../images/template-permissions-update-1.PNG | Bin 0 -> 20073 bytes .../images/template-permissions-update-2.PNG | Bin 0 -> 21337 bytes .../images/template-permissions-update-3.PNG | Bin 0 -> 19891 bytes .../images/template-permissions-update-4.PNG | Bin 0 -> 20761 bytes .../images/template-permissions-update-5.PNG | Bin 0 -> 14706 bytes .../template-permissions-update-manually-1.PNG | Bin 0 -> 18295 bytes .../template-permissions-update-manually-2.PNG | Bin 0 -> 18484 bytes source/adminguide/templates.rst| 67 - 8 files changed, 66 insertions(+), 1 deletion(-) diff --git a/source/_static/images/template-permissions-update-1.PNG b/source/_static/images/template-permissions-update-1.PNG new file mode 100644 index 000..f0bb692 Binary files /dev/null and b/source/_static/images/template-permissions-update-1.PNG differ diff --git a/source/_static/images/template-permissions-update-2.PNG b/source/_static/images/template-permissions-update-2.PNG new file mode 100644 index 000..334db4f Binary files /dev/null and b/source/_static/images/template-permissions-update-2.PNG differ diff --git a/source/_static/images/template-permissions-update-3.PNG b/source/_static/images/template-permissions-update-3.PNG new file mode 100644 index 000..33d19cd Binary files /dev/null and b/source/_static/images/template-permissions-update-3.PNG differ diff --git a/source/_static/images/template-permissions-update-4.PNG b/source/_static/images/template-permissions-update-4.PNG new file mode 100644 index 000..4ab127f Binary files /dev/null and b/source/_static/images/template-permissions-update-4.PNG differ diff --git a/source/_static/images/template-permissions-update-5.PNG b/source/_static/images/template-permissions-update-5.PNG new file mode 100644 index 000..9ce8d28 Binary files /dev/null and b/source/_static/images/template-permissions-update-5.PNG differ diff --git a/source/_static/images/template-permissions-update-manually-1.PNG b/source/_static/images/template-permissions-update-manually-1.PNG new file mode 100644 index 000..c2fe69f Binary files /dev/null and b/source/_static/images/template-permissions-update-manually-1.PNG differ diff --git a/source/_static/images/template-permissions-update-manually-2.PNG b/source/_static/images/template-permissions-update-manually-2.PNG new file mode 100644 index 000..2107d0b Binary files /dev/null and b/source/_static/images/template-permissions-update-manually-2.PNG differ diff --git a/source/adminguide/templates.rst b/source/adminguide/templates.rst index 63f90c8..353db9f 100644 --- a/source/adminguide/templates.rst +++ b/source/adminguide/templates.rst @@ -207,7 +207,7 @@ Uploading Templates from a remote HTTP server vSphere Templates and ISOs --- +^^ .. warning:: If you are uploading a template that was created using vSphere Client, be sure the OVA file does not contain an ISO. If it does, the deployment @@ -295,6 +295,57 @@ Example GUI dialog of uploading Template/ISO from local (browser) is given below Note that uploading multi-disk templates is also supported. +Sharing templates with other accounts/projects +-- + +When adding a template, the owner can choose to make template public or to keep it private. Once the template is created, the owner can choose to share this template so that other accounts/projects can also use the template. + +Currently, the template owner can share his template with: + - other accounts inside his own domain (i.e. can't share the template with other accounts in the subdomain of his domain or any other domains) + - projects where he belongs to (i.e. projects where he is the owner/creator or other projects where he has been joined) + +Template permissions can be changed via updateTemplatePermissions API call or via GUI. It is supported to add, remove or reset (remove all) template permissions. + +When adding or removing permissions to/from a template, it is required to specify account/project name which is being added/removed from the template permissions. + +Global setting &quo
[cloudstack-documentation] branch service-offerings-linked-to-zones-doc-update created (now c3aa1b4)
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a change to branch service-offerings-linked-to-zones-doc-update in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git. at c3aa1b4 service-offerings-linked-to-zones-doc-update This branch includes the following new commits: new c3aa1b4 service-offerings-linked-to-zones-doc-update The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference.
[cloudstack-documentation] 01/01: service-offerings-linked-to-zones-doc-update
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a commit to branch service-offerings-linked-to-zones-doc-update in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git commit c3aa1b43ab7b2e0c1a8a09128e147dbedabdd033 Author: Andrija Panic <45762285+andrijapani...@users.noreply.github.com> AuthorDate: Wed Aug 7 17:44:04 2019 +0200 service-offerings-linked-to-zones-doc-update Added explanation that service offerings can be linked to specific zones --- source/adminguide/service_offerings.rst | 21 ++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/source/adminguide/service_offerings.rst b/source/adminguide/service_offerings.rst index 29975c7..a02ad34 100644 --- a/source/adminguide/service_offerings.rst +++ b/source/adminguide/service_offerings.rst @@ -57,12 +57,27 @@ present users with choices when creating a new instance: creating a new instance. For example, CloudStack includes CentOS as a template. See Working with Templates. -In addition to these choices that are provided for users, there is +In addition to these choices that are provided for users, there is another type of service offering which is available only to the CloudStack -root administrator, and is used for configuring virtual infrastructure -resources. For more information, see Upgrading a Virtual Router with +root administrator, and is used for configuring virtual infrastructure +resources. For more information, see Upgrading a Virtual Router with System Service Offerings. +Compute offering, disk offering, network offering and VPC offering cab be +linked (made available to) specific domain(s) and zone(s) or to all domains/zones. +Existing offerings can be updated with updateServiceOffering, updateDiskOffering, +updateNetworkOffering and updateVpcOffering API calls, by passing "domainid" and +"zoneid" parameters. To make a domain-specific offering public with root admin access, +“domainid=public” can be passed in the API call. To make a zone-specific offering available +for all zones with root admin access, “zoneid=all” can be passed in the API call. +Domain-admins can update service or compute offerings. However, they cannot change zones +for the offerings specified for their domain or subdomains. They cannot change the name, display text, +sort-key for offerings specified for their domains/subdomains and for other +domains which are not child domain for them. They can change domains (within +their subdomains) for the offerings specified for their domains/subdomains, +even if the offering is also specified for other domains which are not child +domain for them as such domains will not be affected by the update operation + Compute and Disk Service Offerings --
[cloudstack-documentation] branch service-offerings-linked-to-zones-doc-update updated (c3aa1b4 -> c923762)
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a change to branch service-offerings-linked-to-zones-doc-update in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git. from c3aa1b4 service-offerings-linked-to-zones-doc-update add c923762 typo No new revisions were added by this update. Summary of changes: source/adminguide/service_offerings.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
[cloudstack] branch master updated: Single letter typo fix
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cloudstack.git The following commit(s) were added to refs/heads/master by this push: new f56c50f Single letter typo fix f56c50f is described below commit f56c50fd6ad66c292cb4d1caae9e4e725b3e3603 Author: Andrija Panic <45762285+andrijapani...@users.noreply.github.com> AuthorDate: Thu Aug 8 14:13:39 2019 +0200 Single letter typo fix Merging since only removed a single letter from the error message (typo) --- .../src/main/java/com/cloud/hypervisor/vmware/util/VmwareHelper.java| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vmware-base/src/main/java/com/cloud/hypervisor/vmware/util/VmwareHelper.java b/vmware-base/src/main/java/com/cloud/hypervisor/vmware/util/VmwareHelper.java index 6477eb1..dd65775 100644 --- a/vmware-base/src/main/java/com/cloud/hypervisor/vmware/util/VmwareHelper.java +++ b/vmware-base/src/main/java/com/cloud/hypervisor/vmware/util/VmwareHelper.java @@ -719,7 +719,7 @@ public class VmwareHelper { } } catch (Exception ex) { s_logger.info("[ignored]" -+ "failed toi get message for exception: " + e.getLocalizedMessage()); ++ "failed to get message for exception: " + e.getLocalizedMessage()); } return ExceptionUtil.toString(e, printStack);
[cloudstack-www] branch known-users-update created (now e20d2bc)
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a change to branch known-users-update in repository https://gitbox.apache.org/repos/asf/cloudstack-www.git. at e20d2bc Added Server24 to list of known users This branch includes the following new commits: new e20d2bc Added Server24 to list of known users The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference.
[cloudstack-www] 01/01: Added Server24 to list of known users
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a commit to branch known-users-update in repository https://gitbox.apache.org/repos/asf/cloudstack-www.git commit e20d2bc93b9b0169199e61e1c21073f7ca0eb8fe Author: Andrija Panic <45762285+andrijapani...@users.noreply.github.com> AuthorDate: Tue Aug 13 15:45:46 2019 +0200 Added Server24 to list of known users --- source/users.html.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/users.html.markdown b/source/users.html.markdown index 64a7cd9..d49fe85 100644 --- a/source/users.html.markdown +++ b/source/users.html.markdown @@ -64,6 +64,7 @@ If you noticed something wrong with your entry here (or if you’d like us to re * [SafeSwiss Cloud](https://www.safeswisscloud.ch) * [HIAG Data AG](https://www.hiagdata.com) * [SJC Inc](http://www.sjcloud.cn/index.xhtml) +* [Server24](https://www.server24.eu) * [Telia Latvia](http://www.telia.lv) * [Tranquil Hosting](http://www.tqhosting.com) * [Treestle BV](http://www.liquidns.com)
[cloudstack-www] branch update-PMC-list created (now f619113)
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a change to branch update-PMC-list in repository https://gitbox.apache.org/repos/asf/cloudstack-www.git. at f619113 Added recently appointed PMCs to the list This branch includes the following new commits: new f619113 Added recently appointed PMCs to the list The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference.
[cloudstack-www] 01/01: Added recently appointed PMCs to the list
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a commit to branch update-PMC-list in repository https://gitbox.apache.org/repos/asf/cloudstack-www.git commit f619113705c15b0e574c6234a62119a2989c7bb9 Author: Andrija Panic <45762285+andrijapani...@users.noreply.github.com> AuthorDate: Tue Aug 13 15:53:07 2019 +0200 Added recently appointed PMCs to the list Nathan, Gabriel, Sven, Boris, Andrija --- source/who.html.markdown | 5 + 1 file changed, 5 insertions(+) diff --git a/source/who.html.markdown b/source/who.html.markdown index 2f320d3..bc10c5e 100644 --- a/source/who.html.markdown +++ b/source/who.html.markdown @@ -30,7 +30,9 @@ Active Project Management Committee contains (in alphabetical order of their use |akarasulu|Alex Karasulu| |alena1108|Alena Prokharchyk| |animesh|Animesh| +|andrijapanic|Andrija Panic| |boris|Boris Schrijver| +|bstoyanov|Boris Stoyanov| |chipchilders|Chip Childers| |chiradeep|Chiradeep Vittal| |dahn|Daan| @@ -38,6 +40,7 @@ Active Project Management Committee contains (in alphabetical order of their use |erikw|Erik Weber| |giles|Giles Sirett| |gochiba|Go Chiba| +|gabriel|Gabriel Beims Bräscher| |hogstrom|Matt Richard Hogstrom| |hugo|Hugo Trippaers| |ilya|Ilya Musayev| @@ -54,6 +57,7 @@ Active Project Management Committee contains (in alphabetical order of their use |mtutkowski|Mike Tutkowski| |nslater|Naomi Slater| |nux|Nux| +|nathanejohnson|Nathan Johnson| |paul_a|Paul Angus| |pdion891|Pierre-Luc Dion| |rafael|Rafael Weingärtner| @@ -65,6 +69,7 @@ Active Project Management Committee contains (in alphabetical order of their use |sweller|Simon Weller| |swill|Will Stevens| |syed|Syed Ahmed| +|svogel|Sven Vogel| |tsp|Prasanna| |weizhou|Wei Zhou| |widodh|Wido den Hollander|
[cloudstack-www] branch known-users-update updated (e20d2bc -> c021290)
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a change to branch known-users-update in repository https://gitbox.apache.org/repos/asf/cloudstack-www.git. from e20d2bc Added Server24 to list of known users add c021290 Link fix No new revisions were added by this update. Summary of changes: source/users.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
[cloudstack-www] branch master updated: Added Server24 to the list of known users (#63)
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cloudstack-www.git The following commit(s) were added to refs/heads/master by this push: new 767fcde Added Server24 to the list of known users (#63) 767fcde is described below commit 767fcde684ee00cf6be7bc1f0c943a5e45c27e3e Author: Andrija Panic <45762285+andrijapani...@users.noreply.github.com> AuthorDate: Tue Aug 13 15:59:40 2019 +0200 Added Server24 to the list of known users (#63) * Added Server24 to list of known users * Link fix --- source/users.html.markdown | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/users.html.markdown b/source/users.html.markdown index 64a7cd9..8e12cca 100644 --- a/source/users.html.markdown +++ b/source/users.html.markdown @@ -22,11 +22,11 @@ Our users include many major service providers running CloudStack to offer publi ## How to Add your Company in The List -If you are using CloudStack in your organisation and your company is not listed here, please send a pull request to the GitHub [page](https://github.com/apache/cloudstack-www/blob/master/source/users.markdown). +If you are using CloudStack in your organisation and your company is not listed here, please send a pull request to the GitHub [page](https://github.com/apache/cloudstack-www/blob/master/source/users.html.markdown). ## How to Request the Entry Removal or Change -If you noticed something wrong with your entry here (or if you’d like us to remove it), please send a pull request to the GitHub [page](https://github.com/apache/cloudstack-www/blob/master/source/users.markdown) or write your concerns to the mail-list **us...@cloudstack.apache.org**. +If you noticed something wrong with your entry here (or if you’d like us to remove it), please send a pull request to the GitHub [page](https://github.com/apache/cloudstack-www/blob/master/source/users.html.markdown) or write your concerns to the mail-list **us...@cloudstack.apache.org**. * [ActOnMagic](http://www.actonmagic.com) * [Appcore](http://www.appcore.com) @@ -64,6 +64,7 @@ If you noticed something wrong with your entry here (or if you’d like us to re * [SafeSwiss Cloud](https://www.safeswisscloud.ch) * [HIAG Data AG](https://www.hiagdata.com) * [SJC Inc](http://www.sjcloud.cn/index.xhtml) +* [Server24](https://www.server24.eu) * [Telia Latvia](http://www.telia.lv) * [Tranquil Hosting](http://www.tqhosting.com) * [Treestle BV](http://www.liquidns.com)
[cloudstack-www] branch master updated: Added recently appointed PMCs to the list (#64)
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cloudstack-www.git The following commit(s) were added to refs/heads/master by this push: new e41303a Added recently appointed PMCs to the list (#64) e41303a is described below commit e41303acfc3722bffb0c78487176b160238b06ae Author: Andrija Panic <45762285+andrijapani...@users.noreply.github.com> AuthorDate: Tue Aug 13 17:33:00 2019 +0200 Added recently appointed PMCs to the list (#64) Nathan, Gabriel, Sven, Boris, Andrija --- source/who.html.markdown | 5 + 1 file changed, 5 insertions(+) diff --git a/source/who.html.markdown b/source/who.html.markdown index 2f320d3..bc10c5e 100644 --- a/source/who.html.markdown +++ b/source/who.html.markdown @@ -30,7 +30,9 @@ Active Project Management Committee contains (in alphabetical order of their use |akarasulu|Alex Karasulu| |alena1108|Alena Prokharchyk| |animesh|Animesh| +|andrijapanic|Andrija Panic| |boris|Boris Schrijver| +|bstoyanov|Boris Stoyanov| |chipchilders|Chip Childers| |chiradeep|Chiradeep Vittal| |dahn|Daan| @@ -38,6 +40,7 @@ Active Project Management Committee contains (in alphabetical order of their use |erikw|Erik Weber| |giles|Giles Sirett| |gochiba|Go Chiba| +|gabriel|Gabriel Beims Bräscher| |hogstrom|Matt Richard Hogstrom| |hugo|Hugo Trippaers| |ilya|Ilya Musayev| @@ -54,6 +57,7 @@ Active Project Management Committee contains (in alphabetical order of their use |mtutkowski|Mike Tutkowski| |nslater|Naomi Slater| |nux|Nux| +|nathanejohnson|Nathan Johnson| |paul_a|Paul Angus| |pdion891|Pierre-Luc Dion| |rafael|Rafael Weingärtner| @@ -65,6 +69,7 @@ Active Project Management Committee contains (in alphabetical order of their use |sweller|Simon Weller| |swill|Will Stevens| |syed|Syed Ahmed| +|svogel|Sven Vogel| |tsp|Prasanna| |weizhou|Wei Zhou| |widodh|Wido den Hollander|
[cloudstack-documentation] branch hiding-columns-and-keyboard-labeling-doc-update updated (6d3d819 -> d3b15a9)
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a change to branch hiding-columns-and-keyboard-labeling-doc-update in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git. from 6d3d819 images add d3b15a9 Update source/adminguide/ui.rst No new revisions were added by this update. Summary of changes: source/adminguide/ui.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
[cloudstack-documentation] branch hiding-columns-and-keyboard-labeling-doc-update updated (d3b15a9 -> aeb4314)
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a change to branch hiding-columns-and-keyboard-labeling-doc-update in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git. from d3b15a9 Update source/adminguide/ui.rst add aeb4314 Update source/adminguide/ui.rst No new revisions were added by this update. Summary of changes: source/adminguide/ui.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
[cloudstack-www] branch master updated: add ewerk known user (#67)
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cloudstack-www.git The following commit(s) were added to refs/heads/master by this push: new 09fbc75 add ewerk known user (#67) 09fbc75 is described below commit 09fbc75ec0760a6aa7a817f3a1b5241757408a9f Author: Sven Vogel AuthorDate: Mon Sep 16 15:58:15 2019 +0200 add ewerk known user (#67) Mering based on 1 x LGTM since docs, not code. --- source/users.html.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/users.html.markdown b/source/users.html.markdown index 8e12cca..2d33a47 100644 --- a/source/users.html.markdown +++ b/source/users.html.markdown @@ -43,6 +43,7 @@ If you noticed something wrong with your entry here (or if you’d like us to re * [Delimiter Corp](https://www.delimiter.com/) * [En La Nube](http://www.enlanube.com.co) * [EVRY](https://www.evry.com) +* [EWERK Group](https://ewerk.com) * [Exaserve](http://www.exaserve.com) * [FiberCloud](http://www.fibercloud.com) * [FortaCloud](http://www.fortacloud.co)
[cloudstack-documentation] branch 413-upgrade-doc-note-on-custom-os created (now e398277)
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a change to branch 413-upgrade-doc-note-on-custom-os in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git. at e398277 Update index.rst This branch includes the following new commits: new e398277 Update index.rst The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference.
[cloudstack-documentation] 01/01: Update index.rst
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a commit to branch 413-upgrade-doc-note-on-custom-os in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git commit e398277206642418f086678873b49a8f0a64ef39 Author: Andrija Panic <45762285+andrijapani...@users.noreply.github.com> AuthorDate: Wed Oct 2 08:56:10 2019 +0200 Update index.rst --- source/upgrading/index.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/upgrading/index.rst b/source/upgrading/index.rst index 3acf799..2026083 100644 --- a/source/upgrading/index.rst +++ b/source/upgrading/index.rst @@ -31,6 +31,9 @@ release. Please read through all sections carefully before starting. .. note:: For information on the API changes and issues fixed in this release, please see the Release Notes section of the documentation +.. note:: + This release introduces new guest operating systems and related hypervisor OS mappings. Please remove any custom OSes/mappings prior to upgrading and then re-add any that are still missing after the upgrade. + Contents:
[cloudstack-documentation] branch 413-upgrade-doc-note-on-custom-os updated (e398277 -> 7f8b45f)
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a change to branch 413-upgrade-doc-note-on-custom-os in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git. from e398277 Update index.rst add 7f8b45f fix No new revisions were added by this update. Summary of changes: source/upgrading/index.rst | 3 --- 1 file changed, 3 deletions(-)
[cloudstack-documentation] branch fix-kvm-systemVM-url-missing created (now 5f6bfcb)
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a change to branch fix-kvm-systemVM-url-missing in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git. at 5f6bfcb fixing command This branch includes the following new commits: new 5f6bfcb fixing command The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference.
[cloudstack-documentation] 01/01: fixing command
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a commit to branch fix-kvm-systemVM-url-missing in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git commit 5f6bfcb7c35a5ea0548d0fffb050ce80545792ef Author: Andrija Panic <45762285+andrijapani...@users.noreply.github.com> AuthorDate: Wed Oct 2 23:39:55 2019 +0200 fixing command URL was missing... --- source/installguide/management-server/_systemvm.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/installguide/management-server/_systemvm.rst b/source/installguide/management-server/_systemvm.rst index 744c1c7..825beaf 100644 --- a/source/installguide/management-server/_systemvm.rst +++ b/source/installguide/management-server/_systemvm.rst @@ -78,7 +78,7 @@ CloudStack system VMs. /usr/share/cloudstack-common/scripts/storage/secondary/cloud-install-sys-tmplt \ -m /mnt/secondary \ - -u |sysvm64-name-kvm| \ + -u |sysvm64-url-kvm| \ -h kvm \ -s \ -F @@ -89,7 +89,7 @@ CloudStack system VMs. /usr/share/cloudstack-common/scripts/storage/secondary/cloud-install-sys-tmplt \ -m /mnt/secondary \ - -u |sysvm64-name-kvm| \ + -u |sysvm64-url-kvm| \ -h lxc \ -s \ -F
[cloudstack-documentation] branch 413-upgrade-doc-note-on-custom-os updated (7f8b45f -> 9c48785)
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a change to branch 413-upgrade-doc-note-on-custom-os in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git. from 7f8b45f fix add 9c48785 custom guest os notice No new revisions were added by this update. Summary of changes: ...{_no-sysvm_templates.rst => _custom_guest_os_notice.rst} | 13 +++-- 1 file changed, 11 insertions(+), 2 deletions(-) copy source/upgrading/upgrade/{_no-sysvm_templates.rst => _custom_guest_os_notice.rst} (60%)
[cloudstack-documentation] branch 413-upgrade-doc-note-on-custom-os updated (9c48785 -> e65b5c1)
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a change to branch 413-upgrade-doc-note-on-custom-os in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git. from 9c48785 custom guest os notice add e65b5c1 include .. _custom_guest_os_notice.rst No new revisions were added by this update. Summary of changes: source/upgrading/upgrade/upgrade-4.10.rst | 2 ++ 1 file changed, 2 insertions(+)
[cloudstack-documentation] branch 413-upgrade-doc-note-on-custom-os updated (e65b5c1 -> fada495)
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a change to branch 413-upgrade-doc-note-on-custom-os in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git. from e65b5c1 include .. _custom_guest_os_notice.rst add fada495 include _custom_guest_os_notice.rst No new revisions were added by this update. Summary of changes: source/upgrading/upgrade/upgrade-4.11.rst | 2 ++ 1 file changed, 2 insertions(+)
[cloudstack-documentation] branch 413-upgrade-doc-note-on-custom-os updated (fada495 -> 2071741)
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a change to branch 413-upgrade-doc-note-on-custom-os in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git. from fada495 include _custom_guest_os_notice.rst add 2071741 include _custom_guest_os_notice.rst No new revisions were added by this update. Summary of changes: source/upgrading/upgrade/upgrade-4.12.rst | 2 ++ 1 file changed, 2 insertions(+)
[cloudstack-documentation] branch 413-upgrade-doc-note-on-custom-os updated (2071741 -> 551cb77)
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a change to branch 413-upgrade-doc-note-on-custom-os in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git. from 2071741 include _custom_guest_os_notice.rst add 551cb77 include _custom_guest_os_notice.rst No new revisions were added by this update. Summary of changes: source/upgrading/upgrade/upgrade-4.9.rst | 2 ++ 1 file changed, 2 insertions(+)
[cloudstack-documentation] branch 413-upgrade-doc-note-on-custom-os updated (551cb77 -> a07e674)
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a change to branch 413-upgrade-doc-note-on-custom-os in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git. from 551cb77 include _custom_guest_os_notice.rst add 19019c3 fix systemvm template ambiguity add f4d484f fixing command (#73) add a07e674 Merge branch '4.13' into 413-upgrade-doc-note-on-custom-os No new revisions were added by this update. Summary of changes: source/_global.rst | 1 + source/installguide/management-server/_systemvm.rst | 4 ++-- source/upgrading/upgrade/upgrade-4.11.rst | 6 ++ source/upgrading/upgrade/upgrade-4.12.rst | 12 +++- 4 files changed, 16 insertions(+), 7 deletions(-)
[cloudstack-documentation] branch 413-upgrade-doc-note-on-custom-os updated (a07e674 -> 9b9dfd7)
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a change to branch 413-upgrade-doc-note-on-custom-os in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git. from a07e674 Merge branch '4.13' into 413-upgrade-doc-note-on-custom-os add 9b9dfd7 fix No new revisions were added by this update. Summary of changes: source/upgrading/upgrade/_custom_guest_os_notice.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
[cloudstack-documentation] branch 413-upgrade-doc-note-on-custom-os updated (812a241 -> 19bf31e)
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a change to branch 413-upgrade-doc-note-on-custom-os in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git. from 812a241 fix css typo and add missing upgrade steps add 19bf31e minor grammar fixes No new revisions were added by this update. Summary of changes: source/upgrading/upgrade/_customisation_warnings.rst | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-)
[cloudstack-documentation] branch 413-upgrade-doc-note-on-custom-os updated (19bf31e -> e4d13d6)
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a change to branch 413-upgrade-doc-note-on-custom-os in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git. from 19bf31e minor grammar fixes add e4d13d6 typo No new revisions were added by this update. Summary of changes: source/upgrading/upgrade/_customisation_warnings.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
[cloudstack-documentation] branch 413-upgrade-doc-note-on-custom-os updated (e4d13d6 -> 0e92736)
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a change to branch 413-upgrade-doc-note-on-custom-os in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git. from e4d13d6 typo add 0e92736 Update upgrade-4.10.rst No new revisions were added by this update. Summary of changes: source/upgrading/upgrade/upgrade-4.10.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
[cloudstack-documentation] branch 413-upgrade-doc-note-on-custom-os updated (9c5066d -> 38a258a)
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a change to branch 413-upgrade-doc-note-on-custom-os in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git. from 9c5066d Update upgrade-4.11.rst add 38a258a Update upgrade-4.12.rst No new revisions were added by this update. Summary of changes: source/upgrading/upgrade/upgrade-4.12.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
[cloudstack-documentation] branch 413-upgrade-doc-note-on-custom-os updated (0e92736 -> 9c5066d)
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a change to branch 413-upgrade-doc-note-on-custom-os in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git. from 0e92736 Update upgrade-4.10.rst add 9c5066d Update upgrade-4.11.rst No new revisions were added by this update. Summary of changes: source/upgrading/upgrade/upgrade-4.11.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
[cloudstack-documentation] branch 413-upgrade-doc-note-on-custom-os updated (38a258a -> 431f1f6)
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a change to branch 413-upgrade-doc-note-on-custom-os in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git. from 38a258a Update upgrade-4.12.rst add 431f1f6 reference fix No new revisions were added by this update. Summary of changes: source/upgrading/upgrade/upgrade-4.12.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
[cloudstack-documentation] branch 413-upgrade-doc-note-on-custom-os updated (431f1f6 -> 3ac2c71)
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a change to branch 413-upgrade-doc-note-on-custom-os in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git. from 431f1f6 reference fix add 3ac2c71 version and reference fixes No new revisions were added by this update. Summary of changes: source/upgrading/upgrade/upgrade-4.11.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
[cloudstack-documentation] branch 413-upgrade-doc-note-on-custom-os updated (3ac2c71 -> 922d3fb)
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a change to branch 413-upgrade-doc-note-on-custom-os in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git. from 3ac2c71 version and reference fixes add 922d3fb reference and version fixes No new revisions were added by this update. Summary of changes: source/upgrading/upgrade/upgrade-4.12.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
[cloudstack-documentation] branch 413-upgrade-doc-note-on-custom-os updated (922d3fb -> 027dfdd)
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a change to branch 413-upgrade-doc-note-on-custom-os in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git. from 922d3fb reference and version fixes add 027dfdd version fixes No new revisions were added by this update. Summary of changes: source/upgrading/upgrade/upgrade-4.9.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
[cloudstack-documentation] 01/01: new systeVM template is required for even 4.11.3
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a commit to branch 4.11.3-still-needs-new-systemvm-template in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git commit 599b53e54d892d8ce97b85304cec301745e59db9 Author: Andrija Panic <45762285+andrijapani...@users.noreply.github.com> AuthorDate: Sat Oct 19 00:30:15 2019 +0200 new systeVM template is required for even 4.11.3 s --- source/upgrading/upgrade/upgrade-4.11.rst | 4 1 file changed, 4 insertions(+) diff --git a/source/upgrading/upgrade/upgrade-4.11.rst b/source/upgrading/upgrade/upgrade-4.11.rst index 9e88346..dd2bcf7 100644 --- a/source/upgrading/upgrade/upgrade-4.11.rst +++ b/source/upgrading/upgrade/upgrade-4.11.rst @@ -53,6 +53,10 @@ Overview of Upgrade Steps: 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. + +.. warning:: +Even if you are currently running CloudStack 4.11.3, you will need to explicitely register the +|sysvm64-version| System VM template. .. include:: _sysvm_templates.rst
[cloudstack-documentation] branch 4.11.3-still-needs-new-systemvm-template created (now 599b53e)
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a change to branch 4.11.3-still-needs-new-systemvm-template in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git. at 599b53e new systeVM template is required for even 4.11.3 This branch includes the following new commits: new 599b53e new systeVM template is required for even 4.11.3 The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference.
[cloudstack-documentation] branch 4.11.3-still-needs-new-systemvm-template updated (599b53e -> 000e139)
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a change to branch 4.11.3-still-needs-new-systemvm-template in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git. from 599b53e new systeVM template is required for even 4.11.3 add 000e139 fix No new revisions were added by this update. Summary of changes: source/upgrading/upgrade/upgrade-4.11.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
[cloudstack-documentation] branch 4.11.3-still-needs-new-systemvm-template updated (000e139 -> 7cfac8b)
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a change to branch 4.11.3-still-needs-new-systemvm-template in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git. from 000e139 fix add 7cfac8b fix2 No new revisions were added by this update. Summary of changes: source/upgrading/upgrade/upgrade-4.11.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
[cloudstack-documentation] 01/01: Create knownissues.rst
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a commit to branch known-issues in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git commit 8fb3151f4584094c818fc2fff90234ea31145f26 Author: Andrija Panic <45762285+andrijapani...@users.noreply.github.com> AuthorDate: Sun Oct 20 10:36:13 2019 +0200 Create knownissues.rst --- source/releasenotes/knownissues.rst | 5 + 1 file changed, 5 insertions(+) diff --git a/source/releasenotes/knownissues.rst b/source/releasenotes/knownissues.rst new file mode 100644 index 000..aae0e34 --- /dev/null +++ b/source/releasenotes/knownissues.rst @@ -0,0 +1,5 @@ +Mentione here: +- custom number protocols will break ACL - that rule and anything that should come after it. +- multi-homed VM will be stuck in expunging state +- DRS might cause CloudStack to observe VM as off, and thus remove it's DNS/DHCP settings from VR, although the VM is happily running (on another host) +- etc?
[cloudstack-documentation] branch known-issues created (now 8fb3151)
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a change to branch known-issues in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git. at 8fb3151 Create knownissues.rst This branch includes the following new commits: new 8fb3151 Create knownissues.rst The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference.
[cloudstack-documentation] branch known-issues updated (8fb3151 -> 09f41ac)
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a change to branch known-issues in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git. from 8fb3151 Create knownissues.rst add 09f41ac Update knownissues.rst No new revisions were added by this update. Summary of changes: source/releasenotes/knownissues.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
[cloudstack-documentation] branch 4.13 updated: new systeVM template is required for even 4.11.3 (#76)
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a commit to branch 4.13 in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git The following commit(s) were added to refs/heads/4.13 by this push: new 701ee28 new systeVM template is required for even 4.11.3 (#76) 701ee28 is described below commit 701ee28955784a6ac136d5f29ca0507fe34f6fbe Author: Andrija Panic <45762285+andrijapani...@users.noreply.github.com> AuthorDate: Mon Oct 21 13:38:12 2019 +0200 new systeVM template is required for even 4.11.3 (#76) * new systeVM template is required for even 4.11.3 s * fix * fix2 --- source/upgrading/upgrade/upgrade-4.11.rst | 5 + 1 file changed, 5 insertions(+) diff --git a/source/upgrading/upgrade/upgrade-4.11.rst b/source/upgrading/upgrade/upgrade-4.11.rst index 9e88346..eaa3819 100644 --- a/source/upgrading/upgrade/upgrade-4.11.rst +++ b/source/upgrading/upgrade/upgrade-4.11.rst @@ -53,6 +53,11 @@ Overview of Upgrade Steps: 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. + +.. warning:: +Even if you are currently running a **clean** install of CloudStack 4.11.3, you will need to explicitely register the +|sysvm64-version| System VM template. If you are running CloudStack 4.11.3 that was upgraded from some of the previous versions, +you don't need to register a new |sysvm64-version| System VM template. .. include:: _sysvm_templates.rst
[cloudstack-documentation] branch volumes-from-snaps-doc-update updated (4c5fdd6 -> 6c6b088)
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a change to branch volumes-from-snaps-doc-update in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git. from 4c5fdd6 spell check add 6c6b088 Update source/adminguide/storage.rst No new revisions were added by this update. Summary of changes: source/adminguide/storage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
[cloudstack-documentation] branch volumes-from-snaps-doc-update updated (6c6b088 -> e9cd752)
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a change to branch volumes-from-snaps-doc-update in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git. from 6c6b088 Update source/adminguide/storage.rst add e9cd752 Update source/adminguide/storage.rst No new revisions were added by this update. Summary of changes: source/adminguide/storage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
[cloudstack-documentation] annotated tag 4.13.0.0 updated (701ee28 -> 14486f6)
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a change to annotated tag 4.13.0.0 in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git. *** WARNING: tag 4.13.0.0 was modified! *** from 701ee28 (commit) to 14486f6 (tag) tagging 701ee28955784a6ac136d5f29ca0507fe34f6fbe (commit) replaces 4.12.0.0 by andrijapanicsb on Tue Oct 22 16:04:22 2019 +0200 - Log - --- No new revisions were added by this update. Summary of changes:
[cloudstack-documentation] 01/01: test
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a commit to branch test in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git commit 83aabff6a0d12307c4df78f6a957aef86e97c359 Author: Andrija Panic <45762285+andrijapani...@users.noreply.github.com> AuthorDate: Tue Oct 22 16:10:37 2019 +0200 test --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 2cd4ed7..2f67952 100644 --- a/README.rst +++ b/README.rst @@ -142,7 +142,7 @@ This process will do the following: Making a pull request on GitHub to contribute your changes -- -When you are happy with your changes and you want to contribute them, you will be creating a Pull Request on GitHub to do so. This is done by pushing your changes to your forked repository (usually called 'origin') and then initiating a pull request. +When you are happy with your changes and you want to contribute them, you will be creating a Pull Request on GitHub to do so. This is done by pushing your changes to your forked repository (usually called 'origin') and then initiating a pull request . .. note:: Make sure you have merged `upstream/master` into your `dev` branch before you do this.
[cloudstack-documentation] branch test created (now 83aabff)
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a change to branch test in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git. at 83aabff test This branch includes the following new commits: new 83aabff test The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference.
[cloudstack-documentation] branch remove-mysql-python-connector-requirements created (now 2bb8f7f)
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a change to branch remove-mysql-python-connector-requirements in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git. at 2bb8f7f remove mysql-python-connector requirements This branch includes the following new commits: new 2bb8f7f remove mysql-python-connector requirements The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference.
[cloudstack-documentation] 01/01: remove mysql-python-connector requirements
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a commit to branch remove-mysql-python-connector-requirements in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git commit 2bb8f7f186998d1d9c41627060eeb4a897f3e8d3 Author: Andrija Panic <45762285+andrijapani...@users.noreply.github.com> AuthorDate: Tue Oct 22 19:05:11 2019 +0200 remove mysql-python-connector requirements It's needed only to build packages, QiG assumes packages taken from public repo --- source/quickinstallationguide/qig.rst | 27 --- 1 file changed, 27 deletions(-) diff --git a/source/quickinstallationguide/qig.rst b/source/quickinstallationguide/qig.rst index 0e96a8c..83f978e 100644 --- a/source/quickinstallationguide/qig.rst +++ b/source/quickinstallationguide/qig.rst @@ -421,33 +421,6 @@ start on boot as follows: # systemctl start mysqld -MySQL connector Installation - - -Install Python MySQL connector using the official MySQL packages repository. -Create the file ``/etc/yum.repos.d/mysql.repo`` with the following content: - -.. parsed-literal:: - - [mysql-connectors-community] - name=MySQL Community connectors - baseurl=http://repo.mysql.com/yum/mysql-connectors-community/el/$releasever/$basearch/ - enabled=1 - gpgcheck=1 - -Import GPG public key from MySQL: - -.. parsed-literal:: - - rpm --import http://repo.mysql.com/RPM-GPG-KEY-mysql - -Install mysql-connector - -.. parsed-literal:: - - yum install mysql-connector-python - - Installation
[cloudstack-documentation] branch remove-mysql-python-connector-requirements updated (2bb8f7f -> 4f7901d)
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a change to branch remove-mysql-python-connector-requirements in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git. from 2bb8f7f remove mysql-python-connector requirements add 4f7901d replace 4.11 with 4.13 No new revisions were added by this update. Summary of changes: source/quickinstallationguide/qig.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
[cloudstack] branch smoke-tests-master created (now f1c020d)
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a change to branch smoke-tests-master in repository https://gitbox.apache.org/repos/asf/cloudstack.git. at f1c020d Dummy commit This branch includes the following new commits: new f1c020d Dummy commit The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference.
[cloudstack] 01/01: Dummy commit
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a commit to branch smoke-tests-master in repository https://gitbox.apache.org/repos/asf/cloudstack.git commit f1c020d6a2338e54602d0a8aafda8ce2eae9caf1 Author: Andrija Panic <45762285+andrijapani...@users.noreply.github.com> AuthorDate: Wed Oct 30 13:11:33 2019 +0100 Dummy commit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4f250f0..7b52081 100644 --- a/README.md +++ b/README.md @@ -148,3 +148,4 @@ The following provides more details on the included cryptographic software: * CloudStack makes use of the Bouncy Castle general-purpose encryption library. * CloudStack can optionally interacts with and controls OpenSwan-based VPNs. * CloudStack has a dependency on and makes use of JSch - a java SSH2 implementation. +
[cloudstack-documentation] 01/01: include:: _sysvm_restart.rst
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a commit to branch restart-system-VMs in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git commit 626be48f12da2c8c6a131ab8d2ab43570588d1e4 Author: Andrija Panic <45762285+andrijapani...@users.noreply.github.com> AuthorDate: Wed Oct 30 18:05:18 2019 +0100 include:: _sysvm_restart.rst --- source/upgrading/upgrade/upgrade-4.11.rst | 5 + 1 file changed, 5 insertions(+) diff --git a/source/upgrading/upgrade/upgrade-4.11.rst b/source/upgrading/upgrade/upgrade-4.11.rst index eaa3819..a9485d7 100644 --- a/source/upgrading/upgrade/upgrade-4.11.rst +++ b/source/upgrading/upgrade/upgrade-4.11.rst @@ -362,3 +362,8 @@ Restart management services .. parsed-literal:: $ sudo service cloudstack-usage start + +System-VMs and Virtual-Routers +-- + +.. include:: _sysvm_restart.rst
[cloudstack-documentation] branch restart-system-VMs created (now 626be48)
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a change to branch restart-system-VMs in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git. at 626be48 include:: _sysvm_restart.rst This branch includes the following new commits: new 626be48 include:: _sysvm_restart.rst The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference.
[cloudstack-documentation] branch restart-system-VMs updated: sysvmrestart410
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a commit to branch restart-system-VMs in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git The following commit(s) were added to refs/heads/restart-system-VMs by this push: new cdb04dc sysvmrestart410 cdb04dc is described below commit cdb04dcde3d61cd86aa0296b08e5aa35c17da999 Author: Andrija Panic <45762285+andrijapani...@users.noreply.github.com> AuthorDate: Wed Oct 30 18:06:18 2019 +0100 sysvmrestart410 --- source/upgrading/upgrade/upgrade-4.10.rst | 5 + 1 file changed, 5 insertions(+) diff --git a/source/upgrading/upgrade/upgrade-4.10.rst b/source/upgrading/upgrade/upgrade-4.10.rst index 87b0760..04906d3 100644 --- a/source/upgrading/upgrade/upgrade-4.10.rst +++ b/source/upgrading/upgrade/upgrade-4.10.rst @@ -432,3 +432,8 @@ Restart management services .. parsed-literal:: $ sudo service cloudstack-usage start + +System-VMs and Virtual-Routers +-- + +.. include:: _sysvm_restart.rst
[cloudstack-documentation] branch restart-system-VMs updated: sysvmrestart412
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a commit to branch restart-system-VMs in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git The following commit(s) were added to refs/heads/restart-system-VMs by this push: new 9fd68e4 sysvmrestart412 9fd68e4 is described below commit 9fd68e4c9618049a1020e37d43767317c0c9088f Author: Andrija Panic <45762285+andrijapani...@users.noreply.github.com> AuthorDate: Wed Oct 30 18:07:28 2019 +0100 sysvmrestart412 --- source/upgrading/upgrade/upgrade-4.12.rst | 5 + 1 file changed, 5 insertions(+) diff --git a/source/upgrading/upgrade/upgrade-4.12.rst b/source/upgrading/upgrade/upgrade-4.12.rst index 70db11a..376dc7a 100644 --- a/source/upgrading/upgrade/upgrade-4.12.rst +++ b/source/upgrading/upgrade/upgrade-4.12.rst @@ -358,3 +358,8 @@ Restart management services .. parsed-literal:: $ sudo service cloudstack-usage start + +System-VMs and Virtual-Routers +-- + +.. include:: _sysvm_restart.rst
[cloudstack-documentation] branch restart-system-VMs updated: Update upgrade-4.9.rst
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a commit to branch restart-system-VMs in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git The following commit(s) were added to refs/heads/restart-system-VMs by this push: new cb2cd79 Update upgrade-4.9.rst cb2cd79 is described below commit cb2cd79274391bf732d1584291e481b07ea0b675 Author: Andrija Panic <45762285+andrijapani...@users.noreply.github.com> AuthorDate: Wed Oct 30 18:07:56 2019 +0100 Update upgrade-4.9.rst --- source/upgrading/upgrade/upgrade-4.9.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/upgrading/upgrade/upgrade-4.9.rst b/source/upgrading/upgrade/upgrade-4.9.rst index d19e22d..ee21786 100644 --- a/source/upgrading/upgrade/upgrade-4.9.rst +++ b/source/upgrading/upgrade/upgrade-4.9.rst @@ -432,4 +432,7 @@ Restart management services $ sudo service cloudstack-usage start +System-VMs and Virtual-Routers +-- +.. include:: _sysvm_restart.rst
[cloudstack-documentation] branch 4.5-to-4.13-update created (now 7255e8a)
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a change to branch 4.5-to-4.13-update in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git. at 7255e8a update with guest OS customization warning and systemVM template warning This branch includes the following new commits: new 7255e8a update with guest OS customization warning and systemVM template warning The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference.
[cloudstack-documentation] 01/01: update with guest OS customization warning and systemVM template warning
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a commit to branch 4.5-to-4.13-update in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git commit 7255e8ac60239bec777fa751b4fcc58fc0f27d6a Author: Andrija Panic <45762285+andrijapani...@users.noreply.github.com> AuthorDate: Wed Oct 30 18:37:13 2019 +0100 update with guest OS customization warning and systemVM template warning --- source/upgrading/upgrade/upgrade-4.5.rst | 24 ++-- 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/source/upgrading/upgrade/upgrade-4.5.rst b/source/upgrading/upgrade/upgrade-4.5.rst index 4bde28c..7e7d5b4 100644 --- a/source/upgrading/upgrade/upgrade-4.5.rst +++ b/source/upgrading/upgrade/upgrade-4.5.rst @@ -34,13 +34,25 @@ working on a production system. 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) -#. Install new systemvm template #. Add package repository for MySQL connector #. Upgrade CloudStack management server(s) #. Update hypervisors specific dependencies + +.. 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 + Packages repository --- @@ -58,9 +70,6 @@ them for :ref:`ubuntu45` or :ref:`rhel45` and :ref:`kvm45` hosts upgrade. Instructions for creating packages from the CloudStack source are in the `CloudStack Installation Guide`_. -.. include:: _sysvm_templates.rst - - Database Preparation @@ -141,11 +150,14 @@ This file should have one line, which contains: deb http://download.cloudstack.org/ubuntu precise 4.5 +Ubuntu 12.04 Precise is not supported with CloudStack |release|, +so make sure to have updated your management servers to Xenial or Bionic first. + We'll change it to point to the new package repository: .. parsed-literal:: - deb http://download.cloudstack.org/ubuntu precise 4.9 + deb http://download.cloudstack.org/ubuntu bionic 4.13 Setup the public key for the above repository: @@ -218,7 +230,7 @@ This file should have content similar to the following: gpgcheck=0 If you are using the community provided package repository, change -the base url to ``http://download.cloudstack.org/centos/$releasever/4.9/``. +the base url to ``http://download.cloudstack.org/centos/$releasever/4.13/``. Setup the GPG public key if you wish to enable ``gpgcheck=1``:
[cloudstack-documentation] branch 4.5-to-4.13-update updated (7255e8a -> f2c00dc)
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a change to branch 4.5-to-4.13-update in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git. from 7255e8a update with guest OS customization warning and systemVM template warning add f2c00dc Delete .gitignore No new revisions were added by this update. Summary of changes: .gitignore | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 .gitignore
[cloudstack-documentation] branch 4.5-to-4.13-update updated (f2c00dc -> e7d0f55)
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a change to branch 4.5-to-4.13-update in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git. from f2c00dc Delete .gitignore add e7d0f55 Create .gitignore No new revisions were added by this update. Summary of changes: .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore
[cloudstack-documentation] branch restart-system-VMs updated (cb2cd79 -> 17231eb)
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a change to branch restart-system-VMs in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git. from cb2cd79 Update upgrade-4.9.rst add 17231eb update sysvm restart text No new revisions were added by this update. Summary of changes: source/upgrading/upgrade/_sysvm_restart.rst | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-)
[cloudstack-documentation] branch restart-system-VMs updated (17231eb -> 7d61cb8)
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a change to branch restart-system-VMs in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git. from 17231eb update sysvm restart text add 7d61cb8 typos No new revisions were added by this update. Summary of changes: source/upgrading/upgrade/_sysvm_restart.rst | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-)
[cloudstack] branch andrijapanicsb-patch-3 created (now 93b9c7f)
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a change to branch andrijapanicsb-patch-3 in repository https://gitbox.apache.org/repos/asf/cloudstack.git. at 93b9c7f Increase lease time to infinite This branch includes the following new commits: new 93b9c7f Increase lease time to infinite The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference.
[cloudstack] 01/01: Increase lease time to infinite
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a commit to branch andrijapanicsb-patch-3 in repository https://gitbox.apache.org/repos/asf/cloudstack.git commit 93b9c7f81722e49da55536558afdaf923aceaed2 Author: Andrija Panic <45762285+andrijapani...@users.noreply.github.com> AuthorDate: Sun Nov 3 09:30:32 2019 +0100 Increase lease time to infinite Lease time set to effectively infinite (36000+ days) since we fully control VM lifecycle via CloudStack Infinite time helps avoid some edge cases which could cause DHCPNAK being sent to VMs since (RHEL) system lose routes when they receive DHCPNAK When VM is expunged, it's active lease and DHCP/DNS config is properly removed from related files in VR. --- systemvm/debian/opt/cloud/bin/cs/CsDhcp.py | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/systemvm/debian/opt/cloud/bin/cs/CsDhcp.py b/systemvm/debian/opt/cloud/bin/cs/CsDhcp.py index 56b4419..95dce3e 100755 --- a/systemvm/debian/opt/cloud/bin/cs/CsDhcp.py +++ b/systemvm/debian/opt/cloud/bin/cs/CsDhcp.py @@ -160,9 +160,11 @@ class CsDhcp(CsDataBag): def add(self, entry): self.add_host(entry['ipv4_address'], entry['host_name']) -# lease time boils down to once a month -# with a splay of 60 hours to prevent storms -lease = randint(700, 760) +# Lease time is effectively infinite (36000+ days) since we fully control VM lifecycle via CloudStack +# Infinite time helps avoid some edge cases which could cause DHCPNAK being sent to VMs since +# (RHEL) system lose routes when they receive DHCPNAK +# When VM is expunged, it's lease and DHCP/DNS config is properly removed from related files in VR +lease = randint(87, 870010) if entry['default_entry']: self.cloud.add("%s,%s,%s,%sh" % (entry['mac_address'],
[cloudstack] branch andrijapanicsb-patch-3 updated (93b9c7f -> 1d88351)
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a change to branch andrijapanicsb-patch-3 in repository https://gitbox.apache.org/repos/asf/cloudstack.git. from 93b9c7f Increase lease time to infinite add 1d88351 desc fix No new revisions were added by this update. Summary of changes: systemvm/debian/opt/cloud/bin/cs/CsDhcp.py | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-)
[cloudstack-documentation] annotated tag 4.13.0.0 updated (29a3d9e -> ee2a558)
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a change to annotated tag 4.13.0.0 in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git. *** WARNING: tag 4.13.0.0 was modified! *** from 29a3d9e (commit) to ee2a558 (tag) tagging 29a3d9e2e82bd947de9d4f47d204c23b3724a2c7 (commit) replaces 4.12.0.0 by andrijapanicsb on Mon Nov 4 19:05:14 2019 +0100 - Log - --- No new revisions were added by this update. Summary of changes:
[cloudstack] branch master updated (3b82aba -> afab9fb)
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/cloudstack.git. from 3b82aba .gitignore: ignore patches and unzipped logs (#3665) add afab9fb client: jetty session timeout set after server is started (#3658) No new revisions were added by this update. Summary of changes: .../src/main/java/org/apache/cloudstack/ServerDaemon.java | 14 +- 1 file changed, 9 insertions(+), 5 deletions(-)
[cloudstack] branch master updated (96d98de -> c8681f5)
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/cloudstack.git. from 96d98de Merge remote-tracking branch 'origin/4.13' add c8681f5 ui: fix migrate host form no host popup (#3682) No new revisions were added by this update. Summary of changes: ui/scripts/instances.js | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-)
[cloudstack] 01/01: clean up redundant/colliding decision
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a commit to branch usage-post-install-make-up-your-mind in repository https://gitbox.apache.org/repos/asf/cloudstack.git commit 86f7fcbb47eaec8c9f4af7f9a7f437e863b5cddf Author: Andrija Panic <45762285+andrijapani...@users.noreply.github.com> AuthorDate: Tue Nov 19 16:44:38 2019 +0100 clean up redundant/colliding decision --- debian/cloudstack-usage.postinst | 9 ++--- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/debian/cloudstack-usage.postinst b/debian/cloudstack-usage.postinst index 9529711..d73cb10 100755 --- a/debian/cloudstack-usage.postinst +++ b/debian/cloudstack-usage.postinst @@ -21,13 +21,8 @@ set -e case "$1" in configure) -# We copy the db.properties file from the management server to the usage server -# This used to be a symlink, but we don't do that anymore -if [ -f "/etc/cloud/management/db.properties" ]; then -cp -a /etc/cloud/management/db.properties /etc/cloudstack/usage/db.properties -fi - -# Replacing db.properties with management server db.properties + +# Linking usage server db.properties to management server db.properties if [ -f "/etc/cloudstack/management/db.properties" ]; then rm -rf /etc/cloudstack/usage/db.properties ln -s /etc/cloudstack/management/db.properties /etc/cloudstack/usage/db.properties
[cloudstack] branch usage-post-install-make-up-your-mind created (now 86f7fcb)
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a change to branch usage-post-install-make-up-your-mind in repository https://gitbox.apache.org/repos/asf/cloudstack.git. at 86f7fcb clean up redundant/colliding decision This branch includes the following new commits: new 86f7fcb clean up redundant/colliding decision The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference.
[cloudstack] branch update-default-system-template-centos8 created (now 32fa0be)
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a change to branch update-default-system-template-centos8 in repository https://gitbox.apache.org/repos/asf/cloudstack.git. at 32fa0be Replace builtin CentOS 5.x with 8.0 templates This branch includes the following new commits: new 32fa0be Replace builtin CentOS 5.x with 8.0 templates The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference.
[cloudstack] 01/01: Replace builtin CentOS 5.x with 8.0 templates
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a commit to branch update-default-system-template-centos8 in repository https://gitbox.apache.org/repos/asf/cloudstack.git commit 32fa0be9de134eb72e1149a702d6629fc01afa5e Author: Andrija Panic <45762285+andrijapani...@users.noreply.github.com> AuthorDate: Sun Nov 24 14:30:18 2019 +0100 Replace builtin CentOS 5.x with 8.0 templates Replace builtin CentOS 5.x with 8.0 templates --- setup/db/templates.sql | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/setup/db/templates.sql b/setup/db/templates.sql index ba51489..3047978 100755 --- a/setup/db/templates.sql +++ b/setup/db/templates.sql @@ -34,16 +34,18 @@ INSERT INTO `cloud`.`vm_template` (id, uuid, unique_name, name, public, created, VALUES (2, UUID(), 'centos53-x86_64', 'CentOS 5.3(64-bit) no GUI (XenServer)', 1, now(), now(), 'BUILTIN', 0, 64, 1, 'http://download.cloudstack.org/templates/builtin/f59f18fb-ae94-4f97-afd2-f84755767aca.vhd.bz2', 'b63d854a9560c013142567bbae8d98cf', 0, 'CentOS 5.3(64-bit) no GUI (XenServer)', 'VHD', 12, 1, 1, 'XenServer', 1); INSERT INTO `cloud`.`vm_template` (id, uuid, unique_name, name, public, created, type, hvm, bits, account_id, url, checksum, display_text, enable_password, format, guest_os_id, featured, cross_zones, hypervisor_type, extractable) -VALUES (4, UUID(), 'centos55-x86_64', 'CentOS 5.5(64-bit) no GUI (KVM)', 1, now(), 'BUILTIN', 0, 64, 1, 'http://download.cloudstack.org/releases/2.2.0/eec2209b-9875-3c8d-92be-c001bd8a0faf.qcow2.bz2', 'ed0e788280ff2912ea40f7f91ca7a249', 'CentOS 5.5(64-bit) no GUI (KVM)', 0, 'QCOW2', 112, 1, 1, 'KVM', 1); +VALUES (4, UUID(), 'default-tmpl-centos8.0-kvm', 'CentOS 8.0(64-bit) no GUI (KVM)', 1, now(), 'BUILTIN', 0, 64, 1, 'http://download.cloudstack.org/releases/4.14/default-tmpl-centos8.0.qcow2.bz2', '80da87ecc67d1e4fcf90079873241619', 'CentOS 8.0(64-bit) no GUI (KVM)', 0, 'QCOW2', 274, 1, 1, 'KVM', 1); INSERT INTO `cloud`.`vm_template` (id, uuid, unique_name, name, public, created, type, hvm, bits, account_id, url, checksum, enable_password, display_text, format, guest_os_id, featured, cross_zones, hypervisor_type, extractable) -VALUES (5, UUID(), 'centos56-x86_64-xen', 'CentOS 5.6(64-bit) no GUI (XenServer)', 1, now(), 'BUILTIN', 0, 64, 1, 'http://download.cloudstack.org/templates/builtin/centos56-x86_64.vhd.bz2', '905cec879afd9c9d22ecc8036131a180', 0, 'CentOS 5.6(64-bit) no GUI (XenServer)', 'VHD', 142, 1, 1, 'XenServer', 1); +VALUES (5, UUID(), 'default-tmpl-centos7.2-xen', 'CentOS 7.2(64-bit) no GUI (XenServer)', 1, now(), 'BUILTIN', 0, 64, 1, 'http://download.cloudstack.org/releases/4.14/default-tmpl-centos8.0.vhd.bz2', '9a2726a0d7680fb15a24af874f2a26e8', 0, 'CentOS 7.2(64-bit) no GUI (XenServer)', 'VHD', 274, 1, 1, 'XenServer', 1); INSERT INTO `cloud`.`vm_template` (id, uuid, unique_name, name, public, created, type, hvm, bits, account_id, url, checksum, enable_password, display_text, format, guest_os_id, featured, cross_zones, hypervisor_type, extractable) VALUES (6, UUID(), 'centos64-x64', 'CentOS 6.4(64-bit) GUI (Hyperv)', 1, now(), 'BUILTIN', 0, 64, 1, 'http://download.cloudstack.org/releases/4.3/centos6_4_64bit.vhd.bz2', 'eef6b9940ea3ed01221d963d4a012d0a', 0, 'CentOS 6.4 (64-bit) GUI (Hyperv)', 'VHD', 182, 1, 1, 'Hyperv', 1); INSERT INTO `cloud`.`vm_template` (id, uuid, unique_name, name, public, created, type, hvm, bits, account_id, url, checksum, enable_password, display_text, format, guest_os_id, featured, cross_zones, hypervisor_type, extractable) -VALUES (7, UUID(), 'centos53-x64', 'CentOS 5.3(64-bit) no GUI (vSphere)', 1, now(), 'BUILTIN', 0, 64, 1, 'http://download.cloudstack.org/releases/2.2.0/CentOS5.3-x86_64.ova', 'f6f881b7f2292948d8494db837fe0f47', 0, 'CentOS 5.3(64-bit) no GUI (vSphere)', 'OVA', 12, 1, 1, 'VMware', 1); +VALUES (7, UUID(), 'default-tmpl-centos8.0-vmware', 'CentOS 8.0(64-bit) no GUI (vSphere)', 1, now(), 'BUILTIN', 0, 64, 1, 'http://download.cloudstack.org/releases/4.14/default-tmpl-centos8.0.ova', '85168c007c6ab85c516274cdf23eda48', 0, 'CentOS 8.0(64-bit) no GUI (vSphere)', 'OVA', 274, 1, 1, 'VMware', 1); +INSERT INTO `cloud`.`vm_template_details` (`id`, `template_id`, `name`, `value`, `display`) VALUES (1, 7, 'nicAdapter', 'Vmxnet3', 1); +INSERT INTO `cloud`.`vm_template_details` (`id`, `template_id`, `name`, `value`, `display`) VALUES (2, 7, 'rootDiskController', 'pvscsi', 1); INSERT INTO `cloud`.`guest_os_category` (id, uuid, name) VALUES (1, UUID(), 'CentOS'); INSERT INTO `cloud`.`guest_os_category` (id, uuid, name) VALUES (2, UUID(), 'Debian');
[cloudstack] 01/01: remove-cent53-garbage
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a commit to branch remove-cent53-garbage in repository https://gitbox.apache.org/repos/asf/cloudstack.git commit d862ae93a936f64a6ff70a28a818ab315b5bcbd9 Author: Andrija Panic <45762285+andrijapani...@users.noreply.github.com> AuthorDate: Sun Nov 24 19:33:04 2019 +0100 remove-cent53-garbage --- setup/db/templates.sql | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup/db/templates.sql b/setup/db/templates.sql index 3047978..1e3ede0 100755 --- a/setup/db/templates.sql +++ b/setup/db/templates.sql @@ -30,9 +30,6 @@ INSERT INTO `cloud`.`vm_template` (id, uuid, unique_name, name, public, created, INSERT INTO `cloud`.`vm_template` (id, uuid, unique_name, name, public, created, type, hvm, bits, account_id, url, checksum, enable_password, display_text, format, guest_os_id, featured, cross_zones, hypervisor_type) VALUES (9, UUID(), 'routing-9', 'SystemVM Template (HyperV)', 0, now(), 'SYSTEM', 0, 64, 1, 'http://download.cloudstack.org/systemvm/4.6/systemvm64template-4.6.0-hyperv.vhd.zip', '53e24bddfa56ea3139ed37af4b519013', 0, 'SystemVM Template (HyperV)', 'VHD', 15, 0, 1, 'Hyperv' ); -INSERT INTO `cloud`.`vm_template` (id, uuid, unique_name, name, public, created, removed, type, hvm, bits, account_id, url, checksum, enable_password, display_text, format, guest_os_id, featured, cross_zones, hypervisor_type, extractable) -VALUES (2, UUID(), 'centos53-x86_64', 'CentOS 5.3(64-bit) no GUI (XenServer)', 1, now(), now(), 'BUILTIN', 0, 64, 1, 'http://download.cloudstack.org/templates/builtin/f59f18fb-ae94-4f97-afd2-f84755767aca.vhd.bz2', 'b63d854a9560c013142567bbae8d98cf', 0, 'CentOS 5.3(64-bit) no GUI (XenServer)', 'VHD', 12, 1, 1, 'XenServer', 1); - INSERT INTO `cloud`.`vm_template` (id, uuid, unique_name, name, public, created, type, hvm, bits, account_id, url, checksum, display_text, enable_password, format, guest_os_id, featured, cross_zones, hypervisor_type, extractable) VALUES (4, UUID(), 'default-tmpl-centos8.0-kvm', 'CentOS 8.0(64-bit) no GUI (KVM)', 1, now(), 'BUILTIN', 0, 64, 1, 'http://download.cloudstack.org/releases/4.14/default-tmpl-centos8.0.qcow2.bz2', '80da87ecc67d1e4fcf90079873241619', 'CentOS 8.0(64-bit) no GUI (KVM)', 0, 'QCOW2', 274, 1, 1, 'KVM', 1);
[cloudstack] branch remove-cent53-garbage created (now d862ae9)
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a change to branch remove-cent53-garbage in repository https://gitbox.apache.org/repos/asf/cloudstack.git. at d862ae9 remove-cent53-garbage This branch includes the following new commits: new d862ae9 remove-cent53-garbage The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference.
[cloudstack] branch update-default-system-template-centos8 updated (32fa0be -> 5428dbf)
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a change to branch update-default-system-template-centos8 in repository https://gitbox.apache.org/repos/asf/cloudstack.git. from 32fa0be Replace builtin CentOS 5.x with 8.0 templates add 5428dbf delete an ancient centos53-x86_64 template No new revisions were added by this update. Summary of changes: .../src/main/resources/META-INF/db/schema-41300to41400-cleanup.sql | 2 ++ 1 file changed, 2 insertions(+)
[cloudstack] branch update-default-system-template-centos8 updated (5428dbf -> e0e82bf)
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a change to branch update-default-system-template-centos8 in repository https://gitbox.apache.org/repos/asf/cloudstack.git. from 5428dbf delete an ancient centos53-x86_64 template add e0e82bf desc update No new revisions were added by this update. Summary of changes: .../src/main/resources/META-INF/db/schema-41300to41400-cleanup.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
[cloudstack] branch update-default-system-template-centos8 updated (e0e82bf -> 768974a)
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a change to branch update-default-system-template-centos8 in repository https://gitbox.apache.org/repos/asf/cloudstack.git. from e0e82bf desc update add 768974a desc fix No new revisions were added by this update. Summary of changes: .../src/main/resources/META-INF/db/schema-41300to41400-cleanup.sql| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
[cloudstack] branch update-default-system-template-centos8 updated (768974a -> 3ea08a7)
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a change to branch update-default-system-template-centos8 in repository https://gitbox.apache.org/repos/asf/cloudstack.git. from 768974a desc fix add 3ea08a7 cent8 it is No new revisions were added by this update. Summary of changes: setup/db/templates.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
[cloudstack] branch update-default-system-template-centos8 updated (3ea08a7 -> 168b9d8)
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a change to branch update-default-system-template-centos8 in repository https://gitbox.apache.org/repos/asf/cloudstack.git. from 3ea08a7 cent8 it is add 168b9d8 Remove "centos53-x86_64" for clean install No new revisions were added by this update. Summary of changes: setup/db/templates.sql | 3 --- 1 file changed, 3 deletions(-)
[cloudstack] branch update-default-system-template-centos8 updated (168b9d8 -> 7323d48)
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a change to branch update-default-system-template-centos8 in repository https://gitbox.apache.org/repos/asf/cloudstack.git. from 168b9d8 Remove "centos53-x86_64" for clean install add 7323d48 Display field not yet there... No new revisions were added by this update. Summary of changes: setup/db/templates.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
[cloudstack] branch centos8-new-builtin-templates created (now 5bfe9c8)
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a change to branch centos8-new-builtin-templates in repository https://gitbox.apache.org/repos/asf/cloudstack.git. at 5bfe9c8 centos8-new-builtin-templates This branch includes the following new commits: new 5bfe9c8 centos8-new-builtin-templates The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference.
[cloudstack] 01/01: centos8-new-builtin-templates
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a commit to branch centos8-new-builtin-templates in repository https://gitbox.apache.org/repos/asf/cloudstack.git commit 5bfe9c8bede00c9e4c211dd27f06041e2e8a735b Author: Andrija Panic <45762285+andrijapani...@users.noreply.github.com> AuthorDate: Sun Nov 24 23:49:45 2019 +0100 centos8-new-builtin-templates --- .../src/main/resources/META-INF/db/schema-41300to41400-cleanup.sql | 3 +++ 1 file changed, 3 insertions(+) diff --git a/engine/schema/src/main/resources/META-INF/db/schema-41300to41400-cleanup.sql b/engine/schema/src/main/resources/META-INF/db/schema-41300to41400-cleanup.sql index 57c4a61..758c03e 100644 --- a/engine/schema/src/main/resources/META-INF/db/schema-41300to41400-cleanup.sql +++ b/engine/schema/src/main/resources/META-INF/db/schema-41300to41400-cleanup.sql @@ -19,3 +19,6 @@ -- Schema upgrade cleanup from 4.13.0.0 to 4.14.0.0 --; +-- Delete an ancient template added in 2.2, which was set as removed in 4.5. For the sake of cleanup and easier overview of builtin templates in DB. +-- This DOES assume one is not running any VMs from this template! +DELETE FROM `cloud`.`vm_template` WHERE `id`=2 AND `unique_name`="centos53-x86_64" AND `name`="CentOS 5.3(64-bit) no GUI (XenServer)";
[cloudstack] branch centos8-new-builtin-templates updated: New builtin templates based on CentOS8
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a commit to branch centos8-new-builtin-templates in repository https://gitbox.apache.org/repos/asf/cloudstack.git The following commit(s) were added to refs/heads/centos8-new-builtin-templates by this push: new 7239a08 New builtin templates based on CentOS8 7239a08 is described below commit 7239a08cedb630d6e0d9bad843e5148281205999 Author: Andrija Panic <45762285+andrijapani...@users.noreply.github.com> AuthorDate: Sun Nov 24 23:56:51 2019 +0100 New builtin templates based on CentOS8 --- .../schema/src/main/resources/META-INF/db/schema-41300to41400.sql | 8 1 file changed, 8 insertions(+) diff --git a/engine/schema/src/main/resources/META-INF/db/schema-41300to41400.sql b/engine/schema/src/main/resources/META-INF/db/schema-41300to41400.sql index 43e282d..1f9f2b3 100644 --- a/engine/schema/src/main/resources/META-INF/db/schema-41300to41400.sql +++ b/engine/schema/src/main/resources/META-INF/db/schema-41300to41400.sql @@ -21,3 +21,11 @@ -- KVM: enable storage data motion on KVM hypervisor_capabilities UPDATE `cloud`.`hypervisor_capabilities` SET `storage_motion_supported` = 1 WHERE `hypervisor_capabilities`.`hypervisor_type` = 'KVM'; + +-- New builtin templates based on CentOS8, for VMware/KVM/XenServer +DELETE from `cloud`.`vm_template` where id in ('4', '5', '7'); +INSERT INTO `cloud`.`vm_template` (id, uuid, unique_name, name, public, created, type, hvm, bits, account_id, url, checksum, display_text, enable_password, format, guest_os_id, featured, cross_zones, hypervisor_type, extractable) VALUES (4, UUID(), 'default-tmpl-centos8.0-kvm', 'CentOS 8.0(64-bit) no GUI (KVM)', 1, now(), 'BUILTIN', 0, 64, 1, 'http://download.cloudstack.org/releases/4.14/default-tmpl-centos8.0.qcow2.bz2', '80da87ecc67d1e4fcf90079873241619', 'CentOS 8.0(64-bit) no GUI (KV [...] +INSERT INTO `cloud`.`vm_template` (id, uuid, unique_name, name, public, created, type, hvm, bits, account_id, url, checksum, enable_password, display_text, format, guest_os_id, featured, cross_zones, hypervisor_type, extractable) VALUES (5, UUID(), 'default-tmpl-centos8.0-xen', 'CentOS 8.0(64-bit) no GUI (XenServer)', 1, now(), 'BUILTIN', 0, 64, 1, 'http://download.cloudstack.org/releases/4.14/default-tmpl-centos8.0.vhd.bz2', '440acfd548a7391b26559c4763377118', 0, 'CentOS 8.0(64-bit) no [...] +INSERT INTO `cloud`.`vm_template` (id, uuid, unique_name, name, public, created, type, hvm, bits, account_id, url, checksum, enable_password, display_text, format, guest_os_id, featured, cross_zones, hypervisor_type, extractable) VALUES (7, UUID(), 'default-tmpl-centos8.0-vmware', 'CentOS 8.0(64-bit) no GUI (vSphere)', 1, now(), 'BUILTIN', 0, 64, 1, 'http://download.cloudstack.org/releases/4.14/default-tmpl-centos8.0.ova', '85168c007c6ab85c516274cdf23eda48', 0, 'CentOS 8.0(64-bit) no GU [...] +INSERT INTO `cloud`.`vm_template_details` (`id`, `template_id`, `name`, `value`) VALUES (1, 7, 'nicAdapter', 'Vmxnet3'); +INSERT INTO `cloud`.`vm_template_details` (`id`, `template_id`, `name`, `value`) VALUES (2, 7, 'rootDiskController', 'pvscsi');
[cloudstack] branch centos8-new-builtin-templates updated (7239a08 -> 628cafb)
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a change to branch centos8-new-builtin-templates in repository https://gitbox.apache.org/repos/asf/cloudstack.git. from 7239a08 New builtin templates based on CentOS8 add 628cafb Set tmpls as active No new revisions were added by this update. Summary of changes: engine/schema/src/main/resources/META-INF/db/schema-41300to41400.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)