diff --git a/prepare-vms/settings/orchestration.yaml b/prepare-vms/settings/orchestration.yaml index d8113105..844306f5 100644 --- a/prepare-vms/settings/orchestration.yaml +++ b/prepare-vms/settings/orchestration.yaml @@ -27,7 +27,7 @@ footer: > url: http://container.training/ -engine_version: get.docker.com -compose_version: 1.12.0 -machine_version: 0.10.0 +engine_version: test.docker.com +compose_version: 1.13.0 +machine_version: 0.11.0 swarm_version: latest diff --git a/prepare-vms/settings/rc.yaml b/prepare-vms/settings/rc.yaml deleted file mode 100644 index 943286b6..00000000 --- a/prepare-vms/settings/rc.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# This file is passed by trainer-cli to scripts/ips-txt-to-html.py - -workshop_name: Advanced Docker Orchestration -workshop_short_name: orchestration -repo: https://github.com/jpetazzo/orchestration-workshop - -instance_login: docker -instance_password: training - -clustersize: 5 # Number of VMs per cluster -pagesize: 12 # Number of cards to print per page - -#background_image: https://myapps.developer.ubuntu.com/site_media/appmedia/2014/12/swarm.png -background_image: http://www.yellosoft.us/public/images/docker.png -#background_image: ../media/swarm.png - -# To be printed on the cards: -blurb: > - Here is the connection information to your very own - {cluster_or_machine} for this {workshop_name} workshop. You can connect - to {this_or_each} VM with any SSH client. - - Your {machine_is_or_machines_are}: - -# {url} will be replaced by the script -footer: > -

For slides, chat and other useful links, see:

-
{url}
- -url: http://container.training/ - -engine_version: test.docker.com -compose_version: 1.12.0 -machine_version: 0.10.0 -swarm_version: latest