aboutsummaryrefslogtreecommitdiffstats
path: root/contrail-controller/config.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'contrail-controller/config.yaml')
-rw-r--r--contrail-controller/config.yaml29
1 files changed, 29 insertions, 0 deletions
diff --git a/contrail-controller/config.yaml b/contrail-controller/config.yaml
new file mode 100644
index 0000000..72fdc67
--- /dev/null
+++ b/contrail-controller/config.yaml
@@ -0,0 +1,29 @@
+options:
+ control-network:
+ type: string
+ description: |
+ The IP address and netmask of the control network (e.g. 192.168.0.0/24).
+ This network will be used for Contrail endpoints.
+ If not specified, default network will be used.
+ auth-mode:
+ type: string
+ default: cloud-admin
+ description: |
+ It represents 'aaa_mode' configuration key of Contrail.
+ Can be one of: 'rbac', 'cloud-admin' or 'no-auth'
+ Authentication mode. Detailed information can be found in the Contrail documentation.
+ cloud-admin-role:
+ type: string
+ default: admin
+ description: |
+ Role name in keystone for users that have full access to everything.
+ global-read-only-role:
+ type: string
+ description: |
+ Role name in keystone for users that have read-only access to everything.
+ vip:
+ type: string
+ description: |
+ Contrail API VIP to be used for configuring client-side software like neutron plugin.
+ (to be set up also in KeepAlived charm configuration if it’s used for HA)
+ Private IP of the first Contrail API unit will be used if not set.