From 38a6440f082081f74ccea4463d1f442bd0521852 Mon Sep 17 00:00:00 2001 From: Sergey Kraynev Date: Thu, 2 Jun 2016 13:10:49 +0300 Subject: [PATCH] Capitalize Gerrit and Jenkins names in reports This patch fixes places of using names of services in reports to make it unify with other reports, where we use capitalized versions of names. Change-Id: I0db49c6b33f1e71808ad677588335be862b33abf --- murano-apps/Gerrit/package/Classes/Gerrit.yaml | 2 +- murano-apps/Jenkins/package/Classes/Jenkins.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/murano-apps/Gerrit/package/Classes/Gerrit.yaml b/murano-apps/Gerrit/package/Classes/Gerrit.yaml index 4350642..39167c1 100644 --- a/murano-apps/Gerrit/package/Classes/Gerrit.yaml +++ b/murano-apps/Gerrit/package/Classes/Gerrit.yaml @@ -72,7 +72,7 @@ Methods: - $.createConfiguration() - $._deployGerrit() - - $._environment.reporter.report($this, 'Switching gerrit to a local project-config') + - $._environment.reporter.report($this, 'Switching Gerrit to a local project-config') - $._switchProjectConfig() - If: $.ldap != null and not $.userSSH in [null, ''] and not $.ldap.ldapUser in [null, ''] Then: diff --git a/murano-apps/Jenkins/package/Classes/Jenkins.yaml b/murano-apps/Jenkins/package/Classes/Jenkins.yaml index 272ee74..26da9ab 100644 --- a/murano-apps/Jenkins/package/Classes/Jenkins.yaml +++ b/murano-apps/Jenkins/package/Classes/Jenkins.yaml @@ -91,7 +91,7 @@ Methods: - $.installGerritPlugin() - $._environment.reporter.report($this, 'Wait while Gerrit is being deployed...') - $.gerrit.deploy() - - $._environment.reporter.report($this, 'Creating jenkins account in gerrit...') + - $._environment.reporter.report($this, 'Creating "jenkins" account in Gerrit...') - $.createGerritAccount() - $.configureGerritPlugin($.gerrit) - $.gerrit.createLabelVerified() @@ -186,7 +186,7 @@ Methods: installGerritPlugin: Body: - $resources: new(sys:Resources) - - $._environment.reporter.report($this, 'Installing gerrit-trigger plugin...') + - $._environment.reporter.report($this, 'Installing Gerrit Trigger plugin...') - $template: $resources.yaml('InstallGerritPlugin.template') - $.instance.agent.call($template, $resources)