-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Support XenServer 8.4 / XCP 8.3 - make scripts python3 compatible #10684
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
73e5576
78da6ec
b73bc69
31123e3
9a99c43
5e2afc3
2b69003
37d1704
a098060
e5e80ae
2502888
5ee3ace
b3057cf
cc52c70
e8828e5
0bd2f28
040d878
75a8e44
b0e52d2
75c9fff
8ff139e
35a30f2
f28700b
3bec407
63fb4f3
3059871
f1128a0
7f98ca1
cdf6358
2228fe7
3509d13
84ea6ce
1ae4276
c2d1990
2d800df
0c8a738
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| // Licensed to the Apache Software Foundation (ASF) under one | ||
| // or more contributor license agreements. See the NOTICE file | ||
| // distributed with this work for additional information | ||
| // regarding copyright ownership. The ASF licenses this file | ||
| // to you under the Apache License, Version 2.0 (the | ||
| // "License"); you may not use this file except in compliance | ||
| // with the License. You may obtain a copy of the License at | ||
| // | ||
| // http://www.apache.org/licenses/LICENSE-2.0 | ||
| // | ||
| // Unless required by applicable law or agreed to in writing, | ||
| // software distributed under the License is distributed on an | ||
| // "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | ||
| // KIND, either express or implied. See the License for the | ||
| // specific language governing permissions and limitations | ||
| // under the License. | ||
| package com.cloud.hypervisor.xenserver.resource; | ||
|
|
||
| public class XcpServer83Resource extends XenServer650Resource { | ||
|
|
||
| @Override | ||
| protected String getPatchFilePath() { | ||
| return "scripts/vm/hypervisor/xenserver/xcpserver83/patch"; | ||
| } | ||
|
Check warning on line 24 in plugins/hypervisors/xenserver/src/main/java/com/cloud/hypervisor/xenserver/resource/XcpServer83Resource.java
|
||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,24 @@ | ||
| // Licensed to the Apache Software Foundation (ASF) under one | ||
| // or more contributor license agreements. See the NOTICE file | ||
| // distributed with this work for additional information | ||
| // regarding copyright ownership. The ASF licenses this file | ||
| // to you under the Apache License, Version 2.0 (the | ||
| // "License"); you may not use this file except in compliance | ||
| // with the License. You may obtain a copy of the License at | ||
| // | ||
| // http://www.apache.org/licenses/LICENSE-2.0 | ||
| // | ||
| // Unless required by applicable law or agreed to in writing, | ||
| // software distributed under the License is distributed on an | ||
| // "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | ||
| // KIND, either express or implied. See the License for the | ||
| // specific language governing permissions and limitations | ||
| // under the License. | ||
| package com.cloud.hypervisor.xenserver.resource; | ||
|
|
||
| public class Xenserver84Resource extends XenServer650Resource { | ||
| @Override | ||
| protected String getPatchFilePath() { | ||
| return "scripts/vm/hypervisor/xenserver/xenserver84/patch"; | ||
| } | ||
|
Check warning on line 23 in plugins/hypervisors/xenserver/src/main/java/com/cloud/hypervisor/xenserver/resource/Xenserver84Resource.java
|
||
| } | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should (instead) deprecate ovm?