Skip to content

Commit

Permalink
Merge pull request #37 from tsirakisn/argo-st9
Browse files Browse the repository at this point in the history
S9: [argo] Replace v4v with argo
  • Loading branch information
jean-edouard authored Jun 20, 2019
2 parents f83a115 + c46f742 commit 89ae8dc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions interfaces/xenmgr.xml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
<property name="autostart" type="b" access="readwrite"/>
<property name="pvm-autostart-delay" type="i" access="readwrite"/>
<property name="svm-autostart-delay" type="i" access="readwrite"/>
<property name="v4v-hosts-file" type="b" access="readwrite"/>
<property name="argo-hosts-file" type="b" access="readwrite"/>
<property name="use-networking-domain" type="b" access="read"/>
<property name="bypass-sha1sum-checks" type="b" access="read"/>
<property name="xc-diag-timeout" type="i" access="readwrite"/>
Expand All @@ -213,8 +213,8 @@
<property name="connect-remote-desktop-allowed" type="b" access="readwrite"><tp:docstring>Allow using remote desktop (via icavm).</tp:docstring></property>

<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>
<property name="v4v-firewall" type="b" access="readwrite">
<tp:docstring>If true, v4v firewall is enabled, rejecting all incoming traffic by default.</tp:docstring>
<property name="argo-firewall" type="b" access="readwrite">
<tp:docstring>If true, argo firewall is enabled, rejecting all incoming traffic by default.</tp:docstring>
</property>

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

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

Expand Down
10 changes: 5 additions & 5 deletions interfaces/xenmgr_vm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
<property name="vsnd" type="b" access="readwrite"><tp:docstring>Use PV audio device.</tp:docstring></property>
<property name="vkbd" type="b" access="readwrite"><tp:docstring>Use PV keyboard and mouse.</tp:docstring></property>
<property name="vfb" type="b" access="readwrite"><tp:docstring>Use PV framebuffer.</tp:docstring></property>
<property name="v4v" type="b" access="readwrite"><tp:docstring>Use V4V.</tp:docstring></property>
<property name="argo" type="b" access="readwrite"><tp:docstring>Use Argo.</tp:docstring></property>
<property name="private-space" type="i" access="read"><tp:docstring>Private space used (in MiB).</tp:docstring></property>
<property name="realm" type="s" access="readwrite"><tp:docstring>Realm ID.</tp:docstring></property>
<property name="sync-uuid" type="s" access="readwrite"><tp:docstring>VM UUID in synchroniser space.</tp:docstring></property>
Expand Down Expand Up @@ -323,9 +323,9 @@
<arg name="path" type="o" direction="out"/>
</method>

<method name="list_v4v_firewall_rules"> <arg name="rules" type="as" direction="out"/> </method>
<method name="add_v4v_firewall_rule"> <arg name="rule" type="s" direction="in"/> </method>
<method name="delete_v4v_firewall_rule"> <arg name="rule" type="s" direction="in"/> </method>
<method name="list_argo_firewall_rules"> <arg name="rules" type="as" direction="out"/> </method>
<method name="add_argo_firewall_rule"> <arg name="rule" type="s" direction="in"/> </method>
<method name="delete_argo_firewall_rule"> <arg name="rule" type="s" direction="in"/> </method>

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

0 comments on commit 89ae8dc

Please sign in to comment.