[jira] [Commented] (CLOUDSTACK-9364) Add Support for Ubuntu 16.04

2016-10-05 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-9364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15548695#comment-15548695
 ] 

ASF GitHub Bot commented on CLOUDSTACK-9364:


Github user serg38 commented on the issue:

https://github.com/apache/cloudstack/pull/1696
  
@rhtyd @jburwell Please don't forget to close loop on this PR.


> Add Support for Ubuntu 16.04
> 
>
> Key: CLOUDSTACK-9364
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9364
> Project: CloudStack
>  Issue Type: Task
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>Reporter: Wei Zhou
>Assignee: Rohit Yadav
> Fix For: Future, 4.9.1.0
>
>
> Ubuntu 16.04 has been released on 21st April
> http://releases.ubuntu.com/16.04/
> We need to support it



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CLOUDSTACK-9364) Add Support for Ubuntu 16.04

2016-10-03 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-9364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15543062#comment-15543062
 ] 

ASF GitHub Bot commented on CLOUDSTACK-9364:


Github user serg38 commented on the issue:

https://github.com/apache/cloudstack/pull/1696
  
@rhtyd @jburwell Actually ESX 6 mapping are here schema-461to470.sql 

INSERT IGNORE INTO `cloud`.`hypervisor_capabilities` values 
(25,UUID(),'VMware','6.0',128,0,13,32,1,1);
INSERT IGNORE INTO `cloud`.`guest_os_hypervisor` (uuid,hypervisor_type, 
hypervisor_version, guest_os_name, guest_os_id, created, is_user_defined) 
SELECT UUID(),'VMware', '6.0', guest_os_name, guest_os_id, utc_timestamp(), 0  
FROM `cloud`.`guest_os_hypervisor` WHERE hypervisor_type='VMware' AND 
hypervisor_version='5.5' AND (guest_os_id NOT IN 
(1,2,3,4,62,63,64,65,156,157,221,222) AND guest_os_id NOT BETWEEN 121 AND 130);



> Add Support for Ubuntu 16.04
> 
>
> Key: CLOUDSTACK-9364
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9364
> Project: CloudStack
>  Issue Type: Task
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>Reporter: Wei Zhou
>Assignee: Rohit Yadav
> Fix For: Future, 4.9.1.0
>
>
> Ubuntu 16.04 has been released on 21st April
> http://releases.ubuntu.com/16.04/
> We need to support it



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CLOUDSTACK-9364) Add Support for Ubuntu 16.04

2016-10-03 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-9364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15542993#comment-15542993
 ] 

ASF GitHub Bot commented on CLOUDSTACK-9364:


Github user rhtyd commented on the issue:

https://github.com/apache/cloudstack/pull/1696
  
@jburwell rollback is not necessary. We've no guest os mappings for VMware 
6.0, those need to be added. If needed, I can send a new PR. /cc @serg38 


> Add Support for Ubuntu 16.04
> 
>
> Key: CLOUDSTACK-9364
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9364
> Project: CloudStack
>  Issue Type: Task
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>Reporter: Wei Zhou
>Assignee: Rohit Yadav
> Fix For: Future, 4.9.1.0
>
>
> Ubuntu 16.04 has been released on 21st April
> http://releases.ubuntu.com/16.04/
> We need to support it



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CLOUDSTACK-9364) Add Support for Ubuntu 16.04

2016-10-03 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-9364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15542940#comment-15542940
 ] 

ASF GitHub Bot commented on CLOUDSTACK-9364:


Github user jburwell commented on the issue:

https://github.com/apache/cloudstack/pull/1696
  
@serg38 good catch regarding vSphere 6.  As I noted earlier, I will be 
rolling back this merge, and we will address it on re-submission.

Once we resolve the VMware 5.5, XenServer 6.5, and KVM smoke test issues in 
#1692, we plan to execute the vSphere6 certification tests for 4.9.1.0 and 
4.10.0.0.  In anticipation of this testing, vSphere 6 support has already been 
added to Trillian and blueorangutan.  It hasn't been added to the default 
matrix in order to avoid any additional variables stabilizing the smoke test 
suite.


> Add Support for Ubuntu 16.04
> 
>
> Key: CLOUDSTACK-9364
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9364
> Project: CloudStack
>  Issue Type: Task
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>Reporter: Wei Zhou
>Assignee: Rohit Yadav
> Fix For: Future, 4.9.1.0
>
>
> Ubuntu 16.04 has been released on 21st April
> http://releases.ubuntu.com/16.04/
> We need to support it



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CLOUDSTACK-9364) Add Support for Ubuntu 16.04

2016-10-03 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-9364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15542801#comment-15542801
 ] 

ASF GitHub Bot commented on CLOUDSTACK-9364:


Github user serg38 commented on the issue:

https://github.com/apache/cloudstack/pull/1696
  
@jburwell @rhtyd I apologies. The issue in our environment was due to using 
ESX v6. Once I added new mapping for it Vmware properly assigned Os type. It 
would be nice to officially certify ESX6 for ACS. It has been a supported 
platform for one of the commercial distribution for some time already.

INSERT IGNORE INTO `cloud`.`guest_os_hypervisor` (uuid,hypervisor_type, 
hypervisor_version, guest_os_name, guest_os_id, created, is_user_defined) 
VALUES (UUID(),'VMware', '6.0', 'ubuntuGuest', 255, utc_timestamp(), 0);
INSERT IGNORE INTO `cloud`.`guest_os_hypervisor` (uuid,hypervisor_type, 
hypervisor_version, guest_os_name, guest_os_id, created, is_user_defined) 
VALUES (UUID(),'VMware', '6.0', 'ubuntu64Guest', 256, utc_timestamp(), 0); 


> Add Support for Ubuntu 16.04
> 
>
> Key: CLOUDSTACK-9364
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9364
> Project: CloudStack
>  Issue Type: Task
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>Reporter: Wei Zhou
>Assignee: Rohit Yadav
> Fix For: Future, 4.9.1.0
>
>
> Ubuntu 16.04 has been released on 21st April
> http://releases.ubuntu.com/16.04/
> We need to support it



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CLOUDSTACK-9364) Add Support for Ubuntu 16.04

2016-10-03 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-9364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15542818#comment-15542818
 ] 

ASF GitHub Bot commented on CLOUDSTACK-9364:


Github user serg38 commented on the issue:

https://github.com/apache/cloudstack/pull/1696
  
