From c3d595c49a6c507f16fd2c06cdecb9253dd326f6 Mon Sep 17 00:00:00 2001 From: James Slagle Date: Fri, 11 Sep 2015 16:55:24 -0400 Subject: Use already Deployed/Installed servers This patch provides a set of templates that enables tripleo-heat-templates to be used with a set of already deployed, installed, and running servers. In this method, Nova and Ironic are not used to deploy any servers. This approach is attractive for POC deployments where dedicated provisioning networks are not available, or other server install methods are dictated for various reasons. There are also assumptions that currently have to be made about the software installed on the already deployed servers. Effectively, they must match the standard TripleO overcloud-full image. Co-Authored-By: Steve Hardy Change-Id: I4ab1531f69c73457653f1cca3fe30cc32a04c129 --- puppet/ceph-storage.yaml | 2 +- puppet/cinder-storage.yaml | 2 +- puppet/compute.yaml | 2 +- puppet/controller.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'puppet') diff --git a/puppet/ceph-storage.yaml b/puppet/ceph-storage.yaml index 8a43b673..baf5bf48 100644 --- a/puppet/ceph-storage.yaml +++ b/puppet/ceph-storage.yaml @@ -98,7 +98,7 @@ parameters: resources: CephStorage: - type: OS::Nova::Server + type: OS::TripleO::Server metadata: os-collect-config: command: {get_param: ConfigCommand} diff --git a/puppet/cinder-storage.yaml b/puppet/cinder-storage.yaml index d0f562ed..9bbef86a 100644 --- a/puppet/cinder-storage.yaml +++ b/puppet/cinder-storage.yaml @@ -98,7 +98,7 @@ parameters: resources: BlockStorage: - type: OS::Nova::Server + type: OS::TripleO::Server metadata: os-collect-config: command: {get_param: ConfigCommand} diff --git a/puppet/compute.yaml b/puppet/compute.yaml index 7ff0676b..75d20bfe 100644 --- a/puppet/compute.yaml +++ b/puppet/compute.yaml @@ -324,7 +324,7 @@ parameters: resources: NovaCompute: - type: OS::Nova::Server + type: OS::TripleO::Server metadata: os-collect-config: command: {get_param: ConfigCommand} diff --git a/puppet/controller.yaml b/puppet/controller.yaml index 0d6e4028..862f7c72 100644 --- a/puppet/controller.yaml +++ b/puppet/controller.yaml @@ -404,7 +404,7 @@ parameter_groups: resources: Controller: - type: OS::Nova::Server + type: OS::TripleO::Server metadata: os-collect-config: command: {get_param: ConfigCommand} -- cgit 1.2.3-korg