Change template names to rocky

The new master branch should point now to rocky.

So, HOT templates should specify that they might contain features
for rocky release [1]

Also, this submission updates the yaml validation to use only latest
heat_version alias. There are cases in which we will need to set
the version for specific templates i.e. mixed versions, so there
is added a variable to assign specific templates to specific heat_version
aliases, avoiding the introductions of error by bulk replacing the
the old version in new releases.

[1]: https://docs.openstack.org/heat/latest/template_guide/hot_spec.html#rocky
Change-Id: Ib17526d9cc453516d99d4659ee5fa51a5aa7fb4b
This commit is contained in:
Carlos Camacho 2018-03-05 19:28:35 +01:00
parent 1e9bd2bc9e
commit 44ef2a3ec1
492 changed files with 521 additions and 496 deletions

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
description: > description: >
Software Config to drive validations that occur on all nodes. Software Config to drive validations that occur on all nodes.

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
description: 'Bootstrap Config' description: 'Bootstrap Config'
parameters: parameters:

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
description: > description: >
Software Config to drive validations that occur on all nodes. Software Config to drive validations that occur on all nodes.

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
description: > description: >
Software Config to drive os-net-config for a simple bridge configured Software Config to drive os-net-config for a simple bridge configured

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
description: > description: >
Software Config to drive os-net-config for a simple bridge configured Software Config to drive os-net-config for a simple bridge configured

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
description: > description: >
Software Config to drive os-net-config for a simple bridge. Software Config to drive os-net-config for a simple bridge.
parameters: parameters:

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
description: > description: >
OpenStack Core Service OpenStack Core Service

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
parameters: parameters:
ControlPlaneIp: ControlPlaneIp:

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
parameters: parameters:
ControlPlaneIp: ControlPlaneIp:

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
parameters: parameters:
ControlPlaneIp: ControlPlaneIp:

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
parameters: parameters:
ControlPlaneIp: ControlPlaneIp:

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
parameters: parameters:
ControlPlaneIp: ControlPlaneIp:

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
parameters: parameters:
ControlPlaneIp: ControlPlaneIp:

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
parameters: parameters:
ControlPlaneIp: ControlPlaneIp:

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
parameters: parameters:
ControlPlaneIp: ControlPlaneIp:

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
parameters: parameters:
ControlPlaneIp: ControlPlaneIp:

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
parameters: parameters:
ControlPlaneIp: ControlPlaneIp:

View File

@ -1,4 +1,4 @@
heat_template_version: ocata heat_template_version: rocky
parameters: parameters:
ControlPlaneIp: ControlPlaneIp:

View File

@ -1,4 +1,4 @@
heat_template_version: ocata heat_template_version: rocky
parameters: parameters:
ControlPlaneIp: ControlPlaneIp:

View File

@ -1,4 +1,4 @@
heat_template_version: ocata heat_template_version: rocky
parameters: parameters:
ControlPlaneIp: ControlPlaneIp:

View File

@ -1,4 +1,4 @@
heat_template_version: ocata heat_template_version: rocky
parameters: parameters:
ControlPlaneIp: ControlPlaneIp:

View File

@ -1,4 +1,4 @@
heat_template_version: ocata heat_template_version: rocky
parameters: parameters:
ControlPlaneIp: ControlPlaneIp:

View File

@ -1,5 +1,8 @@
heat_template_version: ocata heat_template_version: ocata
# Keep the template version old enough to support older release testing. # Keep the template version old enough to support older release testing.
# In mixed version test scenario, we can have a ping test triggered
# after the overcloud installation just to make sure that it works.
# If we move this template version then this scenario cannot work.
description: > description: >
HOT template to create a new neutron network plus a router to the public HOT template to create a new neutron network plus a router to the public

View File

