CoreApi: store deployed config checksum

This commit is contained in:
Thomas Gelf 2015-10-16 18:12:47 +02:00
parent 1eb123931c
commit 062cd77496
1 changed files with 3 additions and 2 deletions

View File

@ -142,8 +142,9 @@ class CoreApi
$deployment = DirectorDeploymentLog::create(array(
// 'config_id' => $config->id,
// 'peer_identity' => $endpoint->object_name,
'peer_identity' => $this->client->getPeerIdentity(),
'start_time' => date('Y-m-d H:i:s'),
'peer_identity' => $this->client->getPeerIdentity(),
'start_time' => date('Y-m-d H:i:s'),
'config_checksum' => $config->getChecksum()
// 'triggered_by' => Util::getUsername(),
/// 'username' => Util::getUsername(),
// 'module_name' => $moduleName,