[GitHub] [cloudstack] andrijapanicsb commented on issue #3746: Fix OS category for some OS-es added in 4.13

2019-12-24 Thread GitBox
andrijapanicsb commented on issue #3746: Fix OS category for some OS-es added 
in 4.13
URL: https://github.com/apache/cloudstack/pull/3746#issuecomment-568694419
 
 
   Yes, you can repeat the queries, 2nd run will do no changes  - and the rows 
to be changed are uniquely identified by ID and name - if it doesn't match, it 
will not be executed:
   
   UPDATE `cloud`.`guest_os` SET `category_id`='10' WHERE `id`=277 AND 
display_name="Ubuntu 17.04";UPDATE `cloud`.`guest_os` SET `category_id`='10' 
WHERE `id`=278 AND display_name="Ubuntu 17.10";UPDATE `cloud`.`guest_os` SET 
`category_id`='10' WHERE `id`=279 AND display_name="Ubuntu 18.04 LTS";UPDATE 
`cloud`.`guest_os` SET `category_id`='10' WHERE `id`=280 AND 
display_name="Ubuntu 18.10";UPDATE `cloud`.`guest_os` SET `category_id`='10' 
WHERE `id`=281 AND display_name="Ubuntu 19.04";UPDATE `cloud`.`guest_os` SET 
`category_id`='4' WHERE `id`=282 AND display_name="Red Hat Enterprise Linux 
7.3";UPDATE `cloud`.`guest_os` SET `category_id`='4' WHERE `id`=283 AND 
display_name="Red Hat Enterprise Linux 7.4";UPDATE `cloud`.`guest_os` SET 
`category_id`='4' WHERE `id`=284 AND display_name="Red Hat Enterprise Linux 
7.5";UPDATE `cloud`.`guest_os` SET `category_id`='4' WHERE `id`=285 AND 
display_name="Red Hat Enterprise Linux 7.6";UPDATE `cloud`.`guest_os` SET 
`category_id`='4' WHERE `id`=286 AND display_name="Red Hat Enterprise Linux 
8.0";;
   **/* Affected rows: 10  Found rows: 0  Warnings: 0  Duration for 10 queries: 
0.062 sec. */**
   UPDATE `cloud`.`guest_os` SET `category_id`='10' WHERE `id`=277 AND 
display_name="Ubuntu 17.04";UPDATE `cloud`.`guest_os` SET `category_id`='10' 
WHERE `id`=278 AND display_name="Ubuntu 17.10";UPDATE `cloud`.`guest_os` SET 
`category_id`='10' WHERE `id`=279 AND display_name="Ubuntu 18.04 LTS";UPDATE 
`cloud`.`guest_os` SET `category_id`='10' WHERE `id`=280 AND 
display_name="Ubuntu 18.10";UPDATE `cloud`.`guest_os` SET `category_id`='10' 
WHERE `id`=281 AND display_name="Ubuntu 19.04";UPDATE `cloud`.`guest_os` SET 
`category_id`='4' WHERE `id`=282 AND display_name="Red Hat Enterprise Linux 
7.3";UPDATE `cloud`.`guest_os` SET `category_id`='4' WHERE `id`=283 AND 
display_name="Red Hat Enterprise Linux 7.4";UPDATE `cloud`.`guest_os` SET 
`category_id`='4' WHERE `id`=284 AND display_name="Red Hat Enterprise Linux 
7.5";UPDATE `cloud`.`guest_os` SET `category_id`='4' WHERE `id`=285 AND 
display_name="Red Hat Enterprise Linux 7.6";UPDATE `cloud`.`guest_os` SET 
`category_id`='4' WHERE `id`=286 AND display_name="Red Hat Enterprise Linux 
8.0";;
   **/* Affected rows: 0  Found rows: 0  Warnings: 0  Duration for 10 queries: 
0.078 sec. */**


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


With regards,
Apache Git Services


[GitHub] [cloudstack] andrijapanicsb commented on issue #3746: Fix OS category for some OS-es added in 4.13

2019-12-20 Thread GitBox
andrijapanicsb commented on issue #3746: Fix OS category for some OS-es added 
in 4.13
URL: https://github.com/apache/cloudstack/pull/3746#issuecomment-568043129
 
 
   @DaanHoogland can we merge this one to 4.13 as well - check the SQLs please, 
they are safe to be "done" in 4.13.0.0 to 4.13.1.0, and then executed again in 
the 4.13.x.x to 4.14.0.0 (if that makes sense?)


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


With regards,
Apache Git Services


[GitHub] [cloudstack] andrijapanicsb commented on issue #3746: Fix OS category for some OS-es added in 4.13

2019-12-11 Thread GitBox
andrijapanicsb commented on issue #3746: Fix OS category for some OS-es added 
in 4.13
URL: https://github.com/apache/cloudstack/pull/3746#issuecomment-564663055
 
 
   Merging based on 2 x approvals and manual test results.


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


With regards,
Apache Git Services


[GitHub] [cloudstack] andrijapanicsb commented on issue #3746: Fix OS category for some OS-es added in 4.13

2019-12-08 Thread GitBox
andrijapanicsb commented on issue #3746: Fix OS category for some OS-es added 
in 4.13
URL: https://github.com/apache/cloudstack/pull/3746#issuecomment-563008727
 
 
   I don't understand what exactly you are suggesting? If you want to add 
CentOS 7.7 as the OS and the related hypervisor mappings (guest_os_hypervisor 
table entries) then it makes sense (to me) to do that in another PR (I like to 
avoid mixing apples and oranges, although both are fruits...) 


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


With regards,
Apache Git Services


[GitHub] [cloudstack] andrijapanicsb commented on issue #3746: Fix OS category for some OS-es added in 4.13

2019-12-06 Thread GitBox
andrijapanicsb commented on issue #3746: Fix OS category for some OS-es added 
in 4.13
URL: https://github.com/apache/cloudstack/pull/3746#issuecomment-562582537
 
 
   @svenvogel that's beyond the intention of this specific PR - but any 
additional/valid guest OS mappings are most welcome (in another PR).


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


With regards,
Apache Git Services


[GitHub] [cloudstack] andrijapanicsb commented on issue #3746: Fix OS category for some OS-es added in 4.13

2019-12-05 Thread GitBox
andrijapanicsb commented on issue #3746: Fix OS category for some OS-es added 
in 4.13
URL: https://github.com/apache/cloudstack/pull/3746#issuecomment-562180029
 
 
   ping @rhtyd @PaulAngus @svenvogel for LGTMs


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


With regards,
Apache Git Services