diff options
author | James E. Blair <jeblair@redhat.com> | 2019-02-13 10:39:23 -0800 |
---|---|---|
committer | James E. Blair <jeblair@redhat.com> | 2019-02-13 10:44:06 -0800 |
commit | 7641a78b37ebec36dcd93084ed904c5afcba9367 (patch) | |
tree | b5e5cdaca1fa72499db4d96d94eab460d5f812ad | |
parent | be5b02d08fc32cf019f804ebe194f599ff3737d7 (diff) |
Correct paths in rook playbook
Change-Id: I643c34e43869fddbb3d4008e2f81b142c327f6b1
Notes
Notes (review):
Code-Review+2: Jeremy Stanley <fungi@yuggoth.org>
Code-Review+2: Clark Boylan <cboylan@sapwetik.org>
Workflow+1: Clark Boylan <cboylan@sapwetik.org>
Verified+2: Zuul
Submitted-by: Zuul
Submitted-at: Wed, 13 Feb 2019 19:32:00 +0000
Reviewed-on: https://review.openstack.org/636713
Project: openstack-infra/system-config
Branch: refs/heads/master
-rw-r--r-- | kubernetes/rook/rook-playbook.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kubernetes/rook/rook-playbook.yaml b/kubernetes/rook/rook-playbook.yaml index 61b4368..67eaff4 100644 --- a/kubernetes/rook/rook-playbook.yaml +++ b/kubernetes/rook/rook-playbook.yaml | |||
@@ -6,10 +6,10 @@ | |||
6 | # copies from upstream rook, so reorganizing them | 6 | # copies from upstream rook, so reorganizing them |
7 | # into single document files is lame. | 7 | # into single document files is lame. |
8 | - name: Set up Rook operator | 8 | - name: Set up Rook operator |
9 | command: kubectl --context gitea apply -f rook-operator.yaml | 9 | command: kubectl --context gitea apply -f operator.yaml |
10 | - name: Set up Rook cluster | 10 | - name: Set up Rook cluster |
11 | command: kubectl --context gitea apply -f rook-cluster.yaml | 11 | command: kubectl --context gitea apply -f cluster.yaml |
12 | - name: Set up Rook toolbox | 12 | - name: Set up Rook toolbox |
13 | command: kubectl --context gitea apply -f rook-toolbox.yaml | 13 | command: kubectl --context gitea apply -f toolbox.yaml |
14 | - name: Set up Rook filesystem | 14 | - name: Set up Rook filesystem |
15 | command: kubectl --context gitea apply -f rook-filesystem.yaml | 15 | command: kubectl --context gitea apply -f filesystem.yaml |