Skip to content

Commit

Permalink
Customized roles for prometheus
Browse files Browse the repository at this point in the history
  • Loading branch information
veldrane committed Oct 17, 2020
1 parent 49a030c commit ceb50d9
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions 03_okdv3/gshipley/inventory.ini
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ containerized=True
os_sdn_network_plugin_name='redhat/openshift-ovs-networkpolicy'
openshift_disable_check=disk_availability,docker_storage,memory_availability,docker_image_availability

openshift_node_groups=[{'name': 'node-config-master', 'labels': ['node-role.kubernetes.io/master=true']}, {'name': 'node-config-infra', 'labels': ['node-role.kubernetes.io/infra=true']}, {'name': 'node-config-compute', 'labels': ['node-role.kubernetes.io/compute=true']}, {'name': 'node-config-prometheus', 'labels': ['node-role.kubernetes.io/prometheus=true']}]

deployment_type=origin
openshift_deployment_type=origin

Expand Down
1 change: 0 additions & 1 deletion 15_prometheus/01_prepare_nodes.yaml

This file was deleted.

1 change: 1 addition & 0 deletions 15_prometheus/ansible/01_prepare_nodes.yaml
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit ceb50d9

Please sign in to comment.