| Adam Israel | dcdf82b | 2017-08-15 15:26:43 -0400 | [diff] [blame^] | 1 | series: xenial |
| 2 | services: | ||||
| 3 | ghost: | ||||
| 4 | charm: "cs:ghost-19" | ||||
| 5 | num_units: 1 | ||||
| 6 | mysql: | ||||
| 7 | charm: "cs:trusty/mysql-57" | ||||
| 8 | num_units: 1 | ||||
| 9 | test: | ||||
| 10 | charm: "./tests/integration/charm" | ||||
| 11 | relations: | ||||
| 12 | - ["ghost", "mysql"] | ||||