Change template names to queens

The new master branch should point now to queens instead of pike.

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

[1]: https://docs.openstack.org/heat/latest/template_guide/hot_spec.html#queens

Change-Id: I7654d1c59db0c4508a9d7045f452612d22493004
This commit is contained in:
Carlos Camacho 2017-09-04 08:31:57 +02:00
parent 4609fab079
commit 927495fe3d
459 changed files with 462 additions and 458 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
heat_template_version: pike
heat_template_version: queens
description: >
HOT template to created resources deployed by scenario007.

View File

@ -1,4 +1,4 @@
heat_template_version: pike
heat_template_version: queens
description: >
This template resides in tripleo-ci for Mitaka CI jobs only.

View File

@ -21,7 +21,7 @@
{% set update_steps_max = 6 -%}
{% set upgrade_steps_max = 6 -%}
heat_template_version: pike
heat_template_version: queens
description: >
Post-deploy configuration steps via puppet for all roles,

View File

@ -2,7 +2,7 @@
{% set batch_upgrade_steps_max = 3 -%}
{% set upgrade_steps_max = 6 -%}
{% set deliver_script = {'deliver': False} -%}
heat_template_version: pike
heat_template_version: queens
description: 'Upgrade steps for all roles'
parameters:

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
heat_template_version: pike
heat_template_version: queens
description: >
OpenStack containerized Panko service

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
heat_template_version: pike
heat_template_version: queens
description: >
Template for nova's logging to stdout

View File

@ -1,4 +1,4 @@
heat_template_version: pike
heat_template_version: queens
description: >
OpenStack containerized Nova libvirt service

View File

@ -1,4 +1,4 @@
heat_template_version: pike
heat_template_version: queens
description: >
Template for nova-placement's logging to stdout

View File

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

View File

@ -1,4 +1,4 @@
heat_template_version: pike
heat_template_version: queens
description: >
Containerized logrotate with crond for containerized service logs rotation

View File

@ -1,4 +1,4 @@
heat_template_version: pike
heat_template_version: queens
description: >
OpenStack containerized Manila API service

View File

@ -1,4 +1,4 @@
heat_template_version: pike
heat_template_version: queens
description: >
OpenStack containerized Manila Scheduler service

View File

@ -1,4 +1,4 @@
heat_template_version: pike
heat_template_version: queens
description: >
OpenStack containerized Manila Share service

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