Remove Keystone and Memcache from Undercloud

Keystone is no longer used in undercloud since we replaced it by basic
auth mechanism[1].

Also, memcached was used by caching(Keystone, Nova and Heat) and
the authtoken middleware but all of these are no longer used in
undercloud. (Ephemeral Heat does not use caching with memcached.)

[1] c293dfc7b1

Change-Id: Ifa80bee358edf1e8c07ed4ac62bcf676d65ab925
This commit is contained in:
Takashi Kajinami 2022-05-26 23:31:42 +09:00
parent 8cdef50d46
commit b7d34e2994
3 changed files with 0 additions and 7 deletions

View File

@ -17,9 +17,6 @@ resource_registry:
OS::TripleO::Services::OpenStackClients: ../deployment/clients/openstack-clients-baremetal-ansible.yaml
OS::TripleO::Services::HeatEphemeral: ../deployment/heat/heat-ephemeral-container-ansible.yaml
# Disable keystone by default
OS::TripleO::Services::Keystone: OS::Heat::None
OS::TripleO::Services::Memcached: OS::Heat::None
# services we disable by default on the undercloud
OS::TripleO::Services::Rear: OS::Heat::None

View File

@ -34,10 +34,8 @@
- OS::TripleO::Services::IronicPxe
- OS::TripleO::Services::Iscsid
- OS::TripleO::Services::Kernel
- OS::TripleO::Services::Keystone
- OS::TripleO::Services::LoginDefs
- OS::TripleO::Services::MasqueradeNetworks
- OS::TripleO::Services::Memcached
- OS::TripleO::Services::MySQL
- OS::TripleO::Services::MySQLClient
- OS::TripleO::Services::NeutronApi

View File

@ -37,10 +37,8 @@
- OS::TripleO::Services::IronicPxe
- OS::TripleO::Services::Iscsid
- OS::TripleO::Services::Kernel
- OS::TripleO::Services::Keystone
- OS::TripleO::Services::LoginDefs
- OS::TripleO::Services::MasqueradeNetworks
- OS::TripleO::Services::Memcached
- OS::TripleO::Services::MySQL
- OS::TripleO::Services::MySQLClient
- OS::TripleO::Services::NeutronApi