@jburwell @rhtyd Sorry for a flood of messages. I checked and we do have 
mapping for all OS for Vmware 6 in ACS. It was introduced in 4.7 so that means 
this PR needs to have those 2 lines added (or a new PR created for this)
INSERT IGNORE INTO cloud.guest_os_hypervisor (uuid,hypervisor_type, 
hypervisor_version, guest_os_name, guest_os_id, created, is_user_defined) 
VALUES (UUID(),'VMware', '6.0', 'ubuntuGuest', 255, utc_timestamp(), 0);
INSERT IGNORE INTO cloud.guest_os_hypervisor (uuid,hypervisor_type, 
hypervisor_version, guest_os_name, guest_os_id, created, is_user_defined) 
VALUES (UUID(),'VMware', '6.0', 'ubuntu64Guest', 256, utc_timestamp(), 0);


> Add Support for Ubuntu 16.04
> 
>
> Key: CLOUDSTACK-9364
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9364
> Project: CloudStack
>  Issue Type: Task
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>Reporter: Wei Zhou
>Assignee: Rohit Yadav
> Fix For: Future, 4.9.1.0
>
>
> Ubuntu 16.04 has been released on 21st April
> http://releases.ubuntu.com/16.04/
> We need to support it



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CLOUDSTACK-9364) Add Support for Ubuntu 16.04

2016-10-03 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-9364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15542620#comment-15542620
 ] 

ASF GitHub Bot commented on CLOUDSTACK-9364:


Github user jburwell commented on the issue:

https://github.com/apache/cloudstack/pull/1696
  
@serg38 @rhtyd I am going to rollback this merge as it appears that the 
patch does not fix the issue.  I would also like to explore @serg38's point 
that we shouldn't need to make code changes to support a new OS.


> Add Support for Ubuntu 16.04
> 
>
> Key: CLOUDSTACK-9364
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9364
> Project: CloudStack
>  Issue Type: Task
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>Reporter: Wei Zhou
>Assignee: Rohit Yadav
> Fix For: Future, 4.9.1.0
>
>
> Ubuntu 16.04 has been released on 21st April
> http://releases.ubuntu.com/16.04/
> We need to support it



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CLOUDSTACK-9364) Add Support for Ubuntu 16.04

2016-10-03 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-9364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15542554#comment-15542554
 ] 

ASF GitHub Bot commented on CLOUDSTACK-9364:


Github user serg38 commented on the issue:

https://github.com/apache/cloudstack/pull/1696
  
@rhtyd @jburwell @karuturi I confirm the same issue with this PR as with 
'CLOUDSTACK-5922:Incorrect handling RHEL guests for 5.5 to 5.9
When Os type is specified as Ubuntu 16.04

![image](https://cloud.githubusercontent.com/assets/16176702/19040896/dae77882-893a-11e6-8274-57b87d85d55b.png)
and VM is started on VmWare it actually creates VM with OS type 'Other 
(64-bit)'


![image](https://cloud.githubusercontent.com/assets/16176702/19040860/abbacb18-893a-11e6-9349-bc0d9d781671.png)

The fix was to put a respective entry into 
vmware-base/src/com/cloud/hypervisor/vmware/util/VmwareGuestOsMapper.java


https://github.com/apache/cloudstack/commit/05c6b455ae89480d84ba5dfa4dc79d3336ebd458

Can we roll back this PR and make it right? An alternative path wold be to 
figure out why adding entries into tables is not good enough and why changes in 
the code is still required.



> Add Support for Ubuntu 16.04
> 
>
> Key: CLOUDSTACK-9364
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9364
> Project: CloudStack
>  Issue Type: Task
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>Reporter: Wei Zhou
>Assignee: Rohit Yadav
> Fix For: Future, 4.9.1.0
>
>
> Ubuntu 16.04 has been released on 21st April
> http://releases.ubuntu.com/16.04/
> We need to support it



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CLOUDSTACK-9364) Add Support for Ubuntu 16.04

2016-09-30 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-9364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15536728#comment-15536728
 ] 

ASF GitHub Bot commented on CLOUDSTACK-9364:


Github user serg38 commented on the issue:

https://github.com/apache/cloudstack/pull/1696
  
@rhtyd I might be mistaken but you also need to add mapping into

cloudstack/vmware-base/src/com/cloud/hypervisor/vmware/util/VmwareGuestOsMapper
In the past if not added on vmware it would create VM with 'Other-64 bit' 
OS type e.g.
CLOUDSTACK-5922:Incorrect handling RHEL guests for 5.5 to 5.9


> Add Support for Ubuntu 16.04
> 
>
> Key: CLOUDSTACK-9364
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9364
> Project: CloudStack
>  Issue Type: Task
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>Reporter: Wei Zhou
>Assignee: Rohit Yadav
> Fix For: Future, 4.9.1.0
>
>
> Ubuntu 16.04 has been released on 21st April
> http://releases.ubuntu.com/16.04/
> We need to support it



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CLOUDSTACK-9364) Add Support for Ubuntu 16.04

2016-09-30 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-9364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15536698#comment-15536698
 ] 

ASF subversion and git services commented on CLOUDSTACK-9364:
-

Commit 9a8841d0d9a9e6ad51846d527127ea0175029746 in cloudstack's branch 
refs/heads/master from [~rohit.ya...@shapeblue.com]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=9a8841d ]

Merge pull request #1696 from shapeblue/4.9-ubuntuxenial-guestos

[4.9/lts] CLOUDSTACK-9364: Add Ubuntu 16.04 as a guest OSAdds Ubuntu 16.04 as a 
supported guest os. This allows users to select
the OS when creating a template etc.

SQL queries tested and adapted from 
https://issues.apache.org/jira/browse/CLOUDSTACK-9364

* pr/1696:
  CLOUDSTACK-9364: Add Ubuntu 16.04 as a guest OS

Signed-off-by: Rohit Yadav 


> Add Support for Ubuntu 16.04
> 
>
> Key: CLOUDSTACK-9364
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9364
> Project: CloudStack
>  Issue Type: Task
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>Reporter: Wei Zhou
>Assignee: Rohit Yadav
> Fix For: Future, 4.9.1.0
>
>
> Ubuntu 16.04 has been released on 21st April
> http://releases.ubuntu.com/16.04/
> We need to support it



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CLOUDSTACK-9364) Add Support for Ubuntu 16.04

2016-09-30 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-9364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15536696#comment-15536696
 ] 

ASF subversion and git services commented on CLOUDSTACK-9364:
-

Commit 9a8841d0d9a9e6ad51846d527127ea0175029746 in cloudstack's branch 
refs/heads/master from [~rohit.ya...@shapeblue.com]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=9a8841d ]

Merge pull request #1696 from shapeblue/4.9-ubuntuxenial-guestos

