Skip to content

Commit

Permalink
[BOT] post-merge updates
Browse files Browse the repository at this point in the history
  • Loading branch information
CetmixGitBot committed Jan 22, 2025
1 parent bc6c7d5 commit 3ff4f25
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Available addons
addon | version | maintainers | summary
--- | --- | --- | ---
[cetmix_tower_git](cetmix_tower_git/) | 14.0.1.0.0 | | Cetmix Tower Git Management Tools
[cetmix_tower_server](cetmix_tower_server/) | 14.0.0.4.6 | | Flexible Server Management directly from Odoo
[cetmix_tower_server](cetmix_tower_server/) | 14.0.0.4.7 | | Flexible Server Management directly from Odoo
[cetmix_tower_server_notify_backend](cetmix_tower_server_notify_backend/) | 14.0.1.0.0 | | Backend notifications for Cetmix Tower
[cetmix_tower_server_queue](cetmix_tower_server_queue/) | 14.0.1.0.3 | | OCA Queue implementation for Cetmix Tower Server
[cetmix_tower_yaml](cetmix_tower_yaml/) | 14.0.1.0.0 | | Cetmix Tower YAML export/import
Expand Down
12 changes: 5 additions & 7 deletions cetmix_tower_server/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Cetmix Tower Server Management
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:184ccc0862a208871e642f8dd4ff0e0339d3273708e5342d55af97ec5a620229
!! source digest: sha256:17faf7d1b07767c7620f89a7bb260d6a13c4b2b295a72cc95c9c93ea5dd4f193
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
Expand Down Expand Up @@ -868,8 +868,7 @@ arguments:
- ipv4 (Char, optional): IP v4 address. Defaults to None.
- ipv6 (Char, optional): IP v6 address. Must be provided in case IP v4 is not. Defaults to None.
- ssh_password (Char, optional): SSH password. Defaults to None. Defaults to None.
- ssh_private_key_value (Char, optional): SSH private key content.
- ssh_private_key_value (cx.tower.key(), optional): SSH private key record. Defaults to None.
- ssh_key (Char, optional): SSH private key record reference. Defaults to None.
- configuration_variables (Dict, optional): Custom configuration variable.
Following format is used:
'variable_reference': 'variable_value_char'
Expand All @@ -884,7 +883,7 @@ server when a Sales Order is confirmed:
.. code:: python
for record in records:
# Check confirmed orders
if record.state == "sale":
params = {
Expand All @@ -897,14 +896,13 @@ server when a Sales Order is confirmed:
"odoo_version": "16.0"
},
}
# Create a new server from template with the 'demo_template' reference
# Create a new server from template with the 'demo_template' reference
env["cetmix.tower"].server_create_from_template(
template_reference="demo_template",
server_name=record.name,
**params
)
Run a Command
-------------
Expand Down
2 changes: 1 addition & 1 deletion cetmix_tower_server/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"name": "Cetmix Tower Server Management",
"summary": "Flexible Server Management directly from Odoo",
"version": "14.0.0.4.6",
"version": "14.0.0.4.7",
"category": "Productivity",
"website": "https://cetmix.com",
"author": "Cetmix",
Expand Down
5 changes: 2 additions & 3 deletions cetmix_tower_server/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ <h1 class="title">Cetmix Tower Server Management</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:184ccc0862a208871e642f8dd4ff0e0339d3273708e5342d55af97ec5a620229
!! source digest: sha256:17faf7d1b07767c7620f89a7bb260d6a13c4b2b295a72cc95c9c93ea5dd4f193
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/cetmix/cetmix-tower/tree/14.0-dev/cetmix_tower_server"><img alt="cetmix/cetmix-tower" src="https://img.shields.io/badge/github-cetmix%2Fcetmix--tower-lightgray.png?logo=github" /></a></p>
<p><a class="reference external" href="http://cetmix.com/tower">Cetmix Tower</a> offers a streamlined solution
Expand Down Expand Up @@ -1154,8 +1154,7 @@ <h2>Create a new Server from a Server Template</h2>
</span> <span class="o">-</span> <span class="n">ipv4</span> <span class="p">(</span><span class="n">Char</span><span class="p">,</span> <span class="n">optional</span><span class="p">):</span> <span class="n">IP</span> <span class="n">v4</span> <span class="n">address</span><span class="o">.</span> <span class="n">Defaults</span> <span class="n">to</span> <span class="kc">None</span><span class="o">.</span><span class="w">
</span> <span class="o">-</span> <span class="n">ipv6</span> <span class="p">(</span><span class="n">Char</span><span class="p">,</span> <span class="n">optional</span><span class="p">):</span> <span class="n">IP</span> <span class="n">v6</span> <span class="n">address</span><span class="o">.</span> <span class="n">Must</span> <span class="n">be</span> <span class="n">provided</span> <span class="ow">in</span> <span class="n">case</span> <span class="n">IP</span> <span class="n">v4</span> <span class="ow">is</span> <span class="ow">not</span><span class="o">.</span> <span class="n">Defaults</span> <span class="n">to</span> <span class="kc">None</span><span class="o">.</span><span class="w">
</span> <span class="o">-</span> <span class="n">ssh_password</span> <span class="p">(</span><span class="n">Char</span><span class="p">,</span> <span class="n">optional</span><span class="p">):</span> <span class="n">SSH</span> <span class="n">password</span><span class="o">.</span> <span class="n">Defaults</span> <span class="n">to</span> <span class="kc">None</span><span class="o">.</span> <span class="n">Defaults</span> <span class="n">to</span> <span class="kc">None</span><span class="o">.</span><span class="w">
</span> <span class="o">-</span> <span class="n">ssh_private_key_value</span> <span class="p">(</span><span class="n">Char</span><span class="p">,</span> <span class="n">optional</span><span class="p">):</span> <span class="n">SSH</span> <span class="n">private</span> <span class="n">key</span> <span class="n">content</span><span class="o">.</span><span class="w">
</span> <span class="o">-</span> <span class="n">ssh_private_key_value</span> <span class="p">(</span><span class="n">cx</span><span class="o">.</span><span class="n">tower</span><span class="o">.</span><span class="n">key</span><span class="p">(),</span> <span class="n">optional</span><span class="p">):</span> <span class="n">SSH</span> <span class="n">private</span> <span class="n">key</span> <span class="n">record</span><span class="o">.</span> <span class="n">Defaults</span> <span class="n">to</span> <span class="kc">None</span><span class="o">.</span><span class="w">
</span> <span class="o">-</span> <span class="n">ssh_key</span> <span class="p">(</span><span class="n">Char</span><span class="p">,</span> <span class="n">optional</span><span class="p">):</span> <span class="n">SSH</span> <span class="n">private</span> <span class="n">key</span> <span class="n">record</span> <span class="n">reference</span><span class="o">.</span> <span class="n">Defaults</span> <span class="n">to</span> <span class="kc">None</span><span class="o">.</span><span class="w">
</span> <span class="o">-</span> <span class="n">configuration_variables</span> <span class="p">(</span><span class="n">Dict</span><span class="p">,</span> <span class="n">optional</span><span class="p">):</span> <span class="n">Custom</span> <span class="n">configuration</span> <span class="n">variable</span><span class="o">.</span><span class="w">
</span> <span class="n">Following</span> <span class="nb">format</span> <span class="ow">is</span> <span class="n">used</span><span class="p">:</span><span class="w">
</span> <span class="s1">'variable_reference'</span><span class="p">:</span> <span class="s1">'variable_value_char'</span><span class="w">
Expand Down

0 comments on commit 3ff4f25

Please sign in to comment.