From 711967ae9639095ce41500bb0e6f80c8b80fab95 Mon Sep 17 00:00:00 2001 From: Stuart Mackie Date: Tue, 25 Jul 2017 10:37:57 -0700 Subject: Contrail charms Change-Id: I2d259d03f63fce38348b8384e26ac23e3fce44a8 Signed-off-by: Stuart Mackie --- contrail-controller/config.yaml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 contrail-controller/config.yaml (limited to 'contrail-controller/config.yaml') 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. -- cgit 1.2.3-korg