Skip to content

Commit fc5889e

Browse files
committed
make ansible_init depedencies correct in groups
1 parent 0f07c36 commit fc5889e

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

environments/common/inventory/groups

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,10 @@ freeipa_client
133133
[tuned]
134134
# Hosts to run TuneD configuration
135135

136-
[ansible_init]
136+
[ansible_init:children]
137137
# Hosts to run linux-anisble-init
138+
compute_init
139+
gateway
138140

139141
[sssd]
140142
# Hosts to configure sssd on
@@ -181,4 +183,4 @@ extra_packages
181183
# Hosts where crony configuration is applied. See docs/chrony.md for more details.
182184

183185
[gateway]
184-
# Add builder to this group to install gateway ansible-init playbook into image
186+
# Hosts to install compute_init playbook on during image build to configure ip gateway on boot

environments/common/layouts/everything

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,6 @@ openondemand
8383
[tuned:children]
8484
# Hosts to run TuneD configuration
8585

86-
[ansible_init:children]
87-
# Hosts to run linux-ansible-init
88-
cluster
89-
9086
[sssd]
9187
# Hosts to configure sssd on
9288

@@ -123,5 +119,5 @@ builder
123119
# Hosts where crony configuration is applied. See docs/chrony.md for more details.
124120

125121
[gateway:children]
126-
# Add builder to this group to install gateway ansible-init playbook into image
127-
builder
122+
# Hosts to install compute_init playbook on during image build to configure ip gateway on boot
123+
cluster

0 commit comments

Comments
 (0)