Loading .gitlab-ci.yml +0 −67 Original line number Diff line number Diff line Loading @@ -11,70 +11,3 @@ stages: STACK: storage FORCE_DOCKER_COMPOSE: 1 SERVICES_TO_CHECK: ${CI_PROJECT_NAME} .deploy-nfs-startup: variables: &deploy-nfs-startup-variables SERVICES_TO_CHECK: nfs-startup .deploy-nfs-startup-development: extends: .deploy-development variables: COMPOSE_FILE: docker-compose.nfs-startup.tmpl.yml:docker-compose.nfs-startup.dev.yml <<: *deploy-nfs-startup-variables environment: name: dev/nfs-startup .deploy-nfs-startup-production: extends: .deploy-production variables: COMPOSE_FILE: docker-compose.nfs-startup.tmpl.yml:docker-compose.nfs-startup.prod.yml <<: *deploy-nfs-startup-variables environment: name: pro/nfs-startup .deploy-nfs-startup-support-branch: &deploy-nfs-startup-support-branch rules: - if: $CI_MERGE_REQUEST_ID || $CI_COMMIT_TAG || $CI_PIPELINE_SOURCE == "schedule" || $CI_COMMIT_BRANCH == "master" when: never - if: $CI_COMMIT_BRANCH when: manual allow_failure: true deploy-nfs-startup-support-branch-development: extends: .deploy-nfs-startup-development <<: *deploy-nfs-startup-support-branch .deploy-nfs-startup-stable-branch: &deploy-nfs-startup-stable-branch rules: - if: $CI_MERGE_REQUEST_ID || $CI_COMMIT_TAG || $CI_PIPELINE_SOURCE == "schedule" when: never - if: $CI_COMMIT_BRANCH == "master" when: manual allow_failure: true deploy-nfs-startup-stable-branch-development: extends: .deploy-nfs-startup-development <<: *deploy-nfs-startup-stable-branch deploy-nfs-startup-stable-branch-production: extends: .deploy-nfs-startup-production <<: *deploy-nfs-startup-stable-branch .deploy-nfs-startup-tag: &deploy-nfs-startup-tag rules: - if: $CI_COMMIT_TAG when: manual allow_failure: true deploy-nfs-startup-tag-development: extends: .deploy-nfs-startup-development <<: *deploy-nfs-startup-tag deploy-nfs-startup-tag-production: extends: .deploy-nfs-startup-production <<: *deploy-nfs-startup-tag LICENSE +1 −0 Original line number Diff line number Diff line MIT License Copyright (c) 2019 pedroetb-projects Copyright (c) 2021 REDMIC Project / Storage Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal Loading README.md +0 −6 Original line number Diff line number Diff line Loading @@ -24,9 +24,3 @@ If your Docker host has [AppArmor](https://wiki.ubuntu.com/AppArmor) activated, sudo apparmor_parser -r -W /path/to/file/from/previous/step 1. If profile does not survive reboot, place it at `/etc/apparmor.d/`. ## NFS startup You can set `NFS_STARTUP_DIRS` variable in order to create directories for the first time. It is a list of `<directoryName>:<uid>:<gid>` separated by spaces, where `uid` and `gid` are optional. deploy/.env +0 −1 Original line number Diff line number Diff line Loading @@ -3,4 +3,3 @@ NFS_PORT=2049 NFS_ROOT_PATH=/nfs NFS_ROOT_OPTS=rw,fsid=0,crossmnt,insecure,no_subtree_check,no_root_squash,async DATA_VOL_NAME=nfs-data-vol deploy/docker-compose.nfs-startup.dev.ymldeleted 100644 → 0 +0 −1 Original line number Diff line number Diff line version: '2.4' Loading
.gitlab-ci.yml +0 −67 Original line number Diff line number Diff line Loading @@ -11,70 +11,3 @@ stages: STACK: storage FORCE_DOCKER_COMPOSE: 1 SERVICES_TO_CHECK: ${CI_PROJECT_NAME} .deploy-nfs-startup: variables: &deploy-nfs-startup-variables SERVICES_TO_CHECK: nfs-startup .deploy-nfs-startup-development: extends: .deploy-development variables: COMPOSE_FILE: docker-compose.nfs-startup.tmpl.yml:docker-compose.nfs-startup.dev.yml <<: *deploy-nfs-startup-variables environment: name: dev/nfs-startup .deploy-nfs-startup-production: extends: .deploy-production variables: COMPOSE_FILE: docker-compose.nfs-startup.tmpl.yml:docker-compose.nfs-startup.prod.yml <<: *deploy-nfs-startup-variables environment: name: pro/nfs-startup .deploy-nfs-startup-support-branch: &deploy-nfs-startup-support-branch rules: - if: $CI_MERGE_REQUEST_ID || $CI_COMMIT_TAG || $CI_PIPELINE_SOURCE == "schedule" || $CI_COMMIT_BRANCH == "master" when: never - if: $CI_COMMIT_BRANCH when: manual allow_failure: true deploy-nfs-startup-support-branch-development: extends: .deploy-nfs-startup-development <<: *deploy-nfs-startup-support-branch .deploy-nfs-startup-stable-branch: &deploy-nfs-startup-stable-branch rules: - if: $CI_MERGE_REQUEST_ID || $CI_COMMIT_TAG || $CI_PIPELINE_SOURCE == "schedule" when: never - if: $CI_COMMIT_BRANCH == "master" when: manual allow_failure: true deploy-nfs-startup-stable-branch-development: extends: .deploy-nfs-startup-development <<: *deploy-nfs-startup-stable-branch deploy-nfs-startup-stable-branch-production: extends: .deploy-nfs-startup-production <<: *deploy-nfs-startup-stable-branch .deploy-nfs-startup-tag: &deploy-nfs-startup-tag rules: - if: $CI_COMMIT_TAG when: manual allow_failure: true deploy-nfs-startup-tag-development: extends: .deploy-nfs-startup-development <<: *deploy-nfs-startup-tag deploy-nfs-startup-tag-production: extends: .deploy-nfs-startup-production <<: *deploy-nfs-startup-tag
LICENSE +1 −0 Original line number Diff line number Diff line MIT License Copyright (c) 2019 pedroetb-projects Copyright (c) 2021 REDMIC Project / Storage Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal Loading
README.md +0 −6 Original line number Diff line number Diff line Loading @@ -24,9 +24,3 @@ If your Docker host has [AppArmor](https://wiki.ubuntu.com/AppArmor) activated, sudo apparmor_parser -r -W /path/to/file/from/previous/step 1. If profile does not survive reboot, place it at `/etc/apparmor.d/`. ## NFS startup You can set `NFS_STARTUP_DIRS` variable in order to create directories for the first time. It is a list of `<directoryName>:<uid>:<gid>` separated by spaces, where `uid` and `gid` are optional.
deploy/.env +0 −1 Original line number Diff line number Diff line Loading @@ -3,4 +3,3 @@ NFS_PORT=2049 NFS_ROOT_PATH=/nfs NFS_ROOT_OPTS=rw,fsid=0,crossmnt,insecure,no_subtree_check,no_root_squash,async DATA_VOL_NAME=nfs-data-vol
deploy/docker-compose.nfs-startup.dev.ymldeleted 100644 → 0 +0 −1 Original line number Diff line number Diff line version: '2.4'