Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
python-tansiv
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
GitLab upgrade completed. Current version is 17.11.3.
Show more breadcrumbs
tansiv
python-tansiv
Merge requests
!8
Initial
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Initial
msimonin/python-tansiv:dev/fix-5
into
master
Overview
0
Commits
1
Pipelines
4
Changes
19
Merged
SIMONIN Matthieu
requested to merge
msimonin/python-tansiv:dev/fix-5
into
master
3 years ago
Overview
0
Commits
1
Pipelines
4
Changes
19
Expand
0
0
Merge request reports
Compare
master
version 2
9aac91c8
3 years ago
version 1
c3ee6010
3 years ago
master (base)
and
latest version
latest version
26170152
1 commit,
3 years ago
version 2
9aac91c8
1 commit,
3 years ago
version 1
c3ee6010
1 commit,
3 years ago
19 files
+
104
−
808
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
19
Search (e.g. *.vue) (Ctrl+P)
inputs/deployment_2.xml
+
16
−
2
Options
@@ -10,26 +10,40 @@
-->
<actor
host=
"nova-1.lyon.grid5000.fr"
function=
"vsg_vm"
>
<argument
value=
"192.168.120.10"
/>
<!-- how simgrid knows me-->
<argument
value=
"
tan
boot"
/>
<argument
value=
"
./
boot
.py
"
/>
<argument
value=
"--mode"
/>
<argument
value=
"tantap"
/>
<argument
value=
"--qemu_cmd"
/>
<argument
value=
"qemu-system-x86_64"
/>
<argument
value=
"--qemu_image"
/>
<argument
value=
"/srv/packer/packer-debian-10-x86_64-qemu/debian-10-x86_64.qcow2"
/>
<argument
value=
"--qemu_mem"
/>
<argument
value=
"1g"
/>
<argument
value=
"--qemu_args"
/>
<argument
value=
"-icount shift=0,sleep=off,align=off -rtc clock=vm"
/>
<argument
value=
"--out"
/>
<argument
value=
"tansiv_output/vm-10.out"
/>
<argument
value=
"--autoconfig_net"
/>
<!-- this configure the tap/bridges useful for the secondary management interface -->
<argument
value=
"192.168.120.10/24"
/>
<!-- how vsg knows me-->
<argument
value=
"10.0.0.10/24"
/>
<!-- management -->
</actor>
<actor
host=
"nova-2.lyon.grid5000.fr"
function=
"vsg_vm"
>
<argument
value=
"192.168.120.11"
/>
<!-- how simgrid knows me-->
<argument
value=
"
tan
boot"
/>
<argument
value=
"
./
boot
.py
"
/>
<argument
value=
"--mode"
/>
<argument
value=
"tantap"
/>
<argument
value=
"--qemu_cmd"
/>
<argument
value=
"qemu-system-x86_64"
/>
<argument
value=
"--qemu_image"
/>
<argument
value=
"/srv/packer/packer-debian-10-x86_64-qemu/debian-10-x86_64.qcow2"
/>
<argument
value=
"--qemu_mem"
/>
<argument
value=
"1g"
/>
<argument
value=
"--qemu_args"
/>
<argument
value=
"-icount shift=0,sleep=off,align=off -rtc clock=vm"
/>
<argument
value=
"--out"
/>
<argument
value=
"tansiv_output/vm-11.out"
/>
<argument
value=
"--autoconfig_net"
/>
<argument
value=
"192.168.120.11/24"
/>
<!-- how vsg knows me-->
<argument
value=
"10.0.0.11/24"
/>
<!-- management -->
</actor>
Loading