Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Remove Keepalived service
Browse files Browse the repository at this point in the history
The Keepalived servier has been remove completely so any definition for
the service can be removed now.

Related-Bug: #1926314
Depends-on: https://review.opendev.org/788200
Depends-on: https://review.opendev.org/788095
Change-Id: I01b066aefa6b7d6bd0cf69dbe5327db6934d6d6e
  • Loading branch information
kajinamit committed Apr 27, 2021
1 parent fb9edd2 commit 9793ddd
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 98 deletions.
6 changes: 0 additions & 6 deletions container-images/tcib/base/keepalived/keepalived.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions container-images/tripleo_containers.yaml
Expand Up @@ -83,8 +83,6 @@ container_images:
image_source: tripleo
- imagename: quay.io/tripleomaster/openstack-iscsid:current-tripleo
image_source: tripleo
- imagename: quay.io/tripleomaster/openstack-keepalived:current-tripleo
image_source: tripleo
- imagename: quay.io/tripleomaster/openstack-keystone:current-tripleo
image_source: tripleo
- imagename: quay.io/tripleomaster/openstack-manila-api:current-tripleo
Expand Down
9 changes: 0 additions & 9 deletions container-images/tripleo_containers.yaml.j2
Expand Up @@ -361,15 +361,6 @@ container_images_template:
services:
- OS::TripleO::Services::Iscsid

- imagename: "{{namespace}}/{{name_prefix}}keepalived{{name_suffix}}:{{tag}}"
image_source: tripleo
params:
- ContainerKeepalivedConfigImage
- ContainerKeepalivedImage
services:
- OS::TripleO::Services::Keepalived
- OS::TripleO::Services::UndercloudKeepalived

- imagename: "{{namespace}}/{{name_prefix}}keystone{{name_suffix}}:{{tag}}"
image_source: tripleo
params:
Expand Down
8 changes: 0 additions & 8 deletions tripleo_common/tests/inventory_data/cell1_dynamic.json
Expand Up @@ -186,14 +186,6 @@
"ansible_ssh_user": "heat-admin"
}
},
"keepalived": {
"children": [
"CellController"
],
"vars": {
"ansible_ssh_user": "heat-admin"
}
},
"kernel": {
"children": [
"CellController",
Expand Down
4 changes: 0 additions & 4 deletions tripleo_common/tests/inventory_data/cell1_static.yaml
Expand Up @@ -70,10 +70,6 @@ kernel:
CellController: {}
Compute: {}
vars: {ansible_ssh_user: heat-admin}
keepalived:
children:
CellController: {}
vars: {ansible_ssh_user: heat-admin}
mysql:
children:
CellController: {}
Expand Down
22 changes: 0 additions & 22 deletions tripleo_common/tests/inventory_data/merged_dynamic.json
Expand Up @@ -263,14 +263,6 @@
"ansible_ssh_user": "heat-admin"
}
},
"cell1_keepalived": {
"children": [
"cell1_CellController"
],
"vars": {
"ansible_ssh_user": "heat-admin"
}
},
"cell1_kernel": {
"children": [
"cell1_CellController",
Expand Down Expand Up @@ -529,12 +521,6 @@
"overcloud_iscsid"
]
},
"keepalived": {
"children": [
"cell1_keepalived",
"overcloud_keepalived"
]
},
"kernel": {
"children": [
"cell1_kernel",
Expand Down Expand Up @@ -845,14 +831,6 @@
"ansible_ssh_user": "heat-admin"
}
},
"overcloud_keepalived": {
"children": [
"overcloud_Controller"
],
"vars": {
"ansible_ssh_user": "heat-admin"
}
},
"overcloud_kernel": {
"children": [
"overcloud_Compute",
Expand Down
14 changes: 0 additions & 14 deletions tripleo_common/tests/inventory_data/merged_static.yaml
Expand Up @@ -93,15 +93,6 @@ cell1_kernel:
cell1_Compute: {}
vars:
ansible_ssh_user: heat-admin
keepalived:
children:
cell1_keepalived: {}
overcloud_keepalived: {}
cell1_keepalived:
children:
cell1_CellController: {}
vars:
ansible_ssh_user: heat-admin
mysql:
children:
cell1_mysql: {}
Expand Down Expand Up @@ -519,11 +510,6 @@ overcloud_keystone_admin_api:
overcloud_Controller: {}
vars:
ansible_ssh_user: heat-admin
overcloud_keepalived:
children:
overcloud_Controller: {}
vars:
ansible_ssh_user: heat-admin
overcloud_certmonger_user:
children:
overcloud_Compute: {}
Expand Down
8 changes: 0 additions & 8 deletions tripleo_common/tests/inventory_data/overcloud_dynamic.json
Expand Up @@ -254,14 +254,6 @@
"ansible_ssh_user": "heat-admin"
}
},
"keepalived": {
"children": [
"Controller"
],
"vars": {
"ansible_ssh_user": "heat-admin"
}
},
"kernel": {
"children": [
"Compute",
Expand Down
4 changes: 0 additions & 4 deletions tripleo_common/tests/inventory_data/overcloud_static.yaml
Expand Up @@ -131,10 +131,6 @@ keystone_admin_api:
children:
Controller: {}
vars: {ansible_ssh_user: heat-admin}
keepalived:
children:
Controller: {}
vars: {ansible_ssh_user: heat-admin}
certmonger_user:
children:
Compute: {}
Expand Down
13 changes: 0 additions & 13 deletions tripleo_common/tests/inventory_data/single_dynamic.json
Expand Up @@ -357,19 +357,6 @@
"ansible_ssh_user": "heat-admin"
}
},
"keepalived": {
"children": [
"overcloud_keepalived"
]
},
"overcloud_keepalived": {
"children": [
"overcloud_Controller"
],
"vars": {
"ansible_ssh_user": "heat-admin"
}
},
"kernel": {
"children": [
"overcloud_kernel"
Expand Down
8 changes: 0 additions & 8 deletions tripleo_common/tests/inventory_data/single_static.yaml
Expand Up @@ -250,14 +250,6 @@ overcloud_keystone_admin_api:
- overcloud_Controller
vars:
ansible_ssh_user: heat-admin
keepalived:
children:
- overcloud_keepalived
overcloud_keepalived:
children:
- overcloud_Controller
vars:
ansible_ssh_user: heat-admin
certmonger_user:
children:
- overcloud_certmonger_user
Expand Down

0 comments on commit 9793ddd

Please sign in to comment.