Compilation results for cloudcontrol2010-dev.codfw.wmnet: System changes detected
You can retrieve this result from host.json.Catalog differences
Summary
| Total Resources: | 4074 |
|---|---|
| Resources added: | 0 |
| Resources removed: | 0 |
| Resources modified: | 5 |
| Change percentage: | 0.12% |
Resources modified
- File[/etc/magnum/magnum.conf]
- Content differences:
--- /etc/magnum/magnum.conf.orig +++ /etc/magnum/magnum.conf @@ -202,10 +202,43 @@ #pre_delete_lb_timeout = 60 - [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
- Content differences:
- Class[Openstack::Magnum::Service]
- Parameters differences:
--- Class[Openstack::Magnum::Service].orig +++ Class[Openstack::Magnum::Service] - magnum_driver => cluster_api + heat_driver => True + capi_driver => True
- Class[Openstack::Magnum::Service::Flamingo]
- Parameters differences:
--- Class[Openstack::Magnum::Service::Flamingo].orig +++ Class[Openstack::Magnum::Service::Flamingo] - magnum_driver => cluster_api + heat_driver => True + capi_driver => True
- Class[Profile::Openstack::Base::Magnum]
- Parameters differences:
--- Class[Profile::Openstack::Base::Magnum].orig +++ Class[Profile::Openstack::Base::Magnum] - magnum_driver => cluster_api + heat_driver => True + capi_driver => True
- Class[Profile::Openstack::Codfw1dev::Magnum]
- Parameters differences:
--- Class[Profile::Openstack::Codfw1dev::Magnum].orig +++ Class[Profile::Openstack::Codfw1dev::Magnum] - magnum_driver => cluster_api + heat_driver => True + capi_driver => True
- Class[Profile::Openstack::Codfw1dev::Magnum]
- Class[Profile::Openstack::Base::Magnum]
- Class[Openstack::Magnum::Service::Flamingo]
- Parameters differences: