[GitHub] cloudstack pull request #2023: BUG-ID: CLOUDSTACK-9808 Added system Vm upgra...

2017-04-13 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cloudstack/pull/2023


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request #2023: BUG-ID: CLOUDSTACK-9808 Added system Vm upgra...

2017-03-30 Thread kishankavala
GitHub user kishankavala opened a pull request:

https://github.com/apache/cloudstack/pull/2023

BUG-ID: CLOUDSTACK-9808 Added system Vm upgrade path for LXC and OVM

`mysql> select id,unique_name,name,type,url,updated,created from 
vm_template where type='SYSTEM';

++-+---++---+-+-+
| id | unique_name | name  | type   | url   

| updated | created |

++-+---++---+-+-+
|  1 | routing-1   | SystemVM Template (XenServer) | SYSTEM | 
https://download.cloudstack.org/systemvm/4.10/systemvm64template-master-4.10.0-xen.vhd.bz2
| NULL| 2017-03-30 15:53:00 |
|  3 | routing-3   | SystemVM Template (KVM)   | SYSTEM | 
https://download.cloudstack.org/systemvm/4.10/systemvm64template-master-4.10.0-kvm.qcow2.bz2
  | NULL| 2017-03-30 15:53:00 |
|  8 | routing-8   | SystemVM Template (vSphere)   | SYSTEM | 
https://download.cloudstack.org/systemvm/4.10/systemvm64template-master-4.10.0-vmware.ova
 | NULL| 2017-03-30 15:53:00 |
|  9 | routing-9   | SystemVM Template (HyperV)| SYSTEM | 
https://download.cloudstack.org/systemvm/4.10/systemvm64template-master-4.10.0-hyperv.vhd.zip
 | NULL| 2017-03-30 15:53:00 |
| 10 | routing-10  | SystemVM Template (LXC)   | SYSTEM | 
https://download.cloudstack.org/systemvm/4.10/systemvm64template-master-4.10.0-kvm.qcow2.bz2
  | NULL| 2017-03-30 15:54:13 |
| 12 | routing-12  | SystemVM Template (Ovm3)  | SYSTEM | 
https://download.cloudstack.org/systemvm/4.10/systemvm64template-master-4.10.0-ovm.raw.bz2
| NULL| 2017-03-30 15:55:58 |

++-+---++---+-+-+
6 rows in set (0.00 sec)
`

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/Accelerite/cloudstack CLOUDSTACK-9808

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cloudstack/pull/2023.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2023


commit 4795cba0ec86c2e4ffd2da959414deeb15a2c532
Author: Kishan Kavala 
Date:   2017-03-30T11:45:46Z

BUG-ID: CLOUDSTACK-9808 Added system Vm upgrade path for LXC and OVM




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---