Skip to content

Commit 3334fa0

Browse files
committed
fixing CA bundle error
1 parent f20dac6 commit 3334fa0

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

roles/telemetry_chargeback/tasks/loki_rate.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
11
---
2+
### remove ###
3+
- name: "Get rating summary help"
4+
ansible.builtin.command:
5+
cmd: "{{ openstack_cmd }} rating summary get -h"
6+
register: get_help
7+
8+
- name: "**INFO** Print rating help"
9+
ansible.builtin.debug:
10+
var: get_help.stdout
11+
12+
13+
- name: "Get rating summary help 2"
14+
ansible.builtin.command:
15+
cmd: "{{ openstack_cmd }} --rating-api-version 2 rating summary get -h"
16+
register: get_help2
17+
18+
- name: "**INFO** Print rating help 2 "
19+
ansible.builtin.debug:
20+
var: get_help2.stdout
21+
### remove ###
22+
223
- name: "TEST Get Rate and Qty by type from Cloudkitty {{ item }}"
324
ansible.builtin.command:
425
cmd: "{{ openstack_cmd }} --rating-api-version 2 rating summary get -g type"

roles/telemetry_chargeback/tasks/setup_loki_env.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
# --to={{ local_cert_dir }}
6969
# --confirm
7070
# -n {{ cloudkitty_namespace }}
71-
# changed_when: true
71+
# changed_when: true
7272

7373
- name: Extract CA Bundle
7474
ansible.builtin.command:

0 commit comments

Comments
 (0)