operations guide about setting local repo misleads

Bug #1587955 reported by Evgeny Kozhemyakin
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Fuel for OpenStack
Won't Fix
Medium
Fuel Documentation Team

Bug Description

Our operations guide is misleading in the part of setting up local repository.
https://docs.mirantis.com/openstack/fuel/fuel-8.0/operations.html#external-ubuntu-ops

===
The script supports running behind an HTTP proxy as long as the proxy is configured to allow proxying to Port 873 (rsync). The following environment variables can be set either system-wide (via ~/.bashrc), or in the script configuration file (see below):

http_proxy=http://username:password@host:port/
RSYNC_PROXY=username:password@host:port
===

fuel-createmirror is a shell wrapper for fuel-mirror which works only wih http (or https), not rsync.
As well setting "http_proxy" prevents fuel-mirror's connection to keystone on master in most cases.
The workaround could be
 export http_proxy=http://<proxy>
 export no_proxy=10.20.0.2

Changed in fuel:
assignee: nobody → Fuel Documentation Team (fuel-docs)
tags: added: docs
tags: added: customer-found
removed: docs
tags: added: docs
Changed in fuel:
status: New → Confirmed
importance: Undecided → Medium
milestone: none → 8.0-updates
Revision history for this message
Oleksiy Molchanov (omolchanov) wrote :

We are not going to fix this bug.

Changed in fuel:
status: Confirmed → Won't Fix
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.