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
all-nodes-validation.yamlbootstrap-config.yaml
ci
common
config-download-software.yamlconfig-download-structured.yamldefault_passwords.yaml
deployed-server
docker/services

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

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

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

@ -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

@ -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

@ -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:

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@ -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

@ -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,

@ -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

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

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

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

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

@ -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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@ -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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@ -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