On Thu, Dec 20, 2018 at 12:53 AM YATIN KAREL <yatinkarel(a)gmail.com> wrote:
Hmm that step("sudo yum install -y
https://trunk.rdoproject.org/centos7/current/python2-tripleo-repos-<ve...)
can confuse users as they don't know what <version> to use and will required to
manually get version by tracing the url, Following can be used:
sudo yum -y install --repofrompath=tmp,https://trunk.rdoproject.org/centos7/current/
--disablerepo=* --enablerepo=tmp python2-tripleo-repos
@Alex wdyt to use ^^ in docs?
@Andreas, Just to be exact the issue u faced with centos-rocky packages, Following is the
commit that is in stable/rocky but not in centos-rocky mirror:-
https://github.com/openstack/puppet-ironic/commit/0ed395e5887b12c44e50b5b...
On Wed, Dec 19, 2018 at 10:21 PM Alex Schultz <aschultz(a)redhat.com> wrote:
>
> On Wed, Dec 19, 2018 at 9:45 AM Alex Schultz <aschultz(a)redhat.com> wrote:
> >
> > On Wed, Dec 19, 2018 at 9:44 AM Andreas Kasenides
> > <andreas.kasenides(a)cs.ucy.ac.cy> wrote:
> > >
> > > On 19/12/2018 11:11, Steven Hardy wrote:
> > >
> > > On Wed, Dec 19, 2018 at 8:41 AM Andreas Kasenides
> > > <andreas.kasenides(a)cs.ucy.ac.cy> wrote:
> > >
> > > Thank you all. All comments very much appreciated. Here is how we attempt
to install:
> > > - we start from a minimal CentOS 7 install, latest and updated on the
undercloud machine
> > > - the network is pretty much standard from the manual and is available
here:
https://drive.google.com/file/d/1x57_tmMU9yOaJlFFepn3-gNASTR-oI1R/view?us...
> > > - we follow closely the TripleO instal manual
> > > - repos are enabled with: sudo yum install centos-release-openstack-rocky
> > >
> > > This may be the problem - you should use the tripleo-repos tool to
> > > ensure the latest/correct RDO repos are enabled, I don't think we
> > > document centos-release-openstack-rocky anywhere in the tripleo docs?
> > >
> > >
https://docs.openstack.org/tripleo-docs/latest/install/installation/insta...
> > >
> > >
> > > As I retrace our steps into what caused the installation troubles in the
first place I notice the following in the undercloud install manual:
> > >
> > > At bullet point "2. Enable needed repositories" and under the
RHEL box
> > >
> > > "Download and install the python2-tripleo-repos RPM from the current
RDO repository. For example"
> > >
> > > "sudo yum install -y
https://trunk.rdoproject.org/centos7/current/python2-tripleo-repos-<ve...
> > >
> > > What should <version> be? rocky? Then the install fails with
> > >
> > > [root@pallas ~]# yum install
https://trunk.rdoproject.org/centos7/current/python2-tripleo-repos-rocky....
> > > Loaded plugins: fastestmirror
> > > Cannot open:
https://trunk.rdoproject.org/centos7/current/python2-tripleo-repos-rocky.....
Skipping.
> > > Error: Nothing to do
> > >
> > > Looking at
https://trunk.rdoproject.org/centos7/current/ I see that there
is a python2-tripleo-repos-0.0.1-0.20181218212820.a5b709e.el7.noarch.rpm. Is this the
one?
> > >
> >
> > The tripleo-repos package is not versioned for the release. Any rpm will do.
> >
> > sudo rpm -ivh
https://trunk.rdoproject.org/centos7-master/current/python2-tripleo-repos...
> > sudo tripleo-repos -b rocky current
> >
>
> Also since current can move, you can also do it this way via ansible:
>
>
https://github.com/mwhahaha/ansible-ovb/blob/master/roles/undercloud-repo...
>
> with tripleo_repos_repo_file_url is the delorean.repo out of current/
> or current-tripleo
>
>
https://github.com/mwhahaha/ansible-ovb/blob/master/roles/undercloud-repo...
>
> > > best wishes.
> > >
> > > --
> > > Andreas Kasenides
> > > Senior IT Officer
> > > Dept. of Computer Science,
> > > University of Cyprus
> > >
http://www.cs.ucy.ac.cy/~ank
> > > Tel: 22892714, Fax: 22892701
> > >
> > > _______________________________________________
> > > users mailing list
> > > users(a)lists.rdoproject.org
> > >
http://lists.rdoproject.org/mailman/listinfo/users
> > >
> > > To unsubscribe: users-unsubscribe(a)lists.rdoproject.org
> _______________________________________________
> users mailing list
> users(a)lists.rdoproject.org
>
http://lists.rdoproject.org/mailman/listinfo/users
>
> To unsubscribe: users-unsubscribe(a)lists.rdoproject.org
--
Yatin Karel