https://github.com/lueschem/edi-ubuntu
Test setup for Ubuntu non LTS and upcoming LTS versions.
https://github.com/lueschem/edi-ubuntu
ansible artful edi lxd ubuntu
Last synced: 4 months ago
JSON representation
Test setup for Ubuntu non LTS and upcoming LTS versions.
- Host: GitHub
- URL: https://github.com/lueschem/edi-ubuntu
- Owner: lueschem
- License: mit
- Created: 2017-03-31T19:28:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-04-15T21:20:00.000Z (over 6 years ago)
- Last Synced: 2025-05-21T12:11:38.080Z (5 months ago)
- Topics: ansible, artful, edi, lxd, ubuntu
- Homepage: http://www.get-edi.io
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# edi-ubuntu
edi is mainly being developed using Ubuntu 16.04 LTS.
To do some random testing on the newer Ubuntu releases I use this edi configuration to setup an Ubuntu container.Example:
``` bash
sudo edi -v lxc configure ubuntu-artful artful.yml
```Within the container edi can be setup according to the [getting started guide](https://docs.get-edi.io/en/latest/getting_started.html).
The following tests verify the basic functionality:
``` bash
py.test-3
sudo py.test-3 --all
```