Skip to content
This repository has been archived by the owner on Jun 28, 2020. It is now read-only.

Commit

Permalink
feat: Glusterfs service added (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
lholota committed Feb 12, 2020
1 parent 37727a3 commit 02eb7ce
Show file tree
Hide file tree
Showing 6 changed files with 76 additions and 21 deletions.
11 changes: 11 additions & 0 deletions .github/semantic.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
titleOnly: true
types:
- feat
- fix
- docs
- refactor
- test
- build
- ci
- chore
- revert
35 changes: 35 additions & 0 deletions .github/settings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# https://developer.github.com/v3/repos/#edit
repository:
name: rancher-os-services
description: ""
homepage: https://homecentr.github.io/
private: false
has_issues: true
has_wiki: false
has_downloads: false
has_projects: false
archived: false

default_branch: master
allow_squash_merge: true
allow_merge_commit: false
allow_rebase_merge: false

# https://developer.github.com/v3/repos/branches/#update-branch-protection
branches:
- name: master
protection:
required_status_checks:
strict: true
contexts: [ "Semantic Pull Request" ]
required_pull_request_reviews: null
enforce_admins: false
restrictions:

labels:
- name: bug
color: d73a4a
- name: feature
color: a2eeef
- name: question
color: d876e3
8 changes: 8 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: '3.7'
services:
nginx:
image: nginx
ports:
- 80:80
volumes:
- .:/usr/share/nginx/html
20 changes: 20 additions & 0 deletions g/glusterfs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
glusterfs:
image: homecentr/gluster
privileged: true
labels:
io.rancher.os.scope: system
io.rancher.os.after: network
io.rancher.os.createonly: "false"
io.docker.compose.rebuild: "false"
volumes_from:
- command-volumes
volumes:
- /mnt:/mnt
- /etc/glusterfs:/etc/glusterfs:z
- /var/log/glusterfs:/var/log/glusterfs:z
- /var/lib/glusterd:/var/lib/glusterd:z
restart: always
pid: host
ipc: host
net: host
uts: host
19 changes: 0 additions & 19 deletions h/homecentr-console.yml

This file was deleted.

4 changes: 2 additions & 2 deletions index.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
consoles:
- homecentr-console
services:
- glusterfs

0 comments on commit 02eb7ce

Please sign in to comment.