--- Class[Openstack::Magnum::Service::Flamingo].orig
+++ Class[Openstack::Magnum::Service::Flamingo]
@@
- heat_driver => False
+ heat_driver => True
File[/etc/magnum/magnum.conf]
- Content differences:
--- /etc/magnum/magnum.conf.orig
+++ /etc/magnum/magnum.conf
@@ -204,6 +204,40 @@
[cluster_template]
kubernetes_allowed_network_drivers = calico
kubernetes_default_network_driver = calico
+
+[cluster_heat]
+#
+# From magnum.conf
+#
+
+# Number of attempts to query the Heat stack for finding out the
+# status of the created stack and getting template outputs. This
+# value is ignored during cluster creation if timeout is set as the
+# poll will continue until cluster creation either ends or times out.
+# (integer value)
+max_attempts = 2000
+
+# Sleep time interval between two attempts of querying the Heat stack.
+# This interval is in seconds. (integer value)
+#
+# The default is 1, we're increasing it to 2. This should give
+# us a full 60 minutes both for creation and deletion.
+wait_interval = 2
+
+# The length of time to let cluster creation continue. This interval
+# is in minutes. The default is 60 minutes. (integer value)
+# Deprecated group/name - [bay_heat]/bay_create_timeout
+#create_timeout = 60
+
+[heat_client]
+
+#
+# From magnum.conf
+#
+
+# Region in Identity service catalog to use for communication with the
+# OpenStack service. (string value)
+region_name = codfw1dev-r
Class[Openstack::Magnum::Service]
- Parameters differences:
--- Class[Openstack::Magnum::Service].orig
+++ Class[Openstack::Magnum::Service]
@@
- heat_driver => False
+ heat_driver => True
- Class[Profile::Openstack::Codfw1dev::Magnum]
- Parameters differences:
--- Class[Profile::Openstack::Codfw1dev::Magnum].orig
+++ Class[Profile::Openstack::Codfw1dev::Magnum]
@@
- heat_driver => False
+ heat_driver => True