Code Review
/
genesis.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
Merge "Corrected links associated with release docs. To be updated along with the...
[genesis.git]
/
compass
/
deploy
/
ansible
/
openstack_juno
/
single-controller.yml
1
---
2
- hosts: all
3
remote_user: root
4
sudo: true
5
roles:
6
- repo
7
8
- hosts: controller
9
sudo: True
10
roles:
11
- common
12
- database
13
- mq
14
- keystone
15
- nova-controller
16
- neutron-controller
17
- dashboard
18
- cinder-controller
19
- glance
20
21
- hosts: network
22
sudo: True
23
roles:
24
- common
25
- neutron-network
26
27
- hosts: storage
28
sudo: True
29
roles:
30
- common
31
- cinder-volume
32
33
- hosts: compute
34
sudo: True
35
roles:
36
- common
37
- nova-compute
38
- neutron-compute