diff --git a/README.md b/README.md index 6bb3438..8dc8b70 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ oVirt Cluster Upgrade ========= -The `ovirt-cluster-upgrade` role iterates through all the hosts in a cluster and upgrades them. +The `oVirt.cluster-upgrade` role iterates through all the hosts in a cluster and upgrades them. Requirements ------------ @@ -50,7 +50,7 @@ Example Playbook - openshift-node-image roles: - - ovirt-cluster-upgrade + - oVirt.cluster-upgrade ``` [![asciicast](https://asciinema.org/a/122760.png)](https://asciinema.org/a/122760) diff --git a/build.sh b/build.sh index de101be..6389d17 100755 --- a/build.sh +++ b/build.sh @@ -4,7 +4,7 @@ VERSION="1.1.1" MILESTONE=master RPM_RELEASE="0.1.$MILESTONE.$(date -u +%Y%m%d%H%M%S)" -ROLE_NAME="ovirt.cluster-upgrade" +ROLE_NAME="oVirt.cluster-upgrade" PACKAGE_NAME="ovirt-ansible-cluster-upgrade" PREFIX=/usr/local DATAROOT_DIR=$PREFIX/share diff --git a/examples/cluster_upgrade.yml b/examples/cluster_upgrade.yml index 305b76d..68c51d5 100644 --- a/examples/cluster_upgrade.yml +++ b/examples/cluster_upgrade.yml @@ -21,4 +21,4 @@ - myhost2 roles: - - ovirt.cluster-upgrade + - oVirt.cluster-upgrade diff --git a/ovirt-ansible-cluster-upgrade.spec.in b/ovirt-ansible-cluster-upgrade.spec.in index 3babdfb..e33a07b 100644 --- a/ovirt-ansible-cluster-upgrade.spec.in +++ b/ovirt-ansible-cluster-upgrade.spec.in @@ -1,5 +1,5 @@ %global rolename cluster-upgrade -%global roleprefix ovirt. +%global roleprefix oVirt. %global roleprefix_legacy ovirt- %global ansible_roles_dir ansible/roles