Skip to content
This repository has been archived by the owner on Jun 18, 2021. It is now read-only.

Commit

Permalink
Rename ovirt. to oVirt. to sync with galaxy
Browse files Browse the repository at this point in the history
Change-Id: I8fab5b0ce4f4e002802b8c21375857646d6bce99
Signed-off-by: Ondra Machacek <[email protected]>
  • Loading branch information
machacekondra committed Nov 29, 2017
1 parent 1e7654c commit c77cb1e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
------------
Expand Down Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/cluster_upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
- myhost2

roles:
- ovirt.cluster-upgrade
- oVirt.cluster-upgrade
2 changes: 1 addition & 1 deletion ovirt-ansible-cluster-upgrade.spec.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%global rolename cluster-upgrade
%global roleprefix ovirt.
%global roleprefix oVirt.
%global roleprefix_legacy ovirt-
%global ansible_roles_dir ansible/roles

Expand Down

0 comments on commit c77cb1e

Please sign in to comment.