[4.9/lts] CLOUDSTACK-9364: Add Ubuntu 16.04 as a guest OSAdds Ubuntu 16.04 as a 
supported guest os. This allows users to select
the OS when creating a template etc.

SQL queries tested and adapted from 
https://issues.apache.org/jira/browse/CLOUDSTACK-9364

* pr/1696:
  CLOUDSTACK-9364: Add Ubuntu 16.04 as a guest OS

Signed-off-by: Rohit Yadav 


> Add Support for Ubuntu 16.04
> 
>
> Key: CLOUDSTACK-9364
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9364
> Project: CloudStack
>  Issue Type: Task
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>Reporter: Wei Zhou
>Assignee: Rohit Yadav
> Fix For: Future, 4.9.1.0
>
>
> Ubuntu 16.04 has been released on 21st April
> http://releases.ubuntu.com/16.04/
> We need to support it



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CLOUDSTACK-9364) Add Support for Ubuntu 16.04

2016-09-30 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-9364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15536695#comment-15536695
 ] 

ASF subversion and git services commented on CLOUDSTACK-9364:
-

Commit 335ad1a86708fc2a4b18717356b354f4d20b2e65 in cloudstack's branch 
refs/heads/master from [~rohit.ya...@shapeblue.com]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=335ad1a ]

CLOUDSTACK-9364: Add Ubuntu 16.04 as a guest OS

Adds Ubuntu 16.04 as a supported guest os. This allows users to select
the OS when creating a template etc.

Note: As XenServer 6.5 does not have 16.04 in its list of known Ubuntu releases,
as a workaround 16.04 guest os refers to 14.04 for XenServer 6.5.

Signed-off-by: Rohit Yadav 


> Add Support for Ubuntu 16.04
> 
>
> Key: CLOUDSTACK-9364
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9364
> Project: CloudStack
>  Issue Type: Task
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>Reporter: Wei Zhou
>Assignee: Rohit Yadav
> Fix For: Future, 4.9.1.0
>
>
> Ubuntu 16.04 has been released on 21st April
> http://releases.ubuntu.com/16.04/
> We need to support it



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CLOUDSTACK-9364) Add Support for Ubuntu 16.04

2016-09-30 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-9364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15536697#comment-15536697
 ] 

ASF subversion and git services commented on CLOUDSTACK-9364:
-

Commit 9a8841d0d9a9e6ad51846d527127ea0175029746 in cloudstack's branch 
refs/heads/master from [~rohit.ya...@shapeblue.com]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=9a8841d ]

Merge pull request #1696 from shapeblue/4.9-ubuntuxenial-guestos

[4.9/lts] CLOUDSTACK-9364: Add Ubuntu 16.04 as a guest OSAdds Ubuntu 16.04 as a 
supported guest os. This allows users to select
the OS when creating a template etc.

SQL queries tested and adapted from 
https://issues.apache.org/jira/browse/CLOUDSTACK-9364

* pr/1696:
  CLOUDSTACK-9364: Add Ubuntu 16.04 as a guest OS

Signed-off-by: Rohit Yadav 


> Add Support for Ubuntu 16.04
> 
>
> Key: CLOUDSTACK-9364
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9364
> Project: CloudStack
>  Issue Type: Task
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>Reporter: Wei Zhou
>Assignee: Rohit Yadav
> Fix For: Future, 4.9.1.0
>
>
> Ubuntu 16.04 has been released on 21st April
> http://releases.ubuntu.com/16.04/
> We need to support it



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CLOUDSTACK-9364) Add Support for Ubuntu 16.04

2016-09-30 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-9364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15536692#comment-15536692
 ] 

ASF GitHub Bot commented on CLOUDSTACK-9364:


Github user asfgit closed the pull request at:

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


> Add Support for Ubuntu 16.04
> 
>
> Key: CLOUDSTACK-9364
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9364
> Project: CloudStack
>  Issue Type: Task
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>Reporter: Wei Zhou
>Assignee: Rohit Yadav
> Fix For: Future, 4.9.1.0
>
>
> Ubuntu 16.04 has been released on 21st April
> http://releases.ubuntu.com/16.04/
> We need to support it



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CLOUDSTACK-9364) Add Support for Ubuntu 16.04

2016-09-30 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-9364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15536690#comment-15536690
 ] 

ASF subversion and git services commented on CLOUDSTACK-9364:
-

Commit 9a8841d0d9a9e6ad51846d527127ea0175029746 in cloudstack's branch 
refs/heads/4.9 from [~rohit.ya...@shapeblue.com]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=9a8841d ]

Merge pull request #1696 from shapeblue/4.9-ubuntuxenial-guestos

[4.9/lts] CLOUDSTACK-9364: Add Ubuntu 16.04 as a guest OSAdds Ubuntu 16.04 as a 
supported guest os. This allows users to select
the OS when creating a template etc.

SQL queries tested and adapted from 
https://issues.apache.org/jira/browse/CLOUDSTACK-9364

* pr/1696:
  CLOUDSTACK-9364: Add Ubuntu 16.04 as a guest OS

Signed-off-by: Rohit Yadav 


> Add Support for Ubuntu 16.04
> 
>
> Key: CLOUDSTACK-9364
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9364
> Project: CloudStack
>  Issue Type: Task
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>Reporter: Wei Zhou
>Assignee: Rohit Yadav
> Fix For: Future, 4.9.1.0
>
>
> Ubuntu 16.04 has been released on 21st April
> http://releases.ubuntu.com/16.04/
> We need to support it



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CLOUDSTACK-9364) Add Support for Ubuntu 16.04

2016-09-30 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-9364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15536688#comment-15536688
 ] 

ASF subversion and git services commented on CLOUDSTACK-9364:
-

Commit 335ad1a86708fc2a4b18717356b354f4d20b2e65 in cloudstack's branch 
refs/heads/4.9 from [~rohit.ya...@shapeblue.com]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=335ad1a ]

CLOUDSTACK-9364: Add Ubuntu 16.04 as a guest OS

Adds Ubuntu 16.04 as a supported guest os. This allows users to select
the OS when creating a template etc.

Note: As XenServer 6.5 does not have 16.04 in its list of known Ubuntu releases,
as a workaround 16.04 guest os refers to 14.04 for XenServer 6.5.

Signed-off-by: Rohit Yadav 


> Add Support for Ubuntu 16.04
> 
>
> Key: CLOUDSTACK-9364
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9364
> Project: CloudStack
>  Issue Type: Task
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>Reporter: Wei Zhou
>Assignee: Rohit Yadav
> Fix For: Future, 4.9.1.0
>
>
> Ubuntu 16.04 has been released on 21st April
> http://releases.ubuntu.com/16.04/
> We need to support it



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CLOUDSTACK-9364) Add Support for Ubuntu 16.04

