remove smb, proper configs for core

Signed-off-by: Travis Glenn Hansen <travisghansen@yahoo.com>
This commit is contained in:
Travis Glenn Hansen 2021-09-28 22:05:06 -06:00
parent 55e1c89be1
commit 26006e6ae3
4 changed files with 23 additions and 5 deletions

View File

@ -45,7 +45,7 @@ jobs:
config: config:
- truenas/scale-iscsi.yaml - truenas/scale-iscsi.yaml
- truenas/scale-nfs.yaml - truenas/scale-nfs.yaml
- truenas/scale-smb.yaml #- truenas/scale-smb.yaml
runs-on: runs-on:
- self-hosted - self-hosted
steps: steps:
@ -67,7 +67,7 @@ jobs:
config: config:
- truenas/core-iscsi.yaml - truenas/core-iscsi.yaml
- truenas/core-nfs.yaml - truenas/core-nfs.yaml
- truenas/core-smb.yaml #- truenas/core-smb.yaml
runs-on: runs-on:
- self-hosted - self-hosted
steps: steps:

View File

@ -1,4 +1,4 @@
driver: freenas-api-iscsi driver: freenas-iscsi
httpConnection: httpConnection:
protocol: http protocol: http
@ -8,6 +8,12 @@ httpConnection:
username: ${TRUENAS_USERNAME} username: ${TRUENAS_USERNAME}
password: ${TRUENAS_PASSWORD} password: ${TRUENAS_PASSWORD}
sshConnection:
host: ${TRUENAS_HOST}
port: 22
username: ${TRUENAS_USERNAME}
password: ${TRUENAS_PASSWORD}
zfs: zfs:
datasetParentName: tank/ci/${CI_BUILD_KEY}/v datasetParentName: tank/ci/${CI_BUILD_KEY}/v
detachedSnapshotsDatasetParentName: tank/ci/${CI_BUILD_KEY}/s detachedSnapshotsDatasetParentName: tank/ci/${CI_BUILD_KEY}/s

View File

@ -1,4 +1,4 @@
driver: freenas-api-nfs driver: freenas-nfs
httpConnection: httpConnection:
protocol: http protocol: http
@ -8,6 +8,12 @@ httpConnection:
username: ${TRUENAS_USERNAME} username: ${TRUENAS_USERNAME}
password: ${TRUENAS_PASSWORD} password: ${TRUENAS_PASSWORD}
sshConnection:
host: ${TRUENAS_HOST}
port: 22
username: ${TRUENAS_USERNAME}
password: ${TRUENAS_PASSWORD}
zfs: zfs:
datasetParentName: tank/ci/${CI_BUILD_KEY}/v datasetParentName: tank/ci/${CI_BUILD_KEY}/v
detachedSnapshotsDatasetParentName: tank/ci/${CI_BUILD_KEY}/s detachedSnapshotsDatasetParentName: tank/ci/${CI_BUILD_KEY}/s

View File

@ -1,4 +1,4 @@
driver: freenas-api-smb driver: freenas-smb
httpConnection: httpConnection:
protocol: http protocol: http
@ -8,6 +8,12 @@ httpConnection:
username: ${TRUENAS_USERNAME} username: ${TRUENAS_USERNAME}
password: ${TRUENAS_PASSWORD} password: ${TRUENAS_PASSWORD}
sshConnection:
host: ${TRUENAS_HOST}
port: 22
username: ${TRUENAS_USERNAME}
password: ${TRUENAS_PASSWORD}
zfs: zfs:
datasetProperties: datasetProperties:
# smb options # smb options