diff options
| author | Paul C. Buetow <paul@buetow.org> | 2014-04-16 09:08:22 +0200 |
|---|---|---|
| committer | Paul C. Buetow <paul@buetow.org> | 2014-04-16 09:08:22 +0200 |
| commit | 2f407b655ece7b8be70a34f42c6561723bfc7dae (patch) | |
| tree | dad74a111fd9d304eb3f5be82ce84eb966586c85 /fapi.conf.sample | |
| parent | 157bb60e68370003d1157b4595c70f495253be6f (diff) | |
| parent | 3666d7d9d08d6c79017f57085ca8270961bafde9 (diff) | |
Q: Why haven't you graduated yet?0.0.5
A: Well, Dad, I could have finished years ago, but I wanted
my dissertation to rhyme.
Diffstat (limited to 'fapi.conf.sample')
| -rw-r--r-- | fapi.conf.sample | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/fapi.conf.sample b/fapi.conf.sample index 57216ea..b1085da 100644 --- a/fapi.conf.sample +++ b/fapi.conf.sample @@ -2,6 +2,9 @@ [fapi] username: paul password64: SECRET -# Will try every box and will use the first one which works -hostnames: bigip.example.com,bigip2.example.com +# The qa loadbalancers (if specified -e qa) +loadbalancers_qa: qa-01.example.com,qa-02.example.com +# The qa loadbalancers (if specified -e live) +loadbalancers_live: be-01.example.com,qa-be-02.example.com,qa-be-03.lb.server.la +# You can specify your own/more envs too... partition: Common |
