Skip to content

Commit 9f97de2

Browse files
author
Erik Hollensbe
committed
site.yml,roles/dev: Remove references to contiv_storage, ceph-install for base installations
Signed-off-by: Erik Hollensbe <[email protected]>
1 parent 790e702 commit 9f97de2

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

Diff for: roles/dev/meta/main.yml

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
# 'prebake-for-dev' tag in respective roles.
1313

1414
dependencies:
15-
- { role: ceph-install, tags: 'prebake-for-dev' }
1615
- { role: ansible, tags: 'prebake-for-dev' }
1716
- { role: docker }
1817
- { role: etcd }

Diff for: site.yml

-2
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@
6969
# - { role: ceph-osd, mon_group_name: service-master, osd_group_name: service-master, when: host_capability|match('.*storage.*') }
7070
- { role: scheduler_stack, run_as: master, when: host_capability|match('.*can-run-user-containers.*') }
7171
- { role: contiv_network, run_as: master, when: host_capability|match('.*can-run-user-containers.*') }
72-
- { role: contiv_storage, run_as: master }
7372

7473
# service-worker hosts correspond to cluster machines that run the worker/driver
7574
# logic of the infra services.
@@ -84,7 +83,6 @@
8483
# - { role: ceph-osd, mon_group_name: service-master, osd_group_name: service-worker, when: host_capability|match('.*storage.*') }
8584
- { role: scheduler_stack, run_as: worker, when: host_capability|match('.*can-run-user-containers.*') }
8685
- { role: contiv_network, run_as: worker, when: host_capability|match('.*can-run-user-containers.*') }
87-
- { role: contiv_storage, run_as: worker }
8886

8987
# netplugin-node hosts set up netmast/netplugin in a cluster
9088
- hosts: netplugin-node

0 commit comments

Comments
 (0)