[ovirt-users] Re: "gluster-ansible-roles is not installed on Host" error on Cockpit

2020-11-26 Thread garcialiang . anne
It work well. 
I need restart 
# systemctl restart cockpit 
and 
# yum install gluster-ansible
again.
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/A47X6WFEJI4TFLX5566BBJS2X4VEG2H6/


[ovirt-users] Re: "gluster-ansible-roles is not installed on Host" error on Cockpit

2019-03-11 Thread Gobinda Das
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-$basearch/
type=rpm-md
skip_if_unavailable=True
gpgcheck=1
gpgkey=
https://copr-be.cloud.fedoraproject.org/results/sac/gluster-ansible/pubkey.gpg
repo_gpgcheck=0
enabled=1
enabled_metadata=1

On Mon, Mar 11, 2019 at 2:08 PM Sahina Bose  wrote:

> We do have an updated rpm gluster-ansible-roles. +Sachidananda URS
>
> On Sun, Mar 10, 2019 at 7:00 PM Hesham Ahmed  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-$basearch/
> > type = rpm-md
> > skip_if_unavailable = False
> > gpgcheck = 1
> > gpgkey =
> https://copr-be.cloud.fedoraproject.org/results/sac/gluster-ansible/pubkey.gpg
> > 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  wrote:
> > >
> > > Check if you have a repo called sac-gluster-ansible.
> > >
> > > Best Regards,
> > > Strahil NikolovOn Mar 10, 2019 08:21, Hesham Ahmed 
> 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-le...@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/243QJOXO2KTWYU5CDH3OC7WJ6Z2EL4CG/
> > ___
> > Users mailing list -- users@ovirt.org
> > To unsubscribe send an email to users-le...@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/WCS3VLTIOW4FF2BXHQQ4AGGJBHXJYXLS/
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org

[ovirt-users] Re: "gluster-ansible-roles is not installed on Host" error on Cockpit

2019-03-11 Thread Sahina Bose
We do have an updated rpm gluster-ansible-roles. +Sachidananda URS

On Sun, Mar 10, 2019 at 7:00 PM Hesham Ahmed  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-$basearch/
> type = rpm-md
> skip_if_unavailable = False
> gpgcheck = 1
> gpgkey = 
> https://copr-be.cloud.fedoraproject.org/results/sac/gluster-ansible/pubkey.gpg
> 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  wrote:
> >
> > Check if you have a repo called sac-gluster-ansible.
> >
> > Best Regards,
> > Strahil NikolovOn Mar 10, 2019 08:21, Hesham Ahmed  
> > 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-le...@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/243QJOXO2KTWYU5CDH3OC7WJ6Z2EL4CG/
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@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/WCS3VLTIOW4FF2BXHQQ4AGGJBHXJYXLS/
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@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/4RS5TWNWTFLI642W6RSQR7CA3MUIENHI/


[ovirt-users] Re: "gluster-ansible-roles is not installed on Host" error on Cockpit

2019-03-10 Thread Hesham Ahmed
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-$basearch/
type = rpm-md
skip_if_unavailable = False
gpgcheck = 1
gpgkey = 
https://copr-be.cloud.fedoraproject.org/results/sac/gluster-ansible/pubkey.gpg
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  wrote:
>
> Check if you have a repo called sac-gluster-ansible.
>
> Best Regards,
> Strahil NikolovOn Mar 10, 2019 08:21, Hesham Ahmed  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-le...@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/243QJOXO2KTWYU5CDH3OC7WJ6Z2EL4CG/
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@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/WCS3VLTIOW4FF2BXHQQ4AGGJBHXJYXLS/


[ovirt-users] Re: "gluster-ansible-roles is not installed on Host" error on Cockpit

2019-03-10 Thread Strahil
Check if you have a repo called sac-gluster-ansible.

Best Regards,
Strahil NikolovOn Mar 10, 2019 08:21, Hesham Ahmed  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-le...@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/243QJOXO2KTWYU5CDH3OC7WJ6Z2EL4CG/
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@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/G6RPQB57LVVVIHED4LOYSALIUORYUJPE/