2016-09-30 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-9364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15536689#comment-15536689
 ] 

ASF subversion and git services commented on CLOUDSTACK-9364:
-

Commit 9a8841d0d9a9e6ad51846d527127ea0175029746 in cloudstack's branch 
refs/heads/4.9 from [~rohit.ya...@shapeblue.com]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=9a8841d ]

Merge pull request #1696 from shapeblue/4.9-ubuntuxenial-guestos

[4.9/lts] CLOUDSTACK-9364: Add Ubuntu 16.04 as a guest OSAdds Ubuntu 16.04 as a 
supported guest os. This allows users to select
the OS when creating a template etc.

SQL queries tested and adapted from 
https://issues.apache.org/jira/browse/CLOUDSTACK-9364

* pr/1696:
  CLOUDSTACK-9364: Add Ubuntu 16.04 as a guest OS

Signed-off-by: Rohit Yadav 


> Add Support for Ubuntu 16.04
> 
>
> Key: CLOUDSTACK-9364
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9364
> Project: CloudStack
>  Issue Type: Task
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>Reporter: Wei Zhou
>Assignee: Rohit Yadav
> Fix For: Future, 4.9.1.0
>
>
> Ubuntu 16.04 has been released on 21st April
> http://releases.ubuntu.com/16.04/
> We need to support it



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CLOUDSTACK-9364) Add Support for Ubuntu 16.04

2016-09-30 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-9364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15536691#comment-15536691
 ] 

ASF subversion and git services commented on CLOUDSTACK-9364:
-

Commit 9a8841d0d9a9e6ad51846d527127ea0175029746 in cloudstack's branch 
refs/heads/4.9 from [~rohit.ya...@shapeblue.com]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=9a8841d ]

Merge pull request #1696 from shapeblue/4.9-ubuntuxenial-guestos

[4.9/lts] CLOUDSTACK-9364: Add Ubuntu 16.04 as a guest OSAdds Ubuntu 16.04 as a 
supported guest os. This allows users to select
the OS when creating a template etc.

SQL queries tested and adapted from 
https://issues.apache.org/jira/browse/CLOUDSTACK-9364

* pr/1696:
  CLOUDSTACK-9364: Add Ubuntu 16.04 as a guest OS

Signed-off-by: Rohit Yadav 


> Add Support for Ubuntu 16.04
> 
>
> Key: CLOUDSTACK-9364
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9364
> Project: CloudStack
>  Issue Type: Task
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>Reporter: Wei Zhou
>Assignee: Rohit Yadav
> Fix For: Future, 4.9.1.0
>
>
> Ubuntu 16.04 has been released on 21st April
> http://releases.ubuntu.com/16.04/
> We need to support it



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CLOUDSTACK-9364) Add Support for Ubuntu 16.04

2016-09-30 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-9364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15536683#comment-15536683
 ] 

ASF GitHub Bot commented on CLOUDSTACK-9364:


Github user rhtyd commented on the issue:

https://github.com/apache/cloudstack/pull/1696
  
The failures from the above result are not related to the change but with 
the env/tests, most of which have been addressed in #1692 

With the enough test results, manual tests and lgtms, I'll proceed with the 
merge.


> Add Support for Ubuntu 16.04
> 
>
> Key: CLOUDSTACK-9364
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9364
> Project: CloudStack
>  Issue Type: Task
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>Reporter: Wei Zhou
>Assignee: Rohit Yadav
> Fix For: Future, 4.9.1.0
>
>
> Ubuntu 16.04 has been released on 21st April
> http://releases.ubuntu.com/16.04/
> We need to support it



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CLOUDSTACK-9364) Add Support for Ubuntu 16.04

2016-09-30 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-9364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15536661#comment-15536661
 ] 

ASF GitHub Bot commented on CLOUDSTACK-9364:


Github user blueorangutan commented on the issue:

https://github.com/apache/cloudstack/pull/1696
  
Trillian test result (tid-86)
Environment: kvm-centos7 (x2), Advanced Networking
Total time taken: 24408 seconds
Marvin logs: 
https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr1696-t86-kvm-centos7.zip
Test completed. 40 look ok, 13 have errors


