Skip to content

Commit

Permalink
Disable extra upload dir: Must be done on every applicable node as lo…
Browse files Browse the repository at this point in the history
…ng as normal dashboard has it on every normal environment (but not all) ???
  • Loading branch information
Mikael Dalsgard committed Aug 21, 2018
1 parent e720ca9 commit a38c0d3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions hieradata/test01/roles/dashboard-mgmt.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
profile::openstack::dashboard::change_uploaddir: 'False'
profile::base::common::manage_lvm: 'False'
profile::base::lvm::physical_volume: {}
profile::base::lvm::volume_group: {}
profile::base::lvm::logical_volume: {}

7 changes: 7 additions & 0 deletions hieradata/test02/roles/dashboard-mgmt.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
profile::openstack::dashboard::change_uploaddir: 'False'
profile::base::common::manage_lvm: 'False'
profile::base::lvm::physical_volume: {}
profile::base::lvm::volume_group: {}
profile::base::lvm::logical_volume: {}

0 comments on commit a38c0d3

Please sign in to comment.