Code Review
/
genesis.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
Removed fuel from Genesis master since fuel has moved to repo fuel.
[genesis.git]
/
compass
/
deploy
/
ansible
/
roles
/
nova-controller
/
tasks
/
main.yml
1
---
2
- include: nova_install.yml
3
tags:
4
- install
5
- nova_install
6
- nova
7
8
- include: nova_config.yml
9
when: HA_CLUSTER is not defined or HA_CLUSTER[inventory_hostname] == ''
10
tags:
11
- config
12
- nova_config
13
- nova