Commit 63c83683 by Kálmán Viktor

help: retab

parent 8eb33520
......@@ -28,6 +28,7 @@ from braces.views import LoginRequiredMixin
from dashboard.models import GroupProfile
from vm.models import Instance, Node, InstanceTemplate
from dashboard.views.vm import vm_ops
from ..store_api import Store
......@@ -127,7 +128,10 @@ class HelpView(TemplateView):
def get_context_data(self, *args, **kwargs):
ctx = super(HelpView, self).get_context_data(*args, **kwargs)
operations = [(o, Instance._ops[o.op])
for o in vm_ops.values() if o.show_in_toolbar]
ctx.update({"saml": hasattr(settings, "SAML_CONFIG"),
"operations": operations,
"store": settings.STORE_URL})
return ctx
......
......@@ -9,12 +9,12 @@
<ol>
<li>{% trans "Start a virtual machine." %}</li>
<li>{% trans "Customize this machine - install and remove softwares, etc." %}</li>
<li>{% trans "Click on ‘Save as Template’ icon on operations." %}</li>
<li>{% trans "On the dashboard, select this template to go to the ‘Edit template page’." %}</li>
<li>{% trans 'Click the “Save as Template” button.' %}</li>
<li>{% trans 'On the dashboard select this template to go to the "Edit template page".' %}</li>
<li>
{% trans "On the ‘Manage access’ box, add the specified user or user group with ‘user’ access level." %}
{% trans 'Use the "Manage access" box to add a user or user group with "user" access level.' %}
(<a class="crosslink" data-menu="#overview_menu" href="#how-can-i-create-groups">
{% trans "You can easily create groups if you need" %}</a>)
{% trans "You can easily create groups if you need to" %}</a>)
</li>
</ol>
</blockquote>
......@@ -24,35 +24,39 @@
<blockquote>
<ol>
<li>{% trans "Start a virtual machine." %}</li>
<li>{% trans "Customize this machine - install and remove softwares, etc." %}</li>
<li>{% trans "On the machine’s Access pane, you can add users and groups to this VM." %}</li>
<li>{% trans "On the machine's Access panel you can grant access for users and groups to the VM." %}</li>
</ol>
</blockquote>
<h3 id="how-can-i-portforward">{% trans "How can I portforward?" %}</h3>
<h3 id="how-can-i-portforward">{% trans "How can I open ports?" %}</h3>
<blockquote>
<ol>
<li>{% trans "On the VM’s page, click on the Network pane." %}</li>
<li>{% trans "On the prefered interface, type the port number, select type and click ‘Add’." %}</li>
<li>{% trans "Of course the machines port must be opened. Opening port 80 examples: " %}<br>
<ul><li>Ubuntu, Debian: <code>sudo ufw allow 80</code></li>
<li>CentOS, RHEL: {% trans "append to" %}<code>/etc/sysconfig/iptables</code>:<br/>
<code>
iptables -A INPUT -m state --state NEW -m tcp -p tcp --dport 80 -j ACCEPT <br>
</code><br>{% trans "and restart the service:" %}<code>sudo service iptables restart</code></li></ul></li>
<li>{% trans "Now you can connect to the machine, with the generated port number." %}</li>
<li>{% trans "On the VM’s detail page click on the Network panel." %}</li>
<li>{% trans "On the prefered interface type the port number, select type and click ‘Add’." %}</li>
<li>{% trans "You have to open this port in the firewall too. Opening port 80 examples: " %}<br>
<ul>
<li>Ubuntu, Debian: <code>sudo ufw allow 80</code></li>
<li>
CentOS, RHEL: {% trans "append to" %} <code>/etc/sysconfig/iptables</code>:<br/>
<code>iptables -A INPUT -m state --state NEW -m tcp -p tcp --dport 80 -j ACCEPT</code>
{% trans "and restart the service:" %} <code>sudo service iptables restart</code>
</li>
</ul>
</li>
<li>{% trans "Now you can connect to the machine with the generated port number." %}</li>
</ol>
</blockquote>
<h3 id="my-machines-lease-is-short-how-can-i-extend-it">{% trans "My machine’s lease is short. How can I extend it?" %}</h3>
<h3 id="my-machines-lease-is-short-how-can-i-extend-it">{% trans "My machine's lease is too short. How can I extend it?" %}</h3>
<blockquote>
<p>{% blocktrans %}You can send a request to the administrators. On the VM’s page - home pane, click on the ‘renew’ button and ‘send request’. Please write down, why are you need this and choose how long extension do you want.{% endblocktrans %}</p>
<p>
{% blocktrans %}You can send a request to the administrators. On the VM's home panel click on the ‘renew’ button and ‘send request’.
Please explain why you need a longer lease and choose the most suitable one.{% endblocktrans %}
</p>
</blockquote>
......@@ -60,7 +64,12 @@
<h3 id="how-can-i-have-more-cpumemory">{% trans "How can I have more CPU/memory?" %}</h3>
<blockquote>
<p>{% blocktrans %}You can send a request to the administrators. On the VM’s page - resources, modify the counters, write down, why are you need this and ‘save’.{% endblocktrans %}</p>
<p>
{% blocktrans %}
You can send a request to the administrators.
On the VM's resources panel click <strong>Request&nbsp;more&nbsp;resources</strong>, modify the values, explain your request and finally hit save.
{% endblocktrans %}
</p>
</blockquote>
......@@ -68,5 +77,10 @@
<h3 id="how-can-i-get-access-to-a-template">{% trans "How can I get access to a template?" %}</h3>
<blockquote>
<p>{% blocktrans %}When you want to create a VM, below the template list, there is an option to send a request. Select wich template do you want, why you need this and set the access rights.{% endblocktrans %}</p>
<p>
{% blocktrans %}
When you want to create a VM below the template list there is an option to send a request.
Select which template you want, explain why you need it and then submit the form.
{% endblocktrans %}
</p>
</blockquote>
......@@ -5,387 +5,497 @@
<h3 id="introduction">{% trans "Introduction" %}</h3>
<p>{% blocktrans %}This is a deployment of CIRCLE Cloud, which is a free and open source cloud manager. Its most important function is starting and managing virtual machine instances based on templates. These templates are also easy to create.{% endblocktrans %}</p>
<p>{% blocktrans %}Apart from this tutorial we recommend to try the system, it is quite intuitive, and the web interface shows detailed instructions on advanced options.{% endblocktrans %}</p>
<p>
{% blocktrans %}
This is a deployment of <a href="http://circlecloud.org/">CIRCLE Cloud</a>,
which is a free and open source cloud manager.
Its most important function is starting and managing virtual machine instances based on templates.
These templates are also easy to create.
{% endblocktrans %}
</p>
<p>
{% blocktrans %}
Apart from this tutorial we recommend to try the system, it is quite intuitive,
and the web interface shows detailed instructions on advanced options.
{% endblocktrans %}
</p>
<h3 id="dashboard"><i class="fa fa-dashboard"></i> {% trans "Dashboard" %}</h3>
<p>{% blocktrans with host=request.get_host %}You can reach this service at <a href=https://{{host}}>https://{{host}}</a> where you can log in to the dashboard. The dashboard is a summary about your virtual machines and other resources, and the main starting point to access the functions of the system.{% endblocktrans %}</p>
<p>
{% blocktrans with host=request.get_host %}
You can reach this service at <a href="//{{ host }}">https://{{host}}</a>
where you can log in to the dashboard.
The dashboard is a summary about your virtual machines and other resources,
and the main starting point to access the functions of the system.
{% endblocktrans %}
</p>
<h4 id="virtual-machines-box">{% trans "Virtual Machines box" %}</h4>
<p>{% blocktrans %}In the virtual machines box you will find your recent virtual machines. A summary view is also available by clicking the dashboard button (<i class="fa fa-dashboard"></i>). Click on the name of a virtual machine to see its connection details, preferences, or to change its state.{% endblocktrans %}</p>
<p>
{% blocktrans %}
In the virtual machines box you will find your recent virtual machines.
A summary view is also available by clicking the dashboard button (<i class="fa fa-dashboard"></i>).
Click on the name of a virtual machine to see its connection details, preferences,
or to change its state.
{% endblocktrans %}
</p>
<h4 id="how-can-i-create-a-vm">{% trans "How can I create a VM?" %}</h4>
<blockquote>
<p>{% blocktrans %}You can start a machine by clicking the <span class="btn btn-success disabled btn-xs"><i class="fa fa-plus-circle"></i> new</span> button and select a template. The machine starts automaticly.{% endblocktrans %}</p>
<p>
{% blocktrans %}
You can start a machine by clicking the
<span class="btn btn-success disabled btn-xs"><i class="fa fa-plus-circle"></i> new</span>
button and selecting a template. The machine starts automatically.
{% endblocktrans %}
</p>
</blockquote>
<h4 id="how-can-i-mark-frequently-used-vms">{% trans "How can I mark frequently used VMs?" %}</h4>
<blockquote>
<p>{% blocktrans %}Important or frequently used machines can be pinned by the <i class="fa fa-star-o"></i> button. {% endblocktrans %}</p>
</blockquote>
<h4 id="how-can-i-search-for-vms">{% trans "How can I search for VMs?" %}</h4>
<blockquote>
<p>{% blocktrans %}The search field shows results incrementally, and submitting ⏎ jumps directly to the result, if there is exactly one. You can start a new virtual machine by clicking on the new button, and choosing a template.{% endblocktrans %}</p>
<p>
{% blocktrans %}
Important or frequently used machines can be pinned with the <i class="fa fa-star-o"></i> button.
{% endblocktrans %}
</p>
</blockquote>
<h4 id="templates-box">{% trans "Templates box" %}</h4>
<p>{% blocktrans %}In the templates box you will find your recent templates. The searching, selecting, marking is the same procedure as the VMs.{% endblocktrans %}</p>
<div id="vms" {% if not perms.vm %} class="text-muted" {% endif %}>
<h3 id="virtual-machines"><i class="fa fa-desktop"></i> {% trans "Virtual Machines" %}</h3>
{% if not perms.vm %}
<p class="text-warning">
{% trans "Sorry, you have no permission to launch virtual machines." %}
</p>
{% endif %}
<p>{% blocktrans %}After selecting a virtual machine, you will see the machine’s detailed page. Here, you can see the <strong>details</strong>, usage <strong>statistics</strong>, <strong>manage</strong> the virtual machine, change <strong>access rights</strong> and <strong>network interfaces</strong>, modify <strong>resources</strong> and show the <strong>activity log</strong>.{% endblocktrans %}</p>
<h4 id="details">{% trans "Details" %}</h4>
<p>{% blocktrans %}If you select a virtual machine, you get to a page with all the details and operations listed. On the left, you will see the state of the machine and a summary about how you can connect to the machine. In the middle there is a tabbed pane, which contains details about the machine in categories. {% endblocktrans %}</p>
<h4 id="how-can-i-connect-to-the-virtual-machine">{% trans "How can I connect to the virtual machine?" %}</h4>
<blockquote>
<p>{% blocktrans %}If the machine is already started, click on the ‘connect’ button or simply copy the connection string to the terminal. <br>
Another option is using the Console pane.{% endblocktrans %}</p>
</blockquote>
<h4 id="how-can-i-change-the-vms-password">{% trans "How can I change the VM’s password?" %}</h4>
<blockquote>
<p>{% blocktrans %}Click on the ‘Generate new password!’ link{% endblocktrans %}</p>
</blockquote>
<h4 id="operations">{% trans "Operations" %}</h4>
<p>{% blocktrans %}The upper right corner is the operation toolbar with the most important actions that control the lifecycle of the machine.
The tool buttons are color coded by their effect, and enabled/disabled based on the current state of the machine. The recommended operation is always the biggest tool button with the name displayed. You can click on them as the confirmation dialog explains in detail what they do.{% endblocktrans %}</p>
<h3 id="virtual-machines"><i class="fa fa-desktop"></i> {% trans "Virtual Machines" %}</h3>
{% if not perms.vm %}
<p class="text-warning">
{% trans "Sorry, you have no permission to launch virtual machines." %}
</p>
{% endif %}
<h4 id="what-kind-of-operations-are-allowed-to-do-with-my-vm">{% trans "What kind of operations are allowed to do with my VM?" %}</h4>
<blockquote>
<p>
<span class="btn btn-xs btn-success disabled"><i class="fa fa-play"></i> {% trans "deploy" %}</span>
{% blocktrans %}Deploy and start the virtual machine (including storage and network configuration).{% endblocktrans %}
{% blocktrans %}
After selecting a virtual machine, you will see the machine’s detailed page.
Here, you can see the <strong>details</strong>, usage <strong>statistics</strong>,
<strong>manage</strong> the virtual machine, change <strong>access rights</strong> and
<strong>network interfaces</strong>, modify <strong>resources</strong>
and show the <strong>activity log</strong>.
{% endblocktrans %}
</p>
<p>
<span class="btn btn-xs btn-info disabled"><i class="fa fa-moon-o"></i> {% trans "sleep" %}</span>
{% blocktrans %}Suspend virtual machine. This means the machine is stopped and its memory is saved.{% endblocktrans %}
</p>
<p>
<span class="btn btn-xs btn-success disabled"><i class="fa fa-sun-o"></i> {% trans "wake up" %}</span>
{% blocktrans %}Wake up sleeping (suspended) virtual machine. This will load the saved memory of the system.{% endblocktrans %}
</p>
<p>
<span class="btn btn-xs btn-info disabled"><i class="fa fa-save"></i> {% trans "save as template" %}</span>
{% blocktrans %}Save virtual machine as a template so they can be shared with users and groups.{% endblocktrans %}
</p>
<p>
<span class="btn btn-xs btn-warning disabled"><i class="fa fa-refresh"></i> {% trans "reboot" %}</span>
{% blocktrans %}Reboot. Warm reboot virtual machine by sending Ctrl+Alt+Del signal to its console.{% endblocktrans %}
</p>
<p>
<span class="btn btn-xs btn-warning disabled"><i class="fa fa-bolt"></i> {% trans "reset" %}</span>
{% blocktrans %}Reset. Cold reboot virtual machine (power cycle).{% endblocktrans %}
</p>
<p>
<span class="btn btn-xs btn-warning disabled"><i class="fa fa-power-off"></i> {% trans "shutdown" %}</span>
{% blocktrans %}Shutdown. Try to halt virtual machine by a standard ACPI signal, allowing the operating system.{% endblocktrans %}
</p>
<p>
<span class="btn btn-xs btn-warning disabled"><i class="fa fa-plug"></i> {% trans "shut off" %}</span>
{% blocktrans %}Forcibly halt a virtual machine without notifying the operating system.{% endblocktrans %}
</p>
<p>
<span class="btn btn-xs btn-danger disabled"><i class="fa fa-times"></i> {% trans "destroy" %}</span>
{% blocktrans %}Permanently destroy virtual machine, its network settings and disks{% endblocktrans %}
</p>
</blockquote>
<h4 id="home"><i class="fa fa-compass"></i> {% trans "Home" %}</h4>
<p>{% blocktrans %}This shows statistics about the virtual machine, and this is where you can change the name, description and tags of the instance. We strongly advise to add a description to make the work of the cloud administrators easier in case of maintenance. {% endblocktrans %}</p>
<h4 id="expiration">{% trans "Expiration" %}</h4>
<p>{% blocktrans %}Here is a summary about the expiration times as well. Each virtual machine has a deadline for suspending and destroying based on predefined leases. {% endblocktrans %}</p>
<h4 id="how-can-i-expand-the-vms-expiration-date">{% trans "How can I expand the VM’s expiration date?" %}</h4>
<blockquote>
<p>{% blocktrans %}With the renew button you can reset the counters. Of course you will get a notification if the machine is going to expire.{% endblocktrans %}</p>
</blockquote>
<h4 id="how-can-i-share-previously-uploaded-files-with-the-vm">{% trans "How can I share previously uploaded files with the VM?" %}</h4>
<blockquote>
<p>{% blocktrans %}With the ‘Mount Store’ option, the virtual machine mounts your directory{% endblocktrans %}</p>
</blockquote>
<h4 id="resources"><i class="fa fa-tasks"></i> {% trans "Resources" %}</h4>
<p>{% blocktrans %}Resources contains details about how much <strong>memory</strong> and <strong>CPU</strong> the VM has, and how is it <strong>scheduled</strong>. Users with specific permission can change these settings if the machine is stopped.{% endblocktrans %}</p>
<h4 id="details">{% trans "Details" %}</h4>
<p>
{% blocktrans %}
If you select a virtual machine, you get to a page with all the details and operations listed.
On the left, you will see the state of the machine and a summary about how you can connect to the machine.
In the middle there is a tabbed pane, which contains details about the machine in categories.
{% endblocktrans %}
</p>
<span{% if not perms.vm.change_resources %} class="text-muted"{% endif %}>
{% blocktrans %} Users with specific permission can change these settings if the machine is stopped.{% endblocktrans %}</span>
<h4 id="console"><i class="fa fa-desktop"></i> {% trans "Console" %}</h4>
<h4 id="how-can-i-connect-to-the-virtual-machine">{% trans "How can I connect to the virtual machine?" %}</h4>
<blockquote>
<p>
{% blocktrans %}
If the machine is already started click on the ‘connect’ button or simply copy the connection string to the terminal.
Another option is using the VNC console.
{% endblocktrans %}
</p>
</blockquote>
<p>{% blocktrans %}This pane allows to see the console of the virutal machine for troubleshooting and operating system installation. You can also use the keyboard and mouse. You should normally use the machine by connecting remotely over SSH or Remote Desktop.{% endblocktrans %}</p>
<h4 id="how-can-i-change-the-vms-password">{% trans "How can I change the VM’s password?" %}</h4>
<blockquote>
<p>
{% blocktrans %}
Click on the ‘Generate new password!’ link.
{% endblocktrans %}
</p>
</blockquote>
<h4 id="access"><i class="fa fa-group"></i> {% trans "Access" %}</h4>
<h4 id="operations">{% trans "Operations" %}</h4>
<p>
{% blocktrans %}
The upper right corner is the operation toolbar with the most important actions that control the lifecycle of the machine.
The tool buttons are color coded by their effect, and enabled/disabled based on the current state of the machine.
The recommended operation is always the biggest tool button with the name displayed.
You can click on them as the confirmation dialog explains in detail what they do.
{% endblocktrans %}
</p>
<p>{% blocktrans %}Allows sharing the machine with others and transferring the ownership. Users can see the details of the machine, operators can use most functions, and owners can also destroy the machine.{% endblocktrans %}</p>
<h4 id="what-kind-of-operations-are-allowed-to-do-with-my-vm">{% trans "What kind of operations are allowed to do with my VM?" %}</h4>
<blockquote>
{% for view, op in operations %}
<p>
<span class="btn btn-xs btn-{{ view.effect }} disabled"><i class="fa fa-{{ view.icon }}"></i> {{ op.name }}</span>
{{ op.description }}
</p>
{% endfor %}
</blockquote>
<h4 id="how-can-i-give-access-to-others">{% trans "How can I give access to others?" %}</h4>
<h4 id="home"><i class="fa fa-compass"></i> {% trans "Home" %}</h4>
<p>
{% blocktrans %}
This shows statistics about the virtual machine, and this is where you can change the name, description and tags of the instance.
We strongly advise to add a description to make the work of the cloud administrators easier in case of maintenance.
{% endblocktrans %}
</p>
<blockquote>
<p>{% blocktrans %}Type the user/group ID, set permissions and click <span class="btn btn-success disabled">Save</span>.{% endblocktrans %}</p>
</blockquote>
<h4 id="expiration">{% trans "Expiration" %}</h4>
<p>
{% blocktrans %}
Here is a summary about the expiration times as well.
Each virtual machine has a deadline for suspending and destroying based on predefined leases.
{% endblocktrans %}
</p>
<h4 id="what-kind-of-permissions-are-available">{% trans "What kind of permissions are available?" %}</h4>
<h4 id="how-can-i-extend-the-vms-expiration-date">{% trans "How can I extend the VM's expiration date?" %}</h4>
<blockquote>
<p>
{% blocktrans %}
With the renew button you can extend the suspend and remove time.
Before the virtual machine is suspended or removed you get a notification about it.
{% endblocktrans %}
</p>
</blockquote>
<blockquote>
<p>{% blocktrans %}User <br>
User level grants access to the virtual machine’s details page. Users are able to connect to this machine.{% endblocktrans %}</p>
<p>{% blocktrans %}Operator <br>
Operator level permit the modification of the name and description fields. Allow the operator to open ports and grant/revoke User level access to the virtual machine.{% endblocktrans %}</p>
<p>{% blocktrans %}Owner <br>
Owner level enables all operations on the virtual machine. Owners are able to grant/revoke Operator, User and Owner level access to others. The accountable owner (the one who deployed the machine) can not be demoted. The accountable ownership can be transferred to other User via the “Transfer onwership” button.{% endblocktrans %}</p>
</blockquote>
<h4 id="how-can-i-share-previously-uploaded-files-with-the-vm">{% trans "How can I share previously uploaded files with the VM?" %}</h4>
<blockquote>
<p>
{% blocktrans %}
With the ‘Mount Store’ option the virtual machine mounts your personal storage.
{% endblocktrans %}
</p>
</blockquote>
<h4 id="network"><i class="fa fa-globe"></i> {% trans "Network" %}</h4>
<h4 id="resources"><i class="fa fa-tasks"></i> {% trans "Resources" %}</h4>
<p>
{% blocktrans %}
Resources contains details about how much <strong>memory</strong> and
<strong>CPU</strong> the VM has, and how is it <strong>scheduled</strong>.
Users with specific permission can change these settings if the machine is stopped.
{% endblocktrans %}
</p>
<p>{% blocktrans %}Shows how the virtual machine is connected to the network. You can add or remove interfaces, and allow remote access of different TCP/UDP ports.{% endblocktrans %}</p>
<p{% if not perms.vm.change_resources %} class="text-muted"{% endif %}>
{% blocktrans %}
Users with specific permission can change these settings if the machine is stopped.
{% endblocktrans %}
</p>
<h4 id="console"><i class="fa fa-desktop"></i> {% trans "Console" %}</h4>
<p>
{% blocktrans %}
This panel allows to see the console of the virtual machine for troubleshooting and operating system installation.
You can also use the keyboard and mouse.
You should normally use the machine by connecting remotely over SSH or Remote Desktop.
{% endblocktrans %}
</p>
<h4 id="how-can-i-add-a-network-interface">{% trans "How can I add a network interface?" %}</h4>
<blockquote>
<p>{% blocktrans %}Click on the <span class="btn btn-success disabled"><i class="fa fa-globe"> add interface</i></span> on the Network pane and select from the list.{% endblocktrans %}</p>
</blockquote>
<h4 id="access"><i class="fa fa-group"></i> {% trans "Access" %}</h4>
<p>
{% blocktrans %}
Allows sharing the machine with others and transferring the ownership.
Users can see the details of the machine, operators can use most functions and owners can also destroy the machine.
{% endblocktrans %}
</p>
<h4 id="how-can-i-give-access-to-others">{% trans "How can I give access to others?" %}</h4>
<blockquote>
<p>
{% blocktrans %}
Type the user/group ID, set permissions and click
<span class="btn btn-success disabled">Save</span>.
{% endblocktrans %}
</p>
</blockquote>
<h4 id="what-kind-of-permissions-are-available">{% trans "What kind of permissions are available?" %}</h4>
<blockquote>
<p>
{% blocktrans %}
<strong>User</strong><br>
User level grants access to the virtual machine’s details page. Users are able to connect to this machine.
{% endblocktrans %}
</p>
<p>
{% blocktrans %}
<strong>Operator</strong><br>
Operator level permit the modification of the name and description fields. Allow the operator to open ports and grant/revoke User level access to the virtual machine.
{% endblocktrans %}
</p>
<p>
{% blocktrans %}
<strong>Owner</strong><br>
Owner level enables all operations on the virtual machine. Owners are able to grant/revoke Operator, User and Owner level access to others.
The accountable owner (the one who deployed the machine) can not be demoted.
The accountable ownership can be transferred to other User via the “Transfer onwership” button.
{% endblocktrans %}
</p>
</blockquote>
<h4 id="network"><i class="fa fa-globe"></i> {% trans "Network" %}</h4>
<p>
{% blocktrans %}
Shows how the virtual machine is connected to the network.
You can add or remove interfaces and allow remote access of different TCP/UDP ports.
{% endblocktrans %}
</p>
<h4 id="activity"><i class="fa fa-clock-o"></i> {% trans "Activity" %}</h4>
<p>{% blocktrans %}Shows the full life history of the virtual machine. This is where you can see the causes of failed actions (just point the mouse to the name of the action) with the starting/finishing times.{% endblocktrans %}</p>
<h4 id="how-can-i-add-a-network-interface">{% trans "How can I add a network interface?" %}</h4>
<blockquote>
<p>
{% blocktrans %}
Click on the
<span class="btn btn-success disabled"><i class="fa fa-globe"></i> add interface</span>
on the Network pane and select from the list.
{% endblocktrans %}
</p>
</blockquote>
<h4 id="multiple-vm-operations">{% trans "Multiple VM operations" %}</h4>
<h4 id="activity"><i class="fa fa-clock-o"></i> {% trans "Activity" %}</h4>
<p>
{% blocktrans %}
Shows the full life cycle of the virtual machine.
This is where you can see the causes of failed actions (just point the mouse to the name of the action) with the starting/finishing times.
{% endblocktrans %}
</p>
<p>{% blocktrans %}On the dashboard, by clicking the <span class="btn btn-primary btn-xs disabled"><i class="fa fa-chevron-circle-right"></i> list</span> button, the virtual machine list page opens. Here can the owner manage (delete, rename or do basic operations like one VM can) multiple virtual machines simultaneously.{% endblocktrans %}</p>
<h4 id="multiple-vm-operations">{% trans "Multiple VM operations" %}</h4>
<p>
{% blocktrans %}
On the dashboard, by clicking the
<span class="btn btn-primary btn-xs disabled"><i class="fa fa-chevron-circle-right"></i> list</span>
button, the virtual machine list page opens.
Here the owner can execute operations on multiple virtual machines simultaneously.
{% endblocktrans %}
</p>
<h4 id="how-can-i-show-shared-or-destroyed-vms">{% trans "How can I show shared or destroyed VMs?" %}</h4>
<blockquote>
<p>{% blocktrans %}Check on the ‘Include deleted VMs’ checkbox to list already deleted machines.{% endblocktrans %}</p>
</blockquote>
<h4 id="how-can-i-show-shared-or-destroyed-vms">{% trans "How can I see shared or destroyed VMs?" %}</h4>
<blockquote>
<p>
{% blocktrans %}
Check the ‘Include deleted VMs’ checkbox to list already deleted machines.
{% endblocktrans %}
</p>
</blockquote>
</div> <!-- vms -->
<div id="templates" {% if not perms.vm.create_template %}class="text-muted"{% endif %}>
<h3 id="templates"><i class="fa fa-puzzle-piece"></i> {% trans "Templates" %}</h3>
{% if not perms.vm.create_template %}
<p class="text-warning">
{% trans "Sorry, you have no permission to create templates." %}
</p>
{% endif %}
<p>{% blocktrans %}Templates are the prototypes of virtual machine instances: they contain <strong>configuration</strong> values for the different technical details <strong>of a VM to create</strong>, and also the network interfaces and disks to attach.{% endblocktrans %}</p>
<p>{% blocktrans %}In the dashboard box you see your own templates and those, for which you have operator permission. This means that you can share them with your groups or other users.{% endblocktrans %}</p>
<h3 id="templates"><i class="fa fa-puzzle-piece"></i> {% trans "Templates" %}</h3>
{% if not perms.vm.create_template %}
<p class="text-warning">
{% trans "Sorry, you have no permission to create templates." %}
</p>
{% endif %}
<h4 id="how-can-i-create-templates">{% trans "How can I create templates?" %}</h4>
<blockquote>
<p>{% blocktrans %}You can create templates from any virtual machine with the save as template button. Additionally, you can also click on the new button of the template box, and follow the template creation wizard.{% endblocktrans %}</p>
</blockquote>
<p>{% blocktrans %}On the template’s page, you can modify the template’s name, the given resources like CPU unit number and memory size.{% endblocktrans %}</p>
<h4 id="what-kind-of-options-are-customizable-in-the-template">{% trans "What kind of options are customizable in the template?" %}</h4>
<blockquote>
<p><h4>{% trans "Architecture" %}</h4>
The user can choose the template’s architecture (x86 or x86-64).</p>
<p><h4>{% trans "Access method" %}</h4>
The default access method is modifiable. Currently SSH, RDP and NX is supported.</p>
<p><h4>{% trans "Boot menu" %} </h4>
Select the box to turn on the boot menu.</p>
<p><h4>{% trans "Traits" %}</h4>
By adding or removing traits, we can guarantee specific features like the running node have <em>gpu</em> or <em>mirror</em> for the storage.</p>
<p><h4>{% trans "Operating system" %}</h4>
The name of the operating system.</p>
<p><h4>{% trans "Agent" %}</h4>
Check this, if the machine has agent installed, and the manager should wait for its start.</p>
<p><h4>{% trans "Networks" %}</h4>
Removing networks</p>
<p><h4>{% trans "Disks" %}</h4>
Removing disks</p>
<p><h4>{% trans "Raw_data" %}</h4>
The Circle Cloud is using libvirt, so the owner can customize the running VM’s options here by <a href="https://libvirt.org/formatdomain.html">libvirt domain parameters</a> .</p>
</blockquote>
<h4 id="how-can-i-change-the-expiration-of-the-templates-vms">{% trans "How can I change the expiration of the template’s VMs?" %}</h4>
<blockquote>
<p>{% blocktrans %}Modify the ‘Lease’ option. You can choose lab, project or server configuration.{% endblocktrans %}</p>
</blockquote>
<h4 id="how-can-i-give-the-template-to-other-user">{% trans "How can I give the template to other user?" %}</h4>
<p>
{% blocktrans %}
Templates are the prototypes of virtual machine instances:
they contain <strong>configuration</strong> values for the different technical details
<strong>of a VM to create</strong>, and also the network interfaces and disks to attach.
{% endblocktrans %}
</p>
<blockquote>
<p>{% blocktrans %}After clicking the ‘Transfer ownership’ you can select a user to give the template.{% endblocktrans %}</p>
</blockquote>
<p>
{% blocktrans %}
In the dashboard box you see your own templates and those, for which you have operator permission.
This means that you can share them with your groups or other users.
{% endblocktrans %}
</p>
<h4 id="how-can-i-create-templates">{% trans "How can I create templates?" %}</h4>
<blockquote>
<p>
{% blocktrans %}
You can create templates from any virtual machine with the save as template button.
Additionally, you can also click on the new button of the template box, and follow the template creation wizard.
{% endblocktrans %}
</p>
</blockquote>
<h4 id="how-can-i-give-access-to-users-or-groups-to-the-template">{% trans "How can I give access to users or groups to the template?" %}</h4>
<p>
{% blocktrans %}
On the template detail page you can modify the template's name and the given resources like CPU count and memory size.
{% endblocktrans %}
</p>
<blockquote>
<p>{% blocktrans %}Same as the VM access right handling, you can type the user or group ID at the template edit page Manage access box and select the {% endblocktrans %}</p>
</blockquote>
<h4 id="what-kind-of-options-are-customizable-in-the-template">{% trans "What kind of options are customizable in the template?" %}</h4>
<blockquote>
<p>
<h4>{% trans "Architecture" %}</h4>
The user can choose the template's architecture (x86 or x86-64).
</p>
<p>
<h4>{% trans "Access method" %}</h4>
The default access method is modifiable. Currently SSH, RDP and NX are supported.
</p>
<p>
<h4>{% trans "Boot menu" %} </h4>
Check it to turn on the boot menu.
</p>
<p>
<h4>{% trans "Traits" %}</h4>
By adding or removing traits we can guarantee specific features the host node will have (like <em>GPU</em>) for the virtual machine.
</p>
<p>
<h4>{% trans "Operating system" %}</h4>
The name of the operating system.
</p>
<p>
<h4>{% trans "Agent" %}</h4>
Check this if the machine has agent installed and the manager should wait for its start.
</p>
<p>
<h4>{% trans "Raw data" %}</h4>
The CIRCLE Cloud is using libvirt, so the owner can customize the running VM's options here by
<a href="https://libvirt.org/formatdomain.html">libvirt domain parameters</a>.
</p>
</blockquote>
<h4 id="how-can-i-give-the-template-to-other-user">{% trans "How can I transfer the template ownership to someone else?" %}</h4>
<blockquote>
<p>
{% blocktrans %}After clicking the ‘Transfer ownership’ you can select a user to give the template to.{% endblocktrans %}
</p>
</blockquote>
<h4 id="how-can-i-give-access-to-users-or-groups-to-the-template">{% trans "How can I grant access for users or groups to the template?" %}</h4>
<blockquote>
<p>
{% blocktrans %}
Same as the VM access rights handling.
You can type the user or group ID at the template detail page's Manage access box and select a suitable access level.
{% endblocktrans %}
</p>
</blockquote>
</div>
<div id="groups" {% if not perms.auth %}class="text-muted"{% endif %}>
<h3 id="groups"><i class="fa fa-group"></i> {% trans "Groups" %}</h3>
{% if not perms.auth %}
<p class="text-warning">
{% trans "Sorry, you have no permission to create groups." %}
</p>
{% endif %}
<p>{% blocktrans %}Groups are the main building blocks of permission management. On the dashboard you see a list of groups you have access to.{% endblocktrans %}</p>
<h4 id="how-can-i-create-groups">{% trans "How can I create groups?" %}</h4>
<blockquote>
<p>{% blocktrans %}You can create your own groups by clicking on the new button of the groups box.{% endblocktrans %}</p>
</blockquote>
<p>
<p{% if not saml %} class="text-muted"{% endif %}>{% blocktrans %}Users logged in with SSO authentication can automatically become members of groups based on its organizational identifier. Those who are administrators of an organizational group (or a professor of a subject in academics) can create groups with the specific organizational identifier set, so members will automatically added if they log in. You can also add users based on their identifier, also if they have not logged in at the time.{% endblocktrans %}</p>
</p>
<h3 id="groups"><i class="fa fa-group"></i> {% trans "Groups" %}</h3>
{% if not perms.auth %}
<p class="text-warning">
{% trans "Sorry, you have no permission to create groups." %}
</p>
{% endif %}
<h4 id="how-can-i-manage-the-users-in-a-group">{% trans "How can I manage the users in a group?" %}</h4>
<p>
{% blocktrans %}
Groups are the main building blocks of permission management. On the dashboard you see a list of groups you have access to.
{% endblocktrans %}
</p>
<blockquote>
<p>{% blocktrans %}On the group page the owner can add or remove users or change the access rights over the group.{% endblocktrans %}</p>
</blockquote>
<h4 id="how-can-i-create-groups">{% trans "How can I create groups?" %}</h4>
<blockquote>
<p>
{% blocktrans %}
You can create your own groups by clicking on the new button of the groups box.
{% endblocktrans %}
</p>
</blockquote>
<p{% if not saml %} class="text-muted"{% endif %}>
{% blocktrans %}
Users logged in with SSO authentication can automatically become members of groups based on its organizational identifier.
Those who are administrators of an organizational group (or a professor of a subject in academics)
can create groups with the specific organizational identifier set, so members will automatically added if they log in.
You can also add users based on their identifier, also if they have not logged in at the time.
{% endblocktrans %}
</p>
<h4 id="how-can-i-manage-the-users-in-a-group">{% trans "How can I manage the users in a group?" %}</h4>
<blockquote>
<p>
{% blocktrans %}
On the group page the owner can add or remove users or change the access rights over the group.
{% endblocktrans %}
</p>
</blockquote>
<h4 id="how-can-i-manage-privileges-with-the-group">{% trans "How can I manage privileges with the group?" %}</h4>
<blockquote>
<p>{% blocktrans %}The owner can add or remove privileges at the bottom of the group page like ‘can download disk’ or ‘can configure port forwards’.{% endblocktrans %}</p>
</blockquote>
</div>
<h4 id="how-can-i-manage-privileges-with-the-group">{% trans "How can I manage privileges with the group?" %}</h4>
<blockquote>
<p>
{% blocktrans %}
The owner can add or remove privileges at the bottom of the group page like ‘can download disk’ or ‘can configure port forwards’.
{% endblocktrans %}
</p>
</blockquote>
</div><!-- #groups -->
<div id="store" {% if not store or not user.is_authenticated %}class="text-muted"{% endif %}>
<h3 id="files"><i class="fa fa-briefcase"></i> {% trans "Files" %}</h3>
{% if not store %}
<p class="text-warning">
{% trans "Sorry, this deployment of CIRCLE does not support file store." %}
</p>
{% endif %}
<h3 id="files"><i class="fa fa-briefcase"></i> {% trans "Files" %}</h3>
{% if not store %}
<p class="text-warning">
{% trans "Sorry, this deployment of CIRCLE does not support file store." %}
</p>
{% endif %}
<p>{% blocktrans %}Each user has a simple personal file store, which is the easiest way to keep and retrieve your work done on virtual machines.{% endblocktrans %}</p>
<p>{% blocktrans %}You can get and upload files from both the web interface and from virtual machines. The web interface works like any other graphical file browser. Virtual machines normally don’t get the credentials for your personal store, to prevent accidentally sharing them with other users of the same machine. {% endblocktrans %}</p>
<p>
{% blocktrans %}
Each user has a simple personal file store, which is the easiest way to keep and retrieve your work done on virtual machines.
{% endblocktrans %}
</p>
<p>
{% blocktrans %}
You can get and upload files from both the web interface and from virtual machines.
The web interface works like any other graphical file browser.
Virtual machines normally don’t get the credentials for your personal store,
to prevent accidentally sharing them with other users of the same machine.
{% endblocktrans %}
</p>
<h4 id="how-can-i-share-my-files-with-a-vm">{% trans "How can I share my files with a VM?" %}</h4>
<blockquote>
<p>{% blocktrans %}To use the file store, press the mount store button of the virtual machine.{% endblocktrans %}</p>
</blockquote>
<h4 id="how-can-i-share-my-files-with-a-vm">{% trans "How can I share my files with a VM?" %}</h4>
<blockquote>
<p>{% blocktrans %}To access the file store press the mount store button on the virtual machine's home panel.{% endblocktrans %}</p>
</blockquote>
</div>
<h3 id="profile"><i class="fa fa-user"></i> {% trans "Profile" %}</h3>
<p>{% blocktrans %}On the profile page there are several options to manage your account.{% endblocktrans %}</p>
<h3 id="profile"><i class="fa fa-user"></i> {% trans "Profile" %}</h3>
<h4 id="how-can-i-change-my-password">{% trans "How can I change my password?" %}</h4>
<blockquote>
<p>{% blocktrans %}On the profile page type the new password twice and the old password. Users can’t change passwords if the profile is using SSO.{% endblocktrans %}</p>
<p>
{% blocktrans %}
On the profile page type the new password twice and the old password. Users can’t change passwords if the profile is using SSO.
{% endblocktrans %}
</p>
</blockquote>
<h4 id="how-can-i-store-public-keys-on-the-vms">{% trans "How can I store public keys on the VMs?" %}</h4>
<blockquote>
<p>{% blocktrans %}Copy your public key’s content, go to the profile page, and click on the ‘add SSH key’ and paste the content.{% endblocktrans %}</p>
</blockquote>
<h4 id="how-can-i-change-connection-template">{% trans "How can I change connection template?" %}</h4>
<blockquote>
<p>{% blocktrans %}Connection templates are commands to connect the VMs with command line. In these strings there are some ‘smart tags’ like password or host which are based on the VM. On the profile page, edit or create connection.{% endblocktrans %}</p>
<p>
{% blocktrans %}Go to your profile page, click on the ‘add SSH key’ and paste your public key's content to the textarea.{% endblocktrans %}
</p>
</blockquote>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment