aboutsummaryrefslogtreecommitdiffstats
path: root/test/mocks/datafilecollector-testharness/auto-test/.gitignore
blob: 2a21cc0a363791147229f74174f1d01c842b4710 (plain)
1
2
logs
.tmp_tcsuite_*
an> name: grafana image: bionic flavor: m1.large key_name: mykey networks: - network: c5ef4668-8a11-441d-8ce8-4a211a94885f user_data_format: RAW user_data: str_replace: params: "%voldata_id%": { get_resource: influxdb_data } template: get_file: grafana_vm_config.yaml influxdb_data_att: type: OS::Cinder::VolumeAttachment properties: instance_uuid: { get_resource: grafana } volume_id: { get_resource: influxdb_data } outputs: instance_name: description: Name of the instance. value: { get_attr: [ grafana, name ] } instance_ip: description: IP address of the instance. value: { get_attr: [ grafana, first_address ] }