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: >
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'
parameters:

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,5 +1,8 @@
heat_template_version: ocata
# 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: >
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 post_update_steps_max = 4 -%}
heat_template_version: queens
heat_template_version: rocky
description: >
Post-deploy configuration steps via puppet for all roles,

View File

@ -1,4 +1,4 @@
heat_template_version: queens
heat_template_version: rocky
description: >
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:

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
heat_template_version: queens
heat_template_version: rocky
description: "
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'

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
heat_template_version: queens
heat_template_version: rocky
description: >
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: >
OpenStack containerized Cinder Scheduler service

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
heat_template_version: queens
heat_template_version: rocky
description: >
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: >
MongoDB service deployment using puppet and docker

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

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