configure fed-cloud11 as compute node

This commit is contained in:
Miroslav Suchý 2014-09-29 17:07:55 +00:00
parent 3e804758ab
commit 3bc8cea946
2 changed files with 5 additions and 0 deletions

View file

@ -7,3 +7,5 @@ eth0_ip: 209.132.184.10
eth1_ip: 172.23.0.10
nm: 255.255.255.0
gw: 209.132.184.254
compute_private_ip: 172.23.0.11

View file

@ -10,6 +10,8 @@
- /srv/web/infra/ansible/vars/global.yml
- "{{ private }}/vars.yml"
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
- /srv/web/infra/ansible/vars/fedora-cloud.yml
- "{{ private }}/files/openstack/passwords.yml"
roles:
- base
@ -19,6 +21,7 @@
- fas_client
- collectd/base
- sudo
- cloud_compute
tasks:
- include: "{{ tasks }}/yumrepos.yml"