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