Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
ors-utils
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
ors-utils
Commits
02565b9a
Commit
02565b9a
authored
Oct 20, 2022
by
Joanne Hugé
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused scripts (replaced by ors playbook)
parent
677432ce
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
17 deletions
+0
-17
scripts/ors/3-configure-root-access
scripts/ors/3-configure-root-access
+0
-0
scripts/ors/3-setup-playbook
scripts/ors/3-setup-playbook
+0
-11
scripts/ors/5-configure-re6st
scripts/ors/5-configure-re6st
+0
-6
No files found.
scripts/ors/
4
-configure-root-access
→
scripts/ors/
3
-configure-root-access
View file @
02565b9a
File moved
scripts/ors/3-setup-playbook
deleted
100755 → 0
View file @
677432ce
#!/bin/bash
cd
~/slapos.package/playbook
;
ansible-playbook
-i
hosts ors.yml
;
ansible-playbook
-i
hosts ors-upgrade.yml
;
# Don't run re6st with interface option to avoid networks merging while in Lille Office
CONF
=
"/etc/re6stnet/re6stnet.conf"
IFACE
=
"
$(
ip route |
grep
default |
sed
's/.*dev \(\w*\)\( .*$\|$\)/\1/g'
)
"
sed
-i
'/^interface/d'
$CONF
systemctl restart re6stnet
;
scripts/ors/5-configure-re6st
deleted
100755 → 0
View file @
677432ce
#!/bin/bash
CONF
=
"/etc/re6stnet/re6stnet.conf"
IFACE
=
"
$(
ip route |
grep
default |
sed
's/.*dev \(\w*\)\( .*$\|$\)/\1/g'
)
"
sed
-i
'/^interface/d'
$CONF
echo
"interface
$IFACE
"
>>
$CONF
systemctl stop re6stnet
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