@ -23,7 +23,7 @@
{% set fast_forward_upgrade_prep_steps_max = 3 -%} {% set fast_forward_upgrade_prep_steps_max = 3 -%}
{% set post_update_steps_max = 4 -%} {% set post_update_steps_max = 4 -%}
heat_template_version: queens heat_template_version: rocky
description: > description: >
Post-deploy configuration steps via puppet for all roles, Post-deploy configuration steps via puppet for all roles,

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
description: > description: >
Utility stack to convert an array of services into a set of combined Utility stack to convert an array of services into a set of combined

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
parameters: parameters:

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
parameters: parameters:

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
description: Passwords we manage at the top level description: Passwords we manage at the top level

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
parameters: parameters:
network: network:

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
description: " description: "
A fake OS::Neutron::Port stack which outputs fixed_ips and subnets based on A fake OS::Neutron::Port stack which outputs fixed_ips and subnets based on

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
description: 'Deployed Server Bootstrap Config' description: 'Deployed Server Bootstrap Config'

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
description: 'Deployed Server Bootstrap Config' description: 'Deployed Server Bootstrap Config'

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
parameters: parameters:
RoleCounts: RoleCounts:

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
parameters: parameters:
image: image:
type: string type: string

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
description: > description: >
OpenStack containerized aodh service OpenStack containerized aodh service

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
description: > description: >
OpenStack containerized Aodh Evaluator service OpenStack containerized Aodh Evaluator service

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
description: > description: >
OpenStack containerized Aodh Listener service OpenStack containerized Aodh Listener service

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
description: > description: >
OpenStack containerized Aodh Notifier service OpenStack containerized Aodh Notifier service

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
description: > description: >
OpenStack containerized Barbican API service OpenStack containerized Barbican API service

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
description: > description: >
OpenStack containerized Ceilometer Agent Central service OpenStack containerized Ceilometer Agent Central service

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
description: > description: >
OpenStack containerized Ceilometer Agent Compute service OpenStack containerized Ceilometer Agent Compute service

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
description: > description: >
OpenStack containerized Ceilometer Agent Ipmi service OpenStack containerized Ceilometer Agent Ipmi service

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
description: > description: >
OpenStack containerized Ceilometer Agent Notification service OpenStack containerized Ceilometer Agent Notification service

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
description: > description: >
Ceph base service. Shared by all Ceph services. Ceph base service. Shared by all Ceph services.

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
description: > description: >
Ceph Client service. Ceph Client service.

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
description: > description: >
Ceph External service. Ceph External service.

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
description: > description: >
Ceph Metadata service. Ceph Metadata service.

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
description: > description: >
Ceph Manager service. Ceph Manager service.

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
description: > description: >
Ceph Monitor service. Ceph Monitor service.

View File

