diff --git a/murano-apps/Gerrit/package/Classes/Gerrit.yaml b/murano-apps/Gerrit/package/Classes/Gerrit.yaml index bcaaf37..dceeb40 100644 --- a/murano-apps/Gerrit/package/Classes/Gerrit.yaml +++ b/murano-apps/Gerrit/package/Classes/Gerrit.yaml @@ -71,7 +71,7 @@ Methods: - $template: $resources.yaml('DeployGerrit.template') - $.instance.agent.call($template, $resources) - $.setAttr(deployed, true) - - $._environment.reporter.report($this, format('Gerrit is available at {0}:80 or {1}:8081', + - $._environment.reporter.report($this, format('Gerrit is available at http://{0}:80 or http://{1}:8081', $.instance.floatingIpAddress, $.instance.floatingIpAddress)) createLdapConfiguration: diff --git a/murano-apps/Jenkins/package/Classes/Jenkins.yaml b/murano-apps/Jenkins/package/Classes/Jenkins.yaml index f7d7d01..9e46555 100644 --- a/murano-apps/Jenkins/package/Classes/Jenkins.yaml +++ b/murano-apps/Jenkins/package/Classes/Jenkins.yaml @@ -77,7 +77,7 @@ Methods: - $host: $.instance.floatingIpAddress Else: - $host: $.instance.ipAddresses[0] - - $._environment.reporter.report($this, 'Jenkins is available at {0}:8080'.format($host)) + - $._environment.reporter.report($this, 'Jenkins is available at http://{0}:8080'.format($host)) - $.setAttr(deployed, true) connectLDAP: diff --git a/murano-apps/Zuul/package/Classes/Zuul.yaml b/murano-apps/Zuul/package/Classes/Zuul.yaml index 8e276d9..7a5b899 100644 --- a/murano-apps/Zuul/package/Classes/Zuul.yaml +++ b/murano-apps/Zuul/package/Classes/Zuul.yaml @@ -73,7 +73,7 @@ Methods: - $host: $.instance.floatingIpAddress Else: - $host: $.instance.ipAddresses[0] - - $._environment.reporter.report($this, 'Zuul is available at {0}:80'.format($host)) + - $._environment.reporter.report($this, 'Zuul is available at http://{0}:80'.format($host)) - $.setAttr(deployed, true) createConfiguration: