Skip to content

Commit

Permalink
remove uncommented lines
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaser authored and ricolin committed Feb 1, 2024
1 parent cd1f68c commit 26071b7
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions molecule/aio/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@
# License for the specific language governing permissions and limitations
# under the License.

# - name: Install Ceph
# ansible.builtin.import_playbook: vexxhost.ceph.site
# vars:
# # TODO(mnaser): Drop this once we switch to vexxhost.ceph 3.0.0
# ceph_version: 18.2.1
# ceph_repository_version: 18.2.1
- name: Install Ceph
ansible.builtin.import_playbook: vexxhost.ceph.site
vars:
# TODO(mnaser): Drop this once we switch to vexxhost.ceph 3.0.0
ceph_version: 18.2.1
ceph_repository_version: 18.2.1

# - name: Install Kubernetes
# ansible.builtin.import_playbook: vexxhost.atmosphere.kubernetes
- name: Install Kubernetes
ansible.builtin.import_playbook: vexxhost.atmosphere.kubernetes

# - name: Install CSI
# ansible.builtin.import_playbook: vexxhost.atmosphere.csi
- name: Install CSI
ansible.builtin.import_playbook: vexxhost.atmosphere.csi

# - name: Deploy Infrastructure
# ansible.builtin.import_playbook: vexxhost.atmosphere.infrastructure
- name: Deploy Infrastructure
ansible.builtin.import_playbook: vexxhost.atmosphere.infrastructure

- name: Deploy OpenStack
ansible.builtin.import_playbook: vexxhost.atmosphere.openstack
Expand Down

0 comments on commit 26071b7

Please sign in to comment.