Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
kadeploy
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
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.4.
Show more breadcrumbs
grid5000
kadeploy
Commits
c9ed236f
Commit
c9ed236f
authored
2 years ago
by
Alexandre MERLIN
Browse files
Options
Downloads
Patches
Plain Diff
fix vagrant
parent
8885cfda
No related branches found
No related tags found
No related merge requests found
Pipeline
#625153
failed
2 years ago
Stage: lint
Stage: test
Stage: deb
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
vagrant-env/kadeploy_provision.sh
+2
-1
2 additions, 1 deletion
vagrant-env/kadeploy_provision.sh
with
2 additions
and
1 deletion
vagrant-env/kadeploy_provision.sh
+
2
−
1
View file @
c9ed236f
...
...
@@ -2,10 +2,11 @@
set
-xe
install_package
()
{
wget http://packages.grid5000.fr/grid5000-archive-key.asc
-q
-O-
| apt-key add -
echo
deb http://packages.grid5000.fr/deb/g5k-postinstall/ ./
>
/etc/apt/sources.list.d/postinstall.list
echo
deb http://packages.grid5000.fr/deb/kadeploy-kernels/ ./
>
/etc/apt/sources.list.d/kadeploykernel.list
DEBIAN_FRONTEND
=
noninteractive apt-get update
DEBIAN_FRONTEND
=
noninteractive apt-get update
--allow-releaseinfo-change
DEBIAN_FRONTEND
=
noninteractive apt-get
install
-y
ruby rubygems lsb-release git taktuk rake help2man mariadb-server libmariadbclient-dev ruby-dev ident2 syslinux ncat dnsmasq isc-dhcp-server tftpd-hpa pxelinux apache2
DEBIAN_FRONTEND
=
noninteractive apt-get
install
-y
g5k-postinstall kadeploy3-deploy-kernel-buster
# Not necessary:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment