
I just used below repo in centos7 and able to install latest *gluster-ansible-roles-1.0.4-4.el7.noarch* [sac-gluster-ansible] name=Copr repo for gluster-ansible owned by sac baseurl= https://copr-be.cloud.fedoraproject.org/results/sac/gluster-ansible/epel-7-$... type=rpm-md skip_if_unavailable=True gpgcheck=1 gpgkey= https://copr-be.cloud.fedoraproject.org/results/sac/gluster-ansible/pubkey.g... repo_gpgcheck=0 enabled=1 enabled_metadata=1 On Mon, Mar 11, 2019 at 2:08 PM Sahina Bose <sabose@redhat.com> wrote:
We do have an updated rpm gluster-ansible-roles. +Sachidananda URS
On Sun, Mar 10, 2019 at 7:00 PM Hesham Ahmed <hsahmed@gmail.com> wrote:
sac-gluster-ansible is there and is enabled:
[sac-gluster-ansible] enabled=1 name = Copr repo for gluster-ansible owned by sac baseurl =
https://copr-be.cloud.fedoraproject.org/results/sac/gluster-ansible/epel-7-$...
type = rpm-md skip_if_unavailable = False gpgcheck = 1 gpgkey = https://copr-be.cloud.fedoraproject.org/results/sac/gluster-ansible/pubkey.g... repo_gpgcheck = 0 enabled = 1 enabled_metadata = 1 includepkgs = ovirt-node-ng-image-update ovirt-node-ng-image ovirt-engine-appliance
The issue doesn't appear to be missing packages but package naming. There is a package gluster-ansible installed which provides the gluster ansible roles:
Installed Packages Name : gluster-ansible Arch : noarch Version : 0.6 Release : 1 Size : 56 k Repo : installed Summary : Ansible roles for GlusterFS deployment and management URL : https://github.com/gluster/gluster-ansible License : GPLv3 Description : Collection of Ansible roles for the deploying and managing GlusterFS clusters.
I can also confirm that just by changing the package name in the app.js as I previously mentioned allows complete HCI deployment and gluster volume creation from within Cockpit without any issues.
On Sun, Mar 10, 2019 at 2:55 PM Strahil <hunter86_bg@yahoo.com> wrote:
Check if you have a repo called sac-gluster-ansible.
Best Regards, Strahil NikolovOn Mar 10, 2019 08:21, Hesham Ahmed <hsahmed@gmail.com>
wrote:
On a new 4.3.1 oVirt Node installation, when trying to deploy HCI (also when trying adding a new gluster volume to existing clusters) using Cockpit, an error is displayed "gluster-ansible-roles is not installed on Host. To continue deployment, please install gluster-ansible-roles on Host and try again". There is no package named gluster-ansible-roles in the repositories:
[root@localhost ~]# yum install gluster-ansible-roles Loaded plugins: enabled_repos_upload, fastestmirror,
imgbased-persist,
package_upload, product-id, search-disabled-repos, subscription-manager, vdsmupgrade This system is not registered with an entitlement server. You can use subscription-manager to register. Loading mirror speeds from cached hostfile * ovirt-4.3-epel: mirror.horizon.vn No package gluster-ansible-roles available. Error: Nothing to do Uploading Enabled Repositories Report Cannot upload enabled repos report, is this client registered?
This is due to check introduced here:
https://gerrit.ovirt.org/#/c/98023/1/dashboard/src/helpers/AnsibleUtil.js
Changing the line from: [ "rpm", "-qa", "gluster-ansible-roles" ], { "superuser":"require" } to [ "rpm", "-qa", "gluster-ansible" ], { "superuser":"require" } resolves the issue. The above code snippet is installed at /usr/share/cockpit/ovirt-dashboard/app.js on oVirt node and can be patched by running "sed -i
's/gluster-ansible-roles/gluster-ansible/g'
/usr/share/cockpit/ovirt-dashboard/app.js && systemctl restart cockpit" _______________________________________________ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-leave@ovirt.org Privacy Statement: https://www.ovirt.org/site/privacy-policy/ oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/users@ovirt.org/message/243QJOXO2KTWYU...
Users mailing list -- users@ovirt.org To unsubscribe send an email to users-leave@ovirt.org Privacy Statement: https://www.ovirt.org/site/privacy-policy/ oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/users@ovirt.org/message/WCS3VLTIOW4FF2...
Users mailing list -- users@ovirt.org To unsubscribe send an email to users-leave@ovirt.org Privacy Statement: https://www.ovirt.org/site/privacy-policy/ oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/users@ovirt.org/message/4RS5TWNWTFLI64...
-- Thanks, Gobinda