{# Feel free to customize or override anything in there! #} {%- set url = "http://FIXME.container.training" -%} {%- set pagesize = 9 -%} {%- if clustersize == 1 -%} {%- set workshop_name = "Docker workshop" -%} {%- set cluster_or_machine = "machine virtuelle" -%} {%- set this_or_each = "cette" -%} {%- set plural = "" -%} {%- set image_src = "https://s3-us-west-2.amazonaws.com/www.breadware.com/integrations/docker.png" -%} {%- else -%} {%- set workshop_name = "Kubernetes workshop" -%} {%- set cluster_or_machine = "cluster" -%} {%- set this_or_each = "chaque" -%} {%- set plural = "s" -%} {%- 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_kube -%} {%- endif -%} {% for cluster in clusters %} {% if loop.index0>0 and loop.index0%pagesize==0 %} {% endif %}

Voici les informations permettant de se connecter à un des environnements utilisés pour cette formation. Vous pouvez vous connecter à {{ this_or_each }} machine virtuelle avec n'importe quel client SSH.

cluster:
{{ clusterprefix }}
identifiant:
docker
mot de passe:
{{ docker_user_password }}

Adresse{{ plural }} IP : {% for node in cluster %} {% endfor %}
{{ clusterprefix }}{{ loop.index }}:{{ node }}

Le support de formation est à l'adresse suivante :

{{ url }}

{% endfor %}