Cycle dependency of Puppet and CICDUtils was avoided

Hosts class moved from CICDUtils to Puppet for avoiding
cyclic dependency

Change-Id: I17821b8faf211fe2a04a2340772f3ef852daf335
This commit is contained in:
Alexey Khivin 2016-07-20 19:15:29 +03:00
parent 93b03c0e81
commit 18c49e43fe
5 changed files with 4 additions and 8 deletions

View File

@ -3,7 +3,7 @@ Namespaces:
std: io.murano
ci_cd_pipeline_murano_app: org.openstack.ci_cd_pipeline_murano_app
puppet: org.openstack.ci_cd_pipeline_murano_app.puppet
net: org.openstack.ci_cd_pipeline_murano_app.utils.net
net: org.openstack.ci_cd_pipeline_murano_app.puppet.net
Name: CiCdEnvironment

View File

@ -9,7 +9,4 @@ Description: |
Author: 'Mirantis, Inc'
Tags: [CI, Utils]
Classes:
org.openstack.ci_cd_pipeline_murano_app.utils.net.Hosts: net/Hosts.yaml
org.openstack.ci_cd_pipeline_murano_app.utils.CombinableApplication: CombinableApplication.yaml
Require:
org.openstack.ci_cd_pipeline_murano_app.puppet.Puppet:

View File

@ -14,7 +14,7 @@ Namespaces:
=: org.openstack.ci_cd_pipeline_murano_app.puppet
conf: io.murano.configuration
sys: io.murano.system
net: org.openstack.ci_cd_pipeline_murano_app.utils.net
net: org.openstack.ci_cd_pipeline_murano_app.puppet.net
puppet: org.openstack.ci_cd_pipeline_murano_app.puppet
Name: PuppetServer

View File

@ -1,5 +1,5 @@
Namespaces:
=: org.openstack.ci_cd_pipeline_murano_app.utils.net
=: org.openstack.ci_cd_pipeline_murano_app.puppet.net
std: io.murano
res: io.murano.resources
sys: io.murano.system

View File

@ -10,11 +10,10 @@ Description: |
Author: 'Mirantis, Inc'
Tags: [Server, Puppet]
Classes:
org.openstack.ci_cd_pipeline_murano_app.puppet.net.Hosts: net/Hosts.yaml
org.openstack.ci_cd_pipeline_murano_app.puppet.PuppetInstance: PuppetInstance.yaml
org.openstack.ci_cd_pipeline_murano_app.puppet.PuppetServer: PuppetServer.yaml
org.openstack.ci_cd_pipeline_murano_app.puppet.PuppetClient: PuppetClient.yaml
org.openstack.ci_cd_pipeline_murano_app.puppet.Hiera: Hiera.yaml
org.openstack.ci_cd_pipeline_murano_app.puppet.YamlTool: YamlTool.yaml
org.openstack.ci_cd_pipeline_murano_app.puppet.YamlFile: YamlFile.yaml
Require:
org.openstack.ci_cd_pipeline_murano_app.utils.CiCdUtils: