Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
Charts
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
魏国强
Charts
Commits
254ff0ab
Commit
254ff0ab
authored
Dec 08, 2020
by
Waqar Ahmed
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correctly populate storage fields
parent
3750f4bd
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
74 additions
and
100 deletions
+74
-100
test/nextcloud/2.3.2/questions.yaml
test/nextcloud/2.3.2/questions.yaml
+65
-83
test/nextcloud/2.3.2/templates/_helpers.tpl
test/nextcloud/2.3.2/templates/_helpers.tpl
+9
-9
test/nextcloud/2.3.2/values.yaml
test/nextcloud/2.3.2/values.yaml
+0
-8
No files found.
test/nextcloud/2.3.2/questions.yaml
View file @
254ff0ab
...
@@ -3,7 +3,7 @@ groups:
...
@@ -3,7 +3,7 @@ groups:
description
:
"
Image
to
be
used
for
container"
description
:
"
Image
to
be
used
for
container"
-
name
:
"
Nextcloud
Configuration"
-
name
:
"
Nextcloud
Configuration"
description
:
"
Configuration
details
for
Nextcloud
workload"
description
:
"
Configuration
details
for
Nextcloud
workload"
-
name
:
"
Storage
Configuration
"
-
name
:
"
Storage"
description
:
"
Configure
Storage
for
Nextcloud"
description
:
"
Configure
Storage
for
Nextcloud"
-
name
:
"
Container
Configuration"
-
name
:
"
Container
Configuration"
description
:
"
Configure
nextcloud
container
parameters"
description
:
"
Configure
nextcloud
container
parameters"
...
@@ -109,96 +109,78 @@ questions:
...
@@ -109,96 +109,78 @@ questions:
default
:
9000
default
:
9000
required
:
true
required
:
true
-
variable
:
configureiXVolume
-
variable
:
nextcloudDataHostPathEnabled
label
:
"
Configure
iX
Volume"
label
:
"
Configure
Host
Path
for
Nextcloud
data"
group
:
"
Storage
Configuration"
description
:
"
Use
iX
Volume
for
persistent
storage"
schema
:
type
:
boolean
default
:
true
required
:
true
show_subquestions_if
:
true
subquestions
:
-
variable
:
volume
label
:
"
Configure
iXVolume"
group
:
"
Storage
Configuration"
schema
:
type
:
dict
$ref
:
-
"
normalize/ixVolume"
attrs
:
-
variable
:
mountPath
label
:
"
Mount
Path"
description
:
"
Path
where
the
volume
will
be
mounted
inside
the
pod"
schema
:
type
:
path
editable
:
false
default
:
"
/var/www"
-
variable
:
datasetName
label
:
"
Dataset
Name"
schema
:
type
:
string
default
:
"
nextcloud_data"
editable
:
false
-
variable
:
configureHostPath
label
:
"
Configure
Host
Path
for
storage"
description
:
"
Use
a
path
on
host
for
persistent
data
storage"
group
:
"
Storage
Configuration"
schema
:
schema
:
type
:
boolean
type
:
boolean
default
:
false
default
:
false
required
:
true
show_if
:
[[
"
configureiXVolume"
,
"
="
,
false
]]
show_subquestions_if
:
true
show_subquestions_if
:
true
subquestions
:
subquestions
:
-
variable
:
volumeHostPath
-
variable
:
nextcloudHostPath
label
:
"
Host
Path"
label
:
"
Specify
HostPath
for
Nextcloud
data"
group
:
"
Storage
Configuration"
schema
:
schema
:
type
:
hostpath
type
:
hostpath
-
variable
:
postgresql
-
variable
:
nextcloudDataVolume
label
:
"
Configure
Postgresql"
label
:
"
Configure
iXVolume"
group
:
"
Postgresql
Configuration"
schema
:
schema
:
type
:
dict
type
:
dict
$ref
:
-
"
normalize/ixVolume"
show_if
:
[[
"
nextcloudDataHostPathEnabled"
,
"
="
,
false
]]
attrs
:
attrs
:
-
variable
:
backupVolume
-
variable
:
mountPath
label
:
"
Backup
Volume"
label
:
"
Mount
Path"
schema
:
description
:
"
Path
where
the
volume
will
be
mounted
inside
the
pod"
type
:
dict
schema
:
$ref
:
type
:
path
-
"
normalize/ixVolume"
editable
:
false
attrs
:
default
:
"
/var/www"
-
variable
:
mountPath
-
variable
:
datasetName
label
:
"
Mount
Path"
label
:
"
Dataset
Name"
schema
:
schema
:
type
:
path
type
:
string
editable
:
false
default
:
"
ix-nextcloud_data"
default
:
"
/postgres_backups"
editable
:
false
-
variable
:
datasetName
label
:
"
Dataset
Name"
-
variable
:
postgresBackupVolume
schema
:
label
:
"
Postgres
Backup
Volume"
type
:
string
group
:
"
Storage"
default
:
"
ix-postgres_backups"
schema
:
editable
:
false
type
:
dict
-
variable
:
dataVolume
$ref
:
label
:
"
Postgresql
Data
Volume"
-
"
normalize/ixVolume"
schema
:
attrs
:
type
:
dict
-
variable
:
mountPath
$ref
:
label
:
"
Mount
Path"
-
"
normalize/ixVolume"
schema
:
attrs
:
type
:
path
-
variable
:
mountPath
editable
:
false
label
:
"
Mount
Path"
default
:
"
/postgres_backups"
schema
:
-
variable
:
datasetName
type
:
path
label
:
"
Dataset
Name"
editable
:
false
schema
:
default
:
"
/var/lib/postgresql/data"
type
:
string
-
variable
:
datasetName
default
:
"
ix-postgres_backups"
label
:
"
Dataset
Name"
editable
:
false
schema
:
type
:
string
-
variable
:
postgresDataVolume
default
:
"
ix-postgres_data"
label
:
"
Postgresql
Data
Volume"
editable
:
false
group
:
"
Storage"
schema
:
type
:
dict
$ref
:
-
"
normalize/ixVolume"
attrs
:
-
variable
:
mountPath
label
:
"
Mount
Path"
schema
:
type
:
path
editable
:
false
default
:
"
/var/lib/postgresql/data"
-
variable
:
datasetName
label
:
"
Dataset
Name"
schema
:
type
:
string
default
:
"
ix-postgres_data"
editable
:
false
test/nextcloud/2.3.2/templates/_helpers.tpl
View file @
254ff0ab
...
@@ -57,20 +57,20 @@ Retrieve host path from ix volumes based on dataset name
...
@@ -57,20 +57,20 @@ Retrieve host path from ix volumes based on dataset name
{{- if eq $.datasetName $dsName -}}
{{- if eq $.datasetName $dsName -}}
{{- $hostPathConfiguration.hostPath -}}
{{- $hostPathConfiguration.hostPath -}}
{{- end -}}
{{- end -}}
{{- end }}
{{- end
-
}}
{{- end -}}
{{- end -}}
{
{
/*
{
{
/*
Retrieve
host
path
defined
in
volume
Retrieve
host
path
defined
in
volume
*/
}
}
*/
}
}
{{- define "configuredHostPath" -}}
{{- define "configuredHostPath" -}}
{{- if .Values.configureiXVolume -}}
{{- if .Values.emptyDirVolumes -}}
{{- $volDict := dict "datasetName" $.Values.volume.datasetName "ixVolumes" $.Values.ixVolumes -}}
{{- include "retrieveHostPathFromiXVolume" $volDict -}}
{{- else if .Values.configureHostPath -}}
{{- .Values.volumeHostPath -}}
{{- else -}}
{{- printf "" -}}
{{- printf "" -}}
{{- else if .Values.nextcloudDataHostPathEnabled -}}
{{- required "Please specify a host path for nextcloud" .Values.nextcloudHostPath -}}
{{- else -}}
{{- $volDict := dict "datasetName" $.Values.nextcloudDataVolume.datasetName "ixVolumes" $.Values.ixVolumes -}}
{{- include "retrieveHostPathFromiXVolume" $volDict -}}
{{- end -}}
{{- end -}}
{{- end -}}
{{- end -}}
...
@@ -78,7 +78,7 @@ Retrieve host path defined in volume
...
@@ -78,7 +78,7 @@ Retrieve host path defined in volume
Retrieve
backup
postgresql
host
path
defined
in
volume
Retrieve
backup
postgresql
host
path
defined
in
volume
*/
}
}
*/
}
}
{{- define "configuredBackupPostgresHostPath" -}}
{{- define "configuredBackupPostgresHostPath" -}}
{{- $volDict := dict "datasetName" $.Values.postgres
ql.b
ackupVolume.datasetName "ixVolumes" $.Values.ixVolumes -}}
{{- $volDict := dict "datasetName" $.Values.postgres
B
ackupVolume.datasetName "ixVolumes" $.Values.ixVolumes -}}
{{- include "retrieveHostPathFromiXVolume" $volDict -}}
{{- include "retrieveHostPathFromiXVolume" $volDict -}}
{{- end -}}
{{- end -}}
...
@@ -86,7 +86,7 @@ Retrieve backup postgresql host path defined in volume
...
@@ -86,7 +86,7 @@ Retrieve backup postgresql host path defined in volume
Retrieve
postgresql
data
host
path
defined
in
volume
Retrieve
postgresql
data
host
path
defined
in
volume
*/
}
}
*/
}
}
{{- define "configuredPostgresHostPath" -}}
{{- define "configuredPostgresHostPath" -}}
{{- $volDict := dict "datasetName" $.Values.postgres
ql.d
ataVolume.datasetName "ixVolumes" $.Values.ixVolumes -}}
{{- $volDict := dict "datasetName" $.Values.postgres
D
ataVolume.datasetName "ixVolumes" $.Values.ixVolumes -}}
{{- include "retrieveHostPathFromiXVolume" $volDict -}}
{{- include "retrieveHostPathFromiXVolume" $volDict -}}
{{- end -}}
{{- end -}}
...
...
test/nextcloud/2.3.2/values.yaml
View file @
254ff0ab
...
@@ -13,13 +13,5 @@ nextcloud:
...
@@ -13,13 +13,5 @@ nextcloud:
datadir
:
/var/www/html/data
datadir
:
/var/www/html/data
strategy
:
"
Recreate"
strategy
:
"
Recreate"
postgresql
:
backupVolume
:
mountPath
:
"
/postgres_backups"
datasetName
:
"
ix-postgres_backups"
dataVolume
:
mountPath
:
"
/var/lib/postgresql/data"
datasetName
:
"
ix-postgres_data"
service
:
service
:
nodePort
:
9000
nodePort
:
9000
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment