Skip to content

Commit

Permalink
RHOAIENG-9488 - Add support for control plane node count and flavour … (
Browse files Browse the repository at this point in the history
#1604)

RHOAIENG-9488 - Add support for control plane node count and flavour to Hive automation
  • Loading branch information
MarianMacik authored Jul 9, 2024
1 parent 8ccdc58 commit 741ba9c
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ items:
- name: worker
platform:
openstack:
type: ${infrastructure_configurations}[osp_flavor]
replicas: 3
type: ${infrastructure_configurations}[worker_node_instance_type]
replicas: ${infrastructure_configurations}[worker_node_replicas]
controlPlane:
name: master
platform:
openstack:
type: ${infrastructure_configurations}[osp_flavor]
replicas: 3
type: ${infrastructure_configurations}[master_node_instance_type]
replicas: ${infrastructure_configurations}[master_node_replicas]
metadata:
name: ${infrastructure_configurations}[hive_cluster_name]-install
networking:
Expand Down

0 comments on commit 741ba9c

Please sign in to comment.