@ -1,4 +1,4 @@
heat_template_version: pike heat_template_version: rocky
description: > description: >
Ceph NFS Ganeshaservice. Ceph NFS Ganeshaservice.

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
description: > description: >
Ceph OSD service. Ceph OSD service.

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
description: > description: >
Ceph RBD Mirror service. Ceph RBD Mirror service.

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
description: > description: >
Ceph RadosGW service. Ceph RadosGW service.

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
description: > description: >
OpenStack containerized Cinder API service OpenStack containerized Cinder API service

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
description: > description: >
OpenStack containerized Cinder Backup service OpenStack containerized Cinder Backup service

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
description: > description: >
Provides the list of Docker volumes and environment to be used by the Provides the list of Docker volumes and environment to be used by the

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
description: > description: >
OpenStack containerized Cinder Scheduler service OpenStack containerized Cinder Scheduler service

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
description: > description: >
OpenStack containerized Cinder Volume service OpenStack containerized Cinder Volume service

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
description: > description: >
Containerized collectd service Containerized collectd service

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
description: > description: >
OpenStack containerized Congress API service OpenStack containerized Congress API service

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
description: > description: >
Contains a static list of common things necessary for containers Contains a static list of common things necessary for containers

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
description: > description: >
MongoDB service deployment using puppet and docker MongoDB service deployment using puppet and docker

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
description: > description: >
MySQL service deployment using puppet MySQL service deployment using puppet

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
description: > description: >
OpenStack containerized Redis services OpenStack containerized Redis services

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
description: > description: >
OpenStack containerized Designate API service OpenStack containerized Designate API service

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
description: > description: >
OpenStack containerized Designate Central service OpenStack containerized Designate Central service

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
description: > description: >
OpenStack containerized Designate MiniDNS service OpenStack containerized Designate MiniDNS service

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
description: > description: >
OpenStack containerized Designate Producer service OpenStack containerized Designate Producer service

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
description: > description: >
OpenStack containerized Designate Sink service OpenStack containerized Designate Sink service

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
description: > description: >
OpenStack containerized Designate Worker service OpenStack containerized Designate Worker service

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
description: > description: >
OpenStack containerized EC2 API service OpenStack containerized EC2 API service

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
description: > description: >
OpenStack containerized etcd services OpenStack containerized etcd services

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
description: > description: >
OpenStack containerized fluentd services OpenStack containerized fluentd services

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
description: > description: >
OpenStack Glance service configured with Puppet OpenStack Glance service configured with Puppet

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
description: > description: >
OpenStack containerized gnocchi service OpenStack containerized gnocchi service

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
description: > description: >
OpenStack containerized Gnocchi Metricd service OpenStack containerized Gnocchi Metricd service

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
description: > description: >
OpenStack containerized Gnocchi Statsd service OpenStack containerized Gnocchi Statsd service

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
description: > description: >
OpenStack containerized HAproxy service OpenStack containerized HAproxy service

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
description: > description: >
OpenStack containerized Heat API CFN service OpenStack containerized Heat API CFN service

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
description: > description: >
OpenStack containerized Heat API service OpenStack containerized Heat API service

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
description: > description: >
OpenStack containerized Heat Engine service OpenStack containerized Heat Engine service

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
description: > description: >
OpenStack containerized Horizon service OpenStack containerized Horizon service

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
description: > description: >
OpenStack containerized Ironic API service OpenStack containerized Ironic API service

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
description: > description: >
OpenStack containerized Ironic Conductor service OpenStack containerized Ironic Conductor service

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
description: > description: >
OpenStack containerized Ironic Inspector service (EXPERIMENTAL) OpenStack containerized Ironic Inspector service (EXPERIMENTAL)

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
description: > description: >
OpenStack ironic-neutron-agent service OpenStack ironic-neutron-agent service

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
description: > description: >
OpenStack containerized Ironic PXE service OpenStack containerized Ironic PXE service

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
description: > description: >
OpenStack containerized Iscsid service OpenStack containerized Iscsid service

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
description: > description: >
OpenStack containerized Keepalived service OpenStack containerized Keepalived service

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
description: > description: >
OpenStack containerized Keystone service OpenStack containerized Keystone service

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
description: > description: >
OpenStack containerized Barbican API service OpenStack containerized Barbican API service

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
description: > description: >
OpenStack containerized Glance API service OpenStack containerized Glance API service

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
description: > description: >
OpenStack containerized HAProxy API service OpenStack containerized HAProxy API service

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
description: > description: >
OpenStack containerized Heat API CFN service OpenStack containerized Heat API CFN service

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
description: > description: >
OpenStack containerized Heat API service OpenStack containerized Heat API service

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
description: > description: >
OpenStack containerized Glance API service OpenStack containerized Glance API service

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
description: > description: >
OpenStack containerized Keystone service OpenStack containerized Keystone service

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
description: > description: >
OpenStack containerized Neutron API service OpenStack containerized Neutron API service

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
description: > description: >
OpenStack containerized Neutron service OpenStack containerized Neutron service

View File

@ -1,4 +1,4 @@
heat_template_version: queens heat_template_version: rocky
description: > description: >
Template for nova-api's logging to files Template for nova-api's logging to files

Some files were not shown because too many files have changed in this diff Show More