From f85c84133c2f8d6aec3c707cfb92cb03db543bd6 Mon Sep 17 00:00:00 2001 From: Michael Polenchuk Date: Fri, 26 May 2017 12:12:15 +0400 Subject: [mcp] Replace reclass system models with submodule Change-Id: Id693f7b0f3542d605b0f71601f3bd21eb882c7ba Signed-off-by: Michael Polenchuk --- .../salt/control/cluster/cicd_control_cluster.yml | 29 ---------------------- 1 file changed, 29 deletions(-) delete mode 100644 mcp/reclass/classes/system/salt/control/cluster/cicd_control_cluster.yml (limited to 'mcp/reclass/classes/system/salt/control/cluster/cicd_control_cluster.yml') diff --git a/mcp/reclass/classes/system/salt/control/cluster/cicd_control_cluster.yml b/mcp/reclass/classes/system/salt/control/cluster/cicd_control_cluster.yml deleted file mode 100644 index 82366a8ff..000000000 --- a/mcp/reclass/classes/system/salt/control/cluster/cicd_control_cluster.yml +++ /dev/null @@ -1,29 +0,0 @@ -parameters: - salt: - control: - size: - cicd.control: - cpu: 8 - ram: 32768 - disk_profile: large - net_profile: default - cluster: - internal: - domain: ${_param:cluster_domain} - engine: virt - node: - cid01: - name: ${_param:cicd_control_node01_hostname} - provider: ${_param:infra_kvm_node01_hostname}.${_param:cluster_domain} - image: ${_param:salt_control_xenial_image} - size: cicd.control - cid02: - name: ${_param:cicd_control_node02_hostname} - provider: ${_param:infra_kvm_node02_hostname}.${_param:cluster_domain} - image: ${_param:salt_control_xenial_image} - size: cicd.control - cid03: - name: ${_param:cicd_control_node03_hostname} - provider: ${_param:infra_kvm_node03_hostname}.${_param:cluster_domain} - image: ${_param:salt_control_xenial_image} - size: cicd.control -- cgit 1.2.3-korg