-
Notifications
You must be signed in to change notification settings - Fork 0
/
kolla_config
82 lines (73 loc) · 2.53 KB
/
kolla_config
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
api_interface_address: 0.0.0.0
orchestration_engine: KUBERNETES
memcached_servers: "memcached"
keystone_admin_url: "http://keystone-admin:35357/v3"
keystone_internal_url: "http://keystone-public:5000/v3"
keystone_public_url: "http://keystone-public:5000/v3"
glance_registry_host: "glance-registry"
neutron_host: "neutron"
keystone_database_address: "mariadb"
glance_database_address: "mariadb"
nova_database_address: "mariadb"
nova_api_database_address: "mariadb"
neutron_database_address: "mariadb"
cinder_database_address: "mariadb"
rabbitmq_servers: "rabbitmq"
openstack_logging_debug: "True"
enable_haproxy: "no"
enable_heat: "yes"
enable_cinder: "yes"
enable_cinder_backend_lvm: "no"
enable_cinder_backend_rbd: "yes"
enable_ceph: "yes"
enable_elasticsearch: "yes"
enable_kibana: "yes"
#Once this is tested and working, enable
glance_backend_ceph: "yes"
cinder_backend_ceph: "yes"
nova_backend_ceph: "no"
#Swift needs a patch to work.
#enable_swift: "yes"
set_sysctl: "no"
#Using snapshot for now, since compatible container is not released yet.
kolla_toolbox_image_full: kfox1111/centos-binary-kolla-toolbox:trunk-sometime
#Using mitaka for now, as it has pull'able containers
mariadb_tag: '2.0.2'
haproxy_tag: '2.0.2'
memcached_tag: '2.0.2'
keystone_tag: '2.0.2'
glance_api_tag: '2.0.2'
glance_registry_tag: '2.0.2'
horizon_tag: '2.0.2'
rabbitmq_tag: '2.0.2'
nova_api_tag: '2.0.2'
nova_scheduler_tag: '2.0.2'
nova_conductor_tag: '2.0.2'
nova_consoleauth_tag: '2.0.2'
nova_novncproxy_tag: '2.0.2'
neutron_server_tag: '2.0.2'
neutron_dhcp_agent_tag: '2.0.2'
neutron_l3_agent_tag: '2.0.2'
neutron_openvswitch_agent_tag: '2.0.2'
neutron_metadata_agent_tag: '2.0.2'
openvswitch_db_tag: '2.0.2'
openvswitch_vswitchd_tag: '2.0.2'
cinder_api_tag: '2.0.2'
cinder_scheduler_tag: '2.0.2'
cinder_volume_tag: '2.0.2'
ceph_mon_tag: '2.0.2'
ceph_osd_tag: '2.0.2'
elasticsearch_tag: '2.0.2'
kibana_tag: '2.0.2'
#There are is lvm/iscsi support in kolla 2.x
#iscsid_tag: '2.0.2'
#tgtd_tag: '2.0.2'
#For some reason, centos libvirt is incompatible with minikube's kernel.
nova_libvirt_image_full: 'kolla/ubuntu-binary-nova-libvirt:2.0.2'
nova_compute_image_full: 'kolla/ubuntu-binary-nova-compute:2.0.2'
#And the rest of nova stuff so it matches...
nova_api_image_full: 'kolla/ubuntu-binary-nova-api:2.0.2'
nova_scheduler_image_full: 'kolla/ubuntu-binary-nova-scheduler:2.0.2'
nova_conductor_image_full: 'kolla/ubuntu-binary-nova-conductor:2.0.2'
nova_novncproxy_image_full: 'kolla/ubuntu-binary-nova-novncproxy:2.0.2'
nova_consoleauth_image_full: 'kolla/ubuntu-binary-nova-consoleauth:2.0.2'