Overcloud: bump HOT version to 2015-04-30
This patch bumps the HOT version for the overcloud to Kilo 2015-04-30. We should have already done this since we are making use of OS::stack_id (a kilo feature) in some of the nested stacks. Also, this will give us access to the new repeat function as well. Change-Id: Ic534e5aeb03bd53296dc4d98c2ac5971464d7fe4
This commit is contained in:
parent
e4dfaf4ab8
commit
b56c2f01bd
@ -1,4 +1,4 @@
|
||||
heat_template_version: 2014-10-16
|
||||
heat_template_version: 2015-04-30
|
||||
description: 'All Nodes Config'
|
||||
|
||||
parameters:
|
||||
|
@ -1,4 +1,4 @@
|
||||
heat_template_version: 2014-10-16
|
||||
heat_template_version: 2015-04-30
|
||||
description: 'Bootstrap Config'
|
||||
|
||||
parameters:
|
||||
|
@ -1,4 +1,4 @@
|
||||
heat_template_version: 2014-10-16
|
||||
heat_template_version: 2015-04-30
|
||||
description: 'Ceph Cluster config data'
|
||||
|
||||
parameters:
|
||||
|
@ -1,4 +1,4 @@
|
||||
heat_template_version: 2014-10-16
|
||||
heat_template_version: 2015-04-30
|
||||
description: 'Ceph Storage Post Deployment'
|
||||
# NOTE: this is a noop for os-apply-config style deployments because
|
||||
# post deployment ordering is controlled by tripleo-image-elements
|
||||
|
@ -1,4 +1,4 @@
|
||||
heat_template_version: 2014-10-16
|
||||
heat_template_version: 2015-04-30
|
||||
description: 'Common Ceph Storage Configuration'
|
||||
parameters:
|
||||
Image:
|
||||
|
@ -1,4 +1,4 @@
|
||||
heat_template_version: 2014-10-16
|
||||
heat_template_version: 2015-04-30
|
||||
description: 'Common Block Storage Post Deployment'
|
||||
# NOTE: this is a noop for os-apply-config style deployments because
|
||||
# post deployment ordering is controlled by tripleo-image-elements
|
||||
|
@ -1,4 +1,4 @@
|
||||
heat_template_version: 2014-10-16
|
||||
heat_template_version: 2015-04-30
|
||||
description: 'Common Block Storage Configuration'
|
||||
parameters:
|
||||
Image:
|
||||
|
@ -1,4 +1,4 @@
|
||||
heat_template_version: 2014-10-16
|
||||
heat_template_version: 2015-04-30
|
||||
description: 'Compute Post Deployment'
|
||||
# NOTE: this is a noop for os-apply-config style deployments because
|
||||
# post deployment ordering is controlled by tripleo-image-elements
|
||||
|
@ -1,4 +1,4 @@
|
||||
heat_template_version: 2014-10-16
|
||||
heat_template_version: 2015-04-30
|
||||
|
||||
description: >
|
||||
OpenStack hypervisor node. Can be wrapped in a ResourceGroup for scaling.
|
||||
|
@ -1,4 +1,4 @@
|
||||
heat_template_version: 2014-10-16
|
||||
heat_template_version: 2015-04-30
|
||||
description: 'Controller Post Deployment'
|
||||
# NOTE: this is a noop for os-apply-config style deployments because
|
||||
# post deployment ordering is controlled by tripleo-image-elements
|
||||
|
@ -1,4 +1,4 @@
|
||||
heat_template_version: 2014-10-16
|
||||
heat_template_version: 2015-04-30
|
||||
|
||||
description: >
|
||||
OpenStack control plane node. Can be wrapped in a ResourceGroup for scaling.
|
||||
|
@ -1,4 +1,4 @@
|
||||
heat_template_version: 2014-10-16
|
||||
heat_template_version: 2015-04-30
|
||||
|
||||
description: >
|
||||
Software Config to drive os-net-config with 2 bonded nics on a bridge.
|
||||
|
@ -1,4 +1,4 @@
|
||||
heat_template_version: 2014-10-16
|
||||
heat_template_version: 2015-04-30
|
||||
|
||||
description: >
|
||||
Software Config to drive os-net-config for a simple bridge.
|
||||
|
@ -1,4 +1,4 @@
|
||||
heat_template_version: 2014-10-16
|
||||
heat_template_version: 2015-04-30
|
||||
|
||||
description: >
|
||||
Software Config to no-op for os-net-config. Using this will allow you
|
||||
|
@ -1,4 +1,4 @@
|
||||
heat_template_version: 2014-10-16
|
||||
heat_template_version: 2015-04-30
|
||||
|
||||
description: >
|
||||
External network. Public traffic, Neutron l3router for floating IPs/SNAT, etc.
|
||||
|
@ -1,4 +1,4 @@
|
||||
heat_template_version: 2014-10-16
|
||||
heat_template_version: 2015-04-30
|
||||
|
||||
description: >
|
||||
Internal API network. Used for most APIs, Database, RPC.
|
||||
|
@ -1,4 +1,4 @@
|
||||
heat_template_version: 2014-10-16
|
||||
heat_template_version: 2015-04-30
|
||||
|
||||
description: Create networks to split out Overcloud traffic
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
heat_template_version: 2014-10-16
|
||||
heat_template_version: 2015-04-30
|
||||
|
||||
description: A stack which creates no network(s).
|
||||
|
@ -1,4 +1,4 @@
|
||||
heat_template_version: 2014-10-16
|
||||
heat_template_version: 2015-04-30
|
||||
|
||||
description: >
|
||||
Storage network.
|
||||
|
@ -1,4 +1,4 @@
|
||||
heat_template_version: 2014-10-16
|
||||
heat_template_version: 2015-04-30
|
||||
|
||||
description: >
|
||||
Storage management network. Storage replication, etc.
|
||||
|
@ -1,4 +1,4 @@
|
||||
heat_template_version: 2014-10-16
|
||||
heat_template_version: 2015-04-30
|
||||
|
||||
description: >
|
||||
Tenant network.
|
||||
|
@ -1,4 +1,4 @@
|
||||
heat_template_version: 2014-10-16
|
||||
heat_template_version: 2015-04-30
|
||||
|
||||
description: >
|
||||
Nova API,Keystone,Heat Engine and API,Glance,Neutron,Dedicated MySQL
|
||||
|
@ -1,4 +1,4 @@
|
||||
heat_template_version: 2014-10-16
|
||||
heat_template_version: 2015-04-30
|
||||
description: 'All Nodes Config for Puppet'
|
||||
|
||||
parameters:
|
||||
|
@ -1,4 +1,4 @@
|
||||
heat_template_version: 2014-10-16
|
||||
heat_template_version: 2015-04-30
|
||||
description: 'Bootstrap Config Puppet'
|
||||
|
||||
parameters:
|
||||
|
@ -1,4 +1,4 @@
|
||||
heat_template_version: 2014-10-16
|
||||
heat_template_version: 2015-04-30
|
||||
description: 'Ceph Cluster config data for Puppet'
|
||||
|
||||
parameters:
|
||||
|
@ -1,4 +1,4 @@
|
||||
heat_template_version: 2014-10-16
|
||||
heat_template_version: 2015-04-30
|
||||
|
||||
description: >
|
||||
OpenStack ceph storage node post deployment for Puppet
|
||||
|
@ -1,4 +1,4 @@
|
||||
heat_template_version: 2014-10-16
|
||||
heat_template_version: 2015-04-30
|
||||
description: 'OpenStack ceph storage node configured by Puppet'
|
||||
parameters:
|
||||
Flavor:
|
||||
|
@ -1,4 +1,4 @@
|
||||
heat_template_version: 2014-10-16
|
||||
heat_template_version: 2015-04-30
|
||||
description: 'OpenStack cinder storage post deployment for Puppet'
|
||||
|
||||
parameters:
|
||||
|
@ -1,4 +1,4 @@
|
||||
heat_template_version: 2014-10-16
|
||||
heat_template_version: 2015-04-30
|
||||
description: 'OpenStack cinder storage configured by Puppet'
|
||||
parameters:
|
||||
Image:
|
||||
|
@ -1,4 +1,4 @@
|
||||
heat_template_version: 2014-10-16
|
||||
heat_template_version: 2015-04-30
|
||||
|
||||
description: >
|
||||
OpenStack compute node post deployment for Puppet.
|
||||
|
@ -1,4 +1,4 @@
|
||||
heat_template_version: 2014-10-16
|
||||
heat_template_version: 2015-04-30
|
||||
|
||||
description: >
|
||||
OpenStack hypervisor node configured via Puppet.
|
||||
|
@ -1,4 +1,4 @@
|
||||
heat_template_version: 2014-10-16
|
||||
heat_template_version: 2015-04-30
|
||||
|
||||
description: >
|
||||
A software config which runs manifests/overcloud_controller_pacemaker.pp
|
||||
|
@ -1,4 +1,4 @@
|
||||
heat_template_version: 2014-10-16
|
||||
heat_template_version: 2015-04-30
|
||||
|
||||
description: >
|
||||
A software config which runs manifests/overcloud_controller.pp
|
||||
|
@ -1,4 +1,4 @@
|
||||
heat_template_version: 2014-10-16
|
||||
heat_template_version: 2015-04-30
|
||||
|
||||
description: >
|
||||
OpenStack controller node post deployment for Puppet.
|
||||
|
@ -1,4 +1,4 @@
|
||||
heat_template_version: 2014-10-16
|
||||
heat_template_version: 2015-04-30
|
||||
|
||||
description: >
|
||||
OpenStack controller node configured by Puppet.
|
||||
|
@ -1,4 +1,4 @@
|
||||
heat_template_version: 2014-10-16
|
||||
heat_template_version: 2015-04-30
|
||||
description: 'Swift Devices and Proxy Config for Puppet'
|
||||
|
||||
parameters:
|
||||
|
@ -1,4 +1,4 @@
|
||||
heat_template_version: 2014-10-16
|
||||
heat_template_version: 2015-04-30
|
||||
description: 'OpenStack swift storage node post deployment for Puppet'
|
||||
|
||||
parameters:
|
||||
|
@ -1,4 +1,4 @@
|
||||
heat_template_version: 2014-10-16
|
||||
heat_template_version: 2015-04-30
|
||||
description: 'OpenStack swift storage node configured by Puppet'
|
||||
parameters:
|
||||
Flavor:
|
||||
|
@ -1,4 +1,4 @@
|
||||
heat_template_version: 2014-10-16
|
||||
heat_template_version: 2015-04-30
|
||||
description: 'Swift Devices and Proxy Config'
|
||||
|
||||
parameters:
|
||||
|
@ -1,4 +1,4 @@
|
||||
heat_template_version: 2014-10-16
|
||||
heat_template_version: 2015-04-30
|
||||
description: 'Swift Storage Post Deployment'
|
||||
# NOTE: this is a noop for os-apply-config style deployments because
|
||||
# post deployment ordering is controlled by tripleo-image-elements
|
||||
|
@ -1,4 +1,4 @@
|
||||
heat_template_version: 2014-10-16
|
||||
heat_template_version: 2015-04-30
|
||||
description: 'Common Swift Storage Configuration'
|
||||
parameters:
|
||||
ExtraConfig:
|
||||
|
Loading…
Reference in New Issue
Block a user