remove corbo from the stack (#26083)

This commit is contained in:
Emmanuel Cazenave 2018-09-04 15:14:52 +02:00
parent 444229d578
commit 0e59a46a04
6 changed files with 0 additions and 39 deletions

View File

@ -44,12 +44,6 @@ apps:
nginx_host_pattern: '~^(.*)\-chrono\.local\.publik$'
project_name: chrono
server_port: 8040
corbo:
db_name: corbo
host_pattern: "*-corbo.local.publik"
nginx_host_pattern: '~^(.*)\-corbo\.local\.publik$'
project_name: corbo
server_port: 8044
bijoe:
db_name: bijoe
host_pattern: "*-bijoe.local.publik"
@ -77,6 +71,5 @@ tenants_conf:
dev-passerelle: "dev-passerelle.local.publik"
dev-fargo: "dev-fargo.local.publik"
dev-chrono: "dev-chrono.local.publik"
dev-corbo: "dev-corbo.local.publik"
dev-bijoe: "dev-bijoe.local.publik"
dev-welco: # disabled by default -- could be "dev-welco.local.publik"

View File

@ -10,7 +10,6 @@
- passerelle
- fargo
- chrono
- corbo
- bijoe
- welco
- hobo-agent

View File

@ -1,14 +0,0 @@
- name: source install corbo
import_tasks: install_source.yml
vars:
repo: "corbo"
repo_dir: "{{ src_dir }}/corbo"
- name: corbo app setup
import_role:
name: app-setup
- name: corbo nginx setup
import_role:
name: nginx-setup

View File

@ -1,10 +0,0 @@
app_name: corbo
compile_scss: false
compile_translations: true
db_name: "{{apps['corbo']['db_name']}}"
manage_cmd: "{{venv_python}} {{src_dir}}/corbo/manage.py"
nginx_host_pattern: "{{apps['corbo']['nginx_host_pattern']}}"
nginx_template_name: "corbo-nginx-server.j2"
project_name: "{{apps['corbo']['project_name']}}"
server_port: "{{apps['corbo']['server_port']}}"
settings_env_var: CORBO_SETTINGS_FILE

View File

@ -52,12 +52,6 @@
"title": "Agendas"
}},
{% endif %}
{% if tenants_conf['dev-corbo'] %}
{"create-corbo": {
"url": "https://{{tenants_conf['dev-corbo']}}/",
"title": "Annonces"
}},
{% endif %}
{% if tenants_conf['dev-bijoe'] %}
{"create-bijoe": {
"url": "https://{{tenants_conf['dev-bijoe']}}/",

View File

@ -12,7 +12,6 @@ local:
dev-passerelle: "customname-passerelle.local.publik"
dev-fargo: "customname-fargo.local.publik"
dev-chrono: "customname-chrono.local.publik"
dev-corbo: "customname-corbo.local.publik"
dev-bijoe: "customname-bijoe.local.publik"
dev-welco: "customname-welco.local.publik"