
We now properly tag the repository switching admonitions so that they show up correctly with regards to the state of "Limit Environment Specific Content" checkboxes for the "Upgrade Version" category. This means we also have to add Kilo to Liberty upgrade tag so that Liberty repos are properly tagged and hideable, even though Kilo to Liberty upgrades aren't really supported. This peculiar situation will resolve itself once we remove Liberty-specific steps from the documentation. Also a minor tweak is removing a TODO comment from the docs. We'll keep tweaking the docs as we improve he upgrades experience in that regard. Change-Id: I1f2c85d89016ce30f392fc05aa35d6796588d748
61 lines
2.2 KiB
Plaintext
61 lines
2.2 KiB
Plaintext
.. admonition:: Stable Branch
|
|
:class: stable
|
|
|
|
Enable the appropriate repos for the desired release, as indicated below.
|
|
Do not enable any other repos not explicitly marked for that release.
|
|
|
|
.. admonition:: Liberty
|
|
:class: liberty ktol
|
|
|
|
Enable latest RDO Liberty Delorean repository for all packages
|
|
|
|
::
|
|
|
|
sudo curl -L -o /etc/yum.repos.d/delorean-liberty.repo https://trunk.rdoproject.org/centos7-liberty/current/delorean.repo
|
|
|
|
Enable the Liberty Delorean Deps repository
|
|
|
|
::
|
|
|
|
sudo curl -L -o /etc/yum.repos.d/delorean-deps-liberty.repo http://trunk.rdoproject.org/centos7-liberty/delorean-deps.repo
|
|
|
|
.. admonition:: Mitaka
|
|
:class: mitaka ltom
|
|
|
|
Enable latest RDO Mitaka Delorean repository for all packages
|
|
|
|
::
|
|
|
|
sudo curl -L -o /etc/yum.repos.d/delorean-mitaka.repo https://trunk.rdoproject.org/centos7-mitaka/current/delorean.repo
|
|
|
|
Enable the Mitaka Delorean Deps repository
|
|
|
|
::
|
|
|
|
sudo curl -L -o /etc/yum.repos.d/delorean-deps-mitaka.repo http://trunk.rdoproject.org/centos7-mitaka/delorean-deps.repo
|
|
|
|
|
|
Enable last known good RDO Trunk Delorean repository for core openstack packages
|
|
|
|
::
|
|
|
|
sudo curl -L -o /etc/yum.repos.d/delorean.repo http://buildlogs.centos.org/centos/7/cloud/x86_64/rdo-trunk-master-tripleo/delorean.repo
|
|
|
|
Enable latest RDO Trunk Delorean repository only for the |project| packages
|
|
|
|
::
|
|
|
|
sudo curl -L -o /etc/yum.repos.d/delorean-current.repo http://trunk.rdoproject.org/centos7/current/delorean.repo
|
|
sudo sed -i 's/\[delorean\]/\[delorean-current\]/' /etc/yum.repos.d/delorean-current.repo
|
|
sudo /bin/bash -c "cat <<EOF>>/etc/yum.repos.d/delorean-current.repo
|
|
|
|
includepkgs=diskimage-builder,instack,instack-undercloud,os-apply-config,os-cloud-config,os-collect-config,os-net-config,os-refresh-config,python-tripleoclient,tripleo-common,openstack-tripleo-heat-templates,openstack-tripleo-image-elements,openstack-tripleo,openstack-tripleo-puppet-elements,openstack-puppet-modules
|
|
EOF"
|
|
|
|
|
|
Enable the Delorean Deps repository
|
|
|
|
::
|
|
|
|
sudo curl -L -o /etc/yum.repos.d/delorean-deps.repo http://trunk.rdoproject.org/centos7/delorean-deps.repo
|