configure fed-cloud11 as compute node
This commit is contained in:
parent
3e804758ab
commit
3bc8cea946
2 changed files with 5 additions and 0 deletions
|
@ -7,3 +7,5 @@ eth0_ip: 209.132.184.10
|
||||||
eth1_ip: 172.23.0.10
|
eth1_ip: 172.23.0.10
|
||||||
nm: 255.255.255.0
|
nm: 255.255.255.0
|
||||||
gw: 209.132.184.254
|
gw: 209.132.184.254
|
||||||
|
|
||||||
|
compute_private_ip: 172.23.0.11
|
||||||
|
|
|
@ -10,6 +10,8 @@
|
||||||
- /srv/web/infra/ansible/vars/global.yml
|
- /srv/web/infra/ansible/vars/global.yml
|
||||||
- "{{ private }}/vars.yml"
|
- "{{ private }}/vars.yml"
|
||||||
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
||||||
|
- /srv/web/infra/ansible/vars/fedora-cloud.yml
|
||||||
|
- "{{ private }}/files/openstack/passwords.yml"
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- base
|
- base
|
||||||
|
@ -19,6 +21,7 @@
|
||||||
- fas_client
|
- fas_client
|
||||||
- collectd/base
|
- collectd/base
|
||||||
- sudo
|
- sudo
|
||||||
|
- cloud_compute
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- include: "{{ tasks }}/yumrepos.yml"
|
- include: "{{ tasks }}/yumrepos.yml"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue