servicecatalog / crowbar-escm

Crowbar ESCM Installer.
0 stars 0 forks source link

Updating the ESCM #13

Closed GoebelL closed 6 years ago

GoebelL commented 6 years ago

From @StavrevaS on October 18, 2017 12:13

With the current implementation, Chef run will always trigger the deployment script even without changes. The effect is that the ESCM services are restarted periodically.

Inject a configuration files which contains the current configuration and the version of deployment script.

Copied from original issue: servicecatalog/crowbar-openstack#13

GoebelL commented 6 years ago

From @StavrevaS on October 23, 2017 6:57

The script copies the applied configuration before exit. At the next start the new configuration is compared to the current one. The ESCM is updated only if difference is found.