Fix typo in skeleton role

Fixes a typo in the skeleton role and the generated roles that had been
affected.

Note that the tripleo-packages and tripleo-ovs-dpdk roles are excluded
from being updated because those CI jobs are presently failing.

Change-Id: I0d66af8c5395a0ee4910f8475e1f70ccb7bfa52c
changes/50/690150/2
James Slagle 2019-10-22 10:48:02 -04:00
parent 4cb02021ec
commit bc6ccf2240
23 changed files with 23 additions and 23 deletions

View File

@ -15,7 +15,7 @@
# under the License.
# All variables intended for modification should place placed in this file.
# All variables intended for modification should be placed in this file.
# All variables within this role should have a prefix of "tripleo_{{ role_name | replace('-', '_') }}"
tripleo_{{ role_name | replace('-', '_') }}_debug: false

View File

@ -15,7 +15,7 @@
# under the License.
# All variables intended for modification should place placed in this file.
# All variables intended for modification should be placed in this file.
# Packages installed on the local system. Allows user to define this list
# otherwise it will inherit from the OS specific variable file(s).

View File

@ -15,7 +15,7 @@
# under the License.
# All variables intended for modification should place placed in this file.
# All variables intended for modification should be placed in this file.
# All variables within this role should have a prefix of "tripleo_backup_and_restore"
tripleo_backup_and_restore_debug: false

View File

@ -15,7 +15,7 @@
# under the License.
# All variables intended for modification should place placed in this file.
# All variables intended for modification should be placed in this file.
# List of packages that are requred to bootstrap TripleO.
tripleo_bootstrap_packages_bootstrap: "{{ _tripleo_bootstrap_packages_bootstrap | default([]) }}"

View File

@ -15,7 +15,7 @@
# under the License.
# All variables intended for modification should place placed in this file.
# All variables intended for modification should be placed in this file.
tripleo_cellv2_debug: false
tripleo_cellv2_cell_name: ""

View File

@ -15,7 +15,7 @@
# under the License.
# All variables intended for modification should place placed in this file.
# All variables intended for modification should be placed in this file.
# All variables within this role should have a prefix of "tripleo_clients_install"
tripleo_clients_install_pkg_state: present

View File

@ -15,7 +15,7 @@
# under the License.
# All variables intended for modification should place placed in this file.
# All variables intended for modification should be placed in this file.
# All variables within this role should have a prefix of "tripleo-config"
tripleo_config_type: ini

View File

@ -15,7 +15,7 @@
# under the License.
# All variables intended for modification should place placed in this file.
# All variables intended for modification should be placed in this file.
# All variables within this role should have a prefix of "tripleo_tripleo_container_image_prepare"
tripleo_container_image_prepare_debug: false

View File

@ -15,7 +15,7 @@
# under the License.
# All variables intended for modification should place placed in this file.
# All variables intended for modification should be placed in this file.
# NOTE(cloudnull): This role used to use a non-namespaced option, which has a high
# probability of creating conflicts with other roles in the greater

View File

@ -15,7 +15,7 @@
# under the License.
# All variables intended for modification should place placed in this file.
# All variables intended for modification should be placed in this file.
# All variables within this role should have a prefix of "tripleo-container-tag"

View File

@ -15,7 +15,7 @@
# under the License.
# All variables intended for modification should place placed in this file.
# All variables intended for modification should be placed in this file.
# Set the default admin user
tripleo_admin_user: tripleo-admin

View File

@ -15,7 +15,7 @@
# under the License.
# All variables intended for modification should place placed in this file.
# All variables intended for modification should be placed in this file.
# All variables within this role should have a prefix of "tripleo_firewall"

View File

@ -15,7 +15,7 @@
# under the License.
# All variables intended for modification should place placed in this file.
# All variables intended for modification should be placed in this file.
# NOTE(cloudnull): This role used to use a non-namespaced option, which has a high
# probability of creating conflicts with other roles in the greater

View File

@ -15,7 +15,7 @@
# under the License.
# All variables intended for modification should place placed in this file.
# All variables intended for modification should be placed in this file.
tripleo_kernel_extra_modules: {}
tripleo_kernel_extra_packages: {}
tripleo_kernel_sysctl_extra_settings: {}

View File

@ -15,7 +15,7 @@
# under the License.
# All variables intended for modification should place placed in this file.
# All variables intended for modification should be placed in this file.
# Load specific kernel modules using a list of hashes. This variable also
# takes the keyword "params" and "state". Params is assumed to be `null` and

View File

@ -15,7 +15,7 @@
# under the License.
# All variables intended for modification should place placed in this file.
# All variables intended for modification should be placed in this file.
tripleo_container_registry_insecure_registries: []
tripleo_container_registry_login: false

View File

@ -15,7 +15,7 @@
# under the License.
# All variables intended for modification should place placed in this file.
# All variables intended for modification should be placed in this file.
tripleo_ptp_slave_mode: 1
tripleo_ptp_interfaces: ["{{ ansible_default_ipv4.interface }}"]

View File

@ -15,7 +15,7 @@
# under the License.
# All variables intended for modification should place placed in this file.
# All variables intended for modification should be placed in this file.
# All variables within this role should have a prefix of "tripleo_securetty"
tripleo_ttys: []

View File

@ -15,4 +15,4 @@
# under the License.
# All variables intended for modification should place placed in this file.
# All variables intended for modification should be placed in this file.

View File

@ -15,7 +15,7 @@
# under the License.
# All variables intended for modification should place placed in this file.
# All variables intended for modification should be placed in this file.
# All variables within this role should have a prefix of "tripleo_tripleo_sshd"
# Mapping of sshd_config values

View File

@ -15,6 +15,6 @@
# under the License.
# All variables intended for modification should place placed in this file.
# All variables intended for modification should be placed in this file.
tripleo_timezone: 'UTC'

View File

@ -15,7 +15,7 @@
# under the License.
# All variables intended for modification should place placed in this file.
# All variables intended for modification should be placed in this file.
# Required variables:

View File

@ -15,7 +15,7 @@
# under the License.
# All variables intended for modification should place placed in this file.
# All variables intended for modification should be placed in this file.
tuned_profile: "throughput-performance"
tuned_custom_profile: ""