Test | Result | Time (s)
--- | --- | ---
test_router_dhcphosts | `Failure` | 57.484
test_isolate_network_password_server | `Failure` | 55.984
test_04_rvpc_privategw_static_routes | `Failure` | 142.820
test_03_vpc_privategw_restart_vpc_cleanup | `Failure` | 77.324
test_02_vpc_privategw_static_routes | `Failure` | 82.466
test_02_redundant_VPC_default_routes | `Failure` | 213.885
test_02_VPC_default_routes | `Failure` | 141.298
test_01_vpc_privategw_acl | `Failure` | 47.069
test_01_isolate_network_FW_PF_default_routes_egress_true | `Failure` | 
151.486
test_01_RVR_Network_FW_PF_SSH_default_routes_egress_true | `Failure` | 
178.388
test_network_rules_acquired_public_ip_3_Load_Balancer_Rule | `Error` | 
744.810
test_network_rules_acquired_public_ip_2_nat_rule | `Error` | 735.473
test_network_rules_acquired_public_ip_1_static_nat_rule | `Error` | 731.430
test_network_acl | `Error` | 0.132
test_extendPhysicalNetworkVlan | `Error` | 0.036
test_deploy_vm_from_iso | `Error` | 241.895
test_02_routervm_iptables_policies | `Error` | 779.925
test_01_single_VPC_iptables_policies | `Error` | 865.309
ContextSuite context=TestVpcSite2SiteVpn>:setup | `Error` | 0.000
ContextSuite context=TestVpcRemoteAccessVpn>:setup | `Error` | 0.000
ContextSuite context=TestRouterDHCPHosts>:teardown | `Error` | 102.923
ContextSuite context=TestRVPCSite2SiteVpn>:setup | `Error` | 0.000
ContextSuite context=TestDedicateGuestVlanRange>:setup | `Error` | 0.000
test_router_dns_guestipquery | Success | 80.821
test_router_dns_externalipquery | Success | 0.074
test_rolepermission_lifecycle_update | Success | 7.047
test_rolepermission_lifecycle_list | Success | 6.887
test_rolepermission_lifecycle_delete | Success | 6.862
test_rolepermission_lifecycle_create | Success | 6.786
test_rolepermission_lifecycle_concurrent_updates | Success | 6.894
test_role_lifecycle_update_role_inuse | Success | 6.806
test_role_lifecycle_update | Success | 11.861
test_role_lifecycle_list | Success | 6.771
test_role_lifecycle_delete | Success | 6.813
test_role_lifecycle_create | Success | 6.818
test_role_inuse_deletion | Success | 6.948
test_role_account_acls_multiple_mgmt_servers | Success | 9.096
test_role_account_acls | Success | 9.342
test_releaseIP | Success | 268.940
test_reboot_router | Success | 384.263
test_public_ip_user_account | Success | 10.261
test_public_ip_admin_account | Success | 40.308
test_oobm_zchange_password | Success | 20.618
test_oobm_multiple_mgmt_server_ownership | Success | 14.577
test_oobm_issue_power_status | Success | 10.563
test_oobm_issue_power_soft | Success | 15.587
test_oobm_issue_power_reset | Success | 15.588
test_oobm_issue_power_on | Success | 15.604
test_oobm_issue_power_off | Success | 15.607
test_oobm_issue_power_cycle | Success | 15.671
test_oobm_enabledisable_across_clusterzones | Success | 48.424
test_oobm_enable_feature_valid | Success | 5.176
test_oobm_enable_feature_invalid | Success | 0.109
test_oobm_disable_feature_valid | Success | 5.197
test_oobm_disable_feature_invalid | Success | 0.120
test_oobm_configure_invalid_driver | Success | 0.098
test_oobm_configure_default_driver | Success | 0.095
test_oobm_background_powerstate_sync | Success | 19.726
test_nic_secondaryip_add_remove | Success | 213.555
test_deployvm_userdispersing | Success | 20.571
test_deployvm_userdata_post | Success | 10.367
test_deployvm_userdata | Success | 55.722
test_deployvm_userconcentrated | Success | 30.639
test_deployvm_firstfit | Success | 50.595
test_deploy_vm_multiple | Success | 238.529
test_deploy_vm | Success | 0.031
test_delete_account | Success | 278.933
test_default_role_deletion | Success | 7.091
test_dedicatePublicIpRange | Success | 0.408
test_create_pvlan_network | Success | 5.231
test_createRegion | Success | 0.040
test_createPortablePublicIPRange | Success | 15.196
test_createPortablePublicIPAcquire | Success | 15.448
test_assign_and_removal_lb | Success | 133.736
test_advZoneVirtualRouter | Success | 0.024
test_UpdateStorageOverProvisioningFactor | Success | 0.147
 

[jira] [Commented] (CLOUDSTACK-9364) Add Support for Ubuntu 16.04

2016-09-30 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-9364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15535794#comment-15535794
 ] 

ASF GitHub Bot commented on CLOUDSTACK-9364:


Github user rhtyd commented on the issue:

https://github.com/apache/cloudstack/pull/1696
  
Thanks @ustcweizhou 


> Add Support for Ubuntu 16.04
> 
>
> Key: CLOUDSTACK-9364
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9364
> Project: CloudStack
>  Issue Type: Task
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>Reporter: Wei Zhou
>Assignee: Rohit Yadav
> Fix For: Future, 4.9.1.0
>
>
> Ubuntu 16.04 has been released on 21st April
> http://releases.ubuntu.com/16.04/
> We need to support it



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CLOUDSTACK-9364) Add Support for Ubuntu 16.04

2016-09-30 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-9364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15535754#comment-15535754
 ] 

ASF GitHub Bot commented on CLOUDSTACK-9364:


Github user ustcweizhou commented on the issue:

https://github.com/apache/cloudstack/pull/1696
  
tested on KVM, LGTM


> Add Support for Ubuntu 16.04
> 
>
> Key: CLOUDSTACK-9364
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9364
> Project: CloudStack
>  Issue Type: Task
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>Reporter: Wei Zhou
>Assignee: Rohit Yadav
> Fix For: Future, 4.9.1.0
>
>
> Ubuntu 16.04 has been released on 21st April
> http://releases.ubuntu.com/16.04/
> We need to support it



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CLOUDSTACK-9364) Add Support for Ubuntu 16.04

2016-09-30 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-9364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15535351#comment-15535351
 ] 

ASF GitHub Bot commented on CLOUDSTACK-9364:


Github user abhinandanprateek commented on the issue:

https://github.com/apache/cloudstack/pull/1696
  
LGTM on code review


> Add Support for Ubuntu 16.04
> 
>
> Key: CLOUDSTACK-9364
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9364
> Project: CloudStack
>  Issue Type: Task
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>Reporter: Wei Zhou
>Assignee: Rohit Yadav
> Fix For: Future, 4.9.1.0
>
>
> Ubuntu 16.04 has been released on 21st April
> http://releases.ubuntu.com/16.04/
> We need to support it



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CLOUDSTACK-9364) Add Support for Ubuntu 16.04

2016-09-30 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-9364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15535304#comment-15535304
 ] 

ASF GitHub Bot commented on CLOUDSTACK-9364:


Github user blueorangutan commented on the issue:

https://github.com/apache/cloudstack/pull/1696
  
@rhtyd a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been 
kicked to run smoke tests


> Add Support for Ubuntu 16.04
> 
>
> Key: CLOUDSTACK-9364
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9364
> Project: CloudStack
>  Issue Type: Task
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>Reporter: Wei Zhou
>Assignee: Rohit Yadav
> Fix For: Future, 4.9.1.0
>
>
> Ubuntu 16.04 has been released on 21st April
> http://releases.ubuntu.com/16.04/
> We need to support it



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CLOUDSTACK-9364) Add Support for Ubuntu 16.04

2016-09-30 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-9364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15535301#comment-15535301
 ] 

ASF GitHub Bot commented on CLOUDSTACK-9364:


Github user rhtyd commented on the issue:

https://github.com/apache/cloudstack/pull/1696
  
@ustcweizhou @abhinandanprateek @murali-reddy @jburwell review? Manual 
tests confirm that it works on XenServer 6.5.

@blueorangutan test 


> Add Support for Ubuntu 16.04
> 
>
> Key: CLOUDSTACK-9364
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9364
> Project: CloudStack
>  Issue Type: Task
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>Reporter: Wei Zhou
>Assignee: Rohit Yadav
> Fix For: Future, 4.9.1.0
>
>
> Ubuntu 16.04 has been released on 21st April
> http://releases.ubuntu.com/16.04/
> We need to support it



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CLOUDSTACK-9364) Add Support for Ubuntu 16.04

2016-09-29 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-9364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15533468#comment-15533468
 ] 

ASF GitHub Bot commented on CLOUDSTACK-9364:


