This change updates the deployment scripts to use Ceph Rook instead of the previous Ceph deployment method. Change-Id: I9a913aee3191470d32bec3ae3ec9367da1c01f40 Signed-off-by: Arina Stebenkova <astebenkova@mirantis.com>
65 lines
1.5 KiB
YAML
65 lines
1.5 KiB
YAML
---
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
- nodeset:
|
|
name: porthole-5nodes-ubuntu_jammy
|
|
nodes:
|
|
- name: primary
|
|
label: ubuntu-jammy
|
|
- name: node-1
|
|
label: ubuntu-jammy
|
|
- name: node-2
|
|
label: ubuntu-jammy
|
|
- name: node-3
|
|
label: ubuntu-jammy
|
|
- name: node-4
|
|
label: ubuntu-jammy
|
|
groups:
|
|
- name: primary
|
|
nodes:
|
|
- primary
|
|
- name: nodes
|
|
nodes:
|
|
- node-1
|
|
- node-2
|
|
- node-3
|
|
- node-4
|
|
- name: k8s_cluster
|
|
nodes:
|
|
- primary
|
|
- node-1
|
|
- node-2
|
|
- node-3
|
|
- node-4
|
|
- name: k8s_control_plane
|
|
nodes:
|
|
- primary
|
|
- name: k8s_nodes
|
|
nodes:
|
|
- node-1
|
|
- node-2
|
|
- node-3
|
|
- node-4
|
|
|
|
- nodeset:
|
|
name: airship-porthole-single-node
|
|
nodes:
|
|
- name: primary
|
|
label: ubuntu-bionic
|
|
|
|
- nodeset:
|
|
name: airship-porthole-jammy-single-node
|
|
nodes:
|
|
- name: primary
|
|
label: ubuntu-jammy
|