Remove accidentally added cyrillic symbols

Change-Id: Id23d4281f2bf4bb7c4f0273788e1e1f07a054c9b
This commit is contained in:
Anastasia Kuznetsova 2016-04-28 14:45:15 +03:00
parent fca78aeeb1
commit 4784eec789
6 changed files with 9 additions and 9 deletions

View File

@ -43,8 +43,8 @@ Methods:
- $.instance.deploy()
- $._environment.reporter.report($this, 'Jenkins VM {0} created'.format($.instance.openstackId))
- $this.systemСonfig: new(puppet:SystemСonfig)
- $this.systemСonfig.installOnTheNode($this.instance)
- $this.systemConfig: new(puppet:SystemConfig)
- $this.systemConfig.installOnTheNode($this.instance)
- $resources: new(sys:Resources)
- $template: $resources.yaml('DeployJenkins.template')

View File

@ -11,6 +11,6 @@ Classes:
UI: ui.yaml
Logo: logo.png
Require:
io.murano.opaas.puppet.SystemСonfig:
io.murano.opaas.puppet.SystemConfig:
io.murano.opaas.puppet.Puppet:
io.murano.opaas.OpenLDAP:

View File

@ -43,7 +43,7 @@ Methods:
- $._environment.reporter.report($this, 'Installing needed puppets for Nodepool...')
- $this.systemConfig: new(puppet:SystemСonfig)
- $this.systemConfig: new(puppet:SystemConfig)
- $this.systemConfig.installOnTheNode($this.instance)
- $._environment.reporter.report($this, 'Waiting while Jenkins is being deployed...')

View File

@ -14,7 +14,7 @@ Classes:
UI: ui.yaml
Logo: logo.png
Require:
io.murano.opaas.puppet.SystemСonfig:
io.murano.opaas.puppet.SystemConfig:
io.murano.opaas.puppet.Puppet:
io.murano.opaas.Jenkins:
# TODO(nmakhotkin): Add zuul to requirements.

View File

@ -14,5 +14,5 @@ Methods:
Contract: $.class(puppet:PuppetInstance)
Body:
- $resources: new(sys:Resources)
- $template: $resources.yaml('SystemСonfig.template')
- $template: $resources.yaml('SystemConfig.template')
- $instance.agent.call($template, $resources)

View File

@ -1,13 +1,13 @@
Format: 1.0
Type: Library
FullName: io.murano.opaas.puppet.SystemСonfig
Name: SystemСonfig
FullName: io.murano.opaas.puppet.SystemConfig
Name: SystemConfig
Description: |
Openstack-CI utilities
Author: 'Mirantis, Inc'
Tags: [CI]
Classes:
io.murano.opaas.puppet.SystemСonfig: SystemСonfig.yaml
io.murano.opaas.puppet.SystemConfig: SystemConfig.yaml
Logo: logo.png
Require:
io.murano.opaas.puppet.Puppet: