Commit 78afdcdb authored by Sergio Gimenez's avatar Sergio Gimenez
Browse files

Do not use i2edge and prometheus for this deployment

parent e5b476db
Loading
Loading
Loading
Loading
+0 −16
Original line number Diff line number Diff line
@@ -48,10 +48,6 @@
        kubeconfig_output_dir: "/home/{{ ansible_user }}/kind-cluster-config"
      when: deployment_mode is defined and deployment_mode == 'remote'

    - name: Deploy Prometheus
      ansible.builtin.include_role:
        name: prometheus

    - name: Deploy Node Feature Discovery
      ansible.builtin.include_role:
        name: node-feature-discovery
@@ -68,10 +64,6 @@
      ansible.builtin.include_role:
        name: federation-manager

    - name: Deploy Remote Federation Manager
      ansible.builtin.include_role:
        name: federation-manager-remote

    - name: Deploy Homer
      ansible.builtin.include_role:
        name: homer
@@ -121,10 +113,6 @@
        kubeconfig_output_dir: "/home/{{ ansible_user }}/kind-cluster-config"
      when: deployment_mode is defined and deployment_mode == 'remote'

    - name: Deploy Prometheus
      ansible.builtin.include_role:
        name: prometheus

    - name: Deploy Node Feature Discovery
      ansible.builtin.include_role:
        name: node-feature-discovery
@@ -141,10 +129,6 @@
      ansible.builtin.include_role:
        name: federation-manager

    - name: Deploy Remote Federation Manager
      ansible.builtin.include_role:
        name: federation-manager-remote

    - name: Deploy Homer
      ansible.builtin.include_role:
        name: homer