Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Lukas Niegsch
slapos
Commits
f870b1fc
Commit
f870b1fc
authored
Oct 25, 2013
by
Cédric Le Ninivin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
apache-frontend: frontend is now replicated by default
parent
285f9a66
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
32 additions
and
26 deletions
+32
-26
software/apache-frontend/common.cfg
software/apache-frontend/common.cfg
+4
-3
software/apache-frontend/instance-apache-frontend.cfg
software/apache-frontend/instance-apache-frontend.cfg
+6
-6
software/apache-frontend/instance-apache-replicate.cfg.in
software/apache-frontend/instance-apache-replicate.cfg.in
+15
-10
software/apache-frontend/instance.cfg
software/apache-frontend/instance.cfg
+7
-7
No files found.
software/apache-frontend/common.cfg
View file @
f870b1fc
...
@@ -51,21 +51,21 @@ command =
...
@@ -51,21 +51,21 @@ command =
[template]
[template]
recipe = slapos.recipe.template
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance.cfg
url = ${:_profile_base_location_}/instance.cfg
md5sum =
9c6346c8eaf484748e6be0b62b65cf2e
md5sum =
5c22b1e0fe601255ebf19adf6093489f
output = ${buildout:directory}/template.cfg
output = ${buildout:directory}/template.cfg
mode = 0644
mode = 0644
[template-apache-frontend]
[template-apache-frontend]
recipe = slapos.recipe.template
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance-apache-frontend.cfg
url = ${:_profile_base_location_}/instance-apache-frontend.cfg
md5sum =
7e7e7599ec41cf1eb6e8e725d855c345
md5sum =
8ca00cbce7ea6b6817eb99564aa3172a
output = ${buildout:directory}/template-apache-frontend.cfg
output = ${buildout:directory}/template-apache-frontend.cfg
mode = 0644
mode = 0644
[template-apache-replicate]
[template-apache-replicate]
recipe = slapos.recipe.build:download
recipe = slapos.recipe.build:download
url = ${:_profile_base_location_}/instance-apache-replicate.cfg.in
url = ${:_profile_base_location_}/instance-apache-replicate.cfg.in
md5sum =
2c96799f1429d0541c04c0875d864777
md5sum =
02658d39fa429fef7faba9658e4f1474
mode = 0644
mode = 0644
[template-slave-list]
[template-slave-list]
...
@@ -83,6 +83,7 @@ mode = 640
...
@@ -83,6 +83,7 @@ mode = 640
[template-replicate-publish-slave-information]
[template-replicate-publish-slave-information]
recipe = slapos.recipe.build:download
recipe = slapos.recipe.build:download
url = ${:_profile_base_location_}/templates/replicate-publish-slave-information.cfg.in
url = ${:_profile_base_location_}/templates/replicate-publish-slave-information.cfg.in
md5sum = 61a14dff06718e3d90c346a0a7b20c5a
mode = 640
mode = 640
[template-apache-frontend-configuration]
[template-apache-frontend-configuration]
...
...
software/apache-frontend/instance-apache-frontend.cfg
View file @
f870b1fc
...
@@ -59,9 +59,9 @@ squid-cache = $${:srv}/squid_cache
...
@@ -59,9 +59,9 @@ squid-cache = $${:srv}/squid_cache
[switch-apache-softwaretype]
[switch-apache-softwaretype]
recipe = slapos.cookbook:softwaretype
recipe = slapos.cookbook:softwaretype
default = $${dynamic-default-template-slave-list:rendered}
single-
default = $${dynamic-default-template-slave-list:rendered}
custom-personal = $${dynamic-custom-personal-template-slave-list:rendered}
single-
custom-personal = $${dynamic-custom-personal-template-slave-list:rendered}
custom-group = $${dynamic-custom-group-template-slave-list:rendered}
single-
custom-group = $${dynamic-custom-group-template-slave-list:rendered}
[instance-parameter]
[instance-parameter]
# Fetches parameters defined in SlapOS Master for this instance.
# Fetches parameters defined in SlapOS Master for this instance.
...
@@ -129,7 +129,7 @@ extra-context =
...
@@ -129,7 +129,7 @@ extra-context =
raw empty_template ${template-empty:target}
raw empty_template ${template-empty:target}
raw template_slave_configuration ${template-slave-configuration:target}
raw template_slave_configuration ${template-slave-configuration:target}
raw template_rewrite_cached ${template-rewrite-cached:target}
raw template_rewrite_cached ${template-rewrite-cached:target}
raw software_type custom-personal
raw software_type
single-
custom-personal
[dynamic-custom-group-template-slave-list]
[dynamic-custom-group-template-slave-list]
< = jinja2-template-base
< = jinja2-template-base
...
@@ -152,7 +152,7 @@ extra-context =
...
@@ -152,7 +152,7 @@ extra-context =
key cache_port apache-configuration:cache-port
key cache_port apache-configuration:cache-port
raw empty_template ${template-empty:target}
raw empty_template ${template-empty:target}
raw template_rewrite_cached ${template-rewrite-cached:target}
raw template_rewrite_cached ${template-rewrite-cached:target}
raw software_type custom-group
raw software_type
single-
custom-group
[dynamic-default-template-slave-list]
[dynamic-default-template-slave-list]
< = jinja2-template-base
< = jinja2-template-base
...
@@ -175,7 +175,7 @@ extra-context =
...
@@ -175,7 +175,7 @@ extra-context =
raw template_slave_configuration ${template-default-slave-virtualhost:target}
raw template_slave_configuration ${template-default-slave-virtualhost:target}
raw empty_template ${template-empty:target}
raw empty_template ${template-empty:target}
raw template_rewrite_cached ${template-rewrite-cached:target}
raw template_rewrite_cached ${template-rewrite-cached:target}
raw software_type
default-RootSoftwareInstance
raw software_type
single-default
# XXXX Hack to allow two software types
# XXXX Hack to allow two software types
[dynamic-virtualhost-template-slave]
[dynamic-virtualhost-template-slave]
...
...
software/apache-frontend/instance-apache-replicate.cfg.in
View file @
f870b1fc
{% if slap_software_type
.startswith(software_type)
-%}
{% if slap_software_type
in software_type
-%}
[jinja2-template-base]
[jinja2-template-base]
recipe = slapos.recipe.template:jinja2
recipe = slapos.recipe.template:jinja2
...
@@ -13,18 +13,22 @@ context =
...
@@ -13,18 +13,22 @@ context =
${:extra-context}
${:extra-context}
{% set part_list = [] -%}
{% set part_list = [] -%}
{% set type_key = 'replicate-' %}
{% set single_type_key = 'single-' %}
{% set type_key_length = type_key | length %}
{% if slap_software_type in ("replicate", "RootSoftwareInstance") %}
{% if slap_software_type.startswith(type_key) %}
{% set frontend_type = slapparameter_dict.pop('-frontend-type', 'single-default') -%}
{% set frontend_type = slap_software_type[type_key_length:] -%}
{% else -%}
{% else -%}
{% set frontend_type =
slapparameter_dict.pop('-frontend-type', 'default'
) -%}
{% set frontend_type =
"%s%s" % (single_type_key, slap_software_type
) -%}
{% endif -%}
{% endif -%}
{% set frontend_quantity = slapparameter_dict.pop('-frontend-quantity', '
2
') | int -%}
{% set frontend_quantity = slapparameter_dict.pop('-frontend-quantity', '
1
') | int -%}
{% set slave_list_name = 'extra_slave_instance_list' -%}
{% set slave_list_name = 'extra_slave_instance_list' -%}
{% set frontend_list = [] %}
{% set frontend_list = [] %}
{% set frontend_section_list = [] %}
{% set frontend_section_list = [] %}
{% set namebase = 'apache-frontend' -%}
{% set namebase = 'apache-frontend' -%}
# XXX Dirty hack, not possible to define default value before
{% set sla_computer_apache_1_key = '-sla-1-computer_guid' -%}
{% if not sla_computer_apache_1_key in slapparameter_dict -%}
{% do slapparameter_dict.__setitem__(sla_computer_apache_1_key, '${slap-connection:computer-id}') -%}
{% endif -%}
# Here we request individualy each frontend.
# Here we request individualy each frontend.
# The presence of sla parameters is checked and added if found
# The presence of sla parameters is checked and added if found
...
@@ -81,6 +85,8 @@ slave-amount = {{ slave_instance_list | length }}
...
@@ -81,6 +85,8 @@ slave-amount = {{ slave_instance_list | length }}
recipe = slapos.cookbook:softwaretype
recipe = slapos.cookbook:softwaretype
default = ${dynamic-publish-slave-information:rendered}
default = ${dynamic-publish-slave-information:rendered}
replicate = ${dynamic-publish-slave-information:rendered}
replicate = ${dynamic-publish-slave-information:rendered}
custom-personal = ${dynamic-publish-slave-information:rendered}
custom-group = ${dynamic-publish-slave-information:rendered}
[slave-information]
[slave-information]
{% for frontend_section in frontend_section_list -%}
{% for frontend_section in frontend_section_list -%}
...
@@ -120,7 +126,6 @@ cert_file = ${slap-connection:cert-file}
...
@@ -120,7 +126,6 @@ cert_file = ${slap-connection:cert-file}
[slap-parameter]
[slap-parameter]
slave_instance_list =
slave_instance_list =
-frontend-quantity = 2
-frontend-quantity = 1
-frontend-type = default
-frontend-type = single-default
{%- endif %}
{%- endif %}
software/apache-frontend/instance.cfg
View file @
f870b1fc
...
@@ -30,12 +30,12 @@ context =
...
@@ -30,12 +30,12 @@ context =
[switch-softwaretype]
[switch-softwaretype]
recipe = slapos.cookbook:softwaretype
recipe = slapos.cookbook:softwaretype
default = $
{template-apache-frontend:output
}
default = $
${dynamic-template-apache-replicate:rendered
}
custom-personal = $
{template-apache-frontend:output
}
custom-personal = $
${dynamic-template-apache-replicate:rendered
}
custom-group = $
{template-apache-frontend:output
}
custom-group = $
${dynamic-template-apache-replicate:rendered
}
replicate-default = $${dynamic-template-apache-replicate:rendered
}
single-default = ${template-apache-frontend:output
}
replicate-custom-personal = $${dynamic-template-apache-replicate:rendered
}
single-custom-personal = ${template-apache-frontend:output
}
replicate-custom-group = $${dynamic-template-apache-replicate:rendered
}
single-custom-group = ${template-apache-frontend:output
}
replicate = $${dynamic-template-apache-replicate:rendered}
replicate = $${dynamic-template-apache-replicate:rendered}
[dynamic-template-apache-replicate]
[dynamic-template-apache-replicate]
...
@@ -46,4 +46,4 @@ extensions = jinja2.ext.do
...
@@ -46,4 +46,4 @@ extensions = jinja2.ext.do
extra-context =
extra-context =
raw template_publish_slave_information ${template-replicate-publish-slave-information:target}
raw template_publish_slave_information ${template-replicate-publish-slave-information:target}
# Must match the key id in [switch-softwaretype] which uses this section.
# Must match the key id in [switch-softwaretype] which uses this section.
raw software_type replicate
raw software_type
RootSoftwareInstance-default-custom-personal-custom-group-
replicate
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