-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
install pbench agent on trafficgen host
- Loading branch information
Showing
7 changed files
with
113 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
[vms] | ||
{% for item in vm_names %} | ||
{{ item }} | ||
{% endfor %} | ||
|
||
{% if trafficgen_host is defined %} | ||
[trafficgen_host] | ||
{{ trafficgen_host.ip }} | ||
{% endif %} | ||
|
||
[servers:children] | ||
compute | ||
vms | ||
{% if trafficgen_host is defined %} | ||
trafficgen_host | ||
{% endif %} | ||
|
||
{% if pbench_agent_install|default(false) %} | ||
[servers:vars] | ||
# where to get the key | ||
pbench_key_url = {{ pbench_key_url }} | ||
|
||
# where to get the config file | ||
pbench_config_url = {{ pbench_config_url }} | ||
{% endif %} |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters