summaryrefslogtreecommitdiffstats
path: root/xci/installer/osh/playbooks/roles/prepare-opnfvhost-osh/vars/main.yml
blob: 979c33299c1edcacc8b879dc86a37f43e48a743d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
required_packages:
- patch
- ipcalc
- jq
- nmap
- bc

node_labels:
  node1:
    - openstack-control-plane=enabled
    - openstack-compute-node={{ (xci_flavor == 'mini') | ternary('enabled', 'disable') }}
    - openstack-helm-node-class=primary
    - openvswitch=enabled
    - linuxbridge=enabled
    - ceph-mon=enabled
    - ceph-osd=enabled
    - ceph-mds=enabled
    - ceph-mgr=enabled
    - ceph-rgw=enabled
  node2:
    - openstack-control-plane={{ (xci_flavor == 'noha') | ternary('disable', 'enabled') }}
    - openstack-compute-node=enabled
    - openstack-helm-node-class=secondary
    - openvswitch=enabled
    - linuxbridge=enabled
    - ceph-mon=enabled
    - ceph-osd=enabled
    - ceph-mds=enabled
    - ceph-mgr=enabled
    - ceph-rgw=enabled