Standardize task file names
Update task files names to match standard naming convention of OSA roles. Change-Id: I975f855cccf4583946e9851728637ae96d8c9598
This commit is contained in:
parent
eedc4d3724
commit
26f8776974
@ -22,20 +22,20 @@
|
|||||||
tags:
|
tags:
|
||||||
- always
|
- always
|
||||||
|
|
||||||
- include: pre-install.yml
|
- include: rally_pre_install.yml
|
||||||
tags:
|
tags:
|
||||||
- rally-install
|
- rally-install
|
||||||
|
|
||||||
- include: install.yml
|
- include: rally_install.yml
|
||||||
tags:
|
tags:
|
||||||
- rally-install
|
- rally-install
|
||||||
|
|
||||||
- include: post-install.yml
|
- include: rally_post_install.yml
|
||||||
tags:
|
tags:
|
||||||
- rally-install
|
- rally-install
|
||||||
- rally-config
|
- rally-config
|
||||||
|
|
||||||
- include: database-setup.yml
|
- include: rally_db_setup.yml
|
||||||
when: inventory_hostname == groups[rally_role_project_group][0]
|
when: inventory_hostname == groups[rally_role_project_group][0]
|
||||||
tags:
|
tags:
|
||||||
- rally-install
|
- rally-install
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
- include: install-apt.yml
|
- include: rally_install_apt.yml
|
||||||
static: no
|
static: no
|
||||||
when: ansible_pkg_mgr == 'apt'
|
when: ansible_pkg_mgr == 'apt'
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user