-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
more kernel update changes, improve testing mostly, also removed kern…
…el update components from the role. (#11) * improve testing & remove additional kernel update components from the role + Remove kernel update plays from this role moved to ansible-role_kernel-update + a bunch of configuration changes and modifications to how we run the tests. + use vagrant generated inventory + provisioning done with ansible + parallel execution of tests on 14.04 & 12.04 + ansible.cfg uses become instead of sudo
- Loading branch information
Showing
19 changed files
with
311 additions
and
147 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,10 @@ | ||
--- | ||
|
||
kernel_pkg_state: latest | ||
cgroup_lite_pkg_state: latest | ||
ssh_port: 22 | ||
|
||
docker_role_apt_cache_valid_time: 7200 | ||
|
||
# These flags are passed to the Docker daemon on startup. | ||
docker_daemon_flags: "" | ||
|
||
|
||
# When we start / restart Docker, this role waits until it is ready before | ||
# proceeding. This variable controls how long we wait before giving up. | ||
# proceeding. This variable controls how many times we retry the service before giving up. | ||
# This value should be OK for all but the slowest servers. | ||
docker_daemon_startup_timeout_sec: 10 | ||
docker_daemon_startup_retries: 10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.