aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/compass_conf/flavor_metadata/ansible-kubernetes.conf
diff options
context:
space:
mode:
Diffstat (limited to 'deploy/compass_conf/flavor_metadata/ansible-kubernetes.conf')
-rw-r--r--deploy/compass_conf/flavor_metadata/ansible-kubernetes.conf19
1 files changed, 19 insertions, 0 deletions
diff --git a/deploy/compass_conf/flavor_metadata/ansible-kubernetes.conf b/deploy/compass_conf/flavor_metadata/ansible-kubernetes.conf
new file mode 100644
index 00000000..f878d58c
--- /dev/null
+++ b/deploy/compass_conf/flavor_metadata/ansible-kubernetes.conf
@@ -0,0 +1,19 @@
+ADAPTER = 'kubernetes'
+FLAVOR = 'ansible-kubernetes'
+METADATA = {
+ 'ha_proxy': {
+ '_self': {
+ },
+ 'vip': {
+ '_self': {
+ 'is_required': True,
+ 'field': 'general',
+ 'mapping_to': 'ha_vip'
+ }
+ },
+ 'test': {
+ '_self': {
+ },
+ }
+ }
+}