summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--env-stage-xxg/group_vars/all.yml4
-rw-r--r--pulp-install.yml3
-rw-r--r--roles/kni/templates/kni.conf.j22
-rw-r--r--roles/tfe/templates/tfe.conf.j24
4 files changed, 8 insertions, 5 deletions
diff --git a/env-stage-xxg/group_vars/all.yml b/env-stage-xxg/group_vars/all.yml
index 30ef4ba..fbccf45 100644
--- a/env-stage-xxg/group_vars/all.yml
+++ b/env-stage-xxg/group_vars/all.yml
@@ -20,8 +20,8 @@ log_minio:
port: 9000
fs_remote:
- switch: 0
- address: "192.168.10.152"
+ switch: 1
+ address: "192.168.100.1"
port: 8125
kni:
diff --git a/pulp-install.yml b/pulp-install.yml
new file mode 100644
index 0000000..222235f
--- /dev/null
+++ b/pulp-install.yml
@@ -0,0 +1,3 @@
+- hosts: blade-0*
+ roles:
+ - pulp-consumer
diff --git a/roles/kni/templates/kni.conf.j2 b/roles/kni/templates/kni.conf.j2
index be5f017..765100a 100644
--- a/roles/kni/templates/kni.conf.j2
+++ b/roles/kni/templates/kni.conf.j2
@@ -37,7 +37,7 @@ keepalive_cnt = 3
[static_maat]
readconf_mode = {{ kni.maat.readconf_mode }}
-tableinfo_path = ./etc/kni/maat_tableinfo.conf
+tableinfo_path = ./etc/kni/static_maat_tableinfo.conf
maatjson_path = ./etc/kni/maat_test.json
redis_ip = {{ maat_redis_server.address }}
redis_port = {{ maat_redis_server.port }}
diff --git a/roles/tfe/templates/tfe.conf.j2 b/roles/tfe/templates/tfe.conf.j2
index 1f0f7b5..3f9d52b 100644
--- a/roles/tfe/templates/tfe.conf.j2
+++ b/roles/tfe/templates/tfe.conf.j2
@@ -58,8 +58,8 @@ tcp_ttl_downstream=70
level=30
[stat]
-statsd_server=192.168.10.72
-statsd_port=8126
+statsd_server={{ fs_remote.address }}
+statsd_port={{ fs_remote.port }}
[http]
loglevel=30