Github user jburwell commented on the issue:

https://github.com/apache/cloudstack/pull/1696
  
@rhtyd 4.8 is still supported.  However, support is for bug fixes, and this 
change is not a bug fix.  4.9 is an LTS branch which can take changes such as 
these.  So I am cool with it being 4.9+ -- especially if it would require extra 
effort to accommodate.


> Add Support for Ubuntu 16.04
> 
>
> Key: CLOUDSTACK-9364
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9364
> Project: CloudStack
>  Issue Type: Task
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>Reporter: Wei Zhou
>Assignee: Rohit Yadav
> Fix For: Future, 4.9.1.0
>
>
> Ubuntu 16.04 has been released on 21st April
> http://releases.ubuntu.com/16.04/
> We need to support it



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CLOUDSTACK-9364) Add Support for Ubuntu 16.04

2016-09-29 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-9364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15533355#comment-15533355
 ] 

ASF GitHub Bot commented on CLOUDSTACK-9364:


Github user rhtyd commented on the issue:

https://github.com/apache/cloudstack/pull/1696
  
@jburwell As per our maintenance policy we only maintain n, n-1 branches 
i.e. master (upcoming 4.10) and 4.9. At no point we had ever maintained three 
branches, it's too much overhead. So, which is why I've avoided bug fixes to 
4.8 branch. If necessary, I can port the fix to 4.8 branch but that would also 
require some additions to db upgrade paths (as 4.8.2.0 has blank upgrade paths) 
across 4.8, 4.9, master branches.


> Add Support for Ubuntu 16.04
> 
>
> Key: CLOUDSTACK-9364
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9364
> Project: CloudStack
>  Issue Type: Task
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>Reporter: Wei Zhou
>Assignee: Rohit Yadav
> Fix For: Future, 4.9.1.0
>
>
> Ubuntu 16.04 has been released on 21st April
> http://releases.ubuntu.com/16.04/
> We need to support it



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CLOUDSTACK-9364) Add Support for Ubuntu 16.04

2016-09-29 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-9364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15533304#comment-15533304
 ] 

ASF GitHub Bot commented on CLOUDSTACK-9364:


Github user jburwell commented on the issue:

https://github.com/apache/cloudstack/pull/1696
  
@rhtyd do you think we should include this update in 4.8.2.0 as well?


> Add Support for Ubuntu 16.04
> 
>
> Key: CLOUDSTACK-9364
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9364
> Project: CloudStack
>  Issue Type: Task
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>Reporter: Wei Zhou
>Assignee: Rohit Yadav
> Fix For: Future, 4.9.1.0
>
>
> Ubuntu 16.04 has been released on 21st April
> http://releases.ubuntu.com/16.04/
> We need to support it



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CLOUDSTACK-9364) Add Support for Ubuntu 16.04

2016-09-29 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-9364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15533285#comment-15533285
 ] 

ASF GitHub Bot commented on CLOUDSTACK-9364:


Github user rhtyd commented on the issue:

https://github.com/apache/cloudstack/pull/1696
  
With a manually deployed Trillian environment based on XenServer 6.5sp1, I 
was able to register Ubuntu 16.04 and launch a VM. Screenshots attached:

![screenshot from 2016-09-29 
21-27-21](https://cloud.githubusercontent.com/assets/95203/18963353/4864a96c-8692-11e6-8f58-e8b5498501f2.png)

![screenshot from 2016-09-29 
22-11-45](https://cloud.githubusercontent.com/assets/95203/18963357/4b3a057e-8692-11e6-9bd6-204aafaef179.png)




> Add Support for Ubuntu 16.04
> 
>
> Key: CLOUDSTACK-9364
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9364
> Project: CloudStack
>  Issue Type: Task
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>Reporter: Wei Zhou
>Assignee: Rohit Yadav
> Fix For: Future, 4.9.1.0
>
>
> Ubuntu 16.04 has been released on 21st April
> http://releases.ubuntu.com/16.04/
> We need to support it



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CLOUDSTACK-9364) Add Support for Ubuntu 16.04

2016-09-29 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-9364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15532693#comment-15532693
 ] 

ASF GitHub Bot commented on CLOUDSTACK-9364:


Github user rhtyd commented on the issue:

https://github.com/apache/cloudstack/pull/1696
  
I've manually kicked a trillian env (tid-84) to get an env against 
xenserver 6.5sp1, as soon as it comes up I'll perform the test to launch a 
Ubuntu 16.04 VM  using templates from 
http://dl.openvm.eu/cloudstack/ubuntu/vanilla/16.04/x86_64


> Add Support for Ubuntu 16.04
> 
>
> Key: CLOUDSTACK-9364
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9364
> Project: CloudStack
>  Issue Type: Task
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>Reporter: Wei Zhou
>Assignee: Rohit Yadav
> Fix For: Future, 4.9.1.0
>
>
> Ubuntu 16.04 has been released on 21st April
> http://releases.ubuntu.com/16.04/
> We need to support it



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CLOUDSTACK-9364) Add Support for Ubuntu 16.04

2016-09-29 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-9364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15532538#comment-15532538
 ] 

ASF GitHub Bot commented on CLOUDSTACK-9364:


Github user blueorangutan commented on the issue:

https://github.com/apache/cloudstack/pull/1696
  
Packaging result: ✔centos6 ✔centos7 ✔debian. JID-40


> Add Support for Ubuntu 16.04
> 
>
> Key: CLOUDSTACK-9364
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9364
> Project: CloudStack
>  Issue Type: Task
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>Reporter: Wei Zhou
>Assignee: Rohit Yadav
> Fix For: Future, 4.9.1.0
>
>
> Ubuntu 16.04 has been released on 21st April
> http://releases.ubuntu.com/16.04/
> We need to support it



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CLOUDSTACK-9364) Add Support for Ubuntu 16.04

2016-09-29 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-9364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15532507#comment-15532507
 ] 

ASF GitHub Bot commented on CLOUDSTACK-9364:


Github user rhtyd commented on the issue:

https://github.com/apache/cloudstack/pull/1696
  
Thanks @ustcweizhou I'll fix as suggested.


> Add Support for Ubuntu 16.04
> 
>
> Key: CLOUDSTACK-9364
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9364
> Project: CloudStack
>  Issue Type: Task
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>Reporter: Wei Zhou
>Assignee: Rohit Yadav
> Fix For: Future, 4.9.1.0
>
>
> Ubuntu 16.04 has been released on 21st April
> http://releases.ubuntu.com/16.04/
> We need to support it



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CLOUDSTACK-9364) Add Support for Ubuntu 16.04

