Skip to content

Commit f04820d

Browse files
Merge pull request #721 from lnatapov/add_ck_to_day2
Adding Loki deployment hook to architecture vars 1.Adding Loki deployment hook to architecture vars 2.Adding CloudKitty password to osp-secret Reviewed-by: Andrew Bays <andrew.bays@gmail.com>
2 parents 9c14c5a + c27986f commit f04820d

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

automation/vars/hci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,3 +95,7 @@ vas:
9595
- name: edpm-deployment-values-post-ceph
9696
src_file: values.yaml
9797
build_output: deployment-post-ceph.yaml
98+
post_stage_run:
99+
- name: Deploy Loki
100+
type: playbook
101+
source: "../../hooks/playbooks/deploy-loki-for-ck.yaml"

lib/control-plane/base/osp-secrets.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ BarbicanSimpleCryptoKEK=sEFmdFjDUqRM2VemYslV5yGNWjokioJXsg8Nrlc3drU=
77
CeilometerPassword=12345678
88
CinderDatabasePassword=12345678
99
CinderPassword=12345678
10+
CloudKittyPassword=12345678
1011
DatabasePassword=12345678
1112
DbRootPassword=12345678
1213
DesignateDatabasePassword=12345678

0 commit comments

Comments
 (0)