Skip to content

Commit

Permalink
Replace virlutils with cmlutils.
Browse files Browse the repository at this point in the history
  • Loading branch information
jclarke-csco committed Nov 3, 2023
1 parent ef19dd5 commit 80cd251
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion virl/cli/version/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -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))
2 changes: 1 addition & 1 deletion virl/templates/ansible/inventory_ini_template.j2
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion virl/templates/ansible/inventory_template.j2
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 80cd251

Please sign in to comment.