Remove implementations for novajoin support

... because support for the novajoin service was already removed[1].

Depends-on: https://review.opendev.org/833508
Change-Id: I54f739c396b29d6a84b4ed5d7fcad364910d3abc
This commit is contained in:
Takashi Kajinami 2022-04-27 11:35:59 +09:00
parent 003d74da9c
commit 62d71bae1e
10 changed files with 0 additions and 35 deletions

View File

@ -60,7 +60,6 @@ _SUPPORTED_USERS['mysql']='mysql 42434 42434 /var/lib/mysql kolla'
_SUPPORTED_USERS['neutron']='neutron 42435 42435 /var/lib/neutron kolla'
_SUPPORTED_USERS['nfast']='nfast 42481 42481'
_SUPPORTED_USERS['nova']='nova 42436 42436 /var/lib/nova qemu,libvirt,kolla'
_SUPPORTED_USERS['novajoin']='novajoin 42470 42470 /var/lib/novajoin kolla'
_SUPPORTED_USERS['octavia']='octavia 42437 42437 /var/lib/octavia kolla'
_SUPPORTED_USERS['openvswitch']='openvswitch 42476 42476'
_SUPPORTED_USERS['ovn-bgp']='ovn-bgp 42486 42486 /var/lib/ovn-bgp kolla'

View File

@ -8,5 +8,4 @@ tcib_packages:
- mod_ssl
- openstack-nova-api
- python3-mod_wsgi
- python3-novajoin
tcib_user: nova

View File

@ -8,5 +8,4 @@ tcib_packages:
- xorriso
- nvme-cli
- openstack-nova-compute
- python3-novajoin
tcib_user: nova

View File

@ -1,6 +0,0 @@
tcib_actions:
- run: bash /usr/local/bin/uid_gid_manage novajoin
- run: dnf -y install {{ tcib_packages.common | join(' ') }} && dnf clean all && rm -rf /var/cache/dnf
tcib_packages:
common:
- python3-novajoin

View File

@ -1,2 +0,0 @@
tcib_actions:
- run: mkdir -p /novajoin-notifier

View File

@ -1,2 +0,0 @@
tcib_actions:
- run: mkdir -p /novajoin-server

View File

@ -133,10 +133,6 @@ container_images:
image_source: tripleo
- imagename: quay.io/tripleomastercentos9/openstack-nova-scheduler:current-tripleo
image_source: tripleo
- imagename: quay.io/tripleomastercentos9/openstack-novajoin-notifier:current-tripleo
image_source: tripleo
- imagename: quay.io/tripleomastercentos9/openstack-novajoin-server:current-tripleo
image_source: tripleo
- imagename: quay.io/tripleomastercentos9/openstack-octavia-api:current-tripleo
image_source: tripleo
- imagename: quay.io/tripleomastercentos9/openstack-octavia-health-manager:current-tripleo

View File

@ -582,21 +582,6 @@ container_images_template:
services:
- OS::TripleO::Services::NovaScheduler
- imagename: "{{namespace}}/{{name_prefix}}novajoin-notifier{{name_suffix}}:{{tag}}"
image_source: tripleo
params:
- ContainerNovajoinNotifierImage
services:
- OS::TripleO::Services::Novajoin
- imagename: "{{namespace}}/{{name_prefix}}novajoin-server{{name_suffix}}:{{tag}}"
image_source: tripleo
params:
- ContainerNovajoinServerImage
- ContainerNovajoinConfigImage
services:
- OS::TripleO::Services::Novajoin
- imagename: "{{namespace}}/{{name_prefix}}octavia-api{{name_suffix}}:{{tag}}"
image_source: tripleo
params:

View File

@ -72,7 +72,6 @@ PASSWORD_PARAMETER_NAMES = (
'NeutronMetadataProxySharedSecret',
'NeutronPassword',
'NovaPassword',
'NovajoinPassword',
'MigrationSshKey',
'OctaviaServerCertsKeyPassphrase',
'OctaviaCaKeyPassphrase',
@ -111,7 +110,6 @@ DB_PASSWORD_PARAMETER_NAMES = (
'MysqlRootPassword',
'NeutronPassword',
'NovaPassword',
'NovajoinPassword',
'OctaviaPassword',
'PlacementPassword',
)

View File

@ -84,7 +84,6 @@ _EXISTING_PASSWORDS = {
'HeatAuthEncryptionKey': '9xZXehsKc2HbmFFMKjuqxTJHn',
'PcsdPassword': 'KjEzeitus8eu751a',
'HorizonSecret': 'mjEzeitus8eu751B',
'NovajoinPassword': '7dZATgVPwD7Ergs9kTTDMCr7F',
'IronicPassword': '4hFDgn9ANeVfuqk84pHpD4ksa',
'RedisPassword': 'xjj3QZDcUQmU6Q7NzWBHRUhGd',
'CinderPassword': 'dcxC3xyUcrmvzfrrxpAd3REcm',