2016-09-29 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-9364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15532492#comment-15532492
 ] 

ASF GitHub Bot commented on CLOUDSTACK-9364:


Github user ustcweizhou commented on the issue:

https://github.com/apache/cloudstack/pull/1696
  
@rhtyd I think it is not an issue in KVM/LXC.

the guest pv is checked by this line in 
plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/resource/LibvirtComputingResource.java

if (guestOSName.startsWith("Ubuntu") || guestOSName.startsWith("Fedora 13") 
|| guestOSName.startsWith("Fedora 12") 

by the way, this file is not used any more so it can be removed:  
plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/resource/KVMGuestOsMapper.java



> Add Support for Ubuntu 16.04
> 
>
> Key: CLOUDSTACK-9364
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9364
> Project: CloudStack
>  Issue Type: Task
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>Reporter: Wei Zhou
>Assignee: Rohit Yadav
> Fix For: Future, 4.9.1.0
>
>
> Ubuntu 16.04 has been released on 21st April
> http://releases.ubuntu.com/16.04/
> We need to support it



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CLOUDSTACK-9364) Add Support for Ubuntu 16.04

2016-09-29 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-9364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15532483#comment-15532483
 ] 

ASF GitHub Bot commented on CLOUDSTACK-9364:


Github user blueorangutan commented on the issue:

https://github.com/apache/cloudstack/pull/1696
  
@rhtyd a Jenkins job has been kicked to build packages. I'll keep you 
posted as I make progress.


> Add Support for Ubuntu 16.04
> 
>
> Key: CLOUDSTACK-9364
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9364
> Project: CloudStack
>  Issue Type: Task
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>Reporter: Wei Zhou
>Assignee: Rohit Yadav
> Fix For: Future, 4.9.1.0
>
>
> Ubuntu 16.04 has been released on 21st April
> http://releases.ubuntu.com/16.04/
> We need to support it



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CLOUDSTACK-9364) Add Support for Ubuntu 16.04

2016-09-29 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-9364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15532481#comment-15532481
 ] 

ASF GitHub Bot commented on CLOUDSTACK-9364:


Github user rhtyd commented on the issue:

https://github.com/apache/cloudstack/pull/1696
  
@blueorangutan package


> Add Support for Ubuntu 16.04
> 
>
> Key: CLOUDSTACK-9364
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9364
> Project: CloudStack
>  Issue Type: Task
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>Reporter: Wei Zhou
>Assignee: Rohit Yadav
> Fix For: Future, 4.9.1.0
>
>
> Ubuntu 16.04 has been released on 21st April
> http://releases.ubuntu.com/16.04/
> We need to support it



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CLOUDSTACK-9364) Add Support for Ubuntu 16.04

2016-09-29 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-9364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15532333#comment-15532333
 ] 

ASF GitHub Bot commented on CLOUDSTACK-9364:


Github user rhtyd commented on the issue:

https://github.com/apache/cloudstack/pull/1696
  
@ustcweizhou Hi, I think I used your changes here. VMware is sane to 
interpret Ubuntu guest vms as either ubuntuGuest or ubuntu64Guest (identifier 
used), while to XS and KVM full names are passed while may or may not exist. 
XenServer 6.5 and KVM/LXC may not understand/interpret Ubuntu 16.04 correctly 
so, the workaround here is to tell the hypervisor(s) to treat VMs of this guest 
os id/type to be a Ubuntu 14.04.


> Add Support for Ubuntu 16.04
> 
>
> Key: CLOUDSTACK-9364
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9364
> Project: CloudStack
>  Issue Type: Task
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>Reporter: Wei Zhou
>Assignee: Rohit Yadav
> Fix For: Future, 4.9.1.0
>
>
> Ubuntu 16.04 has been released on 21st April
> http://releases.ubuntu.com/16.04/
> We need to support it



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CLOUDSTACK-9364) Add Support for Ubuntu 16.04

2016-09-29 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-9364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15532323#comment-15532323
 ] 

ASF GitHub Bot commented on CLOUDSTACK-9364:


Github user ustcweizhou commented on the issue:

https://github.com/apache/cloudstack/pull/1696
  
Hi @rhtyd  there are some typo in my comment, it should be "Ubuntu 16.04" 
not "Ubuntu 14.04" in some lines.


> Add Support for Ubuntu 16.04
> 
>
> Key: CLOUDSTACK-9364
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9364
> Project: CloudStack
>  Issue Type: Task
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>Reporter: Wei Zhou
>Assignee: Rohit Yadav
> Fix For: Future, 4.9.1.0
>
>
> Ubuntu 16.04 has been released on 21st April
> http://releases.ubuntu.com/16.04/
> We need to support it



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CLOUDSTACK-9364) Add Support for Ubuntu 16.04

2016-09-29 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-9364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15532318#comment-15532318
 ] 

ASF GitHub Bot commented on CLOUDSTACK-9364:


Github user rhtyd commented on the issue:

https://github.com/apache/cloudstack/pull/1696
  
@abhinandanprateek @murali-reddy please review, thanks.


> Add Support for Ubuntu 16.04
> 
>
> Key: CLOUDSTACK-9364
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9364
> Project: CloudStack
>  Issue Type: Task
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>Reporter: Wei Zhou
>Assignee: Rohit Yadav
> Fix For: Future, 4.9.1.0
>
>
> Ubuntu 16.04 has been released on 21st April
> http://releases.ubuntu.com/16.04/
> We need to support it



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CLOUDSTACK-9364) Add Support for Ubuntu 16.04

2016-09-29 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-9364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15532315#comment-15532315
 ] 

ASF GitHub Bot commented on CLOUDSTACK-9364:


GitHub user rhtyd opened a pull request:

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

[4.9/lts] CLOUDSTACK-9364: Add Ubuntu 16.04 as a guest OS

Adds Ubuntu 16.04 as a supported guest os. This allows users to select
the OS when creating a template etc.

SQL queries tested and adapted from 
https://issues.apache.org/jira/browse/CLOUDSTACK-9364

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

$ git pull https://github.com/shapeblue/cloudstack 4.9-ubuntuxenial-guestos

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

https://github.com/apache/cloudstack/pull/1696.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 #1696


commit d706ebc673f25f9ad84e7c266e0f6d4bf6f5a9a5
Author: Rohit Yadav 
Date:   2016-09-29T09:42:02Z

CLOUDSTACK-9364: Add Ubuntu 16.04 as a guest OS

Adds Ubuntu 16.04 as a supported guest os. This allows users to select
the OS when creating a template etc.

Signed-off-by: Rohit Yadav 




