Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE3
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
5
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
7abc48ee
authored
Aug 24, 2022
by
Karsa Zoltán István
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
translation
parent
0ad376ca
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
14 deletions
+14
-14
circle/dashboard/templates/dashboard/_ci-data-help.html
+13
-13
circle/dashboard/templates/dashboard/vm-detail/cloudinit.html
+1
-1
circle/locale/hu/LC_MESSAGES/django.po
+0
-0
No files found.
circle/dashboard/templates/dashboard/_ci-data-help.html
View file @
7abc48ee
...
...
@@ -9,19 +9,19 @@
<div
class=
"card card-body"
>
<b>
{% trans "Use Jinja2 template syntax, values: " %}
</b>
<ul>
<li>
{% trans "
<code>
hostname
</code>
-
vm hostname" %}
</li>
<li>
{% trans "
<code>
sysuser
</code>
-
vm system default user (cloud)" %}
</li>
<li>
{% trans "
<code>
password
</code>
-
default user password (use 'hash' filter to convert sha512)" %}
</li>
<li>
{% trans "
<code>
owner
</code>
-
vm owner django username" %}
</li>
<li>
{% trans "
<code>
acl.allusers
</code>
-
get all associated user's username to vm (list)" %}
</li>
<li>
{% trans "
<code>
acl.operators
</code>
-
get all associated operator level user's username to vm (list)" %}
</li>
<li>
{% trans "
<code>
acl.users
</code>
-
get all associated user level user's username to vm (list)" %}
</li>
<li>
{% trans "
<code>
net.ipv4
</code>
-
default host ip address" %}
</li>
<li>
{% trans "
<code>
net.ipv6
</code>
-
default host ipv6 address" %}
</li>
<li>
{% trans "
<code>
net.vlans
</code>
-
associated vlans: list of objects (name: vlan name, ipv4/ipv6: host ip in vlan)" %}
</li>
<li>
{% trans "
<code>
ssh.keys
</code>
-
owner's ssh-keys dictionary: the key is the ssh-key's name" %}
</li>
<li>
{% trans "
<code>
ci.rndstr(len: int)
</code>
-
function: make random string with 'len' charachters lenght" %}
</li>
<li>
{% trans "
<code>
ci.loadjson(url: str)
</code>
-
load json object from remote url" %}
</li>
<li>
<code>
hostname
</code>
- {% trans "
vm hostname" %}
</li>
<li>
<code>
sysuser
</code>
- {% trans "
vm system default user (cloud)" %}
</li>
<li>
<code>
password
</code>
- {% trans "
default user password (use 'hash' filter to convert sha512)" %}
</li>
<li>
<code>
owner
</code>
- {% trans "
vm owner django username" %}
</li>
<li>
<code>
acl.allusers
</code>
- {% trans "
get all associated user's username to vm (list)" %}
</li>
<li>
<code>
acl.operators
</code>
- {% trans "
get all associated operator level user's username to vm (list)" %}
</li>
<li>
<code>
acl.users
</code>
- {% trans "
get all associated user level user's username to vm (list)" %}
</li>
<li>
<code>
net.ipv4
</code>
- {% trans "
default host ip address" %}
</li>
<li>
<code>
net.ipv6
</code>
- {% trans "
default host ipv6 address" %}
</li>
<li>
<code>
net.vlans
</code>
- {% trans "
associated vlans: list of objects (name: vlan name, ipv4/ipv6: host ip in vlan)" %}
</li>
<li>
<code>
ssh.keys
</code>
- {% trans "
owner's ssh-keys dictionary: the key is the ssh-key's name" %}
</li>
<li>
<code>
ci.rndstr(len: int)
</code>
- {% trans "
function: make random string with 'len' charachters lenght" %}
</li>
<li>
<code>
ci.loadjson(url: str)
</code>
- {% trans "
load json object from remote url" %}
</li>
</ul>
<p>
{% trans "Filters: hash - sha512 hash method" %}
</p>
<p>
{% trans "Use this commands, to clean cloud-init setup (for save as template example):" %}
</p>
...
...
circle/dashboard/templates/dashboard/vm-detail/cloudinit.html
View file @
7abc48ee
...
...
@@ -23,7 +23,7 @@
id=
"vm-details-cidata-save"
data-vm=
"{{ instance.pk }}"
{%
if
not
save_resources_enabled
%}
disabled
{%
endif
%}
>
<i
class=
"fa fa-floppy-o"
></i>
{% trans "Validate
&
Save" %}
</button>
{% if not save_resources_enabled %}
Stop your VM to change cloud-init options.
{% endif %}
</button>
{% if not save_resources_enabled %}
{% trans "Stop your VM to change cloud-init options." %}
{% endif %}
</form>
</div>
</div>
...
...
circle/locale/hu/LC_MESSAGES/django.po
View file @
7abc48ee
This source diff could not be displayed because it is too large. You can
view the blob
instead.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment