Add swift_proxy to the f5-config.py generator

* Adjust kibana to be on frontend port 8888
* Setup swift_proxy VIP for port 8080

Fixes #608
This commit is contained in:
Andy McCrae 2014-11-24 16:50:59 +00:00
parent 2c9e8372fa
commit c33d6a9a09

View File

@ -173,6 +173,13 @@ POOL_PARTS = {
'group': 'horizon',
'hosts': []
},
'swift_proxy': {
'port': 8080,
'backend_port': 8080,
'mon_type': 'http',
'group': 'swift_proxy',
'hosts': []
},
'elasticsearch': {
'port': 9200,
'backend_port': 9200,
@ -181,7 +188,7 @@ POOL_PARTS = {
'hosts': []
},
'kibana': {
'port': 8080,
'port': 8888,
'backend_port': 80,
'mon_type': 'http',
'group': 'kibana',