From e3065a3752bdd999a85407f7d3d8052af6724370 Mon Sep 17 00:00:00 2001 From: juju4 Date: Sun, 2 Apr 2017 16:26:12 -0400 Subject: [PATCH] vagrant update for travix/lxd/kitchen, travis space escape --- .travis.yml.docker | 4 ++-- .travis.yml.lxd-kitchen | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml.docker b/.travis.yml.docker index 055fd4d..5bb7622 100644 --- a/.travis.yml.docker +++ b/.travis.yml.docker @@ -10,11 +10,11 @@ env: - distribution: centos version: 7 init: /usr/lib/systemd/systemd - run_opts: "--privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro" + run_opts: "'--privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro'" - distribution: ubuntu version: 16.04 init: /lib/systemd/systemd - run_opts: "--privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro" + run_opts: "'--privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro'" # run_opts: "--cap-add SYS_ADMIN" - distribution: ubuntu version: 14.04 diff --git a/.travis.yml.lxd-kitchen b/.travis.yml.lxd-kitchen index b5c9d43..b5f57c0 100644 --- a/.travis.yml.lxd-kitchen +++ b/.travis.yml.lxd-kitchen @@ -60,7 +60,7 @@ before_install: - which kitchen # - which chef # - find /var/lib/gems $HOME/.gem /usr/local/rvm/gems /opt/chefdk/embedded/lib/ruby/gem -iname '*lxd_cli*' || true - - wget -q https://releases.hashicorp.com/vagrant/1.8.5/vagrant_1.8.5_x86_64.deb && sudo dpkg -i vagrant_1.8.5_x86_64.deb + - wget -q https://releases.hashicorp.com/vagrant/1.9.2/vagrant_1.9.2_x86_64.deb && sudo dpkg -i vagrant_1.9.2_x86_64.deb ## ssh key for lxd_cli ? - ls ~/.ssh - ssh-keygen -t rsa -b 2048 -f ~/.ssh/id_rsa -P ""