Skip to content

Commit 89ae8dc

Browse files
authored
Merge pull request #37 from tsirakisn/argo-st9
S9: [argo] Replace v4v with argo
2 parents f83a115 + c46f742 commit 89ae8dc

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

interfaces/xenmgr.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197
<property name="autostart" type="b" access="readwrite"/>
198198
<property name="pvm-autostart-delay" type="i" access="readwrite"/>
199199
<property name="svm-autostart-delay" type="i" access="readwrite"/>
200-
<property name="v4v-hosts-file" type="b" access="readwrite"/>
200+
<property name="argo-hosts-file" type="b" access="readwrite"/>
201201
<property name="use-networking-domain" type="b" access="read"/>
202202
<property name="bypass-sha1sum-checks" type="b" access="read"/>
203203
<property name="xc-diag-timeout" type="i" access="readwrite"/>
@@ -213,8 +213,8 @@
213213
<property name="connect-remote-desktop-allowed" type="b" access="readwrite"><tp:docstring>Allow using remote desktop (via icavm).</tp:docstring></property>
214214

215215
<property name="measure-fail-action" type="s" access="readwrite"> <tp:docstring>Action to perform when computing service VM checksum fails: sleep,hibernate,shutdown,reboot,nothing.</tp:docstring></property>
216-
<property name="v4v-firewall" type="b" access="readwrite">
217-
<tp:docstring>If true, v4v firewall is enabled, rejecting all incoming traffic by default.</tp:docstring>
216+
<property name="argo-firewall" type="b" access="readwrite">
217+
<tp:docstring>If true, argo firewall is enabled, rejecting all incoming traffic by default.</tp:docstring>
218218
</property>
219219

220220
<property name="secondary-gpu-pt" type="b" access="read">
@@ -229,7 +229,7 @@
229229
<tp:docstring>Enable external SSH access to dom0.</tp:docstring>
230230
</property>
231231

232-
<property name="enable-v4v-ssh" type="b" access="readwrite">
232+
<property name="enable-argo-ssh" type="b" access="readwrite">
233233
<tp:docstring>Enable internal SSH access to dom0.</tp:docstring>
234234
</property>
235235

interfaces/xenmgr_vm.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191
<property name="vsnd" type="b" access="readwrite"><tp:docstring>Use PV audio device.</tp:docstring></property>
192192
<property name="vkbd" type="b" access="readwrite"><tp:docstring>Use PV keyboard and mouse.</tp:docstring></property>
193193
<property name="vfb" type="b" access="readwrite"><tp:docstring>Use PV framebuffer.</tp:docstring></property>
194-
<property name="v4v" type="b" access="readwrite"><tp:docstring>Use V4V.</tp:docstring></property>
194+
<property name="argo" type="b" access="readwrite"><tp:docstring>Use Argo.</tp:docstring></property>
195195
<property name="private-space" type="i" access="read"><tp:docstring>Private space used (in MiB).</tp:docstring></property>
196196
<property name="realm" type="s" access="readwrite"><tp:docstring>Realm ID.</tp:docstring></property>
197197
<property name="sync-uuid" type="s" access="readwrite"><tp:docstring>VM UUID in synchroniser space.</tp:docstring></property>
@@ -323,9 +323,9 @@
323323
<arg name="path" type="o" direction="out"/>
324324
</method>
325325

326-
<method name="list_v4v_firewall_rules"> <arg name="rules" type="as" direction="out"/> </method>
327-
<method name="add_v4v_firewall_rule"> <arg name="rule" type="s" direction="in"/> </method>
328-
<method name="delete_v4v_firewall_rule"> <arg name="rule" type="s" direction="in"/> </method>
326+
<method name="list_argo_firewall_rules"> <arg name="rules" type="as" direction="out"/> </method>
327+
<method name="add_argo_firewall_rule"> <arg name="rule" type="s" direction="in"/> </method>
328+
<method name="delete_argo_firewall_rule"> <arg name="rule" type="s" direction="in"/> </method>
329329

330330
<method name="add_net_firewall_rule">
331331
<arg name="id" type="i" direction="in"/>
@@ -529,7 +529,7 @@
529529
<property name="vsnd" type="b" access="readwrite"><tp:docstring>Use PV audio device.</tp:docstring></property>
530530
<property name="vkbd" type="b" access="readwrite"><tp:docstring>Use PV keyboard and mouse.</tp:docstring></property>
531531
<property name="vfb" type="b" access="readwrite"><tp:docstring>Use PV framebuffer.</tp:docstring></property>
532-
<property name="v4v" type="b" access="readwrite"><tp:docstring>Use V4V.</tp:docstring></property>
532+
<property name="argo" type="b" access="readwrite"><tp:docstring>Use Argo.</tp:docstring></property>
533533
<property name="private-space" type="i" access="read"><tp:docstring>Private space used (in MiB).</tp:docstring></property>
534534
<property name="realm" type="s" access="readwrite"><tp:docstring>Realm ID.</tp:docstring></property>
535535
<property name="sync-uuid" type="s" access="readwrite"><tp:docstring>VM UUID in Synchroniser space.</tp:docstring></property>

0 commit comments

Comments
 (0)