-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathccp.yaml
26 lines (23 loc) · 974 Bytes
/
ccp.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
ccp_neutron_plugin_agent: "calico"
ccp_neutron_logging_debug: "true"
ccp_num_images: 40
# Set ccp_redeploy to true if you want playbooks to automatically remove
# kubernetes CCP namespace and re-deploy it from the scratch.
ccp_redeploy: true
# WARNING!!! Architecture specific settings.
# If you want to run separate ccp-felix and connect CCP calico components
# to ccp/etcd cluster, then please comment out calico_services and
# ccp_calico_etcd_host setting below.
# See img/k8s-ccp-calico-01.png
#
# If you want to connect CCP calico components (dhcp-agent and ml2) to the
# main etcd cluster that is used by calico/node and avoid felix service
# duplication, then you can leave these settings uncommented.
# See img/k8s-ccp-calico-02.png
calico_services:
- calico-dhcp-agent
ccp_calico_etcd_host: "etcd-calico.default"
# apply fix for https://bugs.launchpad.net/nova/+bug/1649527
ccp_gerrit_reviews:
- repo: "fuel-ccp-nova"
refspec: "refs/changes/92/425192/1"