Commit 9a29119a by Ivan

Revert to 4c02ba7a

parent b0a60a01
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
width="225.000000pt" height="225.000000pt" viewBox="0 0 225.000000 225.000000"
preserveAspectRatio="xMidYMid meet">
<metadata>
Created by potrace 1.15, written by Peter Selinger 2001-2017
</metadata>
<g transform="translate(0.000000,225.000000) scale(0.100000,-0.100000)"
fill="#000000" stroke="none">
<path d="M20 1125 l0 -445 90 0 90 0 0 190 0 190 185 0 185 0 0 75 0 75 -185
0 -185 0 0 105 0 105 215 0 215 0 0 75 0 75 -305 0 -305 0 0 -445z"/>
<path d="M720 1495 l0 -75 130 0 130 0 0 -370 0 -370 90 0 90 0 0 370 0 370
135 0 135 0 0 75 0 75 -355 0 -355 0 0 -75z"/>
<path d="M1550 1126 l0 -446 85 0 85 0 2 168 3 167 155 6 c141 5 159 7 205 31
95 49 139 127 139 243 0 88 -16 137 -63 188 -68 75 -93 81 -368 85 l-243 4 0
-446z m414 280 c70 -29 98 -111 59 -177 -28 -47 -67 -59 -192 -59 l-111 0 0
125 0 125 105 0 c67 0 118 -5 139 -14z"/>
</g>
</svg>
.catalog: .catalog:
name: "Odoo10" name: "Odoo"
version: v1.0 version: v1.0
description: "ERP management powered by Odoo 10" description: "ERP management powered by Odoo 10"
uuid: odoo-0 uuid: odoo-0
......
...@@ -8,8 +8,6 @@ volumes: ...@@ -8,8 +8,6 @@ volumes:
driver: rancher-nfs driver: rancher-nfs
odoo-conf: odoo-conf:
driver: rancher-nfs driver: rancher-nfs
odoo-pg-data:
driver: rancher-nfs
services: services:
db-data: db-data:
image: postgres:9.4 image: postgres:9.4
...@@ -18,8 +16,6 @@ services: ...@@ -18,8 +16,6 @@ services:
POSTGRES_USER: odoo POSTGRES_USER: odoo
POSTGRES_PASSWORD: P4ssw0rD POSTGRES_PASSWORD: P4ssw0rD
stdin_open: true stdin_open: true
volumes:
- odoo-pg-data:/var/lib/postgresql
tty: true tty: true
command: command:
- /bin/true - /bin/true
...@@ -56,19 +52,6 @@ services: ...@@ -56,19 +52,6 @@ services:
- db:db - db:db
labels: labels:
io.rancher.container.pull_image: always io.rancher.container.pull_image: always
script:
image: dvalue/odoo-script
stdin_open: true
tty: true
links:
- db:db
volumes_from:
- web
volumes:
- /var/run/docker.sock:/var/run/docker.sock
labels:
io.rancher.container.start_once: 'true'
io.rancher.container.pull_image: always
sftp: sftp:
image: atmoz/sftp:alpine image: atmoz/sftp:alpine
volumes: volumes:
......
.catalog: .catalog:
name: "Odoo10" name: "Odoo"
version: v1.0-con-sftp version: v1.0-con-sftp
description: "Odoo 10 , tiene sftp para modificaciones de addons" description: "ERP management powered by Odoo 10"
uuid: odoo-1 uuid: odoo-1
questions: questions:
- variable: sftp_user - variable: sftp_user
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
required: true required: true
type: password type: password
odoo10: odoo:
version: '2' version: '2'
services: services:
db-data: db-data:
...@@ -26,10 +26,7 @@ services: ...@@ -26,10 +26,7 @@ services:
start_on_create: true start_on_create: true
web: web:
scale: 1 scale: 1
start_on_create: true start_on_create: true
sftp: sftp:
scale: 1 scale: 1
start_on_create: true
script:
scale: 1
start_on_create: true start_on_create: true
\ No newline at end of file
version: '2'
volumes:
odoo-datadir:
driver: rancher-nfs
odoo-extra-addons:
driver: rancher-nfs
odoo-pg-data:
driver: rancher-nfs
odoo-tools:
driver: local
odoo-conf:
driver: local
services:
db-data:
image: postgres:9.4
environment:
PGDATA: /var/lib/postgresql/pgdata
POSTGRES_USER: odoo
POSTGRES_PASSWORD: P4ssw0rD
stdin_open: true
volumes:
- odoo-pg-data:/var/lib/postgresql
tty: true
command:
- /bin/true
labels:
io.rancher.container.start_once: 'true'
db:
image: postgres:9.4
environment:
PGDATA: /var/lib/postgresql/pgdata
POSTGRES_USER: odoo
POSTGRES_PASSWORD: P4ssw0rD
stdin_open: true
tty: true
volumes_from:
- db-data
labels:
io.rancher.sidekicks: db-data
web:
image: odoo:8
environment:
PGHOST: db
PGPASSWORD: P4ssw0rD
PGUSER: odoo
stdin_open: true
volumes:
- odoo-datadir:/var/lib/odoo
- odoo-extra-addons:/mnt/extra-addons
- odoo-tools:/usr/lib/python2.7/dist-packages/odoo
- odoo-conf:/etc/odoo
tty: true
links:
- db:db
labels:
io.rancher.sidekicks: script
cron.action: restart
cron.restart_timeout: 60
script:
image: dvalue/odoo-script
stdin_open: true
tty: true
links:
- db:db
volumes_from:
- web
volumes:
- /var/run/docker.sock:/var/run/docker.sock
labels:
io.rancher.container.start_once: 'true'
io.rancher.container.pull_image: always
\ No newline at end of file
.catalog:
name: "Odoo8"
version: v1.0
description: "ERP management powered by Odoo 8"
uuid: odoo-0
odoo:
version: '2'
services:
db-data:
scale: 1
start_on_create: true
db:
scale: 1
start_on_create: true
web:
scale: 1
start_on_create: true
script:
scale: 1
start_on_create: true
\ No newline at end of file
version: '2'
volumes:
odoo-datadir:
driver: rancher-nfs
odoo-extra-addons:
driver: rancher-nfs
odoo-tools:
driver: rancher-nfs
odoo-conf:
driver: rancher-nfs
services:
db-data:
image: postgres:9.4
environment:
PGDATA: /var/lib/postgresql/pgdata
POSTGRES_USER: odoo
POSTGRES_PASSWORD: P4ssw0rD
stdin_open: true
tty: true
command:
- /bin/true
labels:
io.rancher.container.pull_image: always
io.rancher.container.start_once: 'true'
db:
image: postgres:9.4
environment:
PGDATA: /var/lib/postgresql/pgdata
POSTGRES_USER: odoo
POSTGRES_PASSWORD: P4ssw0rD
stdin_open: true
tty: true
volumes_from:
- db-data
labels:
io.rancher.container.pull_image: always
io.rancher.sidekicks: db-data
web:
image: odoo:8
environment:
PGHOST: db
PGPASSWORD: P4ssw0rD
PGUSER: odoo
stdin_open: true
volumes:
- odoo-datadir:/var/lib/odoo
- odoo-extra-addons:/mnt/extra-addons
- odoo-tools:/usr/lib/python2.7/dist-packages/odoo
- odoo-conf:/etc/odoo
tty: true
links:
- db:db
labels:
io.rancher.container.pull_image: always
script:
image: dvalue/odoo-script
stdin_open: true
tty: true
links:
- db:db
volumes_from:
- web
volumes:
- /var/run/docker.sock:/var/run/docker.sock
labels:
io.rancher.container.start_once: 'true'
io.rancher.container.pull_image: always
sftp:
image: atmoz/sftp:alpine
volumes:
- odoo-tools:/home/${sftp_user}/upload
command:
- ${sftp_user}:${sftp_pass}:::upload
\ No newline at end of file
.catalog:
name: "Odoo8"
version: v1.0-con-sftp
description: "Odoo 8 , tiene sftp para modificaciones de addons"
uuid: odoo-1
questions:
- variable: sftp_user
description: Usuario de sftp
label: Usuario
required: true
type: string
- variable: sftp_pass
description: Contraseña para el usuario de sftp
label: Conrtaseña
required: true
type: password
odoo:
version: '2'
services:
db-data:
scale: 1
start_on_create: true
db:
scale: 1
start_on_create: true
web:
scale: 1
start_on_create: true
sftp:
scale: 1
start_on_create: true
script:
scale: 1
start_on_create: true
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="800px" height="600px" viewBox="0 0 800 600" enable-background="new 0 0 800 600" xml:space="preserve">
<g>
<path fill="#A24689" d="M166.205,250.621c10.126,0,19.689,2.016,28.683,6.046c8.992,4.031,16.898,9.458,23.721,16.279
c6.821,6.822,12.248,14.782,16.279,23.876c4.031,9.1,6.046,18.813,6.046,29.147c0,10.34-1.967,20.001-5.891,28.993
c-3.93,8.992-9.254,16.899-15.97,23.721c-6.72,6.821-14.627,12.199-23.721,16.124c-9.099,3.93-18.915,5.892-29.458,5.892
c-10.339,0-20.053-1.86-29.147-5.581c-9.099-3.722-17.054-8.939-23.876-15.659c-6.821-6.716-12.199-14.622-16.124-23.722
c-3.929-9.094-5.892-19.017-5.892-29.768c0-10.334,1.909-20,5.736-28.992c3.823-8.992,9.147-16.846,15.97-23.565
c6.821-6.716,14.83-12.094,24.031-16.124C145.788,253.257,155.662,251.037,166.205,250.621z M165.895,281.318
c-5.998,0-11.734,1.139-17.209,3.411c-5.479,2.277-10.232,5.427-14.264,9.458c-4.031,4.03-7.238,8.735-9.612,14.108
c-2.379,5.378-3.566,11.27-3.566,17.674c0,5.998,1.188,11.735,3.566,17.21c2.374,5.479,5.581,10.286,9.612,14.419
c4.031,4.137,8.784,7.393,14.264,9.767c5.475,2.379,11.211,3.566,17.209,3.566c5.993,0,11.73-1.188,17.21-3.566
c5.475-2.374,10.232-5.63,14.264-9.767c4.031-4.133,7.233-8.939,9.612-14.419c2.374-5.475,3.565-11.212,3.565-17.21
c-0.62-12.194-4.961-22.48-13.022-30.853c-8.063-8.372-18.504-12.97-31.318-13.799H165.895z"/>
<path fill="#8F8F8F" d="M382.019,202.869c3.513-0.204,6.821,1.191,9.923,4.186c3.101,2.999,4.65,6.255,4.65,9.768V325.66
c0,10.131-2.068,19.743-6.201,28.837c-4.138,9.1-9.719,17.055-16.744,23.876c-7.03,6.822-15.039,12.249-24.031,16.279
c-8.992,4.031-18.45,6.047-28.372,6.047c-10.131,0-19.743-1.962-28.838-5.892c-9.099-3.925-17.054-9.303-23.876-16.124
c-6.821-6.821-12.248-14.777-16.279-23.876c-4.031-9.094-6.046-18.809-6.046-29.147c0-11.163,1.807-20.979,5.426-29.458
c3.614-8.474,9.041-16.434,16.279-23.876v0.311c7.646-7.233,16.071-12.714,25.271-16.435c9.196-3.721,18.653-5.581,28.372-5.581
c5.785,0,12.66,0.93,20.62,2.791c7.956,1.86,15.863,5.479,23.722,10.853v-45.892c0-2.064,0.411-4.031,1.24-5.892
c0.823-1.86,1.909-3.566,3.256-5.116c1.342-1.551,2.945-2.738,4.806-3.566c1.86-0.823,3.722-1.134,5.582-0.93H382.019z
M365.895,325.66c0-5.581-1.192-11.057-3.566-16.435c-2.379-5.373-5.635-10.179-9.768-14.418
c-4.138-4.235-8.891-7.598-14.264-10.078c-5.378-2.48-11.061-3.721-17.054-3.721c-5.998,0-11.734,1.191-17.21,3.565
c-5.479,2.379-10.232,5.582-14.264,9.613c-4.03,4.03-7.238,8.788-9.612,14.263c-2.379,5.48-3.565,11.217-3.565,17.21
c0,6.201,1.187,11.991,3.565,17.364c2.374,5.378,5.582,10.078,9.612,14.108c4.031,4.031,8.784,7.238,14.264,9.612
c5.476,2.379,11.212,3.566,17.21,3.566c5.993,0,11.676-1.188,17.054-3.566c5.373-2.374,10.126-5.581,14.264-9.612
c4.133-4.03,7.389-8.73,9.768-14.108C364.702,337.651,365.895,331.861,365.895,325.66z"/>
<path fill="#8F8F8F" d="M480.623,250.621c10.126,0,19.689,2.016,28.683,6.046c8.992,4.031,16.898,9.458,23.721,16.279
c6.821,6.822,12.248,14.782,16.279,23.876c4.031,9.1,6.046,18.813,6.046,29.147c0,10.34-1.967,20.001-5.891,28.993
c-3.93,8.992-9.254,16.899-15.97,23.721c-6.72,6.821-14.627,12.199-23.721,16.124c-9.099,3.93-18.915,5.892-29.458,5.892
c-10.339,0-20.053-1.86-29.147-5.581c-9.099-3.722-17.054-8.939-23.876-15.659c-6.821-6.716-12.199-14.622-16.124-23.722
c-3.929-9.094-5.892-19.017-5.892-29.768c0-10.334,1.909-20,5.736-28.992c3.823-8.992,9.147-16.846,15.97-23.565
c6.821-6.716,14.83-12.094,24.031-16.124C460.206,253.257,470.08,251.037,480.623,250.621z M480.313,281.318
c-5.998,0-11.734,1.139-17.209,3.411c-5.479,2.277-10.232,5.427-14.264,9.458c-4.031,4.03-7.238,8.735-9.612,14.108
c-2.379,5.378-3.566,11.27-3.566,17.674c0,5.998,1.188,11.735,3.566,17.21c2.374,5.479,5.581,10.286,9.612,14.419
c4.031,4.137,8.784,7.393,14.264,9.767c5.475,2.379,11.211,3.566,17.209,3.566c5.993,0,11.73-1.188,17.21-3.566
c5.475-2.374,10.232-5.63,14.264-9.767c4.031-4.133,7.233-8.939,9.612-14.419c2.374-5.475,3.565-11.212,3.565-17.21
c-0.62-12.194-4.961-22.48-13.022-30.853c-8.063-8.372-18.504-12.97-31.318-13.799H480.313z"/>
<path fill="#8F8F8F" d="M638.142,250.621c10.126,0,19.689,2.016,28.683,6.046c8.992,4.031,16.898,9.458,23.721,16.279
c6.821,6.822,12.248,14.782,16.279,23.876c4.031,9.1,6.046,18.813,6.046,29.147c0,10.34-1.967,20.001-5.891,28.993
c-3.93,8.992-9.254,16.899-15.97,23.721c-6.72,6.821-14.627,12.199-23.721,16.124c-9.099,3.93-18.915,5.892-29.458,5.892
c-10.339,0-20.053-1.86-29.147-5.581c-9.099-3.722-17.054-8.939-23.876-15.659c-6.821-6.716-12.199-14.622-16.124-23.722
c-3.929-9.094-5.892-19.017-5.892-29.768c0-10.334,1.909-20,5.736-28.992c3.823-8.992,9.147-16.846,15.97-23.565
c6.821-6.716,14.83-12.094,24.031-16.124C617.725,253.257,627.599,251.037,638.142,250.621z M637.831,281.318
c-5.998,0-11.734,1.139-17.209,3.411c-5.479,2.277-10.232,5.427-14.264,9.458c-4.031,4.03-7.238,8.735-9.612,14.108
c-2.379,5.378-3.566,11.27-3.566,17.674c0,5.998,1.188,11.735,3.566,17.21c2.374,5.479,5.581,10.286,9.612,14.419
c4.031,4.137,8.784,7.393,14.264,9.767c5.475,2.379,11.211,3.566,17.209,3.566c5.993,0,11.73-1.188,17.21-3.566
c5.475-2.374,10.232-5.63,14.264-9.767c4.031-4.133,7.233-8.939,9.612-14.419c2.374-5.475,3.565-11.212,3.565-17.21
c-0.62-12.194-4.961-22.48-13.023-30.853c-8.062-8.372-18.503-12.97-31.317-13.799H637.831z"/>
</g>
</svg>
name: Odoo 8
description: |
ERP powered by Odoo 8
version: v1.0
category: Digital Value
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