Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE
/
salt
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
17
Merge Requests
1
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
a4047128
authored
Dec 02, 2017
by
Czémán Arnold
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
manager, vmdriver: add user networks feature's installation requirements
parent
9865f826
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
9 deletions
+10
-9
salt/manager/pipeline.sls
+9
-7
salt/vmdriver/files/sudoers
+1
-2
No files found.
salt/manager/pipeline.sls
View file @
a4047128
...
...
@@ -12,17 +12,19 @@ npm:
pkg.installed
{% endif %}
bower
:
npm_packages
:
npm.installed:
- pkgs:
- bower
- less
- yuglify
- babel-cli
- require:
- pkg: npm
less:
npm.installed:
- require:
- pkg: npm
yuglify:
babel-preset-env:
npm.installed:
- user: {{ pillar['user'] }}
- dir: /home/{{ pillar['user'] }}/circle/circle
- require:
- pkg: npm
salt/vmdriver/files/sudoers
View file @
a4047128
{{ pillar['user'] }} ALL = (ALL) NOPASSWD: /usr/bin/ovs-ofctl, /usr/bin/ovs-vsctl, /sbin/ip link set *
{{ pillar['user'] }} ALL = (ALL) NOPASSWD: /usr/bin/ovs-ofctl, /usr/bin/ovs-vsctl, /sbin/ip link set *
, /sbin/ip link add *
Defaults: {{ pillar['user'] }} !requiretty
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