feat: add support of ubuntu 16.04
This commit is contained in:
parent
461c73c7f5
commit
f1fd557466
4 changed files with 10 additions and 0 deletions
|
@ -33,6 +33,13 @@ platforms:
|
||||||
volume:
|
volume:
|
||||||
- /sys/fs/cgroup:/sys/fs/cgroup:ro
|
- /sys/fs/cgroup:/sys/fs/cgroup:ro
|
||||||
security_opt: seccomp=unconfined
|
security_opt: seccomp=unconfined
|
||||||
|
- name: ubuntu16.04
|
||||||
|
driver_config:
|
||||||
|
image: "nishiki/ubuntu16.04:ansible-<%= ENV['ANSIBLE_VERSION'] ? ENV['ANSIBLE_VERSION'] : '2.7' %>"
|
||||||
|
command: /bin/systemd
|
||||||
|
volume:
|
||||||
|
- /sys/fs/cgroup:/sys/fs/cgroup:ro
|
||||||
|
security_opt: seccomp=unconfined
|
||||||
|
|
||||||
suites:
|
suites:
|
||||||
- name: default
|
- name: default
|
||||||
|
|
|
@ -4,6 +4,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
Which is based on [Keep A Changelog](http://keepachangelog.com/)
|
Which is based on [Keep A Changelog](http://keepachangelog.com/)
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
- feat: add support of ubuntu 16.04
|
||||||
- feat: add support of ubuntu 18.04
|
- feat: add support of ubuntu 18.04
|
||||||
- feat: add multiple namespaces for the checks, filters, handlers or assets
|
- feat: add multiple namespaces for the checks, filters, handlers or assets
|
||||||
- fix: install python-requests for backend
|
- fix: install python-requests for backend
|
||||||
|
|
|
@ -11,6 +11,7 @@ Install and configure sensu-go backend and agent
|
||||||
* OS
|
* OS
|
||||||
* Debian Stretch
|
* Debian Stretch
|
||||||
* Ubuntu 18.04
|
* Ubuntu 18.04
|
||||||
|
* Ubuntu 16.04
|
||||||
|
|
||||||
## Role variables
|
## Role variables
|
||||||
### General
|
### General
|
||||||
|
|
|
@ -13,6 +13,7 @@ galaxy_info:
|
||||||
- stretch
|
- stretch
|
||||||
- name: Ubuntu
|
- name: Ubuntu
|
||||||
versions:
|
versions:
|
||||||
|
- 16.04
|
||||||
- 18.04
|
- 18.04
|
||||||
|
|
||||||
galaxy_tags:
|
galaxy_tags:
|
||||||
|
|
Loading…
Reference in a new issue