Skip to content

Commit c04fa61

Browse files
committed
move compute-init install into extras.yml
1 parent a2b6888 commit c04fa61

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

ansible/extras.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,14 @@
5858
- import_role:
5959
name: persist_hostkeys
6060

61+
- name: Install compute_init playbook
62+
hosts: compute_init:&builder
63+
tags: compute_init # tagged to allow running on cluster instances for dev
64+
become: yes
65+
tasks:
66+
- include_role:
67+
name: compute_init
68+
tasks_from: install.yml
6169

6270
- name: Setup NFS export for compute node configuration
6371
hosts: compute_init:!builder

ansible/fatimage.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -60,16 +60,6 @@
6060

6161
- import_playbook: extras.yml
6262

63-
# TODO: is this the right place?
64-
- name: Install compute_init playbook
65-
hosts: compute_init
66-
tags: compute_init # tagged to allow running on cluster instances for dev
67-
become: yes
68-
tasks:
69-
- include_role:
70-
name: compute_init
71-
tasks_from: install.yml
72-
7363
- name: Install gateway playbook
7464
hosts: gateway
7565
tags: gateway

0 commit comments

Comments
 (0)