Commit c0628fbb authored by Yusei Tahara's avatar Yusei Tahara

Add new file

parent d22f2f7b
import json
software_url = 'https://lab.nexedi.cn/yusei/fluentd/raw/master/software.cfg'
computer_id = 'local_computer'
parameter_dict = {
"input_format":"none",
"wendelin_streamtool_uri":"https://xxx/erp5/portal_ingestion_policies/xxx",
"wendelin_tag":"xxx",
"wendelin_user":"xxx",
"wendelin_password":"xxx"
}
# Choose a title
title = "fluentd"
request(software_url,
title,
filter_kw={'computer_guid': computer_id},
software_type='default',
partition_parameter_kw={
'_': json.dumps(parameter_dict, sort_keys=True, indent=2),
}
)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment