Remove accidentally added cyrillic symbols
Change-Id: Id23d4281f2bf4bb7c4f0273788e1e1f07a054c9b
This commit is contained in:
parent
fca78aeeb1
commit
4784eec789
@ -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')
|
||||
|
@ -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:
|
||||
|
@ -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...')
|
||||
|
@ -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.
|
||||
|
@ -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)
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user