Преглед на файлове

Add openshift_openstack_heat_template_version option

Tzu-Mainn Chen преди 7 години
родител
ревизия
29ae94208a

+ 1 - 0
playbooks/openstack/configuration.md

@@ -88,6 +88,7 @@ openshift_openstack_cluster_node_labels:
   * `openshift_openstack_docker_lb_volume_size`
 * `openshift_openstack_flat_secgrp` Set to True if you experience issues with sec group rules quotas. It trades security for number of rules, by sharing the same set of firewall rules for master, node, etcd and infra nodes.
 * `openshift_openstack_required_packages` List of additional prerequisite packages to be installed before deploying an OpenShift cluster.
+* `openshift_openstack_heat_template_version` Defaults to `pike`
 
 
 ## OpenShift Configuration

+ 1 - 0
roles/openshift_openstack/defaults/main.yml

@@ -52,6 +52,7 @@ openshift_openstack_app_subdomain: "apps"
 
 
 # heat vars
+openshift_openstack_heat_template_version: pike
 openshift_openstack_clusterid: openshift
 openshift_openstack_stack_name: "openshift-cluster"
 openshift_openstack_subnet_cidr: "192.168.99.0/24"

+ 1 - 1
roles/openshift_openstack/templates/heat_stack.yaml.j2

@@ -1,4 +1,4 @@
-heat_template_version: 2016-10-14
+heat_template_version: {{ openshift_openstack_heat_template_version }}
 
 description: OpenShift cluster
 

+ 1 - 1
roles/openshift_openstack/templates/heat_stack_segmentation_ids.yaml.j2

@@ -1,4 +1,4 @@
-heat_template_version: pike
+heat_template_version: {{ openshift_openstack_heat_template_version }}
 
 description: Simple template to generate the needed vlan ids
 

+ 1 - 1
roles/openshift_openstack/templates/heat_stack_server.yaml.j2

@@ -1,4 +1,4 @@
-heat_template_version: pike
+heat_template_version: {{ openshift_openstack_heat_template_version }}
 
 description: OpenShift cluster server
 

+ 1 - 1
roles/openshift_openstack/templates/heat_stack_subports.yaml.j2

@@ -1,4 +1,4 @@
-heat_template_version: pike
+heat_template_version: {{ openshift_openstack_heat_template_version }}
 
 description: Template to create subports