github.com/niedbalski/juju@v0.0.0-20190215020005-8ff100488e47/acceptancetests/repository/charms/fill-logs/actions.yaml (about) 1 fill-unit: 2 description: Fill the unit agent log with data. 3 params: 4 megs: 5 type: integer 6 description: number of MB of data to add to unit agent log 7 required: [megs] 8 additionalProperties: false 9 fill-machine: 10 description: Fill the machine agent log with data. 11 params: 12 megs: 13 type: integer 14 description: number of MB of data to add to machine agent log 15 machine: 16 type: integer 17 description: the machine number this unit is on 18 required: [megs, machine] 19 additionalProperties: false 20 machine-size: 21 description: Gets the name and sizes of machine agent logs. 22 additionalProperties: false 23 unit-size: 24 description: Gets the name and sizes of unit agent logs. 25 additionalProperties: false