Drop unnecessary tripleo_ prefix from skeleton role

This patch updates the skeleton role to not add the unnecessary
"tripleo_" prefix when a role name already starts with "tripleo-".

Also updates the generated roles that were affected by this change.

Change-Id: Ib1f604a098cc5d7e8c1a5aa5fe2c8e339e263c91
This commit is contained in:
James Slagle 2019-10-22 10:56:31 -04:00
parent bc6ccf2240
commit 2424c6d4a9
4 changed files with 5 additions and 5 deletions

View File

@ -17,6 +17,6 @@
# 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
# All variables within this role should have a prefix of "tripleo_{{ role_name | replace('tripleo-', '') | replace('-', '_') }}"
tripleo_{{ role_name | replace('tripleo-', '') | replace('-', '_') }}_debug: false

View File

@ -19,4 +19,4 @@
# vars, items within this path are considered part of the role and not
# intended to be modified.
# All variables within this role should have a prefix of "tripleo_{{ role_name | replace('-', '_') }}"
# All variables within this role should have a prefix of "tripleo_{{ role_name | replace('tripleo-', '') | replace('-', '_') }}"

View File

@ -17,7 +17,7 @@
# 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"
# All variables within this role should have a prefix of "tripleo_container_image_prepare"
tripleo_container_image_prepare_debug: false
tripleo_container_image_prepare_content: {}
tripleo_container_image_prepare_roles: []

View File

@ -17,7 +17,7 @@
# All variables intended for modification should be placed in this file.
# All variables within this role should have a prefix of "tripleo_tripleo_sshd"
# All variables within this role should have a prefix of "tripleo_sshd"
# Mapping of sshd_config values
# Package state for ssh