github.com/juju/juju@v0.0.0-20240430160146-1752b71fcf00/tests/suites/deploy/bundles/telegraf_bundle_without_revisions.yaml (about) 1 default-base: ubuntu@20.04/stable 2 applications: 3 influxdb: 4 charm: influxdb 5 channel: latest/stable 6 num_units: 1 7 to: 8 - "0" 9 constraints: arch=amd64 10 telegraf: 11 charm: telegraf 12 channel: latest/stable 13 juju-qa-test: 14 charm: juju-qa-test 15 channel: latest/candidate 16 num_units: 1 17 resources: 18 foo-file: 2 19 to: 20 - "1" 21 constraints: arch=amd64 22 machines: 23 "0": {} 24 "1": {} 25 relations: 26 - - telegraf:juju-info 27 - juju-qa-test:juju-info 28 - - telegraf:influxdb-api 29 - influxdb:query