Merge "Remove all Ubuntu 14.04 related documentation"
This commit is contained in:
commit
b236be7cb1
@ -123,8 +123,6 @@ targeted for nova compute role.
|
|||||||
- Stop ``open-iscsi`` system service due to its conflicts
|
- Stop ``open-iscsi`` system service due to its conflicts
|
||||||
with iscsid container.
|
with iscsid container.
|
||||||
|
|
||||||
For Ubuntu 14.04 (upstart): ``service open-iscsi stop``
|
|
||||||
|
|
||||||
Ubuntu 16.04 (systemd):
|
Ubuntu 16.04 (systemd):
|
||||||
``systemctl stop open-iscsi; systemctl stop iscsid``
|
``systemctl stop open-iscsi; systemctl stop iscsid``
|
||||||
|
|
||||||
|
@ -61,16 +61,6 @@ Kolla builds images which are used by Kolla-Ansible to deploy OpenStack. The
|
|||||||
deployment is tested on CentOS, Oracle Linux and Ubuntu as both container OS
|
deployment is tested on CentOS, Oracle Linux and Ubuntu as both container OS
|
||||||
platforms and bare metal deployment targets.
|
platforms and bare metal deployment targets.
|
||||||
|
|
||||||
Ubuntu: For Ubuntu based systems where Docker is used it is recommended to use
|
|
||||||
the latest available LTS kernel. While all kernels should work for Docker, some
|
|
||||||
older kernels may have issues with some of the different Docker back ends such
|
|
||||||
as AUFS and OverlayFS. In order to update kernel in Ubuntu 14.04 LTS to 4.2,
|
|
||||||
run:
|
|
||||||
|
|
||||||
::
|
|
||||||
|
|
||||||
apt-get install linux-image-generic-lts-wily
|
|
||||||
|
|
||||||
.. note:: Install is *very* sensitive about version of components. Please
|
.. note:: Install is *very* sensitive about version of components. Please
|
||||||
review carefully because default Operating System repos are likely out of
|
review carefully because default Operating System repos are likely out of
|
||||||
date.
|
date.
|
||||||
@ -296,8 +286,7 @@ libvirt profile.
|
|||||||
Additional steps for upstart and other non-systemd distros
|
Additional steps for upstart and other non-systemd distros
|
||||||
==========================================================
|
==========================================================
|
||||||
|
|
||||||
For Ubuntu 14.04 which uses upstart and other non-systemd distros, run the
|
For other non-systemd distros, run the following.
|
||||||
following.
|
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
@ -414,7 +403,7 @@ deployment. Optionally, the passwords may be populated in the file by hand.
|
|||||||
kolla-genpwd
|
kolla-genpwd
|
||||||
|
|
||||||
To quickly prepare hosts, playbook bootstrap-servers can be used. This is an
|
To quickly prepare hosts, playbook bootstrap-servers can be used. This is an
|
||||||
Ansible playbook which works on Ubuntu 14.04, 16.04 and CentOS 7 hosts to
|
Ansible playbook which works on Ubuntu 16.04 and CentOS 7 hosts to
|
||||||
install and prepare the cluster for OpenStack installation.
|
install and prepare the cluster for OpenStack installation.
|
||||||
|
|
||||||
::
|
::
|
||||||
|
@ -49,7 +49,7 @@ On Fedora 22 or later::
|
|||||||
|
|
||||||
sudo dnf install vagrant ruby-devel libvirt-devel libvirt-python zlib-devel libpng-devel gcc git
|
sudo dnf install vagrant ruby-devel libvirt-devel libvirt-python zlib-devel libpng-devel gcc git
|
||||||
|
|
||||||
On Ubuntu 14.04 or later::
|
On Ubuntu 16.04 or later::
|
||||||
|
|
||||||
sudo apt-get install vagrant ruby-dev ruby-libvirt python-libvirt libvirt-dev nfs-kernel-server zlib-dev libpng-dev gcc git
|
sudo apt-get install vagrant ruby-dev ruby-libvirt python-libvirt libvirt-dev nfs-kernel-server zlib-dev libpng-dev gcc git
|
||||||
|
|
||||||
@ -142,7 +142,7 @@ On Centos 7::
|
|||||||
|
|
||||||
sudo kolla-ansible deploy -i /usr/share/kolla-ansible/ansible/inventory/multinode
|
sudo kolla-ansible deploy -i /usr/share/kolla-ansible/ansible/inventory/multinode
|
||||||
|
|
||||||
On Ubuntu 14.04 or later::
|
On Ubuntu 16.04 or later::
|
||||||
|
|
||||||
sudo kolla-ansible deploy -i /usr/local/share/kolla-ansible/ansible/inventory/multinode
|
sudo kolla-ansible deploy -i /usr/local/share/kolla-ansible/ansible/inventory/multinode
|
||||||
|
|
||||||
|
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
deprecations:
|
||||||
|
- |
|
||||||
|
Ubuntu 14.04 related stuff has been removed.
|
||||||
|
Last Openstack version supported on Ubuntu 14.04 was Mitaka.
|
Loading…
x
Reference in New Issue
Block a user