Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
RapidSpace Autoinstall OS
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
RapidSpace Autoinstall OS
Commits
98877257
Commit
98877257
authored
Sep 30, 2022
by
Ophélie Gagnard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
douai: Update base IP address.
parent
a66269b6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
douai/reboot
douai/reboot
+1
-1
douai/stop
douai/stop
+1
-1
No files found.
douai/reboot
View file @
98877257
...
...
@@ -2,7 +2,7 @@
set
-e
cd
douai-capri-
`
printf
%03u
$1
`
ip
=
1
0.0.45
.
$((
50
+
$1
))
ip
=
1
92.168.46
.
$((
50
+
$1
))
SSH
=
'ssh -o BatchMode=yes -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no'
...
...
douai/stop
View file @
98877257
...
...
@@ -2,7 +2,7 @@
set
-e
cd
douai-capri-
`
printf
%03u
$1
`
ip
=
1
0.0.45
.
$((
50
+
$1
))
ip
=
1
92.168.46
.
$((
50
+
$1
))
SSH
=
'ssh -o BatchMode=yes -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no'
...
...
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