15 Commits

Author SHA1 Message Date
zhuzeyu
49c0ca3a9c Optimize the code
make bool filter more consistence between all roles.

TrivialFix

Change-Id: Icd51749039b1448e09a4713da093b16f965f9ed8
2016-12-07 15:29:07 +08:00
Yongfeng Du
62e7f95cdc Fix /etc/kolla permission
Add preceding 0 to the permission, otherwise it will be regard as decimal.

TrivialFix

Change-Id: I762b38a71143df9f378f74e534643534f2bc68b8
2016-11-17 13:52:55 +08:00
Michal (inc0) Jastrzebski
34c7d15f2e Remove hostname from 127.0.0.1
We need this hostname to resolve to api_interface.

Change-Id: Ie66c1abc2d5a16c56cb5b83e48787efd5bf54fc3
Closes-Bug: #1634910
2016-11-04 15:28:32 +00:00
Jenkins
4f6b6fc808 Merge "Correct the path of /etc/hosts" 2016-11-04 14:19:05 +00:00
Jenkins
7a07ce0862 Merge "Use become: True when updating /etc/hosts" 2016-11-03 14:15:16 +00:00
Lubosz "diltram" Kosnik
90627ef2a2 Use become: True when updating /etc/hosts
Add become: True to update /etc/hosts in pre-install baremetal configuration

TrivialBug
Change-Id: I21e8125272d6b980662779ad55899f04cb6b6a50
2016-10-27 15:10:55 -05:00
caoyuan
df54e88132 Update the task's name
TrivialFix

Change-Id: I2cc1441a5fcf9c09db01d17c840bb784f4db1c0e
2016-10-27 16:17:42 +00:00
caoyuan
f6584f634e Correct the path of /etc/hosts
TrivialFix

Change-Id: Ia4ffc05012102d2f3afacdd92250949ae094d10c
2016-10-26 22:23:35 +08:00
zeyu Zhu
409b635b45 Add a judgement condition in file pre-install.yml
keep consistent with above

TrivialFix

Change-Id: Ia4b531eae1eb31b047b3486861c30c93abb8132d
2016-10-24 17:29:51 +08:00
Michal (inc0) Jastrzebski
01d2e2e331 Generate full /etc/hosts on every node
Since compute nodes needs to resolve each other, and controller nodes
needs to resolve each other, let everyone resolve everyone.

Change-Id: I1ee117bdb2d71d48a064c4d317b53a1500bdd753
Closes-Bug: #1623669
2016-09-15 03:36:03 +00:00
Duong Ha-Quang
a89c9ff396 Init group owner of /etc/kolla to kolla
TrivialFix
Closes-Bug: #1620213

Change-Id: I2446aebafb37add2172d6858be47a6983d461d46
2016-09-05 08:09:06 +00:00
Jenkins
ac0ba62bdf Merge "Add ansible raw task note, add apt-get update" 2016-09-01 11:41:31 +00:00
Duong Ha-Quang
143f1c2d9a Add ansible raw task note, add apt-get update
Add note about raw install
Add apt-get update before install python

TrivialFix
Closes-Bug: #1618297

Change-Id: I08372dcfe71dff8c0a50a421788309b642e2a521
2016-08-31 15:11:52 +07:00
Michal (inc0) Jastrzebski
7d0a2aa9f0 Limit hostfile generation to control nodes
With current implementation generation of hostfile is N^2, let's at
least limit this to controller nodes. Currently only RabbitMQ requires
hostnames, and these lands on control.

TrivialFix

Change-Id: I15f8d98386ede8bbc89f66923f21547efe20ff37
2016-08-30 16:41:16 +00:00
Sean Mooney
3e8f9986d1 add baremetal role to install kolla deps.
Change-Id: Ie70db1b18a73528b1194e4fbcf53d09fed20f4a0
Implements: blueprint kolla-host
2016-08-10 16:03:08 +00:00