aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/adapters/ansible/openstack/HA-ansible-multinodes.yml
blob: 3f58435ed21e9753fbd0084bb7e9b8bcd36ff9af (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
##############################################################################
# Copyright (c) 2017 HUAWEI TECHNOLOGIES CO.,LTD and others.
#
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Apache License, Version 2.0
# which accompanies this distribution, and is available at
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################
---
- hosts: all
  remote_user: root
  roles:
    - pre-openstack

- hosts: controller
  remote_user: root
  roles:
    - config-controller

- hosts: compute
  remote_user: root
  roles:
    - config-compute
    - storage
    - rt_kvm
    - ins_dpdk
    - ins_ovs

- hosts: all
  remote_user: root
  roles:
    - sfc-pre

- hosts: localhost
  remote_user: root
  roles:
    - sfc-pre-2
    - config-osa
    - setup-host
    - setup-infrastructure
    - setup-openstack
    - sync-inventory

- hosts: compute
  remote_user: root
  roles:
    - post-osa

- hosts: neutron_openvswitch_agent
  remote_user: root
  roles:
    - setup-openvswitch

- hosts:
    - localhost
    - neutron_all
    - galera_container
    - network_hosts
    - repo_container
    - utility
  remote_user: root
  roles:
    - setup-odl
  tags:
    - odl

- hosts:
    - localhost
    - neutron_all
    - galera_container
    - network_hosts
    - repo_container
    - utility
  remote_user: root
  roles:
    - setup-odl-sfc
  tags:
    - odl_sfc

- hosts:
    - utility_all[0]
    - network_hosts[0]
  remote_user: root
  roles:
    - post-openstack

- hosts: localhost
  remote_user: root
  roles:
    - process-openrc

- hosts: moon
  remote_user: root
  roles:
    - moon