From 80cd2512af232b3d98f9b5121dc488523c6812c0 Mon Sep 17 00:00:00 2001 From: Joe Clarke Date: Fri, 3 Nov 2023 08:18:13 -0400 Subject: [PATCH] Replace virlutils with cmlutils. --- virl/cli/version/commands.py | 2 +- virl/templates/ansible/inventory_ini_template.j2 | 2 +- virl/templates/ansible/inventory_template.j2 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/virl/cli/version/commands.py b/virl/cli/version/commands.py index 4d045ae..21f3a22 100644 --- a/virl/cli/version/commands.py +++ b/virl/cli/version/commands.py @@ -17,5 +17,5 @@ def version(): except Exception: pass virlutils_version = __version__ - click.secho("virlutils Version: {}".format(virlutils_version)) + click.secho("cmlutils Version: {}".format(virlutils_version)) click.secho("CML Controller Version: {}".format(server_version)) diff --git a/virl/templates/ansible/inventory_ini_template.j2 b/virl/templates/ansible/inventory_ini_template.j2 index 43c1be0..30849ca 100644 --- a/virl/templates/ansible/inventory_ini_template.j2 +++ b/virl/templates/ansible/inventory_ini_template.j2 @@ -1,4 +1,4 @@ -# virlutils generated ansible file for lab id: {{ lab_id }}, title: {{ lab_title }} +# cmlutils generated ansible file for lab id: {{ lab_id }}, title: {{ lab_title }} # # the overall structure of the inventory follows best practices # at http://docs.ansible.com/ansible/latest/intro_inventory.html diff --git a/virl/templates/ansible/inventory_template.j2 b/virl/templates/ansible/inventory_template.j2 index 21ed838..b4acddc 100644 --- a/virl/templates/ansible/inventory_template.j2 +++ b/virl/templates/ansible/inventory_template.j2 @@ -1,4 +1,4 @@ -# virlutils generated ansible file for lab id: {{ lab_id }}, title: {{ lab_title }} +# cmlutils generated ansible file for lab id: {{ lab_id }}, title: {{ lab_title }} # # the overall structure of the inventory follows best practices # at http://docs.ansible.com/ansible/latest/intro_inventory.html