Bug 724979 - Master/Slave setup fails with issues.
Summary: Master/Slave setup fails with issues.
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Update Infrastructure for Cloud Providers
Classification: Red Hat
Component: Tools
Version: 2.0.2
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Jay Dobies
QA Contact: wes hayutin
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-07-22 13:30 UTC by Kedar Bidarkar
Modified: 2012-03-12 19:45 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-01-19 21:10:29 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description Kedar Bidarkar 2011-07-22 13:30:16 UTC
Description of problem:

Not clear whether this issue needs to be called a bug, raising this bug to track the 
Master/Slave RHUI setup issues.

For master/slave setups we need to use the following server url to add the RH repos on the slave RHUA nodes.

Instead of just https://hostname.example.com  we need to use 

https://hostname.example.com/pulp/repos

The issues faced because of using https://hostname.example.com/pulp/repo

1) On Pulp-Server : we have /var/lib/pulp/repos/pulp/repos  as the directory structure

[root@dhcp201-198 os]# pwd
/var/lib/pulp/repos/pulp/repos/content/dist/rhel/rhui/server-6/releases/6Server/x86_64/os

2) On Pulp-CDS : we have /var/lib/pulp-cds/repos/pulp/repos as the directory structure

3) Using this link will cause the slave's clients from failing to fetch the content, due to dual /pulp/repos

4) Creating a soft link or changing the alias in pulp-cds.conf file solved the issue.

[root@dhcp201-150 repos]# ln -s ./pulp/repos/content content
[root@dhcp201-150 repos]# ls
content  pulp



Version-Release number of selected component (if applicable):
pulp - 211 and rhui 2.0.40 

How reproducible:

By setting up a master/slave setup.

Steps to Reproduce:
1.
2.
3.
  
Actual results:
slave's clients fails to fetch content.

Expected results:
Slaves' clients should be able to fetch the contents

Additional info:

Comment 1 James Slagle 2012-03-12 19:39:47 UTC
Released in RHUI 2.0.2


Note You need to log in before you can comment on or make changes to this bug.