Skip to content
Snippets Groups Projects
Commit 11a572cc authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Remove support for OracleLinux"

parents c11ada41 15e35333
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ config_owner_group: "root"
# Valid options are [ COPY_ONCE, COPY_ALWAYS ]
config_strategy: "COPY_ALWAYS"
# Valid options are ['centos', 'debian', 'oraclelinux', 'rhel', 'ubuntu']
# Valid options are ['centos', 'debian', 'rhel', 'ubuntu']
kolla_base_distro: "centos"
# Valid options are [ binary, source ]
kolla_install_type: "binary"
......@@ -1083,7 +1083,6 @@ influxdb_address: "{{ kolla_internal_fqdn }}"
distro_python_version_map: {
"centos": "2.7",
"debian": "3.7",
"oraclelinux": "2.7",
"rhel": "2.7",
"ubuntu": "3.6"
}
......
{% set keyfile = '/etc/chrony.keys' if kolla_base_distro in ['centos', 'oraclelinux', 'redhat'] else '/etc/chrony/chrony.keys' %}
{% set keyfile = '/etc/chrony.keys' if kolla_base_distro in ['centos', 'redhat'] else '/etc/chrony/chrony.keys' %}
server {{ kolla_internal_vip_address }} iburst
{# NOTE(jeffrey4l): external_ntp_servers may be None here #}
......
......@@ -151,7 +151,7 @@ be enabled by appending ``--type source`` to the :command:`kolla-build` or
.. code-block:: console
--base [ubuntu|centos|oraclelinux]
--base [centos|debian|rhel|ubuntu]
Configure and Deploy a Bifrost Container
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
......
......@@ -49,7 +49,7 @@ and versioning may differ depending on deploy configuration):
# docker ps --filter name=neutron_vpnaas_agent
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
97d25657d55e operator:5000/kolla/oraclelinux-source-neutron-vpnaas-agent:4.0.0 "kolla_start" 44 minutes ago Up 44 minutes neutron_vpnaas_agent
97d25657d55e operator:5000/kolla/centos-source-neutron-vpnaas-agent:4.0.0 "kolla_start" 44 minutes ago Up 44 minutes neutron_vpnaas_agent
Kolla-Ansible includes a small script that can be used in tandem with
``tools/init-runonce`` to verify the VPN using two routers and two Nova VMs:
......
......@@ -32,13 +32,9 @@ Compatibility
Tacker is supported by the following distros and install_types.
* Centos, Redhat and Oraclelinux.
* CentOS and RHEL: Source and binary images.
* Source and binary images.
* Debian and Ubuntu.
* Only source images.
* Debian and Ubuntu: Only source images.
Preparation and Deployment
~~~~~~~~~~~~~~~~~~~~~~~~~~
......
......@@ -107,7 +107,7 @@ the environment variable and create ``/etc/kolla/config/swift`` directory:
.. code-block:: console
STORAGE_NODES=(192.168.0.2 192.168.0.3 192.168.0.4)
KOLLA_SWIFT_BASE_IMAGE="kolla/oraclelinux-source-swift-base:4.0.0"
KOLLA_SWIFT_BASE_IMAGE="kolla/centos-source-swift-base:4.0.0"
mkdir -p /etc/kolla/config/swift
Generate Object Ring
......
......@@ -368,7 +368,6 @@ There are a few options that are required to deploy Kolla-Ansible:
- CentOS
- Ubuntu
- Oracle Linux
- Debian
- RHEL
......
......@@ -11,7 +11,7 @@
# Valid options are [ COPY_ONCE, COPY_ALWAYS ]
#config_strategy: "COPY_ALWAYS"
# Valid options are ['centos', 'debian', 'oraclelinux', 'rhel', 'ubuntu']
# Valid options are ['centos', 'debian', 'rhel', 'ubuntu']
#kolla_base_distro: "centos"
# Valid options are [ binary, source ]
......
---
upgrade:
- |
Support for deployment of OracleLinux containers has been removed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment