Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Gelencsér Szabolcs
/
salt
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
ce6ccdf2
authored
Nov 17, 2014
by
Bach Dániel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix pillars
parent
7a95ab50
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
36 additions
and
19 deletions
+36
-19
pillar/common.sls
+4
-0
pillar/installer.sls
+28
-0
pillar/installer.sls.example
+0
-19
pillar/storagedriver.sls
+1
-0
pillar/top.sls
+3
-0
No files found.
pillar/common.sls
View file @
ce6ccdf2
...
@@ -6,6 +6,9 @@ timezone: Europe/Budapest
...
@@ -6,6 +6,9 @@ timezone: Europe/Budapest
deployment_type: local
deployment_type: local
admin_user: admin
admin_pass: 4j23oihreehfd
database:
database:
name: circle
name: circle
user: circle
user: circle
...
@@ -15,6 +18,7 @@ graphite:
...
@@ -15,6 +18,7 @@ graphite:
secret_key: ahf2aim7ahLeo8n
secret_key: ahf2aim7ahLeo8n
nfs:
nfs:
enabled: false
server: localhost
server: localhost
network: 192.168.1.0/24
network: 192.168.1.0/24
directory: /datastore
directory: /datastore
pillar/installer.sls
0 → 100644
View file @
ce6ccdf2
#amqp:
# user: cloud
# password: password
# host: 127.0.0.1
# port: 5672
# vhost: circle
#graphite:
# user: monitor
# password: monitor
# host: 127.0.0.1
# port: 5672
# vhost: monitor
# queue: monitor
#cache: pylibmc://127.0.0.1:11211/
#nfs:
# enabled: true
# server: localhost
# network: 192.168.1.0/24
# directory: /datastore
#fwdriver:
# queue_name: cloud
#storagedriver:
# queue_name: cloud
pillar/installer.sls.example
deleted
100644 → 0
View file @
7a95ab50
amqp:
user: cloud
password: password
host: 10.0.0.26
port: 5672
vhost: circle
graphite:
user: monitor
password: monitor
host: 10.0.0.26
port: 5672
vhost: monitor
queue: monitor
cache: pylibmc://10.0.0.26:11211/
nfs:
server: 10.0.0.26
pillar/storagedriver.sls
View file @
ce6ccdf2
storagedriver:
storagedriver:
repo_name: https://git.ik.bme.hu/circle/storagedriver.git
repo_name: https://git.ik.bme.hu/circle/storagedriver.git
repo_revision: master
repo_revision: master
queue_name: storageserver
pillar/top.sls
View file @
ce6ccdf2
...
@@ -7,4 +7,7 @@ base:
...
@@ -7,4 +7,7 @@ base:
- vncproxy
- vncproxy
- monitor-client
- monitor-client
- vmdriver
- vmdriver
- firewall
- manager
- common
- common
- installer
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