diff --git a/prepare-vms/cards.html b/prepare-vms/cards.html index 1cf0260c..2295d946 100644 --- a/prepare-vms/cards.html +++ b/prepare-vms/cards.html @@ -1,17 +1,13 @@ {# Feel free to customize or override anything in there! #} -{%- set url = "http://container.training/" -%} +{%- set url = "juin2018.container.training" -%} {%- set pagesize = 12 -%} {%- if clustersize == 1 -%} - {%- set workshop_name = "Docker workshop" -%} - {%- set cluster_or_machine = "machine" -%} - {%- set this_or_each = "this" -%} - {%- set machine_is_or_machines_are = "machine is" -%} + {%- set cluster_or_machine = "votre VM" -%} + {%- set machine_is_or_machines_are = "Votre VM" -%} {%- set image_src = "https://s3-us-west-2.amazonaws.com/www.breadware.com/integrations/docker.png" -%} {%- else -%} - {%- set workshop_name = "orchestration workshop" -%} - {%- set cluster_or_machine = "cluster" -%} - {%- set this_or_each = "each" -%} - {%- set machine_is_or_machines_are = "machines are" -%} + {%- set cluster_or_machine = "votre cluster" -%} + {%- set machine_is_or_machines_are = "Votre cluster" -%} {%- set image_src_swarm = "https://cdn.wp.nginx.com/wp-content/uploads/2016/07/docker-swarm-hero2.png" -%} {%- set image_src_kube = "https://avatars1.githubusercontent.com/u/13629408" -%} {%- set image_src = image_src_swarm -%} @@ -75,9 +71,9 @@ img {

- Here is the connection information to your very own - {{ cluster_or_machine }} for this {{ workshop_name }}. - You can connect to {{ this_or_each }} VM with any SSH client. + Voici les informations pour vous connecter à + {{ cluster_or_machine }} pour cette formation. + Vous pouvez vous connecter avec n'importe quel client SSH.

@@ -90,14 +86,14 @@ img {

- Your {{ machine_is_or_machines_are }}: + {{ machine_is_or_machines_are }}: {% for node in cluster %} {% endfor %}
node{{ loop.index }}:{{ node }}

-

You can find the slides at: +

Les slides sont à l'adresse suivante :

{{ url }}

diff --git a/prepare-vms/settings/fundamentals.yaml b/prepare-vms/settings/fundamentals.yaml index 4e4ff189..0e216b2b 100644 --- a/prepare-vms/settings/fundamentals.yaml +++ b/prepare-vms/settings/fundamentals.yaml @@ -7,7 +7,7 @@ clustersize: 1 cards_template: cards.html # Use "Letter" in the US, and "A4" everywhere else -paper_size: Letter +paper_size: A4 # Feel free to reduce this if your printer can handle it paper_margin: 0.2in diff --git a/prepare-vms/settings/orchestration.yaml b/prepare-vms/settings/orchestration.yaml new file mode 100644 index 00000000..5913e662 --- /dev/null +++ b/prepare-vms/settings/orchestration.yaml @@ -0,0 +1,24 @@ +# This file is passed by trainer-cli to scripts/ips-txt-to-html.py + +# Number of VMs per cluster +clustersize: 5 + +# Jinja2 template to use to generate ready-to-cut cards +cards_template: cards.html + +# Use "Letter" in the US, and "A4" everywhere else +paper_size: A4 + +# Feel free to reduce this if your printer can handle it +paper_margin: 0.2in + +# Note: paper_size and paper_margin only apply to PDF generated with pdfkit. +# If you print (or generate a PDF) using ips.html, they will be ignored. +# (The equivalent parameters must be set from the browser's print dialog.) + +# This can be "test" or "stable" +engine_version: stable + +# These correspond to the version numbers visible on their respective GitHub release pages +compose_version: 1.21.1 +machine_version: 0.14.0