> Add Support for Ubuntu 16.04
> 
>
> Key: CLOUDSTACK-9364
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9364
> Project: CloudStack
>  Issue Type: Task
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>Reporter: Wei Zhou
>Assignee: Rohit Yadav
> Fix For: Future, 4.9.1.0
>
>
> Ubuntu 16.04 has been released on 21st April
> http://releases.ubuntu.com/16.04/
> We need to support it



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CLOUDSTACK-9364) Add Support for Ubuntu 16.04

2016-07-15 Thread Andrei Mikhailovsky (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-9364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15379451#comment-15379451
 ] 

Andrei Mikhailovsky commented on CLOUDSTACK-9364:
-

I've tested templating Ubuntu 16.04 and identified an issue with setting the 
hostname. From documentation site: 
http://docs.cloudstack.apache.org/projects/cloudstack-administration/en/4.8/templates.html
 , section Hostname Management.

The script is not working on Ubuntu 16.04 due to the hard coded eth0 ethernet 
interface value, which is no longer the case for many vms / physical servers. 
The ethernet names are using different convention in the latest ubuntu release. 
For instance, on KVM host I get ens3 as the first interface name. As a result, 
the hostname is not set and I also get corrupted /etc/hosts and the 
/etc/hostname files.

I guess this need to be corrected before ACS will have Ubuntu 16.04 support for 
the guest vms.

> Add Support for Ubuntu 16.04
> 
>
> Key: CLOUDSTACK-9364
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9364
> Project: CloudStack
>  Issue Type: Task
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>Reporter: Wei Zhou
>
> Ubuntu 16.04 has been released on 21st April
> http://releases.ubuntu.com/16.04/
> We need to support it



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CLOUDSTACK-9364) Add Support for Ubuntu 16.04

2016-04-22 Thread Wei Zhou (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-9364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15253555#comment-15253555
 ] 

Wei Zhou commented on CLOUDSTACK-9364:
--

I donot know which version we should add to.

the following sql change works for me.

{code}
INSERT IGNORE INTO `cloud`.`guest_os` (id, uuid, category_id, display_name, 
created) VALUES (255, UUID(), 10, 'Ubuntu 16.04 (32-bit)', utc_timestamp());
INSERT IGNORE INTO `cloud`.`guest_os` (id, uuid, category_id, display_name, 
created) VALUES (256, UUID(), 10, 'Ubuntu 16.04 (64-bit)', utc_timestamp());
INSERT IGNORE INTO `cloud`.`guest_os_hypervisor` (uuid,hypervisor_type, 
hypervisor_version, guest_os_name, guest_os_id, created, is_user_defined) 
VALUES (UUID(),'VMware', '5.0', 'ubuntuGuest', 255, utc_timestamp(), 0);
INSERT IGNORE INTO `cloud`.`guest_os_hypervisor` (uuid,hypervisor_type, 
hypervisor_version, guest_os_name, guest_os_id, created, is_user_defined) 
VALUES (UUID(),'VMware', '5.1', 'ubuntuGuest', 255, utc_timestamp(), 0);
INSERT IGNORE INTO `cloud`.`guest_os_hypervisor` (uuid,hypervisor_type, 
hypervisor_version, guest_os_name, guest_os_id, created, is_user_defined) 
VALUES (UUID(),'VMware', '5.5', 'ubuntuGuest', 255, utc_timestamp(), 0);
INSERT IGNORE INTO `cloud`.`guest_os_hypervisor` (uuid,hypervisor_type, 
hypervisor_version, guest_os_name, guest_os_id, created, is_user_defined) 
VALUES (UUID(),'VMware', '5.0', 'ubuntu64Guest', 256, utc_timestamp(), 0);
INSERT IGNORE INTO `cloud`.`guest_os_hypervisor` (uuid,hypervisor_type, 
hypervisor_version, guest_os_name, guest_os_id, created, is_user_defined) 
VALUES (UUID(),'VMware', '5.1', 'ubuntu64Guest', 256, utc_timestamp(), 0);
INSERT IGNORE INTO `cloud`.`guest_os_hypervisor` (uuid,hypervisor_type, 
hypervisor_version, guest_os_name, guest_os_id, created, is_user_defined) 
VALUES (UUID(),'VMware', '5.5', 'ubuntu64Guest', 256, utc_timestamp(), 0);

INSERT IGNORE INTO `cloud`.`guest_os_hypervisor` (uuid,hypervisor_type, 
hypervisor_version, guest_os_name, guest_os_id, created, is_user_defined) 
VALUES (UUID(),'KVM', 'default', 'Ubuntu 14.04', 255, utc_timestamp(), 0);
INSERT IGNORE INTO `cloud`.`guest_os_hypervisor` (uuid,hypervisor_type, 
hypervisor_version, guest_os_name, guest_os_id, created, is_user_defined) 
VALUES (UUID(),'KVM', 'default', 'Ubuntu 14.04', 256, utc_timestamp(), 0);
INSERT IGNORE INTO `cloud`.`guest_os_hypervisor` (uuid,hypervisor_type, 
hypervisor_version, guest_os_name, guest_os_id, created, is_user_defined) 
VALUES (UUID(),'LXC', 'default', 'Ubuntu 14.04', 255, utc_timestamp(), 0);
INSERT IGNORE INTO `cloud`.`guest_os_hypervisor` (uuid,hypervisor_type, 
hypervisor_version, guest_os_name, guest_os_id, created, is_user_defined) 
VALUES (UUID(),'LXC', 'default', 'Ubuntu 14.04', 256, utc_timestamp(), 0);

INSERT IGNORE INTO `cloud`.`guest_os_hypervisor` (uuid,hypervisor_type, 
hypervisor_version, guest_os_name, guest_os_id, created, is_user_defined) 
VALUES (UUID(),'Xenserver', '6.5.0', 'Ubuntu Xenial Xerus 16.04', 255, 
utc_timestamp(), 0);
INSERT IGNORE INTO `cloud`.`guest_os_hypervisor` (uuid,hypervisor_type, 
hypervisor_version, guest_os_name, guest_os_id, created, is_user_defined) 
VALUES (UUID(),'Xenserver', '6.5.0', 'Ubuntu Xenial Xerus 16.04', 256, 
utc_timestamp(), 0);
{code}

> Add Support for Ubuntu 16.04
> 
>
> Key: CLOUDSTACK-9364
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9364
> Project: CloudStack
>  Issue Type: Task
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>Reporter: Wei Zhou
>
> Ubuntu 16.04 has been released on 21st April
> http://releases.ubuntu.com/16.04/
> We need to support it



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)