Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 1486248 Details for
Bug 1629591
colonizer deployment script fails due to pexpect module unavailable
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
gluster-colonizer-1.2-3 spec file
gluster-colonizer.spec (text/plain), 5.78 KB, created by
Ramakrishna Reddy Yekulla
on 2018-09-23 19:13:35 UTC
(
hide
)
Description:
gluster-colonizer-1.2-3 spec file
Filename:
MIME Type:
Creator:
Ramakrishna Reddy Yekulla
Created:
2018-09-23 19:13:35 UTC
Size:
5.78 KB
patch
obsolete
>Name: gluster-colonizer >Version: 1.2 >Release: 3%{?dist} >%global sum Installer for gluster storage for preconfigured hardware >Summary: %{sum} > >License: GPLv3 > >URL: https://github.com/gluster/gluster-colonizer.git >Source0: https://github.com/gluster/gluster-colonizer/archive/v%{version}.tar.gz >Source1: branding.yml >Patch0: 0001-init-setup-path-fix.patch >Patch1: 0001-playbook-path-downstream-fix.patch > >BuildRequires: python2-devel, python-gluster, python-setuptools >BuildArch: noarch >Requires: python-netaddr, NetworkManager, pexpect, gdeploy, ansible >= 2.5.2, python-gluster-zeroconf, gluster-zeroconf-avahi, fio, PyYAML >= 3.10 > >%description >gluster-colonizer is best thought of as an opinionated installer for Gluster Storage. >It solves the problem of quick deployment of Gluster for customers who have purchased >hardware that has been pre-validated for use with the Colonizer tool. > > >%prep >%setup -n %{name}-%{version} >cp -p %{SOURCE1} . > >%patch0 -p1 >%patch1 -p1 > >%build >%py2_build > >%install >%py2_install >mkdir -p %{buildroot}%{_bindir}/ >ln -s %{python2_sitelib}/%{name}/gluster-colonizer.py %{buildroot}%{_bindir}/gluster-colonizer.py >mkdir -p %{buildroot}%{_datadir}/%{name} >cp -p -r oemid %{buildroot}%{_datadir}/%{name} >cp -p -r resources %{buildroot}%{_datadir}/%{name} >mkdir -p %{buildroot}%{_datadir}/%{name}/playbook >cp -p branding.yml %{buildroot}%{_datadir}/%{name}/ >cp -p -r ansible %{buildroot}%{_datadir}/%{name}/playbook >rm -f %{buildroot}%{_datadir}/%{name}/oemid/g1-id-kvm-media.yml >rm -f %{buildroot}%{_datadir}/%{name}/oemid/g1-id-kvm-nas.yml >rm -f %{buildroot}%{_datadir}/%{name}/oemid/verify-storchris.yml >rm -f %{buildroot}%{_datadir}/%{name}/oemid/verify-vagrant.yml >chmod 755 %{buildroot}%{python2_sitelib}/%{name}/gluster-colonizer.py > > >%files >%license LICENSE >%doc README.md >%{_bindir}/gluster-colonizer.py >%{_datadir}/%{name}/ >%{python2_sitelib}/gluster_colonizer*.egg-info >%{python2_sitelib}/%{name}/__init__.py* >%{python2_sitelib}/%{name}/g1modules.py* >%{python2_sitelib}/%{name}/gluster-colonizer.py* > > >%changelog >* Sun Sep 23 2018 Ramakrishna Reddy Yekulla <rreddy@redhat.com> -1.2.0-3 >- Resolves: #1629591 - colonizer deployment script fails due to pexpect > module unavailable >- Resolves: #1631806 - deployment through colonizer fails due to wrong > playbook path in colonizer.py > > >* Fri Jul 20 2018 Ramakrishna Reddy Yekulla <rreddy@redhat.com> -1.2.0-2 >- Resolves: #1600070 - [Packaging] Add NetworkManager as a dependency > for the gluster colonizer tool > >* Tue Jun 19 2018 Ramakrishna Reddy Yekulla <rreddy@redhat.com> -1.2.0-1 >- New Sources v1.2 >- Resolves: #1592527 - [Rebase] Downstream packaging request for > gluster-colonizer v1.2 for RHGS 3.4 > >* Tue Apr 03 2018 Ramakrishna Reddy Yekulla <rreddy@redhat.com> -1.1.0-2 >- New Sources v1.1 >- Resolves: #1546492 - do not add mount details into /etc/fstab when > mounting for performance tests which is temporary >- Resolves: #1563582 - Enable SMB CTDB yaml playbooks for gluster colonizer >- Resolves: #1535403 - prompt user to choose or mention the volume name >- Resolves: #1551644 - Colonizer doesnt seem to be cleaning LVM and VGs > correctly when checking for existing gluster bricks > >* Thu Mar 08 2018 Ramakrishna Reddy Yekulla <rreddy@redhat.com> -1.0.4-3 >- Resolves: #1553011 - Colonizer deployment fails at volume create > due to one host not being peer probed when > hostnames are entered manually > > >* Wed Mar 07 2018 Ramakrishna Reddy Yekulla <rreddy@redhat.com> -1.0.4-2 >- Resolves: #1546748 - nfs-ganesha service getting started only on > node where colonizer is being executed > >* Mon Feb 26 2018 Ramakrishna Reddy Yekulla <rreddy@redhat.com> - 1.0.4-1 >- New Source v1.0.4 >- Resolves: #1546748 - nfs-ganesha service getting started only on > node where colonizer is being executed >- Resolves: #1549043 - Downstream specific path for gluster-colonizer > playbook path > > >* Mon Feb 19 2018 Ramakrishna Reddy Yekulla <rreddy@redhat.com> - 1.0.3-1 >- New Source v1.0.3 >- Resolves: #1544917 - Colonizer should abort on any ansible play > failures >- Resolves: #1545957 - Entries in /etc/hosts file can be overwritten > by playbook due to bad regex > >* Fri Feb 16 2018 Ramakrishna Reddy Yekulla <reddy@redhat.com> - 1.0.2-1 >- New source v1.0.2, resolves filepath changes >- Resolves: #1489473 - [RFE] Request to add the RHS ONE colonizer tool > to the main gluster release > >* Tue Feb 06 2018 Ramakrishna Reddy Yekulla <rreddy@redhat.com> - 1.0.1-2 >- Fixed yml files in the oemid path >- Resolves: #1489473 - [RFE] Request to add the RHS ONE colonizer tool > to the main gluster release > > >* Mon Feb 05 2018 Ramakrishna Reddy Yekulla <rreddy@redhat.com> - 1.0.1-1 >- Adding new sources from upstream gluster-colonizer repository >- Adding the Branding YAML file for RHSOne >- Resolves: #1489473 - [RFE] Request to add the RHS ONE colonizer tool > to the main gluster release > > > > >* Tue Nov 28 2017 Ramakrishna Reddy Yekulla <rreddy@redhat.com> - 1.0.0-6 >- Adding python-gluster-zeroconf subpackage as requires >- Adding gluster-zeroconf-avahi subpackage as requires >- Resolves: #1518206 - python-gluster-zeroconf and gluster-zeroconf-avahi > subpackages as dependencies to gluster-colonizer. > > >* Wed Nov 15 2017 Ramakrishna Reddy Yekulla <rreddy@redhat.com> - 0.1.0-3 >- removing the setuptools reference >- rhbz : #1489473 > > >* Tue Nov 7 2017 Ramakrishna Reddy Yekulla <rreddy@redhat.com> - 0.1.0-2 >- updated to upstream 1.0.0 release >- Resolves: #1489473 - [RFE] Request to add the RHS ONE colonizer tool > to the main gluster release >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1629591
:
1484240
| 1486248